@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
@@ -44,91 +44,355 @@ import { UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput } from "../
44
44
  import { UpdateProgramCommandInput, UpdateProgramCommandOutput } from "../commands/UpdateProgramCommand";
45
45
  import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "../commands/UpdateSourceLocationCommand";
46
46
  import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "../commands/UpdateVodSourceCommand";
47
- export declare const serializeAws_restJson1ConfigureLogsForChannelCommand: (input: ConfigureLogsForChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand: (input: ConfigureLogsForPlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1CreateLiveSourceCommand: (input: CreateLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1CreatePrefetchScheduleCommand: (input: CreatePrefetchScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1CreateProgramCommand: (input: CreateProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1CreateSourceLocationCommand: (input: CreateSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1CreateVodSourceCommand: (input: CreateVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1DeleteChannelPolicyCommand: (input: DeleteChannelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1DeleteLiveSourceCommand: (input: DeleteLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1DeletePlaybackConfigurationCommand: (input: DeletePlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1DeletePrefetchScheduleCommand: (input: DeletePrefetchScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1DeleteProgramCommand: (input: DeleteProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1DeleteSourceLocationCommand: (input: DeleteSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1DeleteVodSourceCommand: (input: DeleteVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1DescribeLiveSourceCommand: (input: DescribeLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1DescribeProgramCommand: (input: DescribeProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1DescribeSourceLocationCommand: (input: DescribeSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1DescribeVodSourceCommand: (input: DescribeVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1GetChannelPolicyCommand: (input: GetChannelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1GetChannelScheduleCommand: (input: GetChannelScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1GetPlaybackConfigurationCommand: (input: GetPlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1GetPrefetchScheduleCommand: (input: GetPrefetchScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1ListAlertsCommand: (input: ListAlertsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1ListLiveSourcesCommand: (input: ListLiveSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1ListPlaybackConfigurationsCommand: (input: ListPlaybackConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1ListPrefetchSchedulesCommand: (input: ListPrefetchSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1ListSourceLocationsCommand: (input: ListSourceLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1ListVodSourcesCommand: (input: ListVodSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1PutChannelPolicyCommand: (input: PutChannelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1PutPlaybackConfigurationCommand: (input: PutPlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1StartChannelCommand: (input: StartChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1StopChannelCommand: (input: StopChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1UpdateLiveSourceCommand: (input: UpdateLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1UpdateProgramCommand: (input: UpdateProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1UpdateSourceLocationCommand: (input: UpdateSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1UpdateVodSourceCommand: (input: UpdateVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const deserializeAws_restJson1ConfigureLogsForChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfigureLogsForChannelCommandOutput>;
92
- export declare const deserializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfigureLogsForPlaybackConfigurationCommandOutput>;
93
- export declare const deserializeAws_restJson1CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
94
- export declare const deserializeAws_restJson1CreateLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLiveSourceCommandOutput>;
95
- export declare const deserializeAws_restJson1CreatePrefetchScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePrefetchScheduleCommandOutput>;
96
- export declare const deserializeAws_restJson1CreateProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProgramCommandOutput>;
97
- export declare const deserializeAws_restJson1CreateSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSourceLocationCommandOutput>;
98
- export declare const deserializeAws_restJson1CreateVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVodSourceCommandOutput>;
99
- export declare const deserializeAws_restJson1DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
100
- export declare const deserializeAws_restJson1DeleteChannelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelPolicyCommandOutput>;
101
- export declare const deserializeAws_restJson1DeleteLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLiveSourceCommandOutput>;
102
- export declare const deserializeAws_restJson1DeletePlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlaybackConfigurationCommandOutput>;
103
- export declare const deserializeAws_restJson1DeletePrefetchScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePrefetchScheduleCommandOutput>;
104
- export declare const deserializeAws_restJson1DeleteProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProgramCommandOutput>;
105
- export declare const deserializeAws_restJson1DeleteSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceLocationCommandOutput>;
106
- export declare const deserializeAws_restJson1DeleteVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVodSourceCommandOutput>;
107
- export declare const deserializeAws_restJson1DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
108
- export declare const deserializeAws_restJson1DescribeLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLiveSourceCommandOutput>;
109
- export declare const deserializeAws_restJson1DescribeProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProgramCommandOutput>;
110
- export declare const deserializeAws_restJson1DescribeSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSourceLocationCommandOutput>;
111
- export declare const deserializeAws_restJson1DescribeVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVodSourceCommandOutput>;
112
- export declare const deserializeAws_restJson1GetChannelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelPolicyCommandOutput>;
113
- export declare const deserializeAws_restJson1GetChannelScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelScheduleCommandOutput>;
114
- export declare const deserializeAws_restJson1GetPlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlaybackConfigurationCommandOutput>;
115
- export declare const deserializeAws_restJson1GetPrefetchScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPrefetchScheduleCommandOutput>;
116
- export declare const deserializeAws_restJson1ListAlertsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlertsCommandOutput>;
117
- export declare const deserializeAws_restJson1ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
118
- export declare const deserializeAws_restJson1ListLiveSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLiveSourcesCommandOutput>;
119
- export declare const deserializeAws_restJson1ListPlaybackConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlaybackConfigurationsCommandOutput>;
120
- export declare const deserializeAws_restJson1ListPrefetchSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPrefetchSchedulesCommandOutput>;
121
- export declare const deserializeAws_restJson1ListSourceLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceLocationsCommandOutput>;
122
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
123
- export declare const deserializeAws_restJson1ListVodSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVodSourcesCommandOutput>;
124
- export declare const deserializeAws_restJson1PutChannelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutChannelPolicyCommandOutput>;
125
- export declare const deserializeAws_restJson1PutPlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPlaybackConfigurationCommandOutput>;
126
- export declare const deserializeAws_restJson1StartChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChannelCommandOutput>;
127
- export declare const deserializeAws_restJson1StopChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopChannelCommandOutput>;
128
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
129
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
130
- export declare const deserializeAws_restJson1UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
131
- export declare const deserializeAws_restJson1UpdateLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLiveSourceCommandOutput>;
132
- export declare const deserializeAws_restJson1UpdateProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProgramCommandOutput>;
133
- export declare const deserializeAws_restJson1UpdateSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSourceLocationCommandOutput>;
134
- export declare const deserializeAws_restJson1UpdateVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVodSourceCommandOutput>;
47
+ /**
48
+ * serializeAws_restJson1ConfigureLogsForChannelCommand
49
+ */
50
+ export declare const se_ConfigureLogsForChannelCommand: (input: ConfigureLogsForChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ /**
52
+ * serializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand
53
+ */
54
+ export declare const se_ConfigureLogsForPlaybackConfigurationCommand: (input: ConfigureLogsForPlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ /**
56
+ * serializeAws_restJson1CreateChannelCommand
57
+ */
58
+ export declare const se_CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ /**
60
+ * serializeAws_restJson1CreateLiveSourceCommand
61
+ */
62
+ export declare const se_CreateLiveSourceCommand: (input: CreateLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ /**
64
+ * serializeAws_restJson1CreatePrefetchScheduleCommand
65
+ */
66
+ export declare const se_CreatePrefetchScheduleCommand: (input: CreatePrefetchScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_restJson1CreateProgramCommand
69
+ */
70
+ export declare const se_CreateProgramCommand: (input: CreateProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_restJson1CreateSourceLocationCommand
73
+ */
74
+ export declare const se_CreateSourceLocationCommand: (input: CreateSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_restJson1CreateVodSourceCommand
77
+ */
78
+ export declare const se_CreateVodSourceCommand: (input: CreateVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_restJson1DeleteChannelCommand
81
+ */
82
+ export declare const se_DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_restJson1DeleteChannelPolicyCommand
85
+ */
86
+ export declare const se_DeleteChannelPolicyCommand: (input: DeleteChannelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_restJson1DeleteLiveSourceCommand
89
+ */
90
+ export declare const se_DeleteLiveSourceCommand: (input: DeleteLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_restJson1DeletePlaybackConfigurationCommand
93
+ */
94
+ export declare const se_DeletePlaybackConfigurationCommand: (input: DeletePlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_restJson1DeletePrefetchScheduleCommand
97
+ */
98
+ export declare const se_DeletePrefetchScheduleCommand: (input: DeletePrefetchScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_restJson1DeleteProgramCommand
101
+ */
102
+ export declare const se_DeleteProgramCommand: (input: DeleteProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_restJson1DeleteSourceLocationCommand
105
+ */
106
+ export declare const se_DeleteSourceLocationCommand: (input: DeleteSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_restJson1DeleteVodSourceCommand
109
+ */
110
+ export declare const se_DeleteVodSourceCommand: (input: DeleteVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_restJson1DescribeChannelCommand
113
+ */
114
+ export declare const se_DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_restJson1DescribeLiveSourceCommand
117
+ */
118
+ export declare const se_DescribeLiveSourceCommand: (input: DescribeLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_restJson1DescribeProgramCommand
121
+ */
122
+ export declare const se_DescribeProgramCommand: (input: DescribeProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_restJson1DescribeSourceLocationCommand
125
+ */
126
+ export declare const se_DescribeSourceLocationCommand: (input: DescribeSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_restJson1DescribeVodSourceCommand
129
+ */
130
+ export declare const se_DescribeVodSourceCommand: (input: DescribeVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_restJson1GetChannelPolicyCommand
133
+ */
134
+ export declare const se_GetChannelPolicyCommand: (input: GetChannelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_restJson1GetChannelScheduleCommand
137
+ */
138
+ export declare const se_GetChannelScheduleCommand: (input: GetChannelScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_restJson1GetPlaybackConfigurationCommand
141
+ */
142
+ export declare const se_GetPlaybackConfigurationCommand: (input: GetPlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * serializeAws_restJson1GetPrefetchScheduleCommand
145
+ */
146
+ export declare const se_GetPrefetchScheduleCommand: (input: GetPrefetchScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ /**
148
+ * serializeAws_restJson1ListAlertsCommand
149
+ */
150
+ export declare const se_ListAlertsCommand: (input: ListAlertsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ /**
152
+ * serializeAws_restJson1ListChannelsCommand
153
+ */
154
+ export declare const se_ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ /**
156
+ * serializeAws_restJson1ListLiveSourcesCommand
157
+ */
158
+ export declare const se_ListLiveSourcesCommand: (input: ListLiveSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
+ /**
160
+ * serializeAws_restJson1ListPlaybackConfigurationsCommand
161
+ */
162
+ export declare const se_ListPlaybackConfigurationsCommand: (input: ListPlaybackConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ /**
164
+ * serializeAws_restJson1ListPrefetchSchedulesCommand
165
+ */
166
+ export declare const se_ListPrefetchSchedulesCommand: (input: ListPrefetchSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
+ /**
168
+ * serializeAws_restJson1ListSourceLocationsCommand
169
+ */
170
+ export declare const se_ListSourceLocationsCommand: (input: ListSourceLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
+ /**
172
+ * serializeAws_restJson1ListTagsForResourceCommand
173
+ */
174
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ /**
176
+ * serializeAws_restJson1ListVodSourcesCommand
177
+ */
178
+ export declare const se_ListVodSourcesCommand: (input: ListVodSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
+ /**
180
+ * serializeAws_restJson1PutChannelPolicyCommand
181
+ */
182
+ export declare const se_PutChannelPolicyCommand: (input: PutChannelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
+ /**
184
+ * serializeAws_restJson1PutPlaybackConfigurationCommand
185
+ */
186
+ export declare const se_PutPlaybackConfigurationCommand: (input: PutPlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
+ /**
188
+ * serializeAws_restJson1StartChannelCommand
189
+ */
190
+ export declare const se_StartChannelCommand: (input: StartChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
+ /**
192
+ * serializeAws_restJson1StopChannelCommand
193
+ */
194
+ export declare const se_StopChannelCommand: (input: StopChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
+ /**
196
+ * serializeAws_restJson1TagResourceCommand
197
+ */
198
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
+ /**
200
+ * serializeAws_restJson1UntagResourceCommand
201
+ */
202
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
+ /**
204
+ * serializeAws_restJson1UpdateChannelCommand
205
+ */
206
+ export declare const se_UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
+ /**
208
+ * serializeAws_restJson1UpdateLiveSourceCommand
209
+ */
210
+ export declare const se_UpdateLiveSourceCommand: (input: UpdateLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
+ /**
212
+ * serializeAws_restJson1UpdateProgramCommand
213
+ */
214
+ export declare const se_UpdateProgramCommand: (input: UpdateProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
+ /**
216
+ * serializeAws_restJson1UpdateSourceLocationCommand
217
+ */
218
+ export declare const se_UpdateSourceLocationCommand: (input: UpdateSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
+ /**
220
+ * serializeAws_restJson1UpdateVodSourceCommand
221
+ */
222
+ export declare const se_UpdateVodSourceCommand: (input: UpdateVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
+ /**
224
+ * deserializeAws_restJson1ConfigureLogsForChannelCommand
225
+ */
226
+ export declare const de_ConfigureLogsForChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfigureLogsForChannelCommandOutput>;
227
+ /**
228
+ * deserializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand
229
+ */
230
+ export declare const de_ConfigureLogsForPlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfigureLogsForPlaybackConfigurationCommandOutput>;
231
+ /**
232
+ * deserializeAws_restJson1CreateChannelCommand
233
+ */
234
+ export declare const de_CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
235
+ /**
236
+ * deserializeAws_restJson1CreateLiveSourceCommand
237
+ */
238
+ export declare const de_CreateLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLiveSourceCommandOutput>;
239
+ /**
240
+ * deserializeAws_restJson1CreatePrefetchScheduleCommand
241
+ */
242
+ export declare const de_CreatePrefetchScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePrefetchScheduleCommandOutput>;
243
+ /**
244
+ * deserializeAws_restJson1CreateProgramCommand
245
+ */
246
+ export declare const de_CreateProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProgramCommandOutput>;
247
+ /**
248
+ * deserializeAws_restJson1CreateSourceLocationCommand
249
+ */
250
+ export declare const de_CreateSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSourceLocationCommandOutput>;
251
+ /**
252
+ * deserializeAws_restJson1CreateVodSourceCommand
253
+ */
254
+ export declare const de_CreateVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVodSourceCommandOutput>;
255
+ /**
256
+ * deserializeAws_restJson1DeleteChannelCommand
257
+ */
258
+ export declare const de_DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
259
+ /**
260
+ * deserializeAws_restJson1DeleteChannelPolicyCommand
261
+ */
262
+ export declare const de_DeleteChannelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelPolicyCommandOutput>;
263
+ /**
264
+ * deserializeAws_restJson1DeleteLiveSourceCommand
265
+ */
266
+ export declare const de_DeleteLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLiveSourceCommandOutput>;
267
+ /**
268
+ * deserializeAws_restJson1DeletePlaybackConfigurationCommand
269
+ */
270
+ export declare const de_DeletePlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlaybackConfigurationCommandOutput>;
271
+ /**
272
+ * deserializeAws_restJson1DeletePrefetchScheduleCommand
273
+ */
274
+ export declare const de_DeletePrefetchScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePrefetchScheduleCommandOutput>;
275
+ /**
276
+ * deserializeAws_restJson1DeleteProgramCommand
277
+ */
278
+ export declare const de_DeleteProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProgramCommandOutput>;
279
+ /**
280
+ * deserializeAws_restJson1DeleteSourceLocationCommand
281
+ */
282
+ export declare const de_DeleteSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceLocationCommandOutput>;
283
+ /**
284
+ * deserializeAws_restJson1DeleteVodSourceCommand
285
+ */
286
+ export declare const de_DeleteVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVodSourceCommandOutput>;
287
+ /**
288
+ * deserializeAws_restJson1DescribeChannelCommand
289
+ */
290
+ export declare const de_DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
291
+ /**
292
+ * deserializeAws_restJson1DescribeLiveSourceCommand
293
+ */
294
+ export declare const de_DescribeLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLiveSourceCommandOutput>;
295
+ /**
296
+ * deserializeAws_restJson1DescribeProgramCommand
297
+ */
298
+ export declare const de_DescribeProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProgramCommandOutput>;
299
+ /**
300
+ * deserializeAws_restJson1DescribeSourceLocationCommand
301
+ */
302
+ export declare const de_DescribeSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSourceLocationCommandOutput>;
303
+ /**
304
+ * deserializeAws_restJson1DescribeVodSourceCommand
305
+ */
306
+ export declare const de_DescribeVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVodSourceCommandOutput>;
307
+ /**
308
+ * deserializeAws_restJson1GetChannelPolicyCommand
309
+ */
310
+ export declare const de_GetChannelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelPolicyCommandOutput>;
311
+ /**
312
+ * deserializeAws_restJson1GetChannelScheduleCommand
313
+ */
314
+ export declare const de_GetChannelScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelScheduleCommandOutput>;
315
+ /**
316
+ * deserializeAws_restJson1GetPlaybackConfigurationCommand
317
+ */
318
+ export declare const de_GetPlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlaybackConfigurationCommandOutput>;
319
+ /**
320
+ * deserializeAws_restJson1GetPrefetchScheduleCommand
321
+ */
322
+ export declare const de_GetPrefetchScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPrefetchScheduleCommandOutput>;
323
+ /**
324
+ * deserializeAws_restJson1ListAlertsCommand
325
+ */
326
+ export declare const de_ListAlertsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlertsCommandOutput>;
327
+ /**
328
+ * deserializeAws_restJson1ListChannelsCommand
329
+ */
330
+ export declare const de_ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
331
+ /**
332
+ * deserializeAws_restJson1ListLiveSourcesCommand
333
+ */
334
+ export declare const de_ListLiveSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLiveSourcesCommandOutput>;
335
+ /**
336
+ * deserializeAws_restJson1ListPlaybackConfigurationsCommand
337
+ */
338
+ export declare const de_ListPlaybackConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlaybackConfigurationsCommandOutput>;
339
+ /**
340
+ * deserializeAws_restJson1ListPrefetchSchedulesCommand
341
+ */
342
+ export declare const de_ListPrefetchSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPrefetchSchedulesCommandOutput>;
343
+ /**
344
+ * deserializeAws_restJson1ListSourceLocationsCommand
345
+ */
346
+ export declare const de_ListSourceLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceLocationsCommandOutput>;
347
+ /**
348
+ * deserializeAws_restJson1ListTagsForResourceCommand
349
+ */
350
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
351
+ /**
352
+ * deserializeAws_restJson1ListVodSourcesCommand
353
+ */
354
+ export declare const de_ListVodSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVodSourcesCommandOutput>;
355
+ /**
356
+ * deserializeAws_restJson1PutChannelPolicyCommand
357
+ */
358
+ export declare const de_PutChannelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutChannelPolicyCommandOutput>;
359
+ /**
360
+ * deserializeAws_restJson1PutPlaybackConfigurationCommand
361
+ */
362
+ export declare const de_PutPlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPlaybackConfigurationCommandOutput>;
363
+ /**
364
+ * deserializeAws_restJson1StartChannelCommand
365
+ */
366
+ export declare const de_StartChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChannelCommandOutput>;
367
+ /**
368
+ * deserializeAws_restJson1StopChannelCommand
369
+ */
370
+ export declare const de_StopChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopChannelCommandOutput>;
371
+ /**
372
+ * deserializeAws_restJson1TagResourceCommand
373
+ */
374
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
375
+ /**
376
+ * deserializeAws_restJson1UntagResourceCommand
377
+ */
378
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
379
+ /**
380
+ * deserializeAws_restJson1UpdateChannelCommand
381
+ */
382
+ export declare const de_UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
383
+ /**
384
+ * deserializeAws_restJson1UpdateLiveSourceCommand
385
+ */
386
+ export declare const de_UpdateLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLiveSourceCommandOutput>;
387
+ /**
388
+ * deserializeAws_restJson1UpdateProgramCommand
389
+ */
390
+ export declare const de_UpdateProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProgramCommandOutput>;
391
+ /**
392
+ * deserializeAws_restJson1UpdateSourceLocationCommand
393
+ */
394
+ export declare const de_UpdateSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSourceLocationCommandOutput>;
395
+ /**
396
+ * deserializeAws_restJson1UpdateVodSourceCommand
397
+ */
398
+ export declare const de_UpdateVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVodSourceCommandOutput>;