@aws-sdk/client-mediatailor 3.168.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 +16 -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,115 +1,381 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
47
|
+
ConfigureLogsForPlaybackConfigurationCommandOutput,
|
|
48
|
+
} from "./commands/ConfigureLogsForPlaybackConfigurationCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateChannelCommandInput,
|
|
51
|
+
CreateChannelCommandOutput,
|
|
52
|
+
} from "./commands/CreateChannelCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateLiveSourceCommandInput,
|
|
55
|
+
CreateLiveSourceCommandOutput,
|
|
56
|
+
} from "./commands/CreateLiveSourceCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreatePrefetchScheduleCommandInput,
|
|
59
|
+
CreatePrefetchScheduleCommandOutput,
|
|
60
|
+
} from "./commands/CreatePrefetchScheduleCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateProgramCommandInput,
|
|
63
|
+
CreateProgramCommandOutput,
|
|
64
|
+
} from "./commands/CreateProgramCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateSourceLocationCommandInput,
|
|
67
|
+
CreateSourceLocationCommandOutput,
|
|
68
|
+
} from "./commands/CreateSourceLocationCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateVodSourceCommandInput,
|
|
71
|
+
CreateVodSourceCommandOutput,
|
|
72
|
+
} from "./commands/CreateVodSourceCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteChannelCommandInput,
|
|
75
|
+
DeleteChannelCommandOutput,
|
|
76
|
+
} from "./commands/DeleteChannelCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteChannelPolicyCommandInput,
|
|
79
|
+
DeleteChannelPolicyCommandOutput,
|
|
80
|
+
} from "./commands/DeleteChannelPolicyCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteLiveSourceCommandInput,
|
|
83
|
+
DeleteLiveSourceCommandOutput,
|
|
84
|
+
} from "./commands/DeleteLiveSourceCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeletePlaybackConfigurationCommandInput,
|
|
87
|
+
DeletePlaybackConfigurationCommandOutput,
|
|
88
|
+
} from "./commands/DeletePlaybackConfigurationCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeletePrefetchScheduleCommandInput,
|
|
91
|
+
DeletePrefetchScheduleCommandOutput,
|
|
92
|
+
} from "./commands/DeletePrefetchScheduleCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteProgramCommandInput,
|
|
95
|
+
DeleteProgramCommandOutput,
|
|
96
|
+
} from "./commands/DeleteProgramCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteSourceLocationCommandInput,
|
|
99
|
+
DeleteSourceLocationCommandOutput,
|
|
100
|
+
} from "./commands/DeleteSourceLocationCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteVodSourceCommandInput,
|
|
103
|
+
DeleteVodSourceCommandOutput,
|
|
104
|
+
} from "./commands/DeleteVodSourceCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeChannelCommandInput,
|
|
107
|
+
DescribeChannelCommandOutput,
|
|
108
|
+
} from "./commands/DescribeChannelCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeLiveSourceCommandInput,
|
|
111
|
+
DescribeLiveSourceCommandOutput,
|
|
112
|
+
} from "./commands/DescribeLiveSourceCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeProgramCommandInput,
|
|
115
|
+
DescribeProgramCommandOutput,
|
|
116
|
+
} from "./commands/DescribeProgramCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeSourceLocationCommandInput,
|
|
119
|
+
DescribeSourceLocationCommandOutput,
|
|
120
|
+
} from "./commands/DescribeSourceLocationCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeVodSourceCommandInput,
|
|
123
|
+
DescribeVodSourceCommandOutput,
|
|
124
|
+
} from "./commands/DescribeVodSourceCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetChannelPolicyCommandInput,
|
|
127
|
+
GetChannelPolicyCommandOutput,
|
|
128
|
+
} from "./commands/GetChannelPolicyCommand";
|
|
129
|
+
import {
|
|
130
|
+
GetChannelScheduleCommandInput,
|
|
131
|
+
GetChannelScheduleCommandOutput,
|
|
132
|
+
} from "./commands/GetChannelScheduleCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetPlaybackConfigurationCommandInput,
|
|
135
|
+
GetPlaybackConfigurationCommandOutput,
|
|
136
|
+
} from "./commands/GetPlaybackConfigurationCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetPrefetchScheduleCommandInput,
|
|
139
|
+
GetPrefetchScheduleCommandOutput,
|
|
140
|
+
} from "./commands/GetPrefetchScheduleCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListAlertsCommandInput,
|
|
143
|
+
ListAlertsCommandOutput,
|
|
144
|
+
} from "./commands/ListAlertsCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListChannelsCommandInput,
|
|
147
|
+
ListChannelsCommandOutput,
|
|
148
|
+
} from "./commands/ListChannelsCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListLiveSourcesCommandInput,
|
|
151
|
+
ListLiveSourcesCommandOutput,
|
|
152
|
+
} from "./commands/ListLiveSourcesCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListPlaybackConfigurationsCommandInput,
|
|
155
|
+
ListPlaybackConfigurationsCommandOutput,
|
|
156
|
+
} from "./commands/ListPlaybackConfigurationsCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListPrefetchSchedulesCommandInput,
|
|
159
|
+
ListPrefetchSchedulesCommandOutput,
|
|
160
|
+
} from "./commands/ListPrefetchSchedulesCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListSourceLocationsCommandInput,
|
|
163
|
+
ListSourceLocationsCommandOutput,
|
|
164
|
+
} from "./commands/ListSourceLocationsCommand";
|
|
165
|
+
import {
|
|
166
|
+
ListTagsForResourceCommandInput,
|
|
167
|
+
ListTagsForResourceCommandOutput,
|
|
168
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
169
|
+
import {
|
|
170
|
+
ListVodSourcesCommandInput,
|
|
171
|
+
ListVodSourcesCommandOutput,
|
|
172
|
+
} from "./commands/ListVodSourcesCommand";
|
|
173
|
+
import {
|
|
174
|
+
PutChannelPolicyCommandInput,
|
|
175
|
+
PutChannelPolicyCommandOutput,
|
|
176
|
+
} from "./commands/PutChannelPolicyCommand";
|
|
177
|
+
import {
|
|
178
|
+
PutPlaybackConfigurationCommandInput,
|
|
179
|
+
PutPlaybackConfigurationCommandOutput,
|
|
180
|
+
} from "./commands/PutPlaybackConfigurationCommand";
|
|
181
|
+
import {
|
|
182
|
+
StartChannelCommandInput,
|
|
183
|
+
StartChannelCommandOutput,
|
|
184
|
+
} from "./commands/StartChannelCommand";
|
|
185
|
+
import {
|
|
186
|
+
StopChannelCommandInput,
|
|
187
|
+
StopChannelCommandOutput,
|
|
188
|
+
} from "./commands/StopChannelCommand";
|
|
189
|
+
import {
|
|
190
|
+
TagResourceCommandInput,
|
|
191
|
+
TagResourceCommandOutput,
|
|
192
|
+
} from "./commands/TagResourceCommand";
|
|
193
|
+
import {
|
|
194
|
+
UntagResourceCommandInput,
|
|
195
|
+
UntagResourceCommandOutput,
|
|
196
|
+
} from "./commands/UntagResourceCommand";
|
|
197
|
+
import {
|
|
198
|
+
UpdateChannelCommandInput,
|
|
199
|
+
UpdateChannelCommandOutput,
|
|
200
|
+
} from "./commands/UpdateChannelCommand";
|
|
201
|
+
import {
|
|
202
|
+
UpdateLiveSourceCommandInput,
|
|
203
|
+
UpdateLiveSourceCommandOutput,
|
|
204
|
+
} from "./commands/UpdateLiveSourceCommand";
|
|
205
|
+
import {
|
|
206
|
+
UpdateSourceLocationCommandInput,
|
|
207
|
+
UpdateSourceLocationCommandOutput,
|
|
208
|
+
} from "./commands/UpdateSourceLocationCommand";
|
|
209
|
+
import {
|
|
210
|
+
UpdateVodSourceCommandInput,
|
|
211
|
+
UpdateVodSourceCommandOutput,
|
|
212
|
+
} from "./commands/UpdateVodSourceCommand";
|
|
213
|
+
export declare type ServiceInputTypes =
|
|
214
|
+
| ConfigureLogsForPlaybackConfigurationCommandInput
|
|
215
|
+
| CreateChannelCommandInput
|
|
216
|
+
| CreateLiveSourceCommandInput
|
|
217
|
+
| CreatePrefetchScheduleCommandInput
|
|
218
|
+
| CreateProgramCommandInput
|
|
219
|
+
| CreateSourceLocationCommandInput
|
|
220
|
+
| CreateVodSourceCommandInput
|
|
221
|
+
| DeleteChannelCommandInput
|
|
222
|
+
| DeleteChannelPolicyCommandInput
|
|
223
|
+
| DeleteLiveSourceCommandInput
|
|
224
|
+
| DeletePlaybackConfigurationCommandInput
|
|
225
|
+
| DeletePrefetchScheduleCommandInput
|
|
226
|
+
| DeleteProgramCommandInput
|
|
227
|
+
| DeleteSourceLocationCommandInput
|
|
228
|
+
| DeleteVodSourceCommandInput
|
|
229
|
+
| DescribeChannelCommandInput
|
|
230
|
+
| DescribeLiveSourceCommandInput
|
|
231
|
+
| DescribeProgramCommandInput
|
|
232
|
+
| DescribeSourceLocationCommandInput
|
|
233
|
+
| DescribeVodSourceCommandInput
|
|
234
|
+
| GetChannelPolicyCommandInput
|
|
235
|
+
| GetChannelScheduleCommandInput
|
|
236
|
+
| GetPlaybackConfigurationCommandInput
|
|
237
|
+
| GetPrefetchScheduleCommandInput
|
|
238
|
+
| ListAlertsCommandInput
|
|
239
|
+
| ListChannelsCommandInput
|
|
240
|
+
| ListLiveSourcesCommandInput
|
|
241
|
+
| ListPlaybackConfigurationsCommandInput
|
|
242
|
+
| ListPrefetchSchedulesCommandInput
|
|
243
|
+
| ListSourceLocationsCommandInput
|
|
244
|
+
| ListTagsForResourceCommandInput
|
|
245
|
+
| ListVodSourcesCommandInput
|
|
246
|
+
| PutChannelPolicyCommandInput
|
|
247
|
+
| PutPlaybackConfigurationCommandInput
|
|
248
|
+
| StartChannelCommandInput
|
|
249
|
+
| StopChannelCommandInput
|
|
250
|
+
| TagResourceCommandInput
|
|
251
|
+
| UntagResourceCommandInput
|
|
252
|
+
| UpdateChannelCommandInput
|
|
253
|
+
| UpdateLiveSourceCommandInput
|
|
254
|
+
| UpdateSourceLocationCommandInput
|
|
255
|
+
| UpdateVodSourceCommandInput;
|
|
256
|
+
export declare type ServiceOutputTypes =
|
|
257
|
+
| ConfigureLogsForPlaybackConfigurationCommandOutput
|
|
258
|
+
| CreateChannelCommandOutput
|
|
259
|
+
| CreateLiveSourceCommandOutput
|
|
260
|
+
| CreatePrefetchScheduleCommandOutput
|
|
261
|
+
| CreateProgramCommandOutput
|
|
262
|
+
| CreateSourceLocationCommandOutput
|
|
263
|
+
| CreateVodSourceCommandOutput
|
|
264
|
+
| DeleteChannelCommandOutput
|
|
265
|
+
| DeleteChannelPolicyCommandOutput
|
|
266
|
+
| DeleteLiveSourceCommandOutput
|
|
267
|
+
| DeletePlaybackConfigurationCommandOutput
|
|
268
|
+
| DeletePrefetchScheduleCommandOutput
|
|
269
|
+
| DeleteProgramCommandOutput
|
|
270
|
+
| DeleteSourceLocationCommandOutput
|
|
271
|
+
| DeleteVodSourceCommandOutput
|
|
272
|
+
| DescribeChannelCommandOutput
|
|
273
|
+
| DescribeLiveSourceCommandOutput
|
|
274
|
+
| DescribeProgramCommandOutput
|
|
275
|
+
| DescribeSourceLocationCommandOutput
|
|
276
|
+
| DescribeVodSourceCommandOutput
|
|
277
|
+
| GetChannelPolicyCommandOutput
|
|
278
|
+
| GetChannelScheduleCommandOutput
|
|
279
|
+
| GetPlaybackConfigurationCommandOutput
|
|
280
|
+
| GetPrefetchScheduleCommandOutput
|
|
281
|
+
| ListAlertsCommandOutput
|
|
282
|
+
| ListChannelsCommandOutput
|
|
283
|
+
| ListLiveSourcesCommandOutput
|
|
284
|
+
| ListPlaybackConfigurationsCommandOutput
|
|
285
|
+
| ListPrefetchSchedulesCommandOutput
|
|
286
|
+
| ListSourceLocationsCommandOutput
|
|
287
|
+
| ListTagsForResourceCommandOutput
|
|
288
|
+
| ListVodSourcesCommandOutput
|
|
289
|
+
| PutChannelPolicyCommandOutput
|
|
290
|
+
| PutPlaybackConfigurationCommandOutput
|
|
291
|
+
| StartChannelCommandOutput
|
|
292
|
+
| StopChannelCommandOutput
|
|
293
|
+
| TagResourceCommandOutput
|
|
294
|
+
| UntagResourceCommandOutput
|
|
295
|
+
| UpdateChannelCommandOutput
|
|
296
|
+
| UpdateLiveSourceCommandOutput
|
|
297
|
+
| UpdateSourceLocationCommandOutput
|
|
298
|
+
| UpdateVodSourceCommandOutput;
|
|
299
|
+
export interface ClientDefaults
|
|
300
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
301
|
+
requestHandler?: __HttpHandler;
|
|
302
|
+
|
|
303
|
+
sha256?: __HashConstructor;
|
|
304
|
+
|
|
305
|
+
urlParser?: __UrlParser;
|
|
306
|
+
|
|
307
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
308
|
+
|
|
309
|
+
streamCollector?: __StreamCollector;
|
|
310
|
+
|
|
311
|
+
base64Decoder?: __Decoder;
|
|
312
|
+
|
|
313
|
+
base64Encoder?: __Encoder;
|
|
314
|
+
|
|
315
|
+
utf8Decoder?: __Decoder;
|
|
316
|
+
|
|
317
|
+
utf8Encoder?: __Encoder;
|
|
318
|
+
|
|
319
|
+
runtime?: string;
|
|
320
|
+
|
|
321
|
+
disableHostPrefix?: boolean;
|
|
322
|
+
|
|
323
|
+
maxAttempts?: number | __Provider<number>;
|
|
324
|
+
|
|
325
|
+
retryMode?: string | __Provider<string>;
|
|
326
|
+
|
|
327
|
+
logger?: __Logger;
|
|
328
|
+
|
|
329
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
330
|
+
|
|
331
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
332
|
+
|
|
333
|
+
serviceId?: string;
|
|
334
|
+
|
|
335
|
+
region?: string | __Provider<string>;
|
|
336
|
+
|
|
337
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
338
|
+
|
|
339
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
340
|
+
|
|
341
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
342
|
+
|
|
343
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
344
|
+
}
|
|
345
|
+
declare type MediaTailorClientConfigType = Partial<
|
|
346
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
347
|
+
> &
|
|
348
|
+
ClientDefaults &
|
|
349
|
+
RegionInputConfig &
|
|
350
|
+
EndpointsInputConfig &
|
|
351
|
+
RetryInputConfig &
|
|
352
|
+
HostHeaderInputConfig &
|
|
353
|
+
AwsAuthInputConfig &
|
|
354
|
+
UserAgentInputConfig;
|
|
355
|
+
|
|
356
|
+
export interface MediaTailorClientConfig extends MediaTailorClientConfigType {}
|
|
357
|
+
declare type MediaTailorClientResolvedConfigType =
|
|
358
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
359
|
+
Required<ClientDefaults> &
|
|
360
|
+
RegionResolvedConfig &
|
|
361
|
+
EndpointsResolvedConfig &
|
|
362
|
+
RetryResolvedConfig &
|
|
363
|
+
HostHeaderResolvedConfig &
|
|
364
|
+
AwsAuthResolvedConfig &
|
|
365
|
+
UserAgentResolvedConfig;
|
|
366
|
+
|
|
367
|
+
export interface MediaTailorClientResolvedConfig
|
|
368
|
+
extends MediaTailorClientResolvedConfigType {}
|
|
369
|
+
|
|
370
|
+
export declare class MediaTailorClient extends __Client<
|
|
371
|
+
__HttpHandlerOptions,
|
|
372
|
+
ServiceInputTypes,
|
|
373
|
+
ServiceOutputTypes,
|
|
374
|
+
MediaTailorClientResolvedConfig
|
|
375
|
+
> {
|
|
376
|
+
readonly config: MediaTailorClientResolvedConfig;
|
|
377
|
+
constructor(configuration: MediaTailorClientConfig);
|
|
378
|
+
|
|
379
|
+
destroy(): void;
|
|
380
|
+
}
|
|
381
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaTailorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaTailorClient";
|
|
13
|
+
import {
|
|
14
|
+
ConfigureLogsForPlaybackConfigurationRequest,
|
|
15
|
+
ConfigureLogsForPlaybackConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ConfigureLogsForPlaybackConfigurationCommandInput
|
|
18
|
+
extends ConfigureLogsForPlaybackConfigurationRequest {}
|
|
19
|
+
export interface ConfigureLogsForPlaybackConfigurationCommandOutput
|
|
20
|
+
extends ConfigureLogsForPlaybackConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ConfigureLogsForPlaybackConfigurationCommand extends $Command<
|
|
24
|
+
ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
25
|
+
ConfigureLogsForPlaybackConfigurationCommandOutput,
|
|
26
|
+
MediaTailorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ConfigureLogsForPlaybackConfigurationCommandInput;
|
|
29
|
+
constructor(input: ConfigureLogsForPlaybackConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaTailorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
37
|
+
ConfigureLogsForPlaybackConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaTailorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaTailorClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateChannelRequest,
|
|
15
|
+
CreateChannelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateChannelCommandInput extends CreateChannelRequest {}
|
|
18
|
+
export interface CreateChannelCommandOutput
|
|
19
|
+
extends CreateChannelResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateChannelCommand extends $Command<
|
|
23
|
+
CreateChannelCommandInput,
|
|
24
|
+
CreateChannelCommandOutput,
|
|
25
|
+
MediaTailorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateChannelCommandInput;
|
|
28
|
+
constructor(input: CreateChannelCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaTailorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|