@aws-sdk/client-chime-sdk-media-pipelines 3.478.0 → 3.484.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 (129) hide show
  1. package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +18 -41
  2. package/dist-cjs/commands/CreateMediaConcatenationPipelineCommand.js +18 -41
  3. package/dist-cjs/commands/CreateMediaInsightsPipelineCommand.js +18 -41
  4. package/dist-cjs/commands/CreateMediaInsightsPipelineConfigurationCommand.js +18 -41
  5. package/dist-cjs/commands/CreateMediaLiveConnectorPipelineCommand.js +18 -41
  6. package/dist-cjs/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  7. package/dist-cjs/commands/CreateMediaStreamPipelineCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteMediaPipelineCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  12. package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +18 -41
  13. package/dist-cjs/commands/GetMediaInsightsPipelineConfigurationCommand.js +18 -41
  14. package/dist-cjs/commands/GetMediaPipelineCommand.js +18 -41
  15. package/dist-cjs/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  16. package/dist-cjs/commands/GetSpeakerSearchTaskCommand.js +18 -41
  17. package/dist-cjs/commands/GetVoiceToneAnalysisTaskCommand.js +18 -41
  18. package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +18 -41
  19. package/dist-cjs/commands/ListMediaInsightsPipelineConfigurationsCommand.js +18 -41
  20. package/dist-cjs/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +18 -41
  21. package/dist-cjs/commands/ListMediaPipelinesCommand.js +18 -41
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  23. package/dist-cjs/commands/StartSpeakerSearchTaskCommand.js +18 -41
  24. package/dist-cjs/commands/StartVoiceToneAnalysisTaskCommand.js +18 -41
  25. package/dist-cjs/commands/StopSpeakerSearchTaskCommand.js +18 -41
  26. package/dist-cjs/commands/StopVoiceToneAnalysisTaskCommand.js +18 -41
  27. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  28. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateMediaInsightsPipelineStatusCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-es/commands/CreateMediaCapturePipelineCommand.js +18 -41
  34. package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +18 -41
  35. package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +18 -41
  36. package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +18 -41
  37. package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +18 -41
  38. package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  39. package/dist-es/commands/CreateMediaStreamPipelineCommand.js +18 -41
  40. package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +18 -41
  41. package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +18 -41
  42. package/dist-es/commands/DeleteMediaPipelineCommand.js +18 -41
  43. package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  44. package/dist-es/commands/GetMediaCapturePipelineCommand.js +18 -41
  45. package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +18 -41
  46. package/dist-es/commands/GetMediaPipelineCommand.js +18 -41
  47. package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  48. package/dist-es/commands/GetSpeakerSearchTaskCommand.js +18 -41
  49. package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +18 -41
  50. package/dist-es/commands/ListMediaCapturePipelinesCommand.js +18 -41
  51. package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +18 -41
  52. package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +18 -41
  53. package/dist-es/commands/ListMediaPipelinesCommand.js +18 -41
  54. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  55. package/dist-es/commands/StartSpeakerSearchTaskCommand.js +18 -41
  56. package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +18 -41
  57. package/dist-es/commands/StopSpeakerSearchTaskCommand.js +18 -41
  58. package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +18 -41
  59. package/dist-es/commands/TagResourceCommand.js +18 -41
  60. package/dist-es/commands/UntagResourceCommand.js +18 -41
  61. package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +18 -41
  62. package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +18 -41
  63. package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
  64. package/dist-es/endpoint/EndpointParameters.js +6 -0
  65. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateMediaInsightsPipelineCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
  69. package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +6 -21
  70. package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
  71. package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +6 -21
  73. package/dist-types/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
  74. package/dist-types/commands/DeleteMediaPipelineCommand.d.ts +6 -21
  75. package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
  76. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +6 -21
  77. package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
  78. package/dist-types/commands/GetMediaPipelineCommand.d.ts +6 -21
  79. package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
  80. package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +6 -21
  81. package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +6 -21
  82. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +6 -21
  83. package/dist-types/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +6 -21
  84. package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +6 -21
  85. package/dist-types/commands/ListMediaPipelinesCommand.d.ts +6 -21
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  87. package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +6 -21
  88. package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +6 -21
  89. package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +6 -21
  90. package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +6 -21
  91. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  92. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  93. package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
  96. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  97. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +12 -24
  121. package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  129. package/package.json +11 -11
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { StartVoiceToneAnalysisTaskRequestFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_StartVoiceToneAnalysisTaskCommand, se_StartVoiceToneAnalysisTaskCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class StartVoiceToneAnalysisTaskCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, StartVoiceToneAnalysisTaskCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "ChimeSDKMediaPipelinesClient";
27
- const commandName = "StartVoiceToneAnalysisTaskCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: StartVoiceToneAnalysisTaskRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: (_) => _,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "ChimeSDKMediaPipelinesService",
36
- operation: "StartVoiceToneAnalysisTask",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_StartVoiceToneAnalysisTaskCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_StartVoiceToneAnalysisTaskCommand(output, context);
47
- }
8
+ export class StartVoiceToneAnalysisTaskCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("ChimeSDKMediaPipelinesService", "StartVoiceToneAnalysisTask", {})
20
+ .n("ChimeSDKMediaPipelinesClient", "StartVoiceToneAnalysisTaskCommand")
21
+ .f(StartVoiceToneAnalysisTaskRequestFilterSensitiveLog, void 0)
22
+ .ser(se_StartVoiceToneAnalysisTaskCommand)
23
+ .de(de_StartVoiceToneAnalysisTaskCommand)
24
+ .build() {
48
25
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_StopSpeakerSearchTaskCommand, se_StopSpeakerSearchTaskCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class StopSpeakerSearchTaskCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, StopSpeakerSearchTaskCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ChimeSDKMediaPipelinesClient";
26
- const commandName = "StopSpeakerSearchTaskCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ChimeSDKMediaPipelinesService",
35
- operation: "StopSpeakerSearchTask",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_StopSpeakerSearchTaskCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_StopSpeakerSearchTaskCommand(output, context);
46
- }
7
+ export class StopSpeakerSearchTaskCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ChimeSDKMediaPipelinesService", "StopSpeakerSearchTask", {})
19
+ .n("ChimeSDKMediaPipelinesClient", "StopSpeakerSearchTaskCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StopSpeakerSearchTaskCommand)
22
+ .de(de_StopSpeakerSearchTaskCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_StopVoiceToneAnalysisTaskCommand, se_StopVoiceToneAnalysisTaskCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class StopVoiceToneAnalysisTaskCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, StopVoiceToneAnalysisTaskCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ChimeSDKMediaPipelinesClient";
26
- const commandName = "StopVoiceToneAnalysisTaskCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ChimeSDKMediaPipelinesService",
35
- operation: "StopVoiceToneAnalysisTask",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_StopVoiceToneAnalysisTaskCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_StopVoiceToneAnalysisTaskCommand(output, context);
46
- }
7
+ export class StopVoiceToneAnalysisTaskCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ChimeSDKMediaPipelinesService", "StopVoiceToneAnalysisTask", {})
19
+ .n("ChimeSDKMediaPipelinesClient", "StopVoiceToneAnalysisTaskCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StopVoiceToneAnalysisTaskCommand)
22
+ .de(de_StopVoiceToneAnalysisTaskCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class TagResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, TagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ChimeSDKMediaPipelinesClient";
26
- const commandName = "TagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ChimeSDKMediaPipelinesService",
35
- operation: "TagResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_TagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_TagResourceCommand(output, context);
46
- }
7
+ export class TagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ChimeSDKMediaPipelinesService", "TagResource", {})
19
+ .n("ChimeSDKMediaPipelinesClient", "TagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_TagResourceCommand)
22
+ .de(de_TagResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UntagResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ChimeSDKMediaPipelinesClient";
26
- const commandName = "UntagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ChimeSDKMediaPipelinesService",
35
- operation: "UntagResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UntagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UntagResourceCommand(output, context);
46
- }
7
+ export class UntagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ChimeSDKMediaPipelinesService", "UntagResource", {})
19
+ .n("ChimeSDKMediaPipelinesClient", "UntagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UntagResourceCommand)
22
+ .de(de_UntagResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog, UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdateMediaInsightsPipelineConfigurationCommand, se_UpdateMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class UpdateMediaInsightsPipelineConfigurationCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateMediaInsightsPipelineConfigurationCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "ChimeSDKMediaPipelinesClient";
27
- const commandName = "UpdateMediaInsightsPipelineConfigurationCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "ChimeSDKMediaPipelinesService",
36
- operation: "UpdateMediaInsightsPipelineConfiguration",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdateMediaInsightsPipelineConfigurationCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdateMediaInsightsPipelineConfigurationCommand(output, context);
47
- }
8
+ export class UpdateMediaInsightsPipelineConfigurationCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineConfiguration", {})
20
+ .n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineConfigurationCommand")
21
+ .f(UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog, UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog)
22
+ .ser(se_UpdateMediaInsightsPipelineConfigurationCommand)
23
+ .de(de_UpdateMediaInsightsPipelineConfigurationCommand)
24
+ .build() {
48
25
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateMediaInsightsPipelineStatusCommand, se_UpdateMediaInsightsPipelineStatusCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateMediaInsightsPipelineStatusCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateMediaInsightsPipelineStatusCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ChimeSDKMediaPipelinesClient";
26
- const commandName = "UpdateMediaInsightsPipelineStatusCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ChimeSDKMediaPipelinesService",
35
- operation: "UpdateMediaInsightsPipelineStatus",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateMediaInsightsPipelineStatusCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateMediaInsightsPipelineStatusCommand(output, context);
46
- }
7
+ export class UpdateMediaInsightsPipelineStatusCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ChimeSDKMediaPipelinesService", "UpdateMediaInsightsPipelineStatus", {})
19
+ .n("ChimeSDKMediaPipelinesClient", "UpdateMediaInsightsPipelineStatusCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateMediaInsightsPipelineStatusCommand)
22
+ .de(de_UpdateMediaInsightsPipelineStatusCommand)
23
+ .build() {
47
24
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdateMediaPipelineKinesisVideoStreamPoolCommand, se_UpdateMediaPipelineKinesisVideoStreamPoolCommand, } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateMediaPipelineKinesisVideoStreamPoolCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "ChimeSDKMediaPipelinesClient";
27
- const commandName = "UpdateMediaPipelineKinesisVideoStreamPoolCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: (_) => _,
33
- outputFilterSensitiveLog: UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "ChimeSDKMediaPipelinesService",
36
- operation: "UpdateMediaPipelineKinesisVideoStreamPool",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdateMediaPipelineKinesisVideoStreamPoolCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdateMediaPipelineKinesisVideoStreamPoolCommand(output, context);
47
- }
8
+ export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("ChimeSDKMediaPipelinesService", "UpdateMediaPipelineKinesisVideoStreamPool", {})
20
+ .n("ChimeSDKMediaPipelinesClient", "UpdateMediaPipelineKinesisVideoStreamPoolCommand")
21
+ .f(void 0, UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog)
22
+ .ser(se_UpdateMediaPipelineKinesisVideoStreamPoolCommand)
23
+ .de(de_UpdateMediaPipelineKinesisVideoStreamPoolCommand)
24
+ .build() {
48
25
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "chime",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { CreateMediaCapturePipelineRequest, CreateMediaCapturePipelineResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateMediaCapturePipelineCommandInput extends CreateMediaCaptu
21
20
  */
22
21
  export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapturePipelineResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateMediaCapturePipelineCommand_base: {
24
+ new (input: CreateMediaCapturePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a media pipeline.</p>
@@ -206,23 +209,5 @@ export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapt
206
209
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
207
210
  *
208
211
  */
209
- export declare class CreateMediaCapturePipelineCommand extends $Command<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
210
- readonly input: CreateMediaCapturePipelineCommandInput;
211
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
212
- /**
213
- * @public
214
- */
215
- constructor(input: CreateMediaCapturePipelineCommandInput);
216
- /**
217
- * @internal
218
- */
219
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput>;
220
- /**
221
- * @internal
222
- */
223
- private serialize;
224
- /**
225
- * @internal
226
- */
227
- private deserialize;
212
+ export declare class CreateMediaCapturePipelineCommand extends CreateMediaCapturePipelineCommand_base {
228
213
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
4
  import { CreateMediaConcatenationPipelineRequest, CreateMediaConcatenationPipelineResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateMediaConcatenationPipelineCommandInput extends CreateMedi
21
20
  */
22
21
  export interface CreateMediaConcatenationPipelineCommandOutput extends CreateMediaConcatenationPipelineResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateMediaConcatenationPipelineCommand_base: {
24
+ new (input: CreateMediaConcatenationPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a media concatenation pipeline.</p>
@@ -166,23 +169,5 @@ export interface CreateMediaConcatenationPipelineCommandOutput extends CreateMed
166
169
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
167
170
  *
168
171
  */
169
- export declare class CreateMediaConcatenationPipelineCommand extends $Command<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
170
- readonly input: CreateMediaConcatenationPipelineCommandInput;
171
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
172
- /**
173
- * @public
174
- */
175
- constructor(input: CreateMediaConcatenationPipelineCommandInput);
176
- /**
177
- * @internal
178
- */
179
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput>;
180
- /**
181
- * @internal
182
- */
183
- private serialize;
184
- /**
185
- * @internal
186
- */
187
- private deserialize;
172
+ export declare class CreateMediaConcatenationPipelineCommand extends CreateMediaConcatenationPipelineCommand_base {
188
173
  }