@aws-sdk/client-chime-sdk-media-pipelines 3.489.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,73 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChimeSDKMediaPipelines = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const ChimeSDKMediaPipelinesClient_1 = require("./ChimeSDKMediaPipelinesClient");
6
- const CreateMediaCapturePipelineCommand_1 = require("./commands/CreateMediaCapturePipelineCommand");
7
- const CreateMediaConcatenationPipelineCommand_1 = require("./commands/CreateMediaConcatenationPipelineCommand");
8
- const CreateMediaInsightsPipelineCommand_1 = require("./commands/CreateMediaInsightsPipelineCommand");
9
- const CreateMediaInsightsPipelineConfigurationCommand_1 = require("./commands/CreateMediaInsightsPipelineConfigurationCommand");
10
- const CreateMediaLiveConnectorPipelineCommand_1 = require("./commands/CreateMediaLiveConnectorPipelineCommand");
11
- const CreateMediaPipelineKinesisVideoStreamPoolCommand_1 = require("./commands/CreateMediaPipelineKinesisVideoStreamPoolCommand");
12
- const CreateMediaStreamPipelineCommand_1 = require("./commands/CreateMediaStreamPipelineCommand");
13
- const DeleteMediaCapturePipelineCommand_1 = require("./commands/DeleteMediaCapturePipelineCommand");
14
- const DeleteMediaInsightsPipelineConfigurationCommand_1 = require("./commands/DeleteMediaInsightsPipelineConfigurationCommand");
15
- const DeleteMediaPipelineCommand_1 = require("./commands/DeleteMediaPipelineCommand");
16
- const DeleteMediaPipelineKinesisVideoStreamPoolCommand_1 = require("./commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand");
17
- const GetMediaCapturePipelineCommand_1 = require("./commands/GetMediaCapturePipelineCommand");
18
- const GetMediaInsightsPipelineConfigurationCommand_1 = require("./commands/GetMediaInsightsPipelineConfigurationCommand");
19
- const GetMediaPipelineCommand_1 = require("./commands/GetMediaPipelineCommand");
20
- const GetMediaPipelineKinesisVideoStreamPoolCommand_1 = require("./commands/GetMediaPipelineKinesisVideoStreamPoolCommand");
21
- const GetSpeakerSearchTaskCommand_1 = require("./commands/GetSpeakerSearchTaskCommand");
22
- const GetVoiceToneAnalysisTaskCommand_1 = require("./commands/GetVoiceToneAnalysisTaskCommand");
23
- const ListMediaCapturePipelinesCommand_1 = require("./commands/ListMediaCapturePipelinesCommand");
24
- const ListMediaInsightsPipelineConfigurationsCommand_1 = require("./commands/ListMediaInsightsPipelineConfigurationsCommand");
25
- const ListMediaPipelineKinesisVideoStreamPoolsCommand_1 = require("./commands/ListMediaPipelineKinesisVideoStreamPoolsCommand");
26
- const ListMediaPipelinesCommand_1 = require("./commands/ListMediaPipelinesCommand");
27
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
28
- const StartSpeakerSearchTaskCommand_1 = require("./commands/StartSpeakerSearchTaskCommand");
29
- const StartVoiceToneAnalysisTaskCommand_1 = require("./commands/StartVoiceToneAnalysisTaskCommand");
30
- const StopSpeakerSearchTaskCommand_1 = require("./commands/StopSpeakerSearchTaskCommand");
31
- const StopVoiceToneAnalysisTaskCommand_1 = require("./commands/StopVoiceToneAnalysisTaskCommand");
32
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
33
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
34
- const UpdateMediaInsightsPipelineConfigurationCommand_1 = require("./commands/UpdateMediaInsightsPipelineConfigurationCommand");
35
- const UpdateMediaInsightsPipelineStatusCommand_1 = require("./commands/UpdateMediaInsightsPipelineStatusCommand");
36
- const UpdateMediaPipelineKinesisVideoStreamPoolCommand_1 = require("./commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand");
37
- const commands = {
38
- CreateMediaCapturePipelineCommand: CreateMediaCapturePipelineCommand_1.CreateMediaCapturePipelineCommand,
39
- CreateMediaConcatenationPipelineCommand: CreateMediaConcatenationPipelineCommand_1.CreateMediaConcatenationPipelineCommand,
40
- CreateMediaInsightsPipelineCommand: CreateMediaInsightsPipelineCommand_1.CreateMediaInsightsPipelineCommand,
41
- CreateMediaInsightsPipelineConfigurationCommand: CreateMediaInsightsPipelineConfigurationCommand_1.CreateMediaInsightsPipelineConfigurationCommand,
42
- CreateMediaLiveConnectorPipelineCommand: CreateMediaLiveConnectorPipelineCommand_1.CreateMediaLiveConnectorPipelineCommand,
43
- CreateMediaPipelineKinesisVideoStreamPoolCommand: CreateMediaPipelineKinesisVideoStreamPoolCommand_1.CreateMediaPipelineKinesisVideoStreamPoolCommand,
44
- CreateMediaStreamPipelineCommand: CreateMediaStreamPipelineCommand_1.CreateMediaStreamPipelineCommand,
45
- DeleteMediaCapturePipelineCommand: DeleteMediaCapturePipelineCommand_1.DeleteMediaCapturePipelineCommand,
46
- DeleteMediaInsightsPipelineConfigurationCommand: DeleteMediaInsightsPipelineConfigurationCommand_1.DeleteMediaInsightsPipelineConfigurationCommand,
47
- DeleteMediaPipelineCommand: DeleteMediaPipelineCommand_1.DeleteMediaPipelineCommand,
48
- DeleteMediaPipelineKinesisVideoStreamPoolCommand: DeleteMediaPipelineKinesisVideoStreamPoolCommand_1.DeleteMediaPipelineKinesisVideoStreamPoolCommand,
49
- GetMediaCapturePipelineCommand: GetMediaCapturePipelineCommand_1.GetMediaCapturePipelineCommand,
50
- GetMediaInsightsPipelineConfigurationCommand: GetMediaInsightsPipelineConfigurationCommand_1.GetMediaInsightsPipelineConfigurationCommand,
51
- GetMediaPipelineCommand: GetMediaPipelineCommand_1.GetMediaPipelineCommand,
52
- GetMediaPipelineKinesisVideoStreamPoolCommand: GetMediaPipelineKinesisVideoStreamPoolCommand_1.GetMediaPipelineKinesisVideoStreamPoolCommand,
53
- GetSpeakerSearchTaskCommand: GetSpeakerSearchTaskCommand_1.GetSpeakerSearchTaskCommand,
54
- GetVoiceToneAnalysisTaskCommand: GetVoiceToneAnalysisTaskCommand_1.GetVoiceToneAnalysisTaskCommand,
55
- ListMediaCapturePipelinesCommand: ListMediaCapturePipelinesCommand_1.ListMediaCapturePipelinesCommand,
56
- ListMediaInsightsPipelineConfigurationsCommand: ListMediaInsightsPipelineConfigurationsCommand_1.ListMediaInsightsPipelineConfigurationsCommand,
57
- ListMediaPipelineKinesisVideoStreamPoolsCommand: ListMediaPipelineKinesisVideoStreamPoolsCommand_1.ListMediaPipelineKinesisVideoStreamPoolsCommand,
58
- ListMediaPipelinesCommand: ListMediaPipelinesCommand_1.ListMediaPipelinesCommand,
59
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
60
- StartSpeakerSearchTaskCommand: StartSpeakerSearchTaskCommand_1.StartSpeakerSearchTaskCommand,
61
- StartVoiceToneAnalysisTaskCommand: StartVoiceToneAnalysisTaskCommand_1.StartVoiceToneAnalysisTaskCommand,
62
- StopSpeakerSearchTaskCommand: StopSpeakerSearchTaskCommand_1.StopSpeakerSearchTaskCommand,
63
- StopVoiceToneAnalysisTaskCommand: StopVoiceToneAnalysisTaskCommand_1.StopVoiceToneAnalysisTaskCommand,
64
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
65
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
66
- UpdateMediaInsightsPipelineConfigurationCommand: UpdateMediaInsightsPipelineConfigurationCommand_1.UpdateMediaInsightsPipelineConfigurationCommand,
67
- UpdateMediaInsightsPipelineStatusCommand: UpdateMediaInsightsPipelineStatusCommand_1.UpdateMediaInsightsPipelineStatusCommand,
68
- UpdateMediaPipelineKinesisVideoStreamPoolCommand: UpdateMediaPipelineKinesisVideoStreamPoolCommand_1.UpdateMediaPipelineKinesisVideoStreamPoolCommand,
69
- };
70
- class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient_1.ChimeSDKMediaPipelinesClient {
71
- }
72
- exports.ChimeSDKMediaPipelines = ChimeSDKMediaPipelines;
73
- (0, smithy_client_1.createAggregatedClient)(commands, ChimeSDKMediaPipelines);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChimeSDKMediaPipelinesClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class ChimeSDKMediaPipelinesClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.ChimeSDKMediaPipelinesClient = ChimeSDKMediaPipelinesClient;
1
+ module.exports = require("./index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMediaCapturePipelineCommand = 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 CreateMediaCapturePipelineCommand 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", "CreateMediaCapturePipeline", {})
23
- .n("ChimeSDKMediaPipelinesClient", "CreateMediaCapturePipelineCommand")
24
- .f(models_0_1.CreateMediaCapturePipelineRequestFilterSensitiveLog, models_0_1.CreateMediaCapturePipelineResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateMediaCapturePipelineCommand)
26
- .de(Aws_restJson1_1.de_CreateMediaCapturePipelineCommand)
27
- .build() {
28
- }
29
- exports.CreateMediaCapturePipelineCommand = CreateMediaCapturePipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMediaConcatenationPipelineCommand = 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 CreateMediaConcatenationPipelineCommand 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", "CreateMediaConcatenationPipeline", {})
23
- .n("ChimeSDKMediaPipelinesClient", "CreateMediaConcatenationPipelineCommand")
24
- .f(models_0_1.CreateMediaConcatenationPipelineRequestFilterSensitiveLog, models_0_1.CreateMediaConcatenationPipelineResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateMediaConcatenationPipelineCommand)
26
- .de(Aws_restJson1_1.de_CreateMediaConcatenationPipelineCommand)
27
- .build() {
28
- }
29
- exports.CreateMediaConcatenationPipelineCommand = CreateMediaConcatenationPipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMediaInsightsPipelineCommand = 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 CreateMediaInsightsPipelineCommand 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", "CreateMediaInsightsPipeline", {})
23
- .n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineCommand")
24
- .f(models_0_1.CreateMediaInsightsPipelineRequestFilterSensitiveLog, models_0_1.CreateMediaInsightsPipelineResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateMediaInsightsPipelineCommand)
26
- .de(Aws_restJson1_1.de_CreateMediaInsightsPipelineCommand)
27
- .build() {
28
- }
29
- exports.CreateMediaInsightsPipelineCommand = CreateMediaInsightsPipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMediaInsightsPipelineConfigurationCommand = 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 CreateMediaInsightsPipelineConfigurationCommand 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", "CreateMediaInsightsPipelineConfiguration", {})
23
- .n("ChimeSDKMediaPipelinesClient", "CreateMediaInsightsPipelineConfigurationCommand")
24
- .f(models_0_1.CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog, models_0_1.CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateMediaInsightsPipelineConfigurationCommand)
26
- .de(Aws_restJson1_1.de_CreateMediaInsightsPipelineConfigurationCommand)
27
- .build() {
28
- }
29
- exports.CreateMediaInsightsPipelineConfigurationCommand = CreateMediaInsightsPipelineConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMediaLiveConnectorPipelineCommand = 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 CreateMediaLiveConnectorPipelineCommand 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", "CreateMediaLiveConnectorPipeline", {})
23
- .n("ChimeSDKMediaPipelinesClient", "CreateMediaLiveConnectorPipelineCommand")
24
- .f(models_0_1.CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog, models_0_1.CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateMediaLiveConnectorPipelineCommand)
26
- .de(Aws_restJson1_1.de_CreateMediaLiveConnectorPipelineCommand)
27
- .build() {
28
- }
29
- exports.CreateMediaLiveConnectorPipelineCommand = CreateMediaLiveConnectorPipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMediaPipelineKinesisVideoStreamPoolCommand = 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 CreateMediaPipelineKinesisVideoStreamPoolCommand 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", "CreateMediaPipelineKinesisVideoStreamPool", {})
23
- .n("ChimeSDKMediaPipelinesClient", "CreateMediaPipelineKinesisVideoStreamPoolCommand")
24
- .f(models_0_1.CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog, models_0_1.CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateMediaPipelineKinesisVideoStreamPoolCommand)
26
- .de(Aws_restJson1_1.de_CreateMediaPipelineKinesisVideoStreamPoolCommand)
27
- .build() {
28
- }
29
- exports.CreateMediaPipelineKinesisVideoStreamPoolCommand = CreateMediaPipelineKinesisVideoStreamPoolCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMediaStreamPipelineCommand = 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 CreateMediaStreamPipelineCommand 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", "CreateMediaStreamPipeline", {})
23
- .n("ChimeSDKMediaPipelinesClient", "CreateMediaStreamPipelineCommand")
24
- .f(models_0_1.CreateMediaStreamPipelineRequestFilterSensitiveLog, models_0_1.CreateMediaStreamPipelineResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateMediaStreamPipelineCommand)
26
- .de(Aws_restJson1_1.de_CreateMediaStreamPipelineCommand)
27
- .build() {
28
- }
29
- exports.CreateMediaStreamPipelineCommand = CreateMediaStreamPipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteMediaCapturePipelineCommand = 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 DeleteMediaCapturePipelineCommand 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", "DeleteMediaCapturePipeline", {})
22
- .n("ChimeSDKMediaPipelinesClient", "DeleteMediaCapturePipelineCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteMediaCapturePipelineCommand)
25
- .de(Aws_restJson1_1.de_DeleteMediaCapturePipelineCommand)
26
- .build() {
27
- }
28
- exports.DeleteMediaCapturePipelineCommand = DeleteMediaCapturePipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteMediaInsightsPipelineConfigurationCommand = 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 DeleteMediaInsightsPipelineConfigurationCommand 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", "DeleteMediaInsightsPipelineConfiguration", {})
22
- .n("ChimeSDKMediaPipelinesClient", "DeleteMediaInsightsPipelineConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteMediaInsightsPipelineConfigurationCommand)
25
- .de(Aws_restJson1_1.de_DeleteMediaInsightsPipelineConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DeleteMediaInsightsPipelineConfigurationCommand = DeleteMediaInsightsPipelineConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteMediaPipelineCommand = 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 DeleteMediaPipelineCommand 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", "DeleteMediaPipeline", {})
22
- .n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteMediaPipelineCommand)
25
- .de(Aws_restJson1_1.de_DeleteMediaPipelineCommand)
26
- .build() {
27
- }
28
- exports.DeleteMediaPipelineCommand = DeleteMediaPipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteMediaPipelineKinesisVideoStreamPoolCommand = 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 DeleteMediaPipelineKinesisVideoStreamPoolCommand 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", "DeleteMediaPipelineKinesisVideoStreamPool", {})
22
- .n("ChimeSDKMediaPipelinesClient", "DeleteMediaPipelineKinesisVideoStreamPoolCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteMediaPipelineKinesisVideoStreamPoolCommand)
25
- .de(Aws_restJson1_1.de_DeleteMediaPipelineKinesisVideoStreamPoolCommand)
26
- .build() {
27
- }
28
- exports.DeleteMediaPipelineKinesisVideoStreamPoolCommand = DeleteMediaPipelineKinesisVideoStreamPoolCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMediaCapturePipelineCommand = 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 GetMediaCapturePipelineCommand 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", "GetMediaCapturePipeline", {})
23
- .n("ChimeSDKMediaPipelinesClient", "GetMediaCapturePipelineCommand")
24
- .f(void 0, models_0_1.GetMediaCapturePipelineResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetMediaCapturePipelineCommand)
26
- .de(Aws_restJson1_1.de_GetMediaCapturePipelineCommand)
27
- .build() {
28
- }
29
- exports.GetMediaCapturePipelineCommand = GetMediaCapturePipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMediaInsightsPipelineConfigurationCommand = 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 GetMediaInsightsPipelineConfigurationCommand 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", "GetMediaInsightsPipelineConfiguration", {})
23
- .n("ChimeSDKMediaPipelinesClient", "GetMediaInsightsPipelineConfigurationCommand")
24
- .f(void 0, models_0_1.GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetMediaInsightsPipelineConfigurationCommand)
26
- .de(Aws_restJson1_1.de_GetMediaInsightsPipelineConfigurationCommand)
27
- .build() {
28
- }
29
- exports.GetMediaInsightsPipelineConfigurationCommand = GetMediaInsightsPipelineConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMediaPipelineCommand = 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 GetMediaPipelineCommand 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", "GetMediaPipeline", {})
23
- .n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineCommand")
24
- .f(void 0, models_0_1.GetMediaPipelineResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetMediaPipelineCommand)
26
- .de(Aws_restJson1_1.de_GetMediaPipelineCommand)
27
- .build() {
28
- }
29
- exports.GetMediaPipelineCommand = GetMediaPipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMediaPipelineKinesisVideoStreamPoolCommand = 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 GetMediaPipelineKinesisVideoStreamPoolCommand 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", "GetMediaPipelineKinesisVideoStreamPool", {})
23
- .n("ChimeSDKMediaPipelinesClient", "GetMediaPipelineKinesisVideoStreamPoolCommand")
24
- .f(void 0, models_0_1.GetMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetMediaPipelineKinesisVideoStreamPoolCommand)
26
- .de(Aws_restJson1_1.de_GetMediaPipelineKinesisVideoStreamPoolCommand)
27
- .build() {
28
- }
29
- exports.GetMediaPipelineKinesisVideoStreamPoolCommand = GetMediaPipelineKinesisVideoStreamPoolCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSpeakerSearchTaskCommand = 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 GetSpeakerSearchTaskCommand 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", "GetSpeakerSearchTask", {})
22
- .n("ChimeSDKMediaPipelinesClient", "GetSpeakerSearchTaskCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSpeakerSearchTaskCommand)
25
- .de(Aws_restJson1_1.de_GetSpeakerSearchTaskCommand)
26
- .build() {
27
- }
28
- exports.GetSpeakerSearchTaskCommand = GetSpeakerSearchTaskCommand;
1
+ module.exports = require("../index.js");