@aws-sdk/client-chime-sdk-media-pipelines 3.490.0 → 3.495.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 (49) hide show
  1. package/dist-cjs/ChimeSDKMediaPipelines.js +1 -73
  2. package/dist-cjs/ChimeSDKMediaPipelinesClient.js +1 -43
  3. package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +1 -29
  4. package/dist-cjs/commands/CreateMediaConcatenationPipelineCommand.js +1 -29
  5. package/dist-cjs/commands/CreateMediaInsightsPipelineCommand.js +1 -29
  6. package/dist-cjs/commands/CreateMediaInsightsPipelineConfigurationCommand.js +1 -29
  7. package/dist-cjs/commands/CreateMediaLiveConnectorPipelineCommand.js +1 -29
  8. package/dist-cjs/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +1 -29
  9. package/dist-cjs/commands/CreateMediaStreamPipelineCommand.js +1 -29
  10. package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteMediaPipelineCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +1 -28
  14. package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +1 -29
  15. package/dist-cjs/commands/GetMediaInsightsPipelineConfigurationCommand.js +1 -29
  16. package/dist-cjs/commands/GetMediaPipelineCommand.js +1 -29
  17. package/dist-cjs/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +1 -29
  18. package/dist-cjs/commands/GetSpeakerSearchTaskCommand.js +1 -28
  19. package/dist-cjs/commands/GetVoiceToneAnalysisTaskCommand.js +1 -28
  20. package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +1 -28
  21. package/dist-cjs/commands/ListMediaInsightsPipelineConfigurationsCommand.js +1 -29
  22. package/dist-cjs/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +1 -29
  23. package/dist-cjs/commands/ListMediaPipelinesCommand.js +1 -28
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  25. package/dist-cjs/commands/StartSpeakerSearchTaskCommand.js +1 -29
  26. package/dist-cjs/commands/StartVoiceToneAnalysisTaskCommand.js +1 -29
  27. package/dist-cjs/commands/StopSpeakerSearchTaskCommand.js +1 -28
  28. package/dist-cjs/commands/StopVoiceToneAnalysisTaskCommand.js +1 -28
  29. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  30. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  31. package/dist-cjs/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +1 -29
  32. package/dist-cjs/commands/UpdateMediaInsightsPipelineStatusCommand.js +1 -28
  33. package/dist-cjs/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +1 -29
  34. package/dist-cjs/commands/index.js +1 -34
  35. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  36. package/dist-cjs/extensionConfiguration.js +1 -2
  37. package/dist-cjs/index.js +4183 -11
  38. package/dist-cjs/models/ChimeSDKMediaPipelinesServiceException.js +1 -12
  39. package/dist-cjs/models/index.js +1 -4
  40. package/dist-cjs/models/models_0.js +1 -765
  41. package/dist-cjs/pagination/Interfaces.js +1 -2
  42. package/dist-cjs/pagination/ListMediaCapturePipelinesPaginator.js +1 -7
  43. package/dist-cjs/pagination/ListMediaInsightsPipelineConfigurationsPaginator.js +1 -7
  44. package/dist-cjs/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListMediaPipelinesPaginator.js +1 -7
  46. package/dist-cjs/pagination/index.js +1 -8
  47. package/dist-cjs/protocols/Aws_restJson1.js +1 -2416
  48. package/dist-cjs/runtimeExtensions.js +1 -22
  49. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetVoiceToneAnalysisTaskCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetVoiceToneAnalysisTaskCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ChimeSDKMediaPipelinesService", "GetVoiceToneAnalysisTask", {})
22
- .n("ChimeSDKMediaPipelinesClient", "GetVoiceToneAnalysisTaskCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetVoiceToneAnalysisTaskCommand)
25
- .de(Aws_restJson1_1.de_GetVoiceToneAnalysisTaskCommand)
26
- .build() {
27
- }
28
- exports.GetVoiceToneAnalysisTaskCommand = GetVoiceToneAnalysisTaskCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMediaCapturePipelinesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListMediaCapturePipelinesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ChimeSDKMediaPipelinesService", "ListMediaCapturePipelines", {})
22
- .n("ChimeSDKMediaPipelinesClient", "ListMediaCapturePipelinesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListMediaCapturePipelinesCommand)
25
- .de(Aws_restJson1_1.de_ListMediaCapturePipelinesCommand)
26
- .build() {
27
- }
28
- exports.ListMediaCapturePipelinesCommand = ListMediaCapturePipelinesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMediaInsightsPipelineConfigurationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListMediaInsightsPipelineConfigurationsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("ChimeSDKMediaPipelinesService", "ListMediaInsightsPipelineConfigurations", {})
23
- .n("ChimeSDKMediaPipelinesClient", "ListMediaInsightsPipelineConfigurationsCommand")
24
- .f(void 0, models_0_1.ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListMediaInsightsPipelineConfigurationsCommand)
26
- .de(Aws_restJson1_1.de_ListMediaInsightsPipelineConfigurationsCommand)
27
- .build() {
28
- }
29
- exports.ListMediaInsightsPipelineConfigurationsCommand = ListMediaInsightsPipelineConfigurationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMediaPipelineKinesisVideoStreamPoolsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListMediaPipelineKinesisVideoStreamPoolsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("ChimeSDKMediaPipelinesService", "ListMediaPipelineKinesisVideoStreamPools", {})
23
- .n("ChimeSDKMediaPipelinesClient", "ListMediaPipelineKinesisVideoStreamPoolsCommand")
24
- .f(void 0, models_0_1.ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListMediaPipelineKinesisVideoStreamPoolsCommand)
26
- .de(Aws_restJson1_1.de_ListMediaPipelineKinesisVideoStreamPoolsCommand)
27
- .build() {
28
- }
29
- exports.ListMediaPipelineKinesisVideoStreamPoolsCommand = ListMediaPipelineKinesisVideoStreamPoolsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMediaPipelinesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListMediaPipelinesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ChimeSDKMediaPipelinesService", "ListMediaPipelines", {})
22
- .n("ChimeSDKMediaPipelinesClient", "ListMediaPipelinesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListMediaPipelinesCommand)
25
- .de(Aws_restJson1_1.de_ListMediaPipelinesCommand)
26
- .build() {
27
- }
28
- exports.ListMediaPipelinesCommand = ListMediaPipelinesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ChimeSDKMediaPipelinesService", "ListTagsForResource", {})
22
- .n("ChimeSDKMediaPipelinesClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartSpeakerSearchTaskCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class StartSpeakerSearchTaskCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("ChimeSDKMediaPipelinesService", "StartSpeakerSearchTask", {})
23
- .n("ChimeSDKMediaPipelinesClient", "StartSpeakerSearchTaskCommand")
24
- .f(models_0_1.StartSpeakerSearchTaskRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_StartSpeakerSearchTaskCommand)
26
- .de(Aws_restJson1_1.de_StartSpeakerSearchTaskCommand)
27
- .build() {
28
- }
29
- exports.StartSpeakerSearchTaskCommand = StartSpeakerSearchTaskCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartVoiceToneAnalysisTaskCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class StartVoiceToneAnalysisTaskCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("ChimeSDKMediaPipelinesService", "StartVoiceToneAnalysisTask", {})
23
- .n("ChimeSDKMediaPipelinesClient", "StartVoiceToneAnalysisTaskCommand")
24
- .f(models_0_1.StartVoiceToneAnalysisTaskRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_StartVoiceToneAnalysisTaskCommand)
26
- .de(Aws_restJson1_1.de_StartVoiceToneAnalysisTaskCommand)
27
- .build() {
28
- }
29
- exports.StartVoiceToneAnalysisTaskCommand = StartVoiceToneAnalysisTaskCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopSpeakerSearchTaskCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StopSpeakerSearchTaskCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ChimeSDKMediaPipelinesService", "StopSpeakerSearchTask", {})
22
- .n("ChimeSDKMediaPipelinesClient", "StopSpeakerSearchTaskCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StopSpeakerSearchTaskCommand)
25
- .de(Aws_restJson1_1.de_StopSpeakerSearchTaskCommand)
26
- .build() {
27
- }
28
- exports.StopSpeakerSearchTaskCommand = StopSpeakerSearchTaskCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopVoiceToneAnalysisTaskCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StopVoiceToneAnalysisTaskCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ChimeSDKMediaPipelinesService", "StopVoiceToneAnalysisTask", {})
22
- .n("ChimeSDKMediaPipelinesClient", "StopVoiceToneAnalysisTaskCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StopVoiceToneAnalysisTaskCommand)
25
- .de(Aws_restJson1_1.de_StopVoiceToneAnalysisTaskCommand)
26
- .build() {
27
- }
28
- exports.StopVoiceToneAnalysisTaskCommand = StopVoiceToneAnalysisTaskCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ChimeSDKMediaPipelinesService", "TagResource", {})
22
- .n("ChimeSDKMediaPipelinesClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ChimeSDKMediaPipelinesService", "UntagResource", {})
22
- .n("ChimeSDKMediaPipelinesClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateMediaInsightsPipelineConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateMediaInsightsPipelineConfigurationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineConfiguration", {})
23
- .n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineConfigurationCommand")
24
- .f(models_0_1.UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog, models_0_1.UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateMediaInsightsPipelineConfigurationCommand)
26
- .de(Aws_restJson1_1.de_UpdateMediaInsightsPipelineConfigurationCommand)
27
- .build() {
28
- }
29
- exports.UpdateMediaInsightsPipelineConfigurationCommand = UpdateMediaInsightsPipelineConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateMediaInsightsPipelineStatusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateMediaInsightsPipelineStatusCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineStatus", {})
22
- .n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateMediaInsightsPipelineStatusCommand)
25
- .de(Aws_restJson1_1.de_UpdateMediaInsightsPipelineStatusCommand)
26
- .build() {
27
- }
28
- exports.UpdateMediaInsightsPipelineStatusCommand = UpdateMediaInsightsPipelineStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateMediaPipelineKinesisVideoStreamPoolCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("ChimeSDKMediaPipelinesService", "UpdateMediaPipelineKinesisVideoStreamPool", {})
23
- .n("ChimeSDKMediaPipelinesClient", "UpdateMediaPipelineKinesisVideoStreamPoolCommand")
24
- .f(void 0, models_0_1.UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateMediaPipelineKinesisVideoStreamPoolCommand)
26
- .de(Aws_restJson1_1.de_UpdateMediaPipelineKinesisVideoStreamPoolCommand)
27
- .build() {
28
- }
29
- exports.UpdateMediaPipelineKinesisVideoStreamPoolCommand = UpdateMediaPipelineKinesisVideoStreamPoolCommand;
1
+ module.exports = require("../index.js");
@@ -1,34 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateMediaCapturePipelineCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateMediaConcatenationPipelineCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateMediaInsightsPipelineCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateMediaInsightsPipelineConfigurationCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateMediaLiveConnectorPipelineCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateMediaPipelineKinesisVideoStreamPoolCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateMediaStreamPipelineCommand"), exports);
11
- tslib_1.__exportStar(require("./DeleteMediaCapturePipelineCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteMediaInsightsPipelineConfigurationCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteMediaPipelineCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteMediaPipelineKinesisVideoStreamPoolCommand"), exports);
15
- tslib_1.__exportStar(require("./GetMediaCapturePipelineCommand"), exports);
16
- tslib_1.__exportStar(require("./GetMediaInsightsPipelineConfigurationCommand"), exports);
17
- tslib_1.__exportStar(require("./GetMediaPipelineCommand"), exports);
18
- tslib_1.__exportStar(require("./GetMediaPipelineKinesisVideoStreamPoolCommand"), exports);
19
- tslib_1.__exportStar(require("./GetSpeakerSearchTaskCommand"), exports);
20
- tslib_1.__exportStar(require("./GetVoiceToneAnalysisTaskCommand"), exports);
21
- tslib_1.__exportStar(require("./ListMediaCapturePipelinesCommand"), exports);
22
- tslib_1.__exportStar(require("./ListMediaInsightsPipelineConfigurationsCommand"), exports);
23
- tslib_1.__exportStar(require("./ListMediaPipelineKinesisVideoStreamPoolsCommand"), exports);
24
- tslib_1.__exportStar(require("./ListMediaPipelinesCommand"), exports);
25
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
26
- tslib_1.__exportStar(require("./StartSpeakerSearchTaskCommand"), exports);
27
- tslib_1.__exportStar(require("./StartVoiceToneAnalysisTaskCommand"), exports);
28
- tslib_1.__exportStar(require("./StopSpeakerSearchTaskCommand"), exports);
29
- tslib_1.__exportStar(require("./StopVoiceToneAnalysisTaskCommand"), exports);
30
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
31
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
32
- tslib_1.__exportStar(require("./UpdateMediaInsightsPipelineConfigurationCommand"), exports);
33
- tslib_1.__exportStar(require("./UpdateMediaInsightsPipelineStatusCommand"), exports);
34
- tslib_1.__exportStar(require("./UpdateMediaPipelineKinesisVideoStreamPoolCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "chime",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");