@aws-sdk/client-chime-sdk-media-pipelines 3.529.1 → 3.535.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 (75) hide show
  1. package/dist-types/ChimeSDKMediaPipelines.d.ts +5 -1
  2. package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +1 -1
  3. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateMediaInsightsPipelineCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteMediaPipelineCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +2 -1
  14. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +2 -1
  15. package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +2 -1
  16. package/dist-types/commands/GetMediaPipelineCommand.d.ts +2 -1
  17. package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +2 -1
  18. package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +2 -1
  19. package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +2 -1
  20. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListMediaPipelinesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +2 -1
  26. package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +2 -1
  27. package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +2 -1
  28. package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +2 -1
  29. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +2 -1
  34. package/dist-types/models/models_0.d.ts +454 -454
  35. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  36. package/dist-types/runtimeConfig.d.ts +2 -2
  37. package/dist-types/runtimeConfig.native.d.ts +2 -2
  38. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  39. package/dist-types/ts3.4/ChimeSDKMediaPipelines.d.ts +4 -0
  40. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  75. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: ChimeSDKMediaPipelinesClientConf
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: ChimeSDKMediaPipelinesClientConf
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: ChimeSDKMediaPipelinesClientConf
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClie
5
5
  export declare const getRuntimeConfig: (config: ChimeSDKMediaPipelinesClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: ChimeSDKMediaPipelinesClientConf
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -382,6 +382,7 @@ export interface ChimeSDKMediaPipelines {
382
382
  options: __HttpHandlerOptions,
383
383
  cb: (err: any, data?: GetVoiceToneAnalysisTaskCommandOutput) => void
384
384
  ): void;
385
+ listMediaCapturePipelines(): Promise<ListMediaCapturePipelinesCommandOutput>;
385
386
  listMediaCapturePipelines(
386
387
  args: ListMediaCapturePipelinesCommandInput,
387
388
  options?: __HttpHandlerOptions
@@ -395,6 +396,7 @@ export interface ChimeSDKMediaPipelines {
395
396
  options: __HttpHandlerOptions,
396
397
  cb: (err: any, data?: ListMediaCapturePipelinesCommandOutput) => void
397
398
  ): void;
399
+ listMediaInsightsPipelineConfigurations(): Promise<ListMediaInsightsPipelineConfigurationsCommandOutput>;
398
400
  listMediaInsightsPipelineConfigurations(
399
401
  args: ListMediaInsightsPipelineConfigurationsCommandInput,
400
402
  options?: __HttpHandlerOptions
@@ -414,6 +416,7 @@ export interface ChimeSDKMediaPipelines {
414
416
  data?: ListMediaInsightsPipelineConfigurationsCommandOutput
415
417
  ) => void
416
418
  ): void;
419
+ listMediaPipelineKinesisVideoStreamPools(): Promise<ListMediaPipelineKinesisVideoStreamPoolsCommandOutput>;
417
420
  listMediaPipelineKinesisVideoStreamPools(
418
421
  args: ListMediaPipelineKinesisVideoStreamPoolsCommandInput,
419
422
  options?: __HttpHandlerOptions
@@ -433,6 +436,7 @@ export interface ChimeSDKMediaPipelines {
433
436
  data?: ListMediaPipelineKinesisVideoStreamPoolsCommandOutput
434
437
  ) => void
435
438
  ): void;
439
+ listMediaPipelines(): Promise<ListMediaPipelinesCommandOutput>;
436
440
  listMediaPipelines(
437
441
  args: ListMediaPipelinesCommandInput,
438
442
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const CreateMediaCapturePipelineCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateMediaCapturePipelineCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateMediaCapturePipelineCommandInput,
32
+ CreateMediaCapturePipelineCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateMediaCapturePipelineCommand extends CreateMediaCapturePipelineCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateMediaConcatenationPipelineCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateMediaConcatenationPipelineCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateMediaConcatenationPipelineCommandInput,
32
+ CreateMediaConcatenationPipelineCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateMediaConcatenationPipelineCommand extends CreateMediaConcatenationPipelineCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateMediaInsightsPipelineCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateMediaInsightsPipelineCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateMediaInsightsPipelineCommandInput,
32
+ CreateMediaInsightsPipelineCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateMediaInsightsPipelineCommand extends CreateMediaInsightsPipelineCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateMediaInsightsPipelineConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateMediaInsightsPipelineConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateMediaInsightsPipelineConfigurationCommandInput,
32
+ CreateMediaInsightsPipelineConfigurationCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateMediaInsightsPipelineConfigurationCommand extends CreateMediaInsightsPipelineConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateMediaLiveConnectorPipelineCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateMediaLiveConnectorPipelineCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateMediaLiveConnectorPipelineCommandInput,
32
+ CreateMediaLiveConnectorPipelineCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateMediaLiveConnectorPipelineCommand extends CreateMediaLiveConnectorPipelineCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateMediaPipelineKinesisVideoStreamPoolCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateMediaPipelineKinesisVideoStreamPoolCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
32
+ CreateMediaPipelineKinesisVideoStreamPoolCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateMediaPipelineKinesisVideoStreamPoolCommand extends CreateMediaPipelineKinesisVideoStreamPoolCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateMediaStreamPipelineCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateMediaStreamPipelineCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateMediaStreamPipelineCommandInput,
32
+ CreateMediaStreamPipelineCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateMediaStreamPipelineCommand extends CreateMediaStreamPipelineCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteMediaCapturePipelineCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteMediaCapturePipelineCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteMediaCapturePipelineCommandInput,
28
+ DeleteMediaCapturePipelineCommandOutput,
29
+ ChimeSDKMediaPipelinesClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteMediaCapturePipelineCommand extends DeleteMediaCapturePipelineCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteMediaInsightsPipelineConfigurationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteMediaInsightsPipelineConfigurationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteMediaInsightsPipelineConfigurationCommandInput,
28
+ DeleteMediaInsightsPipelineConfigurationCommandOutput,
29
+ ChimeSDKMediaPipelinesClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteMediaInsightsPipelineConfigurationCommand extends DeleteMediaInsightsPipelineConfigurationCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteMediaPipelineCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteMediaPipelineCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteMediaPipelineCommandInput,
27
+ DeleteMediaPipelineCommandOutput,
28
+ ChimeSDKMediaPipelinesClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteMediaPipelineCommand extends DeleteMediaPipelineCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteMediaPipelineKinesisVideoStreamPoolCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
28
+ DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput,
29
+ ChimeSDKMediaPipelinesClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends DeleteMediaPipelineKinesisVideoStreamPoolCommand_base {}
@@ -25,6 +25,15 @@ declare const GetMediaCapturePipelineCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetMediaCapturePipelineCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetMediaCapturePipelineCommandInput,
32
+ GetMediaCapturePipelineCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetMediaCapturePipelineCommand extends GetMediaCapturePipelineCommand_base {}
@@ -25,6 +25,15 @@ declare const GetMediaInsightsPipelineConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetMediaInsightsPipelineConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetMediaInsightsPipelineConfigurationCommandInput,
32
+ GetMediaInsightsPipelineConfigurationCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetMediaInsightsPipelineConfigurationCommand extends GetMediaInsightsPipelineConfigurationCommand_base {}
@@ -24,6 +24,15 @@ declare const GetMediaPipelineCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetMediaPipelineCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetMediaPipelineCommandInput,
31
+ GetMediaPipelineCommandOutput,
32
+ ChimeSDKMediaPipelinesClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetMediaPipelineCommand extends GetMediaPipelineCommand_base {}
@@ -25,6 +25,15 @@ declare const GetMediaPipelineKinesisVideoStreamPoolCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetMediaPipelineKinesisVideoStreamPoolCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetMediaPipelineKinesisVideoStreamPoolCommandInput,
32
+ GetMediaPipelineKinesisVideoStreamPoolCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetMediaPipelineKinesisVideoStreamPoolCommand extends GetMediaPipelineKinesisVideoStreamPoolCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSpeakerSearchTaskCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetSpeakerSearchTaskCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSpeakerSearchTaskCommandInput,
32
+ GetSpeakerSearchTaskCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSpeakerSearchTaskCommand extends GetSpeakerSearchTaskCommand_base {}
@@ -25,6 +25,15 @@ declare const GetVoiceToneAnalysisTaskCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetVoiceToneAnalysisTaskCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetVoiceToneAnalysisTaskCommandInput,
32
+ GetVoiceToneAnalysisTaskCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetVoiceToneAnalysisTaskCommand extends GetVoiceToneAnalysisTaskCommand_base {}
@@ -25,6 +25,15 @@ declare const ListMediaCapturePipelinesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListMediaCapturePipelinesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListMediaCapturePipelinesCommandInput,
32
+ ListMediaCapturePipelinesCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListMediaCapturePipelinesCommand extends ListMediaCapturePipelinesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListMediaInsightsPipelineConfigurationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListMediaInsightsPipelineConfigurationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListMediaInsightsPipelineConfigurationsCommandInput,
32
+ ListMediaInsightsPipelineConfigurationsCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListMediaInsightsPipelineConfigurationsCommand extends ListMediaInsightsPipelineConfigurationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListMediaPipelineKinesisVideoStreamPoolsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListMediaPipelineKinesisVideoStreamPoolsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListMediaPipelineKinesisVideoStreamPoolsCommandInput,
32
+ ListMediaPipelineKinesisVideoStreamPoolsCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListMediaPipelineKinesisVideoStreamPoolsCommand extends ListMediaPipelineKinesisVideoStreamPoolsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListMediaPipelinesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListMediaPipelinesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListMediaPipelinesCommandInput,
32
+ ListMediaPipelinesCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListMediaPipelinesCommand extends ListMediaPipelinesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const StartSpeakerSearchTaskCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartSpeakerSearchTaskCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartSpeakerSearchTaskCommandInput,
32
+ StartSpeakerSearchTaskCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartSpeakerSearchTaskCommand extends StartSpeakerSearchTaskCommand_base {}
@@ -25,6 +25,15 @@ declare const StartVoiceToneAnalysisTaskCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartVoiceToneAnalysisTaskCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartVoiceToneAnalysisTaskCommandInput,
32
+ StartVoiceToneAnalysisTaskCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartVoiceToneAnalysisTaskCommand extends StartVoiceToneAnalysisTaskCommand_base {}
@@ -20,6 +20,15 @@ declare const StopSpeakerSearchTaskCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: StopSpeakerSearchTaskCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ StopSpeakerSearchTaskCommandInput,
27
+ StopSpeakerSearchTaskCommandOutput,
28
+ ChimeSDKMediaPipelinesClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class StopSpeakerSearchTaskCommand extends StopSpeakerSearchTaskCommand_base {}
@@ -21,6 +21,15 @@ declare const StopVoiceToneAnalysisTaskCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: StopVoiceToneAnalysisTaskCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ StopVoiceToneAnalysisTaskCommandInput,
28
+ StopVoiceToneAnalysisTaskCommandOutput,
29
+ ChimeSDKMediaPipelinesClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class StopVoiceToneAnalysisTaskCommand extends StopVoiceToneAnalysisTaskCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ ChimeSDKMediaPipelinesClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ ChimeSDKMediaPipelinesClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateMediaInsightsPipelineConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateMediaInsightsPipelineConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateMediaInsightsPipelineConfigurationCommandInput,
32
+ UpdateMediaInsightsPipelineConfigurationCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateMediaInsightsPipelineConfigurationCommand extends UpdateMediaInsightsPipelineConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateMediaInsightsPipelineStatusCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateMediaInsightsPipelineStatusCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateMediaInsightsPipelineStatusCommandInput,
28
+ UpdateMediaInsightsPipelineStatusCommandOutput,
29
+ ChimeSDKMediaPipelinesClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateMediaInsightsPipelineStatusCommand extends UpdateMediaInsightsPipelineStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateMediaPipelineKinesisVideoStreamPoolCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateMediaPipelineKinesisVideoStreamPoolCommandInput,
32
+ UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput,
33
+ ChimeSDKMediaPipelinesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends UpdateMediaPipelineKinesisVideoStreamPoolCommand_base {}
@@ -27,9 +27,9 @@ export declare const getRuntimeConfig: (
27
27
  apiVersion: string;
28
28
  urlParser: import("@smithy/types").UrlParser;
29
29
  base64Decoder: import("@smithy/types").Decoder;
30
- base64Encoder: import("@smithy/types").Encoder;
30
+ base64Encoder: (_input: string | Uint8Array) => string;
31
31
  utf8Decoder: import("@smithy/types").Decoder;
32
- utf8Encoder: import("@smithy/types").Encoder;
32
+ utf8Encoder: (input: string | Uint8Array) => string;
33
33
  disableHostPrefix: boolean;
34
34
  serviceId: string;
35
35
  logger: import("@smithy/types").Logger;
@@ -31,9 +31,9 @@ export declare const getRuntimeConfig: (
31
31
  apiVersion: string;
32
32
  urlParser: import("@smithy/types").UrlParser;
33
33
  base64Decoder: import("@smithy/types").Decoder;
34
- base64Encoder: import("@smithy/types").Encoder;
34
+ base64Encoder: (_input: string | Uint8Array) => string;
35
35
  utf8Decoder: import("@smithy/types").Decoder;
36
- utf8Encoder: import("@smithy/types").Encoder;
36
+ utf8Encoder: (input: string | Uint8Array) => string;
37
37
  disableHostPrefix: boolean;
38
38
  serviceId: string;
39
39
  logger: import("@smithy/types").Logger;