@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/MediaTailor.d.ts +766 -215
- package/dist-types/ts3.4/MediaTailorClient.d.ts +381 -115
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +42 -42
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/MediaTailorServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1569 -1464
- package/dist-types/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLiveSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPrefetchSchedulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVodSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,128 +1,509 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
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>;
|