@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.
Files changed (67) hide show
  1. package/CHANGELOG.md +16 -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,115 +1,381 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput } from "./commands/ConfigureLogsForPlaybackConfigurationCommand";
10
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
11
- import { CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput } from "./commands/CreateLiveSourceCommand";
12
- import { CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput } from "./commands/CreatePrefetchScheduleCommand";
13
- import { CreateProgramCommandInput, CreateProgramCommandOutput } from "./commands/CreateProgramCommand";
14
- import { CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput } from "./commands/CreateSourceLocationCommand";
15
- import { CreateVodSourceCommandInput, CreateVodSourceCommandOutput } from "./commands/CreateVodSourceCommand";
16
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
17
- import { DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput } from "./commands/DeleteChannelPolicyCommand";
18
- import { DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput } from "./commands/DeleteLiveSourceCommand";
19
- import { DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput } from "./commands/DeletePlaybackConfigurationCommand";
20
- import { DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput } from "./commands/DeletePrefetchScheduleCommand";
21
- import { DeleteProgramCommandInput, DeleteProgramCommandOutput } from "./commands/DeleteProgramCommand";
22
- import { DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput } from "./commands/DeleteSourceLocationCommand";
23
- import { DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput } from "./commands/DeleteVodSourceCommand";
24
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
25
- import { DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput } from "./commands/DescribeLiveSourceCommand";
26
- import { DescribeProgramCommandInput, DescribeProgramCommandOutput } from "./commands/DescribeProgramCommand";
27
- import { DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput } from "./commands/DescribeSourceLocationCommand";
28
- import { DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput } from "./commands/DescribeVodSourceCommand";
29
- import { GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput } from "./commands/GetChannelPolicyCommand";
30
- import { GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput } from "./commands/GetChannelScheduleCommand";
31
- import { GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput } from "./commands/GetPlaybackConfigurationCommand";
32
- import { GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput } from "./commands/GetPrefetchScheduleCommand";
33
- import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
34
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
35
- import { ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput } from "./commands/ListLiveSourcesCommand";
36
- import { ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput } from "./commands/ListPlaybackConfigurationsCommand";
37
- import { ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput } from "./commands/ListPrefetchSchedulesCommand";
38
- import { ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput } from "./commands/ListSourceLocationsCommand";
39
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
40
- import { ListVodSourcesCommandInput, ListVodSourcesCommandOutput } from "./commands/ListVodSourcesCommand";
41
- import { PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput } from "./commands/PutChannelPolicyCommand";
42
- import { PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput } from "./commands/PutPlaybackConfigurationCommand";
43
- import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
44
- import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
45
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
46
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
47
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
48
- import { UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput } from "./commands/UpdateLiveSourceCommand";
49
- import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "./commands/UpdateSourceLocationCommand";
50
- import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "./commands/UpdateVodSourceCommand";
51
- export declare type ServiceInputTypes = ConfigureLogsForPlaybackConfigurationCommandInput | CreateChannelCommandInput | CreateLiveSourceCommandInput | CreatePrefetchScheduleCommandInput | CreateProgramCommandInput | CreateSourceLocationCommandInput | CreateVodSourceCommandInput | DeleteChannelCommandInput | DeleteChannelPolicyCommandInput | DeleteLiveSourceCommandInput | DeletePlaybackConfigurationCommandInput | DeletePrefetchScheduleCommandInput | DeleteProgramCommandInput | DeleteSourceLocationCommandInput | DeleteVodSourceCommandInput | DescribeChannelCommandInput | DescribeLiveSourceCommandInput | DescribeProgramCommandInput | DescribeSourceLocationCommandInput | DescribeVodSourceCommandInput | GetChannelPolicyCommandInput | GetChannelScheduleCommandInput | GetPlaybackConfigurationCommandInput | GetPrefetchScheduleCommandInput | ListAlertsCommandInput | ListChannelsCommandInput | ListLiveSourcesCommandInput | ListPlaybackConfigurationsCommandInput | ListPrefetchSchedulesCommandInput | ListSourceLocationsCommandInput | ListTagsForResourceCommandInput | ListVodSourcesCommandInput | PutChannelPolicyCommandInput | PutPlaybackConfigurationCommandInput | StartChannelCommandInput | StopChannelCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateLiveSourceCommandInput | UpdateSourceLocationCommandInput | UpdateVodSourceCommandInput;
52
- export declare type ServiceOutputTypes = ConfigureLogsForPlaybackConfigurationCommandOutput | CreateChannelCommandOutput | CreateLiveSourceCommandOutput | CreatePrefetchScheduleCommandOutput | CreateProgramCommandOutput | CreateSourceLocationCommandOutput | CreateVodSourceCommandOutput | DeleteChannelCommandOutput | DeleteChannelPolicyCommandOutput | DeleteLiveSourceCommandOutput | DeletePlaybackConfigurationCommandOutput | DeletePrefetchScheduleCommandOutput | DeleteProgramCommandOutput | DeleteSourceLocationCommandOutput | DeleteVodSourceCommandOutput | DescribeChannelCommandOutput | DescribeLiveSourceCommandOutput | DescribeProgramCommandOutput | DescribeSourceLocationCommandOutput | DescribeVodSourceCommandOutput | GetChannelPolicyCommandOutput | GetChannelScheduleCommandOutput | GetPlaybackConfigurationCommandOutput | GetPrefetchScheduleCommandOutput | ListAlertsCommandOutput | ListChannelsCommandOutput | ListLiveSourcesCommandOutput | ListPlaybackConfigurationsCommandOutput | ListPrefetchSchedulesCommandOutput | ListSourceLocationsCommandOutput | ListTagsForResourceCommandOutput | ListVodSourcesCommandOutput | PutChannelPolicyCommandOutput | PutPlaybackConfigurationCommandOutput | StartChannelCommandOutput | StopChannelCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateLiveSourceCommandOutput | UpdateSourceLocationCommandOutput | UpdateVodSourceCommandOutput;
53
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
54
-
55
- requestHandler?: __HttpHandler;
56
-
57
- sha256?: __HashConstructor;
58
-
59
- urlParser?: __UrlParser;
60
-
61
- bodyLengthChecker?: __BodyLengthCalculator;
62
-
63
- streamCollector?: __StreamCollector;
64
-
65
- base64Decoder?: __Decoder;
66
-
67
- base64Encoder?: __Encoder;
68
-
69
- utf8Decoder?: __Decoder;
70
-
71
- utf8Encoder?: __Encoder;
72
-
73
- runtime?: string;
74
-
75
- disableHostPrefix?: boolean;
76
-
77
- maxAttempts?: number | __Provider<number>;
78
-
79
- retryMode?: string | __Provider<string>;
80
-
81
- logger?: __Logger;
82
-
83
- useDualstackEndpoint?: boolean | __Provider<boolean>;
84
-
85
- useFipsEndpoint?: boolean | __Provider<boolean>;
86
-
87
- serviceId?: string;
88
-
89
- region?: string | __Provider<string>;
90
-
91
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
92
-
93
- regionInfoProvider?: RegionInfoProvider;
94
-
95
- defaultUserAgentProvider?: Provider<__UserAgent>;
96
-
97
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
98
- }
99
- declare type MediaTailorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
100
-
101
- export interface MediaTailorClientConfig extends MediaTailorClientConfigType {
102
- }
103
- declare type MediaTailorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
104
-
105
- export interface MediaTailorClientResolvedConfig extends MediaTailorClientResolvedConfigType {
106
- }
107
-
108
- export declare class MediaTailorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaTailorClientResolvedConfig> {
109
-
110
- readonly config: MediaTailorClientResolvedConfig;
111
- constructor(configuration: MediaTailorClientConfig);
112
-
113
- destroy(): void;
114
- }
115
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { ConfigureLogsForPlaybackConfigurationRequest, ConfigureLogsForPlaybackConfigurationResponse } from "../models/models_0";
5
- export interface ConfigureLogsForPlaybackConfigurationCommandInput extends ConfigureLogsForPlaybackConfigurationRequest {
6
- }
7
- export interface ConfigureLogsForPlaybackConfigurationCommandOutput extends ConfigureLogsForPlaybackConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ConfigureLogsForPlaybackConfigurationCommand extends $Command<ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: ConfigureLogsForPlaybackConfigurationCommandInput;
12
- constructor(input: ConfigureLogsForPlaybackConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
5
- export interface CreateChannelCommandInput extends CreateChannelRequest {
6
- }
7
- export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: CreateChannelCommandInput;
12
- constructor(input: CreateChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }