@aws-sdk/client-mediaconnect 3.306.0 → 3.310.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 (65) hide show
  1. package/dist-cjs/commands/AddFlowMediaStreamsCommand.js +2 -2
  2. package/dist-cjs/commands/AddFlowOutputsCommand.js +2 -2
  3. package/dist-cjs/commands/AddFlowSourcesCommand.js +2 -2
  4. package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js +2 -2
  5. package/dist-cjs/commands/CreateFlowCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteFlowCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeFlowCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
  10. package/dist-cjs/commands/GrantFlowEntitlementsCommand.js +2 -2
  11. package/dist-cjs/commands/ListEntitlementsCommand.js +2 -2
  12. package/dist-cjs/commands/ListFlowsCommand.js +2 -2
  13. package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
  14. package/dist-cjs/commands/ListReservationsCommand.js +2 -2
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
  17. package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js +2 -2
  18. package/dist-cjs/commands/RemoveFlowOutputCommand.js +2 -2
  19. package/dist-cjs/commands/RemoveFlowSourceCommand.js +2 -2
  20. package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js +2 -2
  21. package/dist-cjs/commands/RevokeFlowEntitlementCommand.js +2 -2
  22. package/dist-cjs/commands/StartFlowCommand.js +2 -2
  23. package/dist-cjs/commands/StopFlowCommand.js +2 -2
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateFlowCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateFlowEntitlementCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateFlowOutputCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateFlowSourceCommand.js +2 -2
  31. package/dist-cjs/protocols/Aws_restJson1.js +546 -592
  32. package/dist-es/commands/AddFlowMediaStreamsCommand.js +3 -3
  33. package/dist-es/commands/AddFlowOutputsCommand.js +3 -3
  34. package/dist-es/commands/AddFlowSourcesCommand.js +3 -3
  35. package/dist-es/commands/AddFlowVpcInterfacesCommand.js +3 -3
  36. package/dist-es/commands/CreateFlowCommand.js +3 -3
  37. package/dist-es/commands/DeleteFlowCommand.js +3 -3
  38. package/dist-es/commands/DescribeFlowCommand.js +3 -3
  39. package/dist-es/commands/DescribeOfferingCommand.js +3 -3
  40. package/dist-es/commands/DescribeReservationCommand.js +3 -3
  41. package/dist-es/commands/GrantFlowEntitlementsCommand.js +3 -3
  42. package/dist-es/commands/ListEntitlementsCommand.js +3 -3
  43. package/dist-es/commands/ListFlowsCommand.js +3 -3
  44. package/dist-es/commands/ListOfferingsCommand.js +3 -3
  45. package/dist-es/commands/ListReservationsCommand.js +3 -3
  46. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  47. package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
  48. package/dist-es/commands/RemoveFlowMediaStreamCommand.js +3 -3
  49. package/dist-es/commands/RemoveFlowOutputCommand.js +3 -3
  50. package/dist-es/commands/RemoveFlowSourceCommand.js +3 -3
  51. package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js +3 -3
  52. package/dist-es/commands/RevokeFlowEntitlementCommand.js +3 -3
  53. package/dist-es/commands/StartFlowCommand.js +3 -3
  54. package/dist-es/commands/StopFlowCommand.js +3 -3
  55. package/dist-es/commands/TagResourceCommand.js +3 -3
  56. package/dist-es/commands/UntagResourceCommand.js +3 -3
  57. package/dist-es/commands/UpdateFlowCommand.js +3 -3
  58. package/dist-es/commands/UpdateFlowEntitlementCommand.js +3 -3
  59. package/dist-es/commands/UpdateFlowMediaStreamCommand.js +3 -3
  60. package/dist-es/commands/UpdateFlowOutputCommand.js +3 -3
  61. package/dist-es/commands/UpdateFlowSourceCommand.js +3 -3
  62. package/dist-es/protocols/Aws_restJson1.js +484 -530
  63. package/dist-types/protocols/Aws_restJson1.d.ts +240 -60
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -60
  65. package/package.json +36 -36
@@ -36,10 +36,10 @@ class AddFlowMediaStreamsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1AddFlowMediaStreamsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AddFlowMediaStreamsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AddFlowMediaStreamsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AddFlowMediaStreamsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AddFlowMediaStreamsCommand = AddFlowMediaStreamsCommand;
@@ -36,10 +36,10 @@ class AddFlowOutputsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1AddFlowOutputsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AddFlowOutputsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AddFlowOutputsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AddFlowOutputsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AddFlowOutputsCommand = AddFlowOutputsCommand;
@@ -36,10 +36,10 @@ class AddFlowSourcesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1AddFlowSourcesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AddFlowSourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AddFlowSourcesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AddFlowSourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AddFlowSourcesCommand = AddFlowSourcesCommand;
@@ -36,10 +36,10 @@ class AddFlowVpcInterfacesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1AddFlowVpcInterfacesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AddFlowVpcInterfacesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AddFlowVpcInterfacesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AddFlowVpcInterfacesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AddFlowVpcInterfacesCommand = AddFlowVpcInterfacesCommand;
@@ -36,10 +36,10 @@ class CreateFlowCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateFlowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateFlowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateFlowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateFlowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateFlowCommand = CreateFlowCommand;
@@ -36,10 +36,10 @@ class DeleteFlowCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteFlowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteFlowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteFlowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteFlowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteFlowCommand = DeleteFlowCommand;
@@ -36,10 +36,10 @@ class DescribeFlowCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeFlowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeFlowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeFlowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeFlowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeFlowCommand = DescribeFlowCommand;
@@ -36,10 +36,10 @@ class DescribeOfferingCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeOfferingCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeOfferingCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeOfferingCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeOfferingCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeOfferingCommand = DescribeOfferingCommand;
@@ -36,10 +36,10 @@ class DescribeReservationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeReservationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeReservationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeReservationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeReservationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeReservationCommand = DescribeReservationCommand;
@@ -36,10 +36,10 @@ class GrantFlowEntitlementsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GrantFlowEntitlementsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GrantFlowEntitlementsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GrantFlowEntitlementsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GrantFlowEntitlementsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GrantFlowEntitlementsCommand = GrantFlowEntitlementsCommand;
@@ -36,10 +36,10 @@ class ListEntitlementsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListEntitlementsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListEntitlementsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListEntitlementsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListEntitlementsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListEntitlementsCommand = ListEntitlementsCommand;
@@ -36,10 +36,10 @@ class ListFlowsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListFlowsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListFlowsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListFlowsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListFlowsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListFlowsCommand = ListFlowsCommand;
@@ -36,10 +36,10 @@ class ListOfferingsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListOfferingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListOfferingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListOfferingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListOfferingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListOfferingsCommand = ListOfferingsCommand;
@@ -36,10 +36,10 @@ class ListReservationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListReservationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListReservationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListReservationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListReservationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListReservationsCommand = ListReservationsCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class PurchaseOfferingCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1PurchaseOfferingCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PurchaseOfferingCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PurchaseOfferingCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PurchaseOfferingCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PurchaseOfferingCommand = PurchaseOfferingCommand;
@@ -36,10 +36,10 @@ class RemoveFlowMediaStreamCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1RemoveFlowMediaStreamCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RemoveFlowMediaStreamCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveFlowMediaStreamCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RemoveFlowMediaStreamCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RemoveFlowMediaStreamCommand = RemoveFlowMediaStreamCommand;
@@ -36,10 +36,10 @@ class RemoveFlowOutputCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1RemoveFlowOutputCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RemoveFlowOutputCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveFlowOutputCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RemoveFlowOutputCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RemoveFlowOutputCommand = RemoveFlowOutputCommand;
@@ -36,10 +36,10 @@ class RemoveFlowSourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1RemoveFlowSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RemoveFlowSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveFlowSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RemoveFlowSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RemoveFlowSourceCommand = RemoveFlowSourceCommand;
@@ -36,10 +36,10 @@ class RemoveFlowVpcInterfaceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1RemoveFlowVpcInterfaceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RemoveFlowVpcInterfaceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveFlowVpcInterfaceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RemoveFlowVpcInterfaceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RemoveFlowVpcInterfaceCommand = RemoveFlowVpcInterfaceCommand;
@@ -36,10 +36,10 @@ class RevokeFlowEntitlementCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1RevokeFlowEntitlementCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RevokeFlowEntitlementCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RevokeFlowEntitlementCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RevokeFlowEntitlementCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RevokeFlowEntitlementCommand = RevokeFlowEntitlementCommand;
@@ -36,10 +36,10 @@ class StartFlowCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1StartFlowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartFlowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartFlowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartFlowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartFlowCommand = StartFlowCommand;
@@ -36,10 +36,10 @@ class StopFlowCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1StopFlowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopFlowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopFlowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopFlowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopFlowCommand = StopFlowCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateFlowCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFlowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateFlowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFlowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateFlowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateFlowCommand = UpdateFlowCommand;
@@ -36,10 +36,10 @@ class UpdateFlowEntitlementCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFlowEntitlementCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateFlowEntitlementCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFlowEntitlementCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateFlowEntitlementCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateFlowEntitlementCommand = UpdateFlowEntitlementCommand;
@@ -36,10 +36,10 @@ class UpdateFlowMediaStreamCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFlowMediaStreamCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateFlowMediaStreamCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFlowMediaStreamCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateFlowMediaStreamCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateFlowMediaStreamCommand = UpdateFlowMediaStreamCommand;
@@ -36,10 +36,10 @@ class UpdateFlowOutputCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFlowOutputCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateFlowOutputCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFlowOutputCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateFlowOutputCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateFlowOutputCommand = UpdateFlowOutputCommand;
@@ -36,10 +36,10 @@ class UpdateFlowSourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFlowSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateFlowSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFlowSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateFlowSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateFlowSourceCommand = UpdateFlowSourceCommand;