@aws-sdk/client-mediatailor 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 (93) hide show
  1. package/dist-cjs/commands/ConfigureLogsForChannelCommand.js +2 -2
  2. package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +2 -2
  3. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  4. package/dist-cjs/commands/CreateLiveSourceCommand.js +2 -2
  5. package/dist-cjs/commands/CreatePrefetchScheduleCommand.js +2 -2
  6. package/dist-cjs/commands/CreateProgramCommand.js +2 -2
  7. package/dist-cjs/commands/CreateSourceLocationCommand.js +2 -2
  8. package/dist-cjs/commands/CreateVodSourceCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteChannelPolicyCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteLiveSourceCommand.js +2 -2
  12. package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js +2 -2
  13. package/dist-cjs/commands/DeletePrefetchScheduleCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteProgramCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteSourceLocationCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteVodSourceCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeLiveSourceCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeProgramCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeSourceLocationCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeVodSourceCommand.js +2 -2
  22. package/dist-cjs/commands/GetChannelPolicyCommand.js +2 -2
  23. package/dist-cjs/commands/GetChannelScheduleCommand.js +2 -2
  24. package/dist-cjs/commands/GetPlaybackConfigurationCommand.js +2 -2
  25. package/dist-cjs/commands/GetPrefetchScheduleCommand.js +2 -2
  26. package/dist-cjs/commands/ListAlertsCommand.js +2 -2
  27. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  28. package/dist-cjs/commands/ListLiveSourcesCommand.js +2 -2
  29. package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js +2 -2
  30. package/dist-cjs/commands/ListPrefetchSchedulesCommand.js +2 -2
  31. package/dist-cjs/commands/ListSourceLocationsCommand.js +2 -2
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-cjs/commands/ListVodSourcesCommand.js +2 -2
  34. package/dist-cjs/commands/PutChannelPolicyCommand.js +2 -2
  35. package/dist-cjs/commands/PutPlaybackConfigurationCommand.js +2 -2
  36. package/dist-cjs/commands/StartChannelCommand.js +2 -2
  37. package/dist-cjs/commands/StopChannelCommand.js +2 -2
  38. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  39. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateLiveSourceCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateProgramCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateSourceLocationCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateVodSourceCommand.js +2 -2
  45. package/dist-cjs/protocols/Aws_restJson1.js +552 -594
  46. package/dist-es/commands/ConfigureLogsForChannelCommand.js +3 -3
  47. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +3 -3
  48. package/dist-es/commands/CreateChannelCommand.js +3 -3
  49. package/dist-es/commands/CreateLiveSourceCommand.js +3 -3
  50. package/dist-es/commands/CreatePrefetchScheduleCommand.js +3 -3
  51. package/dist-es/commands/CreateProgramCommand.js +3 -3
  52. package/dist-es/commands/CreateSourceLocationCommand.js +3 -3
  53. package/dist-es/commands/CreateVodSourceCommand.js +3 -3
  54. package/dist-es/commands/DeleteChannelCommand.js +3 -3
  55. package/dist-es/commands/DeleteChannelPolicyCommand.js +3 -3
  56. package/dist-es/commands/DeleteLiveSourceCommand.js +3 -3
  57. package/dist-es/commands/DeletePlaybackConfigurationCommand.js +3 -3
  58. package/dist-es/commands/DeletePrefetchScheduleCommand.js +3 -3
  59. package/dist-es/commands/DeleteProgramCommand.js +3 -3
  60. package/dist-es/commands/DeleteSourceLocationCommand.js +3 -3
  61. package/dist-es/commands/DeleteVodSourceCommand.js +3 -3
  62. package/dist-es/commands/DescribeChannelCommand.js +3 -3
  63. package/dist-es/commands/DescribeLiveSourceCommand.js +3 -3
  64. package/dist-es/commands/DescribeProgramCommand.js +3 -3
  65. package/dist-es/commands/DescribeSourceLocationCommand.js +3 -3
  66. package/dist-es/commands/DescribeVodSourceCommand.js +3 -3
  67. package/dist-es/commands/GetChannelPolicyCommand.js +3 -3
  68. package/dist-es/commands/GetChannelScheduleCommand.js +3 -3
  69. package/dist-es/commands/GetPlaybackConfigurationCommand.js +3 -3
  70. package/dist-es/commands/GetPrefetchScheduleCommand.js +3 -3
  71. package/dist-es/commands/ListAlertsCommand.js +3 -3
  72. package/dist-es/commands/ListChannelsCommand.js +3 -3
  73. package/dist-es/commands/ListLiveSourcesCommand.js +3 -3
  74. package/dist-es/commands/ListPlaybackConfigurationsCommand.js +3 -3
  75. package/dist-es/commands/ListPrefetchSchedulesCommand.js +3 -3
  76. package/dist-es/commands/ListSourceLocationsCommand.js +3 -3
  77. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  78. package/dist-es/commands/ListVodSourcesCommand.js +3 -3
  79. package/dist-es/commands/PutChannelPolicyCommand.js +3 -3
  80. package/dist-es/commands/PutPlaybackConfigurationCommand.js +3 -3
  81. package/dist-es/commands/StartChannelCommand.js +3 -3
  82. package/dist-es/commands/StopChannelCommand.js +3 -3
  83. package/dist-es/commands/TagResourceCommand.js +3 -3
  84. package/dist-es/commands/UntagResourceCommand.js +3 -3
  85. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  86. package/dist-es/commands/UpdateLiveSourceCommand.js +3 -3
  87. package/dist-es/commands/UpdateProgramCommand.js +3 -3
  88. package/dist-es/commands/UpdateSourceLocationCommand.js +3 -3
  89. package/dist-es/commands/UpdateVodSourceCommand.js +3 -3
  90. package/dist-es/protocols/Aws_restJson1.js +462 -504
  91. package/dist-types/protocols/Aws_restJson1.d.ts +352 -88
  92. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +88 -88
  93. package/package.json +29 -29
@@ -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_restJson1ConfigureLogsForChannelCommand, serializeAws_restJson1ConfigureLogsForChannelCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ConfigureLogsForChannelCommand, se_ConfigureLogsForChannelCommand } from "../protocols/Aws_restJson1";
5
5
  export class ConfigureLogsForChannelCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ConfigureLogsForChannelCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ConfigureLogsForChannelCommand(input, context);
36
+ return se_ConfigureLogsForChannelCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ConfigureLogsForChannelCommand(output, context);
39
+ return de_ConfigureLogsForChannelCommand(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_restJson1ConfigureLogsForPlaybackConfigurationCommand, serializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ConfigureLogsForPlaybackConfigurationCommand, se_ConfigureLogsForPlaybackConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ConfigureLogsForPlaybackConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ConfigureLogsForPlaybackConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand(input, context);
36
+ return se_ConfigureLogsForPlaybackConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand(output, context);
39
+ return de_ConfigureLogsForPlaybackConfigurationCommand(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_restJson1CreateChannelCommand, serializeAws_restJson1CreateChannelCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateChannelCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateChannelCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateChannelCommand(input, context);
36
+ return se_CreateChannelCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateChannelCommand(output, context);
39
+ return de_CreateChannelCommand(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_restJson1CreateLiveSourceCommand, serializeAws_restJson1CreateLiveSourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateLiveSourceCommand, se_CreateLiveSourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateLiveSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateLiveSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateLiveSourceCommand(input, context);
36
+ return se_CreateLiveSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateLiveSourceCommand(output, context);
39
+ return de_CreateLiveSourceCommand(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_restJson1CreatePrefetchScheduleCommand, serializeAws_restJson1CreatePrefetchScheduleCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreatePrefetchScheduleCommand, se_CreatePrefetchScheduleCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreatePrefetchScheduleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreatePrefetchScheduleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreatePrefetchScheduleCommand(input, context);
36
+ return se_CreatePrefetchScheduleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreatePrefetchScheduleCommand(output, context);
39
+ return de_CreatePrefetchScheduleCommand(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_restJson1CreateProgramCommand, serializeAws_restJson1CreateProgramCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateProgramCommand, se_CreateProgramCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateProgramCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateProgramCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateProgramCommand(input, context);
36
+ return se_CreateProgramCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateProgramCommand(output, context);
39
+ return de_CreateProgramCommand(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_restJson1CreateSourceLocationCommand, serializeAws_restJson1CreateSourceLocationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateSourceLocationCommand, se_CreateSourceLocationCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateSourceLocationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateSourceLocationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateSourceLocationCommand(input, context);
36
+ return se_CreateSourceLocationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateSourceLocationCommand(output, context);
39
+ return de_CreateSourceLocationCommand(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_restJson1CreateVodSourceCommand, serializeAws_restJson1CreateVodSourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateVodSourceCommand, se_CreateVodSourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateVodSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateVodSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateVodSourceCommand(input, context);
36
+ return se_CreateVodSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateVodSourceCommand(output, context);
39
+ return de_CreateVodSourceCommand(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_restJson1DeleteChannelCommand, serializeAws_restJson1DeleteChannelCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteChannelCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteChannelCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteChannelCommand(input, context);
36
+ return se_DeleteChannelCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteChannelCommand(output, context);
39
+ return de_DeleteChannelCommand(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_restJson1DeleteChannelPolicyCommand, serializeAws_restJson1DeleteChannelPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteChannelPolicyCommand, se_DeleteChannelPolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteChannelPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteChannelPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteChannelPolicyCommand(input, context);
36
+ return se_DeleteChannelPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteChannelPolicyCommand(output, context);
39
+ return de_DeleteChannelPolicyCommand(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_restJson1DeleteLiveSourceCommand, serializeAws_restJson1DeleteLiveSourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteLiveSourceCommand, se_DeleteLiveSourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteLiveSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteLiveSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteLiveSourceCommand(input, context);
36
+ return se_DeleteLiveSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteLiveSourceCommand(output, context);
39
+ return de_DeleteLiveSourceCommand(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_restJson1DeletePlaybackConfigurationCommand, serializeAws_restJson1DeletePlaybackConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeletePlaybackConfigurationCommand, se_DeletePlaybackConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DeletePlaybackConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeletePlaybackConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeletePlaybackConfigurationCommand(input, context);
36
+ return se_DeletePlaybackConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeletePlaybackConfigurationCommand(output, context);
39
+ return de_DeletePlaybackConfigurationCommand(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_restJson1DeletePrefetchScheduleCommand, serializeAws_restJson1DeletePrefetchScheduleCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeletePrefetchScheduleCommand, se_DeletePrefetchScheduleCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeletePrefetchScheduleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeletePrefetchScheduleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeletePrefetchScheduleCommand(input, context);
36
+ return se_DeletePrefetchScheduleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeletePrefetchScheduleCommand(output, context);
39
+ return de_DeletePrefetchScheduleCommand(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_restJson1DeleteProgramCommand, serializeAws_restJson1DeleteProgramCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteProgramCommand, se_DeleteProgramCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteProgramCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteProgramCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteProgramCommand(input, context);
36
+ return se_DeleteProgramCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteProgramCommand(output, context);
39
+ return de_DeleteProgramCommand(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_restJson1DeleteSourceLocationCommand, serializeAws_restJson1DeleteSourceLocationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteSourceLocationCommand, se_DeleteSourceLocationCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteSourceLocationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteSourceLocationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteSourceLocationCommand(input, context);
36
+ return se_DeleteSourceLocationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteSourceLocationCommand(output, context);
39
+ return de_DeleteSourceLocationCommand(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_restJson1DeleteVodSourceCommand, serializeAws_restJson1DeleteVodSourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteVodSourceCommand, se_DeleteVodSourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteVodSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteVodSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteVodSourceCommand(input, context);
36
+ return se_DeleteVodSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteVodSourceCommand(output, context);
39
+ return de_DeleteVodSourceCommand(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_restJson1DescribeChannelCommand, serializeAws_restJson1DescribeChannelCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeChannelCommand, se_DescribeChannelCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeChannelCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeChannelCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeChannelCommand(input, context);
36
+ return se_DescribeChannelCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeChannelCommand(output, context);
39
+ return de_DescribeChannelCommand(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_restJson1DescribeLiveSourceCommand, serializeAws_restJson1DescribeLiveSourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeLiveSourceCommand, se_DescribeLiveSourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeLiveSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeLiveSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeLiveSourceCommand(input, context);
36
+ return se_DescribeLiveSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeLiveSourceCommand(output, context);
39
+ return de_DescribeLiveSourceCommand(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_restJson1DescribeProgramCommand, serializeAws_restJson1DescribeProgramCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeProgramCommand, se_DescribeProgramCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeProgramCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeProgramCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeProgramCommand(input, context);
36
+ return se_DescribeProgramCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeProgramCommand(output, context);
39
+ return de_DescribeProgramCommand(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_restJson1DescribeSourceLocationCommand, serializeAws_restJson1DescribeSourceLocationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeSourceLocationCommand, se_DescribeSourceLocationCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeSourceLocationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeSourceLocationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeSourceLocationCommand(input, context);
36
+ return se_DescribeSourceLocationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeSourceLocationCommand(output, context);
39
+ return de_DescribeSourceLocationCommand(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_restJson1DescribeVodSourceCommand, serializeAws_restJson1DescribeVodSourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeVodSourceCommand, se_DescribeVodSourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeVodSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeVodSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeVodSourceCommand(input, context);
36
+ return se_DescribeVodSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeVodSourceCommand(output, context);
39
+ return de_DescribeVodSourceCommand(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_restJson1GetChannelPolicyCommand, serializeAws_restJson1GetChannelPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetChannelPolicyCommand, se_GetChannelPolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetChannelPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetChannelPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetChannelPolicyCommand(input, context);
36
+ return se_GetChannelPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetChannelPolicyCommand(output, context);
39
+ return de_GetChannelPolicyCommand(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_restJson1GetChannelScheduleCommand, serializeAws_restJson1GetChannelScheduleCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetChannelScheduleCommand, se_GetChannelScheduleCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetChannelScheduleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetChannelScheduleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetChannelScheduleCommand(input, context);
36
+ return se_GetChannelScheduleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetChannelScheduleCommand(output, context);
39
+ return de_GetChannelScheduleCommand(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_restJson1GetPlaybackConfigurationCommand, serializeAws_restJson1GetPlaybackConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetPlaybackConfigurationCommand, se_GetPlaybackConfigurationCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetPlaybackConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetPlaybackConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetPlaybackConfigurationCommand(input, context);
36
+ return se_GetPlaybackConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetPlaybackConfigurationCommand(output, context);
39
+ return de_GetPlaybackConfigurationCommand(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_restJson1GetPrefetchScheduleCommand, serializeAws_restJson1GetPrefetchScheduleCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetPrefetchScheduleCommand, se_GetPrefetchScheduleCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetPrefetchScheduleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetPrefetchScheduleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetPrefetchScheduleCommand(input, context);
36
+ return se_GetPrefetchScheduleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetPrefetchScheduleCommand(output, context);
39
+ return de_GetPrefetchScheduleCommand(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_restJson1ListAlertsCommand, serializeAws_restJson1ListAlertsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAlertsCommand, se_ListAlertsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListAlertsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAlertsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAlertsCommand(input, context);
36
+ return se_ListAlertsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAlertsCommand(output, context);
39
+ return de_ListAlertsCommand(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_restJson1ListChannelsCommand, serializeAws_restJson1ListChannelsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListChannelsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListChannelsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListChannelsCommand(input, context);
36
+ return se_ListChannelsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListChannelsCommand(output, context);
39
+ return de_ListChannelsCommand(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_restJson1ListLiveSourcesCommand, serializeAws_restJson1ListLiveSourcesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListLiveSourcesCommand, se_ListLiveSourcesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListLiveSourcesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListLiveSourcesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListLiveSourcesCommand(input, context);
36
+ return se_ListLiveSourcesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListLiveSourcesCommand(output, context);
39
+ return de_ListLiveSourcesCommand(output, context);
40
40
  }
41
41
  }