@aws-sdk/client-chime-sdk-media-pipelines 3.303.0 → 3.309.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 (43) hide show
  1. package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +2 -2
  2. package/dist-cjs/commands/CreateMediaConcatenationPipelineCommand.js +2 -2
  3. package/dist-cjs/commands/CreateMediaInsightsPipelineCommand.js +2 -2
  4. package/dist-cjs/commands/CreateMediaInsightsPipelineConfigurationCommand.js +2 -2
  5. package/dist-cjs/commands/CreateMediaLiveConnectorPipelineCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteMediaPipelineCommand.js +2 -2
  9. package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +2 -2
  10. package/dist-cjs/commands/GetMediaInsightsPipelineConfigurationCommand.js +2 -2
  11. package/dist-cjs/commands/GetMediaPipelineCommand.js +2 -2
  12. package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +2 -2
  13. package/dist-cjs/commands/ListMediaInsightsPipelineConfigurationsCommand.js +2 -2
  14. package/dist-cjs/commands/ListMediaPipelinesCommand.js +2 -2
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  17. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  18. package/dist-cjs/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +2 -2
  19. package/dist-cjs/commands/UpdateMediaInsightsPipelineStatusCommand.js +2 -2
  20. package/dist-cjs/protocols/Aws_restJson1.js +574 -613
  21. package/dist-es/commands/CreateMediaCapturePipelineCommand.js +3 -3
  22. package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +3 -3
  23. package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +3 -3
  24. package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +3 -3
  25. package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +3 -3
  26. package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +3 -3
  27. package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +3 -3
  28. package/dist-es/commands/DeleteMediaPipelineCommand.js +3 -3
  29. package/dist-es/commands/GetMediaCapturePipelineCommand.js +3 -3
  30. package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +3 -3
  31. package/dist-es/commands/GetMediaPipelineCommand.js +3 -3
  32. package/dist-es/commands/ListMediaCapturePipelinesCommand.js +3 -3
  33. package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +3 -3
  34. package/dist-es/commands/ListMediaPipelinesCommand.js +3 -3
  35. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  36. package/dist-es/commands/TagResourceCommand.js +3 -3
  37. package/dist-es/commands/UntagResourceCommand.js +3 -3
  38. package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +3 -3
  39. package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +3 -3
  40. package/dist-es/protocols/Aws_restJson1.js +535 -574
  41. package/dist-types/protocols/Aws_restJson1.d.ts +152 -38
  42. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +38 -38
  43. package/package.json +29 -29
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateMediaCapturePipelineRequestFilterSensitiveLog, CreateMediaCapturePipelineResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateMediaCapturePipelineCommand, serializeAws_restJson1CreateMediaCapturePipelineCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateMediaCapturePipelineCommand, se_CreateMediaCapturePipelineCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateMediaCapturePipelineCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateMediaCapturePipelineCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateMediaCapturePipelineCommand(input, context);
37
+ return se_CreateMediaCapturePipelineCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateMediaCapturePipelineCommand(output, context);
40
+ return de_CreateMediaCapturePipelineCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateMediaConcatenationPipelineRequestFilterSensitiveLog, CreateMediaConcatenationPipelineResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateMediaConcatenationPipelineCommand, serializeAws_restJson1CreateMediaConcatenationPipelineCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateMediaConcatenationPipelineCommand, se_CreateMediaConcatenationPipelineCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateMediaConcatenationPipelineCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateMediaConcatenationPipelineCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateMediaConcatenationPipelineCommand(input, context);
37
+ return se_CreateMediaConcatenationPipelineCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateMediaConcatenationPipelineCommand(output, context);
40
+ return de_CreateMediaConcatenationPipelineCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateMediaInsightsPipelineRequestFilterSensitiveLog, CreateMediaInsightsPipelineResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateMediaInsightsPipelineCommand, serializeAws_restJson1CreateMediaInsightsPipelineCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateMediaInsightsPipelineCommand, se_CreateMediaInsightsPipelineCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateMediaInsightsPipelineCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateMediaInsightsPipelineCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateMediaInsightsPipelineCommand(input, context);
37
+ return se_CreateMediaInsightsPipelineCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateMediaInsightsPipelineCommand(output, context);
40
+ return de_CreateMediaInsightsPipelineCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog, CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateMediaInsightsPipelineConfigurationCommand, serializeAws_restJson1CreateMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateMediaInsightsPipelineConfigurationCommand, se_CreateMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateMediaInsightsPipelineConfigurationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateMediaInsightsPipelineConfigurationCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateMediaInsightsPipelineConfigurationCommand(input, context);
37
+ return se_CreateMediaInsightsPipelineConfigurationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateMediaInsightsPipelineConfigurationCommand(output, context);
40
+ return de_CreateMediaInsightsPipelineConfigurationCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog, CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateMediaLiveConnectorPipelineCommand, serializeAws_restJson1CreateMediaLiveConnectorPipelineCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateMediaLiveConnectorPipelineCommand, se_CreateMediaLiveConnectorPipelineCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateMediaLiveConnectorPipelineCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateMediaLiveConnectorPipelineCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateMediaLiveConnectorPipelineCommand(input, context);
37
+ return se_CreateMediaLiveConnectorPipelineCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateMediaLiveConnectorPipelineCommand(output, context);
40
+ return de_CreateMediaLiveConnectorPipelineCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteMediaCapturePipelineCommand, serializeAws_restJson1DeleteMediaCapturePipelineCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteMediaCapturePipelineCommand, se_DeleteMediaCapturePipelineCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteMediaCapturePipelineCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteMediaCapturePipelineCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteMediaCapturePipelineCommand(input, context);
36
+ return se_DeleteMediaCapturePipelineCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteMediaCapturePipelineCommand(output, context);
39
+ return de_DeleteMediaCapturePipelineCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteMediaInsightsPipelineConfigurationCommand, serializeAws_restJson1DeleteMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteMediaInsightsPipelineConfigurationCommand, se_DeleteMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DeleteMediaInsightsPipelineConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteMediaInsightsPipelineConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteMediaInsightsPipelineConfigurationCommand(input, context);
36
+ return se_DeleteMediaInsightsPipelineConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteMediaInsightsPipelineConfigurationCommand(output, context);
39
+ return de_DeleteMediaInsightsPipelineConfigurationCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteMediaPipelineCommand, serializeAws_restJson1DeleteMediaPipelineCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteMediaPipelineCommand, se_DeleteMediaPipelineCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteMediaPipelineCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteMediaPipelineCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteMediaPipelineCommand(input, context);
36
+ return se_DeleteMediaPipelineCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteMediaPipelineCommand(output, context);
39
+ return de_DeleteMediaPipelineCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetMediaCapturePipelineResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetMediaCapturePipelineCommand, serializeAws_restJson1GetMediaCapturePipelineCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetMediaCapturePipelineCommand, se_GetMediaCapturePipelineCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetMediaCapturePipelineCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetMediaCapturePipelineCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetMediaCapturePipelineCommand(input, context);
37
+ return se_GetMediaCapturePipelineCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetMediaCapturePipelineCommand(output, context);
40
+ return de_GetMediaCapturePipelineCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetMediaInsightsPipelineConfigurationCommand, serializeAws_restJson1GetMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetMediaInsightsPipelineConfigurationCommand, se_GetMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetMediaInsightsPipelineConfigurationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetMediaInsightsPipelineConfigurationCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetMediaInsightsPipelineConfigurationCommand(input, context);
37
+ return se_GetMediaInsightsPipelineConfigurationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetMediaInsightsPipelineConfigurationCommand(output, context);
40
+ return de_GetMediaInsightsPipelineConfigurationCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetMediaPipelineResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetMediaPipelineCommand, serializeAws_restJson1GetMediaPipelineCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetMediaPipelineCommand, se_GetMediaPipelineCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetMediaPipelineCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetMediaPipelineCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetMediaPipelineCommand(input, context);
37
+ return se_GetMediaPipelineCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetMediaPipelineCommand(output, context);
40
+ return de_GetMediaPipelineCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListMediaCapturePipelinesCommand, serializeAws_restJson1ListMediaCapturePipelinesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListMediaCapturePipelinesCommand, se_ListMediaCapturePipelinesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListMediaCapturePipelinesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListMediaCapturePipelinesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListMediaCapturePipelinesCommand(input, context);
36
+ return se_ListMediaCapturePipelinesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListMediaCapturePipelinesCommand(output, context);
39
+ return de_ListMediaCapturePipelinesCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand, serializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListMediaInsightsPipelineConfigurationsCommand, se_ListMediaInsightsPipelineConfigurationsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListMediaInsightsPipelineConfigurationsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListMediaInsightsPipelineConfigurationsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand(input, context);
37
+ return se_ListMediaInsightsPipelineConfigurationsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand(output, context);
40
+ return de_ListMediaInsightsPipelineConfigurationsCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListMediaPipelinesCommand, serializeAws_restJson1ListMediaPipelinesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListMediaPipelinesCommand, se_ListMediaPipelinesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListMediaPipelinesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListMediaPipelinesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListMediaPipelinesCommand(input, context);
36
+ return se_ListMediaPipelinesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListMediaPipelinesCommand(output, context);
39
+ return de_ListMediaPipelinesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog, UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1UpdateMediaInsightsPipelineConfigurationCommand, serializeAws_restJson1UpdateMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UpdateMediaInsightsPipelineConfigurationCommand, se_UpdateMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateMediaInsightsPipelineConfigurationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdateMediaInsightsPipelineConfigurationCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UpdateMediaInsightsPipelineConfigurationCommand(input, context);
37
+ return se_UpdateMediaInsightsPipelineConfigurationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UpdateMediaInsightsPipelineConfigurationCommand(output, context);
40
+ return de_UpdateMediaInsightsPipelineConfigurationCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand, serializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateMediaInsightsPipelineStatusCommand, se_UpdateMediaInsightsPipelineStatusCommand, } from "../protocols/Aws_restJson1";
5
5
  export class UpdateMediaInsightsPipelineStatusCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateMediaInsightsPipelineStatusCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand(input, context);
36
+ return se_UpdateMediaInsightsPipelineStatusCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand(output, context);
39
+ return de_UpdateMediaInsightsPipelineStatusCommand(output, context);
40
40
  }
41
41
  }