@aws-sdk/client-chime-sdk-media-pipelines 3.1077.0 → 3.1079.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 (101) hide show
  1. package/dist-cjs/index.js +39 -313
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateMediaCapturePipelineCommand.js +2 -14
  4. package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +2 -14
  5. package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +2 -14
  6. package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +2 -14
  7. package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +2 -14
  8. package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +2 -14
  9. package/dist-es/commands/CreateMediaStreamPipelineCommand.js +2 -14
  10. package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +2 -14
  11. package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +2 -14
  12. package/dist-es/commands/DeleteMediaPipelineCommand.js +2 -14
  13. package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +2 -14
  14. package/dist-es/commands/GetMediaCapturePipelineCommand.js +2 -14
  15. package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +2 -14
  16. package/dist-es/commands/GetMediaPipelineCommand.js +2 -14
  17. package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +2 -14
  18. package/dist-es/commands/GetSpeakerSearchTaskCommand.js +2 -14
  19. package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +2 -14
  20. package/dist-es/commands/ListMediaCapturePipelinesCommand.js +2 -14
  21. package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +2 -14
  22. package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +2 -14
  23. package/dist-es/commands/ListMediaPipelinesCommand.js +2 -14
  24. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  25. package/dist-es/commands/StartSpeakerSearchTaskCommand.js +2 -14
  26. package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +2 -14
  27. package/dist-es/commands/StopSpeakerSearchTaskCommand.js +2 -14
  28. package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +2 -14
  29. package/dist-es/commands/TagResourceCommand.js +2 -14
  30. package/dist-es/commands/UntagResourceCommand.js +2 -14
  31. package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +2 -14
  32. package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +2 -14
  33. package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +2 -14
  34. package/dist-es/index.js +1 -0
  35. package/dist-types/commandBuilder.d.ts +18 -0
  36. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateMediaInsightsPipelineCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteMediaPipelineCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +3 -8
  47. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +3 -8
  48. package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +3 -8
  49. package/dist-types/commands/GetMediaPipelineCommand.d.ts +3 -8
  50. package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +3 -8
  51. package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +3 -8
  52. package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +3 -8
  53. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +3 -8
  54. package/dist-types/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListMediaPipelinesCommand.d.ts +3 -8
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  58. package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +3 -8
  59. package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +3 -8
  60. package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +3 -8
  61. package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +3 -8
  62. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  63. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +3 -8
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  69. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/index.d.ts +1 -0
  101. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteMediaPipelineKinesisVideoStreamPool$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "DeleteMediaPipelineKinesisVideoStreamPool", {})
13
- .n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineKinesisVideoStreamPoolCommand")
14
- .sc(DeleteMediaPipelineKinesisVideoStreamPool$)
15
- .build() {
3
+ export class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "DeleteMediaPipelineKinesisVideoStreamPool", DeleteMediaPipelineKinesisVideoStreamPool$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetMediaCapturePipeline$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetMediaCapturePipelineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "GetMediaCapturePipeline", {})
13
- .n("ChimeSDKMediaPipelinesClient", "GetMediaCapturePipelineCommand")
14
- .sc(GetMediaCapturePipeline$)
15
- .build() {
3
+ export class GetMediaCapturePipelineCommand extends command(_ep0, _mw0, "GetMediaCapturePipeline", GetMediaCapturePipeline$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetMediaInsightsPipelineConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetMediaInsightsPipelineConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "GetMediaInsightsPipelineConfiguration", {})
13
- .n("ChimeSDKMediaPipelinesClient", "GetMediaInsightsPipelineConfigurationCommand")
14
- .sc(GetMediaInsightsPipelineConfiguration$)
15
- .build() {
3
+ export class GetMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "GetMediaInsightsPipelineConfiguration", GetMediaInsightsPipelineConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetMediaPipeline$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetMediaPipelineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "GetMediaPipeline", {})
13
- .n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineCommand")
14
- .sc(GetMediaPipeline$)
15
- .build() {
3
+ export class GetMediaPipelineCommand extends command(_ep0, _mw0, "GetMediaPipeline", GetMediaPipeline$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetMediaPipelineKinesisVideoStreamPool$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetMediaPipelineKinesisVideoStreamPoolCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "GetMediaPipelineKinesisVideoStreamPool", {})
13
- .n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineKinesisVideoStreamPoolCommand")
14
- .sc(GetMediaPipelineKinesisVideoStreamPool$)
15
- .build() {
3
+ export class GetMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "GetMediaPipelineKinesisVideoStreamPool", GetMediaPipelineKinesisVideoStreamPool$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetSpeakerSearchTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSpeakerSearchTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "GetSpeakerSearchTask", {})
13
- .n("ChimeSDKMediaPipelinesClient", "GetSpeakerSearchTaskCommand")
14
- .sc(GetSpeakerSearchTask$)
15
- .build() {
3
+ export class GetSpeakerSearchTaskCommand extends command(_ep0, _mw0, "GetSpeakerSearchTask", GetSpeakerSearchTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetVoiceToneAnalysisTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetVoiceToneAnalysisTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "GetVoiceToneAnalysisTask", {})
13
- .n("ChimeSDKMediaPipelinesClient", "GetVoiceToneAnalysisTaskCommand")
14
- .sc(GetVoiceToneAnalysisTask$)
15
- .build() {
3
+ export class GetVoiceToneAnalysisTaskCommand extends command(_ep0, _mw0, "GetVoiceToneAnalysisTask", GetVoiceToneAnalysisTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListMediaCapturePipelines$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListMediaCapturePipelinesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "ListMediaCapturePipelines", {})
13
- .n("ChimeSDKMediaPipelinesClient", "ListMediaCapturePipelinesCommand")
14
- .sc(ListMediaCapturePipelines$)
15
- .build() {
3
+ export class ListMediaCapturePipelinesCommand extends command(_ep0, _mw0, "ListMediaCapturePipelines", ListMediaCapturePipelines$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListMediaInsightsPipelineConfigurations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListMediaInsightsPipelineConfigurationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "ListMediaInsightsPipelineConfigurations", {})
13
- .n("ChimeSDKMediaPipelinesClient", "ListMediaInsightsPipelineConfigurationsCommand")
14
- .sc(ListMediaInsightsPipelineConfigurations$)
15
- .build() {
3
+ export class ListMediaInsightsPipelineConfigurationsCommand extends command(_ep0, _mw0, "ListMediaInsightsPipelineConfigurations", ListMediaInsightsPipelineConfigurations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListMediaPipelineKinesisVideoStreamPools$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListMediaPipelineKinesisVideoStreamPoolsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "ListMediaPipelineKinesisVideoStreamPools", {})
13
- .n("ChimeSDKMediaPipelinesClient", "ListMediaPipelineKinesisVideoStreamPoolsCommand")
14
- .sc(ListMediaPipelineKinesisVideoStreamPools$)
15
- .build() {
3
+ export class ListMediaPipelineKinesisVideoStreamPoolsCommand extends command(_ep0, _mw0, "ListMediaPipelineKinesisVideoStreamPools", ListMediaPipelineKinesisVideoStreamPools$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListMediaPipelines$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListMediaPipelinesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "ListMediaPipelines", {})
13
- .n("ChimeSDKMediaPipelinesClient", "ListMediaPipelinesCommand")
14
- .sc(ListMediaPipelines$)
15
- .build() {
3
+ export class ListMediaPipelinesCommand extends command(_ep0, _mw0, "ListMediaPipelines", ListMediaPipelines$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "ListTagsForResource", {})
13
- .n("ChimeSDKMediaPipelinesClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartSpeakerSearchTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartSpeakerSearchTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "StartSpeakerSearchTask", {})
13
- .n("ChimeSDKMediaPipelinesClient", "StartSpeakerSearchTaskCommand")
14
- .sc(StartSpeakerSearchTask$)
15
- .build() {
3
+ export class StartSpeakerSearchTaskCommand extends command(_ep0, _mw0, "StartSpeakerSearchTask", StartSpeakerSearchTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartVoiceToneAnalysisTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartVoiceToneAnalysisTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "StartVoiceToneAnalysisTask", {})
13
- .n("ChimeSDKMediaPipelinesClient", "StartVoiceToneAnalysisTaskCommand")
14
- .sc(StartVoiceToneAnalysisTask$)
15
- .build() {
3
+ export class StartVoiceToneAnalysisTaskCommand extends command(_ep0, _mw0, "StartVoiceToneAnalysisTask", StartVoiceToneAnalysisTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopSpeakerSearchTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopSpeakerSearchTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "StopSpeakerSearchTask", {})
13
- .n("ChimeSDKMediaPipelinesClient", "StopSpeakerSearchTaskCommand")
14
- .sc(StopSpeakerSearchTask$)
15
- .build() {
3
+ export class StopSpeakerSearchTaskCommand extends command(_ep0, _mw0, "StopSpeakerSearchTask", StopSpeakerSearchTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopVoiceToneAnalysisTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopVoiceToneAnalysisTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "StopVoiceToneAnalysisTask", {})
13
- .n("ChimeSDKMediaPipelinesClient", "StopVoiceToneAnalysisTaskCommand")
14
- .sc(StopVoiceToneAnalysisTask$)
15
- .build() {
3
+ export class StopVoiceToneAnalysisTaskCommand extends command(_ep0, _mw0, "StopVoiceToneAnalysisTask", StopVoiceToneAnalysisTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "TagResource", {})
13
- .n("ChimeSDKMediaPipelinesClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "UntagResource", {})
13
- .n("ChimeSDKMediaPipelinesClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateMediaInsightsPipelineConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateMediaInsightsPipelineConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineConfiguration", {})
13
- .n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineConfigurationCommand")
14
- .sc(UpdateMediaInsightsPipelineConfiguration$)
15
- .build() {
3
+ export class UpdateMediaInsightsPipelineConfigurationCommand extends command(_ep0, _mw0, "UpdateMediaInsightsPipelineConfiguration", UpdateMediaInsightsPipelineConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateMediaInsightsPipelineStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateMediaInsightsPipelineStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineStatus", {})
13
- .n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineStatusCommand")
14
- .sc(UpdateMediaInsightsPipelineStatus$)
15
- .build() {
3
+ export class UpdateMediaInsightsPipelineStatusCommand extends command(_ep0, _mw0, "UpdateMediaInsightsPipelineStatus", UpdateMediaInsightsPipelineStatus$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateMediaPipelineKinesisVideoStreamPool$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeSDKMediaPipelinesService", "UpdateMediaPipelineKinesisVideoStreamPool", {})
13
- .n("ChimeSDKMediaPipelinesClient", "UpdateMediaPipelineKinesisVideoStreamPoolCommand")
14
- .sc(UpdateMediaPipelineKinesisVideoStreamPool$)
15
- .build() {
3
+ export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends command(_ep0, _mw0, "UpdateMediaPipelineKinesisVideoStreamPool", UpdateMediaPipelineKinesisVideoStreamPool$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ChimeSDKMediaPipelinesClient";
2
2
  export * from "./ChimeSDKMediaPipelines";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ChimeSDKMediaPipelinesClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
4
2
  import type { CreateMediaCapturePipelineRequest, CreateMediaCapturePipelineResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateMediaCapturePipelineCommandInput extends CreateMediaCaptu
22
19
  export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapturePipelineResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateMediaCapturePipelineCommand_base: {
25
- new (input: CreateMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a media pipeline.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
4
2
  import type { CreateMediaConcatenationPipelineRequest, CreateMediaConcatenationPipelineResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateMediaConcatenationPipelineCommandInput extends CreateMedi
22
19
  export interface CreateMediaConcatenationPipelineCommandOutput extends CreateMediaConcatenationPipelineResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateMediaConcatenationPipelineCommand_base: {
25
- new (input: CreateMediaConcatenationPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMediaConcatenationPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateMediaConcatenationPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateMediaConcatenationPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a media concatenation pipeline.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
4
2
  import type { CreateMediaInsightsPipelineRequest, CreateMediaInsightsPipelineResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateMediaInsightsPipelineCommandInput extends CreateMediaInsi
22
19
  export interface CreateMediaInsightsPipelineCommandOutput extends CreateMediaInsightsPipelineResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateMediaInsightsPipelineCommand_base: {
25
- new (input: CreateMediaInsightsPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMediaInsightsPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateMediaInsightsPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateMediaInsightsPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a media insights pipeline.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
4
2
  import type { CreateMediaInsightsPipelineConfigurationRequest, CreateMediaInsightsPipelineConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateMediaInsightsPipelineConfigurationCommandInput extends Cr
22
19
  export interface CreateMediaInsightsPipelineConfigurationCommandOutput extends CreateMediaInsightsPipelineConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateMediaInsightsPipelineConfigurationCommand_base: {
25
- new (input: CreateMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>A structure that contains the static configurations for a media insights
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
4
2
  import type { CreateMediaLiveConnectorPipelineRequest, CreateMediaLiveConnectorPipelineResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateMediaLiveConnectorPipelineCommandInput extends CreateMedi
22
19
  export interface CreateMediaLiveConnectorPipelineCommandOutput extends CreateMediaLiveConnectorPipelineResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateMediaLiveConnectorPipelineCommand_base: {
25
- new (input: CreateMediaLiveConnectorPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMediaLiveConnectorPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateMediaLiveConnectorPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateMediaLiveConnectorPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a media live connector pipeline in an Amazon Chime SDK meeting.</p>