@aws-sdk/client-mediatailor 3.169.0 → 3.170.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 (67) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/MediaTailor.d.ts +766 -215
  3. package/dist-types/ts3.4/MediaTailorClient.d.ts +381 -115
  4. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/index.d.ts +42 -42
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  48. package/dist-types/ts3.4/index.d.ts +6 -6
  49. package/dist-types/ts3.4/models/MediaTailorServiceException.d.ts +8 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +1569 -1464
  52. package/dist-types/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListLiveSourcesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListPrefetchSchedulesPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListVodSourcesPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  67. package/package.json +34 -34
@@ -1,128 +1,509 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput } from "../commands/ConfigureLogsForPlaybackConfigurationCommand";
4
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand";
5
- import { CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput } from "../commands/CreateLiveSourceCommand";
6
- import { CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput } from "../commands/CreatePrefetchScheduleCommand";
7
- import { CreateProgramCommandInput, CreateProgramCommandOutput } from "../commands/CreateProgramCommand";
8
- import { CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput } from "../commands/CreateSourceLocationCommand";
9
- import { CreateVodSourceCommandInput, CreateVodSourceCommandOutput } from "../commands/CreateVodSourceCommand";
10
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "../commands/DeleteChannelCommand";
11
- import { DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput } from "../commands/DeleteChannelPolicyCommand";
12
- import { DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput } from "../commands/DeleteLiveSourceCommand";
13
- import { DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput } from "../commands/DeletePlaybackConfigurationCommand";
14
- import { DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput } from "../commands/DeletePrefetchScheduleCommand";
15
- import { DeleteProgramCommandInput, DeleteProgramCommandOutput } from "../commands/DeleteProgramCommand";
16
- import { DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput } from "../commands/DeleteSourceLocationCommand";
17
- import { DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput } from "../commands/DeleteVodSourceCommand";
18
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
19
- import { DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput } from "../commands/DescribeLiveSourceCommand";
20
- import { DescribeProgramCommandInput, DescribeProgramCommandOutput } from "../commands/DescribeProgramCommand";
21
- import { DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput } from "../commands/DescribeSourceLocationCommand";
22
- import { DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput } from "../commands/DescribeVodSourceCommand";
23
- import { GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput } from "../commands/GetChannelPolicyCommand";
24
- import { GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput } from "../commands/GetChannelScheduleCommand";
25
- import { GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput } from "../commands/GetPlaybackConfigurationCommand";
26
- import { GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput } from "../commands/GetPrefetchScheduleCommand";
27
- import { ListAlertsCommandInput, ListAlertsCommandOutput } from "../commands/ListAlertsCommand";
28
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
29
- import { ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput } from "../commands/ListLiveSourcesCommand";
30
- import { ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput } from "../commands/ListPlaybackConfigurationsCommand";
31
- import { ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput } from "../commands/ListPrefetchSchedulesCommand";
32
- import { ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput } from "../commands/ListSourceLocationsCommand";
33
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
34
- import { ListVodSourcesCommandInput, ListVodSourcesCommandOutput } from "../commands/ListVodSourcesCommand";
35
- import { PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput } from "../commands/PutChannelPolicyCommand";
36
- import { PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput } from "../commands/PutPlaybackConfigurationCommand";
37
- import { StartChannelCommandInput, StartChannelCommandOutput } from "../commands/StartChannelCommand";
38
- import { StopChannelCommandInput, StopChannelCommandOutput } from "../commands/StopChannelCommand";
39
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
40
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
41
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
42
- import { UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput } from "../commands/UpdateLiveSourceCommand";
43
- import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "../commands/UpdateSourceLocationCommand";
44
- import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "../commands/UpdateVodSourceCommand";
45
- export declare const serializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand: (input: ConfigureLogsForPlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1CreateLiveSourceCommand: (input: CreateLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1CreatePrefetchScheduleCommand: (input: CreatePrefetchScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1CreateProgramCommand: (input: CreateProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1CreateSourceLocationCommand: (input: CreateSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1CreateVodSourceCommand: (input: CreateVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1DeleteChannelPolicyCommand: (input: DeleteChannelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1DeleteLiveSourceCommand: (input: DeleteLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1DeletePlaybackConfigurationCommand: (input: DeletePlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1DeletePrefetchScheduleCommand: (input: DeletePrefetchScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1DeleteProgramCommand: (input: DeleteProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1DeleteSourceLocationCommand: (input: DeleteSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1DeleteVodSourceCommand: (input: DeleteVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1DescribeLiveSourceCommand: (input: DescribeLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1DescribeProgramCommand: (input: DescribeProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1DescribeSourceLocationCommand: (input: DescribeSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1DescribeVodSourceCommand: (input: DescribeVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1GetChannelPolicyCommand: (input: GetChannelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1GetChannelScheduleCommand: (input: GetChannelScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1GetPlaybackConfigurationCommand: (input: GetPlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1GetPrefetchScheduleCommand: (input: GetPrefetchScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1ListAlertsCommand: (input: ListAlertsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1ListLiveSourcesCommand: (input: ListLiveSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1ListPlaybackConfigurationsCommand: (input: ListPlaybackConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1ListPrefetchSchedulesCommand: (input: ListPrefetchSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1ListSourceLocationsCommand: (input: ListSourceLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1ListVodSourcesCommand: (input: ListVodSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1PutChannelPolicyCommand: (input: PutChannelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1PutPlaybackConfigurationCommand: (input: PutPlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1StartChannelCommand: (input: StartChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1StopChannelCommand: (input: StopChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1UpdateLiveSourceCommand: (input: UpdateLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1UpdateSourceLocationCommand: (input: UpdateSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1UpdateVodSourceCommand: (input: UpdateVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const deserializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfigureLogsForPlaybackConfigurationCommandOutput>;
88
- export declare const deserializeAws_restJson1CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
89
- export declare const deserializeAws_restJson1CreateLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLiveSourceCommandOutput>;
90
- export declare const deserializeAws_restJson1CreatePrefetchScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePrefetchScheduleCommandOutput>;
91
- export declare const deserializeAws_restJson1CreateProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProgramCommandOutput>;
92
- export declare const deserializeAws_restJson1CreateSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSourceLocationCommandOutput>;
93
- export declare const deserializeAws_restJson1CreateVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVodSourceCommandOutput>;
94
- export declare const deserializeAws_restJson1DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
95
- export declare const deserializeAws_restJson1DeleteChannelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelPolicyCommandOutput>;
96
- export declare const deserializeAws_restJson1DeleteLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLiveSourceCommandOutput>;
97
- export declare const deserializeAws_restJson1DeletePlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlaybackConfigurationCommandOutput>;
98
- export declare const deserializeAws_restJson1DeletePrefetchScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePrefetchScheduleCommandOutput>;
99
- export declare const deserializeAws_restJson1DeleteProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProgramCommandOutput>;
100
- export declare const deserializeAws_restJson1DeleteSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceLocationCommandOutput>;
101
- export declare const deserializeAws_restJson1DeleteVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVodSourceCommandOutput>;
102
- export declare const deserializeAws_restJson1DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
103
- export declare const deserializeAws_restJson1DescribeLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLiveSourceCommandOutput>;
104
- export declare const deserializeAws_restJson1DescribeProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProgramCommandOutput>;
105
- export declare const deserializeAws_restJson1DescribeSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSourceLocationCommandOutput>;
106
- export declare const deserializeAws_restJson1DescribeVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVodSourceCommandOutput>;
107
- export declare const deserializeAws_restJson1GetChannelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelPolicyCommandOutput>;
108
- export declare const deserializeAws_restJson1GetChannelScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelScheduleCommandOutput>;
109
- export declare const deserializeAws_restJson1GetPlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlaybackConfigurationCommandOutput>;
110
- export declare const deserializeAws_restJson1GetPrefetchScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPrefetchScheduleCommandOutput>;
111
- export declare const deserializeAws_restJson1ListAlertsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlertsCommandOutput>;
112
- export declare const deserializeAws_restJson1ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
113
- export declare const deserializeAws_restJson1ListLiveSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLiveSourcesCommandOutput>;
114
- export declare const deserializeAws_restJson1ListPlaybackConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlaybackConfigurationsCommandOutput>;
115
- export declare const deserializeAws_restJson1ListPrefetchSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPrefetchSchedulesCommandOutput>;
116
- export declare const deserializeAws_restJson1ListSourceLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceLocationsCommandOutput>;
117
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
118
- export declare const deserializeAws_restJson1ListVodSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVodSourcesCommandOutput>;
119
- export declare const deserializeAws_restJson1PutChannelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutChannelPolicyCommandOutput>;
120
- export declare const deserializeAws_restJson1PutPlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPlaybackConfigurationCommandOutput>;
121
- export declare const deserializeAws_restJson1StartChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChannelCommandOutput>;
122
- export declare const deserializeAws_restJson1StopChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopChannelCommandOutput>;
123
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
124
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
125
- export declare const deserializeAws_restJson1UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
126
- export declare const deserializeAws_restJson1UpdateLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLiveSourceCommandOutput>;
127
- export declare const deserializeAws_restJson1UpdateSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSourceLocationCommandOutput>;
128
- export declare const deserializeAws_restJson1UpdateVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVodSourceCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ ConfigureLogsForPlaybackConfigurationCommandInput,
8
+ ConfigureLogsForPlaybackConfigurationCommandOutput,
9
+ } from "../commands/ConfigureLogsForPlaybackConfigurationCommand";
10
+ import {
11
+ CreateChannelCommandInput,
12
+ CreateChannelCommandOutput,
13
+ } from "../commands/CreateChannelCommand";
14
+ import {
15
+ CreateLiveSourceCommandInput,
16
+ CreateLiveSourceCommandOutput,
17
+ } from "../commands/CreateLiveSourceCommand";
18
+ import {
19
+ CreatePrefetchScheduleCommandInput,
20
+ CreatePrefetchScheduleCommandOutput,
21
+ } from "../commands/CreatePrefetchScheduleCommand";
22
+ import {
23
+ CreateProgramCommandInput,
24
+ CreateProgramCommandOutput,
25
+ } from "../commands/CreateProgramCommand";
26
+ import {
27
+ CreateSourceLocationCommandInput,
28
+ CreateSourceLocationCommandOutput,
29
+ } from "../commands/CreateSourceLocationCommand";
30
+ import {
31
+ CreateVodSourceCommandInput,
32
+ CreateVodSourceCommandOutput,
33
+ } from "../commands/CreateVodSourceCommand";
34
+ import {
35
+ DeleteChannelCommandInput,
36
+ DeleteChannelCommandOutput,
37
+ } from "../commands/DeleteChannelCommand";
38
+ import {
39
+ DeleteChannelPolicyCommandInput,
40
+ DeleteChannelPolicyCommandOutput,
41
+ } from "../commands/DeleteChannelPolicyCommand";
42
+ import {
43
+ DeleteLiveSourceCommandInput,
44
+ DeleteLiveSourceCommandOutput,
45
+ } from "../commands/DeleteLiveSourceCommand";
46
+ import {
47
+ DeletePlaybackConfigurationCommandInput,
48
+ DeletePlaybackConfigurationCommandOutput,
49
+ } from "../commands/DeletePlaybackConfigurationCommand";
50
+ import {
51
+ DeletePrefetchScheduleCommandInput,
52
+ DeletePrefetchScheduleCommandOutput,
53
+ } from "../commands/DeletePrefetchScheduleCommand";
54
+ import {
55
+ DeleteProgramCommandInput,
56
+ DeleteProgramCommandOutput,
57
+ } from "../commands/DeleteProgramCommand";
58
+ import {
59
+ DeleteSourceLocationCommandInput,
60
+ DeleteSourceLocationCommandOutput,
61
+ } from "../commands/DeleteSourceLocationCommand";
62
+ import {
63
+ DeleteVodSourceCommandInput,
64
+ DeleteVodSourceCommandOutput,
65
+ } from "../commands/DeleteVodSourceCommand";
66
+ import {
67
+ DescribeChannelCommandInput,
68
+ DescribeChannelCommandOutput,
69
+ } from "../commands/DescribeChannelCommand";
70
+ import {
71
+ DescribeLiveSourceCommandInput,
72
+ DescribeLiveSourceCommandOutput,
73
+ } from "../commands/DescribeLiveSourceCommand";
74
+ import {
75
+ DescribeProgramCommandInput,
76
+ DescribeProgramCommandOutput,
77
+ } from "../commands/DescribeProgramCommand";
78
+ import {
79
+ DescribeSourceLocationCommandInput,
80
+ DescribeSourceLocationCommandOutput,
81
+ } from "../commands/DescribeSourceLocationCommand";
82
+ import {
83
+ DescribeVodSourceCommandInput,
84
+ DescribeVodSourceCommandOutput,
85
+ } from "../commands/DescribeVodSourceCommand";
86
+ import {
87
+ GetChannelPolicyCommandInput,
88
+ GetChannelPolicyCommandOutput,
89
+ } from "../commands/GetChannelPolicyCommand";
90
+ import {
91
+ GetChannelScheduleCommandInput,
92
+ GetChannelScheduleCommandOutput,
93
+ } from "../commands/GetChannelScheduleCommand";
94
+ import {
95
+ GetPlaybackConfigurationCommandInput,
96
+ GetPlaybackConfigurationCommandOutput,
97
+ } from "../commands/GetPlaybackConfigurationCommand";
98
+ import {
99
+ GetPrefetchScheduleCommandInput,
100
+ GetPrefetchScheduleCommandOutput,
101
+ } from "../commands/GetPrefetchScheduleCommand";
102
+ import {
103
+ ListAlertsCommandInput,
104
+ ListAlertsCommandOutput,
105
+ } from "../commands/ListAlertsCommand";
106
+ import {
107
+ ListChannelsCommandInput,
108
+ ListChannelsCommandOutput,
109
+ } from "../commands/ListChannelsCommand";
110
+ import {
111
+ ListLiveSourcesCommandInput,
112
+ ListLiveSourcesCommandOutput,
113
+ } from "../commands/ListLiveSourcesCommand";
114
+ import {
115
+ ListPlaybackConfigurationsCommandInput,
116
+ ListPlaybackConfigurationsCommandOutput,
117
+ } from "../commands/ListPlaybackConfigurationsCommand";
118
+ import {
119
+ ListPrefetchSchedulesCommandInput,
120
+ ListPrefetchSchedulesCommandOutput,
121
+ } from "../commands/ListPrefetchSchedulesCommand";
122
+ import {
123
+ ListSourceLocationsCommandInput,
124
+ ListSourceLocationsCommandOutput,
125
+ } from "../commands/ListSourceLocationsCommand";
126
+ import {
127
+ ListTagsForResourceCommandInput,
128
+ ListTagsForResourceCommandOutput,
129
+ } from "../commands/ListTagsForResourceCommand";
130
+ import {
131
+ ListVodSourcesCommandInput,
132
+ ListVodSourcesCommandOutput,
133
+ } from "../commands/ListVodSourcesCommand";
134
+ import {
135
+ PutChannelPolicyCommandInput,
136
+ PutChannelPolicyCommandOutput,
137
+ } from "../commands/PutChannelPolicyCommand";
138
+ import {
139
+ PutPlaybackConfigurationCommandInput,
140
+ PutPlaybackConfigurationCommandOutput,
141
+ } from "../commands/PutPlaybackConfigurationCommand";
142
+ import {
143
+ StartChannelCommandInput,
144
+ StartChannelCommandOutput,
145
+ } from "../commands/StartChannelCommand";
146
+ import {
147
+ StopChannelCommandInput,
148
+ StopChannelCommandOutput,
149
+ } from "../commands/StopChannelCommand";
150
+ import {
151
+ TagResourceCommandInput,
152
+ TagResourceCommandOutput,
153
+ } from "../commands/TagResourceCommand";
154
+ import {
155
+ UntagResourceCommandInput,
156
+ UntagResourceCommandOutput,
157
+ } from "../commands/UntagResourceCommand";
158
+ import {
159
+ UpdateChannelCommandInput,
160
+ UpdateChannelCommandOutput,
161
+ } from "../commands/UpdateChannelCommand";
162
+ import {
163
+ UpdateLiveSourceCommandInput,
164
+ UpdateLiveSourceCommandOutput,
165
+ } from "../commands/UpdateLiveSourceCommand";
166
+ import {
167
+ UpdateSourceLocationCommandInput,
168
+ UpdateSourceLocationCommandOutput,
169
+ } from "../commands/UpdateSourceLocationCommand";
170
+ import {
171
+ UpdateVodSourceCommandInput,
172
+ UpdateVodSourceCommandOutput,
173
+ } from "../commands/UpdateVodSourceCommand";
174
+ export declare const serializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand: (
175
+ input: ConfigureLogsForPlaybackConfigurationCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1CreateChannelCommand: (
179
+ input: CreateChannelCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1CreateLiveSourceCommand: (
183
+ input: CreateLiveSourceCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1CreatePrefetchScheduleCommand: (
187
+ input: CreatePrefetchScheduleCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1CreateProgramCommand: (
191
+ input: CreateProgramCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1CreateSourceLocationCommand: (
195
+ input: CreateSourceLocationCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1CreateVodSourceCommand: (
199
+ input: CreateVodSourceCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1DeleteChannelCommand: (
203
+ input: DeleteChannelCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1DeleteChannelPolicyCommand: (
207
+ input: DeleteChannelPolicyCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1DeleteLiveSourceCommand: (
211
+ input: DeleteLiveSourceCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1DeletePlaybackConfigurationCommand: (
215
+ input: DeletePlaybackConfigurationCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1DeletePrefetchScheduleCommand: (
219
+ input: DeletePrefetchScheduleCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1DeleteProgramCommand: (
223
+ input: DeleteProgramCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1DeleteSourceLocationCommand: (
227
+ input: DeleteSourceLocationCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1DeleteVodSourceCommand: (
231
+ input: DeleteVodSourceCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1DescribeChannelCommand: (
235
+ input: DescribeChannelCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1DescribeLiveSourceCommand: (
239
+ input: DescribeLiveSourceCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1DescribeProgramCommand: (
243
+ input: DescribeProgramCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1DescribeSourceLocationCommand: (
247
+ input: DescribeSourceLocationCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1DescribeVodSourceCommand: (
251
+ input: DescribeVodSourceCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1GetChannelPolicyCommand: (
255
+ input: GetChannelPolicyCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1GetChannelScheduleCommand: (
259
+ input: GetChannelScheduleCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1GetPlaybackConfigurationCommand: (
263
+ input: GetPlaybackConfigurationCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1GetPrefetchScheduleCommand: (
267
+ input: GetPrefetchScheduleCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1ListAlertsCommand: (
271
+ input: ListAlertsCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1ListChannelsCommand: (
275
+ input: ListChannelsCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1ListLiveSourcesCommand: (
279
+ input: ListLiveSourcesCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1ListPlaybackConfigurationsCommand: (
283
+ input: ListPlaybackConfigurationsCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1ListPrefetchSchedulesCommand: (
287
+ input: ListPrefetchSchedulesCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1ListSourceLocationsCommand: (
291
+ input: ListSourceLocationsCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
295
+ input: ListTagsForResourceCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1ListVodSourcesCommand: (
299
+ input: ListVodSourcesCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1PutChannelPolicyCommand: (
303
+ input: PutChannelPolicyCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1PutPlaybackConfigurationCommand: (
307
+ input: PutPlaybackConfigurationCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1StartChannelCommand: (
311
+ input: StartChannelCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1StopChannelCommand: (
315
+ input: StopChannelCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1TagResourceCommand: (
319
+ input: TagResourceCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1UntagResourceCommand: (
323
+ input: UntagResourceCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1UpdateChannelCommand: (
327
+ input: UpdateChannelCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1UpdateLiveSourceCommand: (
331
+ input: UpdateLiveSourceCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1UpdateSourceLocationCommand: (
335
+ input: UpdateSourceLocationCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1UpdateVodSourceCommand: (
339
+ input: UpdateVodSourceCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const deserializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<ConfigureLogsForPlaybackConfigurationCommandOutput>;
346
+ export declare const deserializeAws_restJson1CreateChannelCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<CreateChannelCommandOutput>;
350
+ export declare const deserializeAws_restJson1CreateLiveSourceCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<CreateLiveSourceCommandOutput>;
354
+ export declare const deserializeAws_restJson1CreatePrefetchScheduleCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<CreatePrefetchScheduleCommandOutput>;
358
+ export declare const deserializeAws_restJson1CreateProgramCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<CreateProgramCommandOutput>;
362
+ export declare const deserializeAws_restJson1CreateSourceLocationCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<CreateSourceLocationCommandOutput>;
366
+ export declare const deserializeAws_restJson1CreateVodSourceCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<CreateVodSourceCommandOutput>;
370
+ export declare const deserializeAws_restJson1DeleteChannelCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<DeleteChannelCommandOutput>;
374
+ export declare const deserializeAws_restJson1DeleteChannelPolicyCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<DeleteChannelPolicyCommandOutput>;
378
+ export declare const deserializeAws_restJson1DeleteLiveSourceCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<DeleteLiveSourceCommandOutput>;
382
+ export declare const deserializeAws_restJson1DeletePlaybackConfigurationCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<DeletePlaybackConfigurationCommandOutput>;
386
+ export declare const deserializeAws_restJson1DeletePrefetchScheduleCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<DeletePrefetchScheduleCommandOutput>;
390
+ export declare const deserializeAws_restJson1DeleteProgramCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<DeleteProgramCommandOutput>;
394
+ export declare const deserializeAws_restJson1DeleteSourceLocationCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<DeleteSourceLocationCommandOutput>;
398
+ export declare const deserializeAws_restJson1DeleteVodSourceCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<DeleteVodSourceCommandOutput>;
402
+ export declare const deserializeAws_restJson1DescribeChannelCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<DescribeChannelCommandOutput>;
406
+ export declare const deserializeAws_restJson1DescribeLiveSourceCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<DescribeLiveSourceCommandOutput>;
410
+ export declare const deserializeAws_restJson1DescribeProgramCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<DescribeProgramCommandOutput>;
414
+ export declare const deserializeAws_restJson1DescribeSourceLocationCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<DescribeSourceLocationCommandOutput>;
418
+ export declare const deserializeAws_restJson1DescribeVodSourceCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<DescribeVodSourceCommandOutput>;
422
+ export declare const deserializeAws_restJson1GetChannelPolicyCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<GetChannelPolicyCommandOutput>;
426
+ export declare const deserializeAws_restJson1GetChannelScheduleCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<GetChannelScheduleCommandOutput>;
430
+ export declare const deserializeAws_restJson1GetPlaybackConfigurationCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<GetPlaybackConfigurationCommandOutput>;
434
+ export declare const deserializeAws_restJson1GetPrefetchScheduleCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<GetPrefetchScheduleCommandOutput>;
438
+ export declare const deserializeAws_restJson1ListAlertsCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<ListAlertsCommandOutput>;
442
+ export declare const deserializeAws_restJson1ListChannelsCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<ListChannelsCommandOutput>;
446
+ export declare const deserializeAws_restJson1ListLiveSourcesCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<ListLiveSourcesCommandOutput>;
450
+ export declare const deserializeAws_restJson1ListPlaybackConfigurationsCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<ListPlaybackConfigurationsCommandOutput>;
454
+ export declare const deserializeAws_restJson1ListPrefetchSchedulesCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<ListPrefetchSchedulesCommandOutput>;
458
+ export declare const deserializeAws_restJson1ListSourceLocationsCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<ListSourceLocationsCommandOutput>;
462
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<ListTagsForResourceCommandOutput>;
466
+ export declare const deserializeAws_restJson1ListVodSourcesCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<ListVodSourcesCommandOutput>;
470
+ export declare const deserializeAws_restJson1PutChannelPolicyCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<PutChannelPolicyCommandOutput>;
474
+ export declare const deserializeAws_restJson1PutPlaybackConfigurationCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<PutPlaybackConfigurationCommandOutput>;
478
+ export declare const deserializeAws_restJson1StartChannelCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<StartChannelCommandOutput>;
482
+ export declare const deserializeAws_restJson1StopChannelCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<StopChannelCommandOutput>;
486
+ export declare const deserializeAws_restJson1TagResourceCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<TagResourceCommandOutput>;
490
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<UntagResourceCommandOutput>;
494
+ export declare const deserializeAws_restJson1UpdateChannelCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<UpdateChannelCommandOutput>;
498
+ export declare const deserializeAws_restJson1UpdateLiveSourceCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<UpdateLiveSourceCommandOutput>;
502
+ export declare const deserializeAws_restJson1UpdateSourceLocationCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<UpdateSourceLocationCommandOutput>;
506
+ export declare const deserializeAws_restJson1UpdateVodSourceCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<UpdateVodSourceCommandOutput>;