@aws-sdk/client-mediapackage 3.169.0 → 3.171.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 (39) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MediaPackage.d.ts +327 -97
  3. package/dist-types/ts3.4/MediaPackageClient.d.ts +219 -92
  4. package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateHarvestJobCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DescribeHarvestJobCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/DescribeOriginEndpointCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/ListHarvestJobsCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -16
  17. package/dist-types/ts3.4/commands/RotateChannelCredentialsCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/RotateIngestEndpointCredentialsCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -16
  20. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -16
  21. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/index.d.ts +19 -19
  24. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  25. package/dist-types/ts3.4/index.d.ts +6 -6
  26. package/dist-types/ts3.4/models/MediaPackageServiceException.d.ts +7 -6
  27. package/dist-types/ts3.4/models/index.d.ts +1 -1
  28. package/dist-types/ts3.4/models/models_0.d.ts +719 -1010
  29. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  30. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  31. package/dist-types/ts3.4/pagination/ListHarvestJobsPaginator.d.ts +11 -4
  32. package/dist-types/ts3.4/pagination/ListOriginEndpointsPaginator.d.ts +11 -4
  33. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  34. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +233 -59
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  39. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-mediapackage
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-mediapackage
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-mediapackage
@@ -1,97 +1,327 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { ConfigureLogsCommandInput, ConfigureLogsCommandOutput } from "./commands/ConfigureLogsCommand";
3
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
4
- import { CreateHarvestJobCommandInput, CreateHarvestJobCommandOutput } from "./commands/CreateHarvestJobCommand";
5
- import { CreateOriginEndpointCommandInput, CreateOriginEndpointCommandOutput } from "./commands/CreateOriginEndpointCommand";
6
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
7
- import { DeleteOriginEndpointCommandInput, DeleteOriginEndpointCommandOutput } from "./commands/DeleteOriginEndpointCommand";
8
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
9
- import { DescribeHarvestJobCommandInput, DescribeHarvestJobCommandOutput } from "./commands/DescribeHarvestJobCommand";
10
- import { DescribeOriginEndpointCommandInput, DescribeOriginEndpointCommandOutput } from "./commands/DescribeOriginEndpointCommand";
11
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
12
- import { ListHarvestJobsCommandInput, ListHarvestJobsCommandOutput } from "./commands/ListHarvestJobsCommand";
13
- import { ListOriginEndpointsCommandInput, ListOriginEndpointsCommandOutput } from "./commands/ListOriginEndpointsCommand";
14
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
15
- import { RotateChannelCredentialsCommandInput, RotateChannelCredentialsCommandOutput } from "./commands/RotateChannelCredentialsCommand";
16
- import { RotateIngestEndpointCredentialsCommandInput, RotateIngestEndpointCredentialsCommandOutput } from "./commands/RotateIngestEndpointCredentialsCommand";
17
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
18
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
19
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
20
- import { UpdateOriginEndpointCommandInput, UpdateOriginEndpointCommandOutput } from "./commands/UpdateOriginEndpointCommand";
21
- import { MediaPackageClient } from "./MediaPackageClient";
22
-
23
- export declare class MediaPackage extends MediaPackageClient {
24
-
25
- configureLogs(args: ConfigureLogsCommandInput, options?: __HttpHandlerOptions): Promise<ConfigureLogsCommandOutput>;
26
- configureLogs(args: ConfigureLogsCommandInput, cb: (err: any, data?: ConfigureLogsCommandOutput) => void): void;
27
- configureLogs(args: ConfigureLogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfigureLogsCommandOutput) => void): void;
28
-
29
- createChannel(args: CreateChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelCommandOutput>;
30
- createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
31
- createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
32
-
33
- createHarvestJob(args: CreateHarvestJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateHarvestJobCommandOutput>;
34
- createHarvestJob(args: CreateHarvestJobCommandInput, cb: (err: any, data?: CreateHarvestJobCommandOutput) => void): void;
35
- createHarvestJob(args: CreateHarvestJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHarvestJobCommandOutput) => void): void;
36
-
37
- createOriginEndpoint(args: CreateOriginEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateOriginEndpointCommandOutput>;
38
- createOriginEndpoint(args: CreateOriginEndpointCommandInput, cb: (err: any, data?: CreateOriginEndpointCommandOutput) => void): void;
39
- createOriginEndpoint(args: CreateOriginEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOriginEndpointCommandOutput) => void): void;
40
-
41
- deleteChannel(args: DeleteChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelCommandOutput>;
42
- deleteChannel(args: DeleteChannelCommandInput, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
43
- deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
44
-
45
- deleteOriginEndpoint(args: DeleteOriginEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOriginEndpointCommandOutput>;
46
- deleteOriginEndpoint(args: DeleteOriginEndpointCommandInput, cb: (err: any, data?: DeleteOriginEndpointCommandOutput) => void): void;
47
- deleteOriginEndpoint(args: DeleteOriginEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOriginEndpointCommandOutput) => void): void;
48
-
49
- describeChannel(args: DescribeChannelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelCommandOutput>;
50
- describeChannel(args: DescribeChannelCommandInput, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
51
- describeChannel(args: DescribeChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
52
-
53
- describeHarvestJob(args: DescribeHarvestJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHarvestJobCommandOutput>;
54
- describeHarvestJob(args: DescribeHarvestJobCommandInput, cb: (err: any, data?: DescribeHarvestJobCommandOutput) => void): void;
55
- describeHarvestJob(args: DescribeHarvestJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHarvestJobCommandOutput) => void): void;
56
-
57
- describeOriginEndpoint(args: DescribeOriginEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOriginEndpointCommandOutput>;
58
- describeOriginEndpoint(args: DescribeOriginEndpointCommandInput, cb: (err: any, data?: DescribeOriginEndpointCommandOutput) => void): void;
59
- describeOriginEndpoint(args: DescribeOriginEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOriginEndpointCommandOutput) => void): void;
60
-
61
- listChannels(args: ListChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsCommandOutput>;
62
- listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
63
- listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
64
-
65
- listHarvestJobs(args: ListHarvestJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListHarvestJobsCommandOutput>;
66
- listHarvestJobs(args: ListHarvestJobsCommandInput, cb: (err: any, data?: ListHarvestJobsCommandOutput) => void): void;
67
- listHarvestJobs(args: ListHarvestJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHarvestJobsCommandOutput) => void): void;
68
-
69
- listOriginEndpoints(args: ListOriginEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListOriginEndpointsCommandOutput>;
70
- listOriginEndpoints(args: ListOriginEndpointsCommandInput, cb: (err: any, data?: ListOriginEndpointsCommandOutput) => void): void;
71
- listOriginEndpoints(args: ListOriginEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOriginEndpointsCommandOutput) => void): void;
72
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
73
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
74
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
75
-
76
- rotateChannelCredentials(args: RotateChannelCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<RotateChannelCredentialsCommandOutput>;
77
- rotateChannelCredentials(args: RotateChannelCredentialsCommandInput, cb: (err: any, data?: RotateChannelCredentialsCommandOutput) => void): void;
78
- rotateChannelCredentials(args: RotateChannelCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RotateChannelCredentialsCommandOutput) => void): void;
79
-
80
- rotateIngestEndpointCredentials(args: RotateIngestEndpointCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<RotateIngestEndpointCredentialsCommandOutput>;
81
- rotateIngestEndpointCredentials(args: RotateIngestEndpointCredentialsCommandInput, cb: (err: any, data?: RotateIngestEndpointCredentialsCommandOutput) => void): void;
82
- rotateIngestEndpointCredentials(args: RotateIngestEndpointCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RotateIngestEndpointCredentialsCommandOutput) => void): void;
83
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
84
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
85
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
86
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
87
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
88
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
89
-
90
- updateChannel(args: UpdateChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelCommandOutput>;
91
- updateChannel(args: UpdateChannelCommandInput, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
92
- updateChannel(args: UpdateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
93
-
94
- updateOriginEndpoint(args: UpdateOriginEndpointCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOriginEndpointCommandOutput>;
95
- updateOriginEndpoint(args: UpdateOriginEndpointCommandInput, cb: (err: any, data?: UpdateOriginEndpointCommandOutput) => void): void;
96
- updateOriginEndpoint(args: UpdateOriginEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOriginEndpointCommandOutput) => void): void;
97
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ ConfigureLogsCommandInput,
4
+ ConfigureLogsCommandOutput,
5
+ } from "./commands/ConfigureLogsCommand";
6
+ import {
7
+ CreateChannelCommandInput,
8
+ CreateChannelCommandOutput,
9
+ } from "./commands/CreateChannelCommand";
10
+ import {
11
+ CreateHarvestJobCommandInput,
12
+ CreateHarvestJobCommandOutput,
13
+ } from "./commands/CreateHarvestJobCommand";
14
+ import {
15
+ CreateOriginEndpointCommandInput,
16
+ CreateOriginEndpointCommandOutput,
17
+ } from "./commands/CreateOriginEndpointCommand";
18
+ import {
19
+ DeleteChannelCommandInput,
20
+ DeleteChannelCommandOutput,
21
+ } from "./commands/DeleteChannelCommand";
22
+ import {
23
+ DeleteOriginEndpointCommandInput,
24
+ DeleteOriginEndpointCommandOutput,
25
+ } from "./commands/DeleteOriginEndpointCommand";
26
+ import {
27
+ DescribeChannelCommandInput,
28
+ DescribeChannelCommandOutput,
29
+ } from "./commands/DescribeChannelCommand";
30
+ import {
31
+ DescribeHarvestJobCommandInput,
32
+ DescribeHarvestJobCommandOutput,
33
+ } from "./commands/DescribeHarvestJobCommand";
34
+ import {
35
+ DescribeOriginEndpointCommandInput,
36
+ DescribeOriginEndpointCommandOutput,
37
+ } from "./commands/DescribeOriginEndpointCommand";
38
+ import {
39
+ ListChannelsCommandInput,
40
+ ListChannelsCommandOutput,
41
+ } from "./commands/ListChannelsCommand";
42
+ import {
43
+ ListHarvestJobsCommandInput,
44
+ ListHarvestJobsCommandOutput,
45
+ } from "./commands/ListHarvestJobsCommand";
46
+ import {
47
+ ListOriginEndpointsCommandInput,
48
+ ListOriginEndpointsCommandOutput,
49
+ } from "./commands/ListOriginEndpointsCommand";
50
+ import {
51
+ ListTagsForResourceCommandInput,
52
+ ListTagsForResourceCommandOutput,
53
+ } from "./commands/ListTagsForResourceCommand";
54
+ import {
55
+ RotateChannelCredentialsCommandInput,
56
+ RotateChannelCredentialsCommandOutput,
57
+ } from "./commands/RotateChannelCredentialsCommand";
58
+ import {
59
+ RotateIngestEndpointCredentialsCommandInput,
60
+ RotateIngestEndpointCredentialsCommandOutput,
61
+ } from "./commands/RotateIngestEndpointCredentialsCommand";
62
+ import {
63
+ TagResourceCommandInput,
64
+ TagResourceCommandOutput,
65
+ } from "./commands/TagResourceCommand";
66
+ import {
67
+ UntagResourceCommandInput,
68
+ UntagResourceCommandOutput,
69
+ } from "./commands/UntagResourceCommand";
70
+ import {
71
+ UpdateChannelCommandInput,
72
+ UpdateChannelCommandOutput,
73
+ } from "./commands/UpdateChannelCommand";
74
+ import {
75
+ UpdateOriginEndpointCommandInput,
76
+ UpdateOriginEndpointCommandOutput,
77
+ } from "./commands/UpdateOriginEndpointCommand";
78
+ import { MediaPackageClient } from "./MediaPackageClient";
79
+ export declare class MediaPackage extends MediaPackageClient {
80
+ configureLogs(
81
+ args: ConfigureLogsCommandInput,
82
+ options?: __HttpHandlerOptions
83
+ ): Promise<ConfigureLogsCommandOutput>;
84
+ configureLogs(
85
+ args: ConfigureLogsCommandInput,
86
+ cb: (err: any, data?: ConfigureLogsCommandOutput) => void
87
+ ): void;
88
+ configureLogs(
89
+ args: ConfigureLogsCommandInput,
90
+ options: __HttpHandlerOptions,
91
+ cb: (err: any, data?: ConfigureLogsCommandOutput) => void
92
+ ): void;
93
+ createChannel(
94
+ args: CreateChannelCommandInput,
95
+ options?: __HttpHandlerOptions
96
+ ): Promise<CreateChannelCommandOutput>;
97
+ createChannel(
98
+ args: CreateChannelCommandInput,
99
+ cb: (err: any, data?: CreateChannelCommandOutput) => void
100
+ ): void;
101
+ createChannel(
102
+ args: CreateChannelCommandInput,
103
+ options: __HttpHandlerOptions,
104
+ cb: (err: any, data?: CreateChannelCommandOutput) => void
105
+ ): void;
106
+ createHarvestJob(
107
+ args: CreateHarvestJobCommandInput,
108
+ options?: __HttpHandlerOptions
109
+ ): Promise<CreateHarvestJobCommandOutput>;
110
+ createHarvestJob(
111
+ args: CreateHarvestJobCommandInput,
112
+ cb: (err: any, data?: CreateHarvestJobCommandOutput) => void
113
+ ): void;
114
+ createHarvestJob(
115
+ args: CreateHarvestJobCommandInput,
116
+ options: __HttpHandlerOptions,
117
+ cb: (err: any, data?: CreateHarvestJobCommandOutput) => void
118
+ ): void;
119
+ createOriginEndpoint(
120
+ args: CreateOriginEndpointCommandInput,
121
+ options?: __HttpHandlerOptions
122
+ ): Promise<CreateOriginEndpointCommandOutput>;
123
+ createOriginEndpoint(
124
+ args: CreateOriginEndpointCommandInput,
125
+ cb: (err: any, data?: CreateOriginEndpointCommandOutput) => void
126
+ ): void;
127
+ createOriginEndpoint(
128
+ args: CreateOriginEndpointCommandInput,
129
+ options: __HttpHandlerOptions,
130
+ cb: (err: any, data?: CreateOriginEndpointCommandOutput) => void
131
+ ): void;
132
+ deleteChannel(
133
+ args: DeleteChannelCommandInput,
134
+ options?: __HttpHandlerOptions
135
+ ): Promise<DeleteChannelCommandOutput>;
136
+ deleteChannel(
137
+ args: DeleteChannelCommandInput,
138
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void
139
+ ): void;
140
+ deleteChannel(
141
+ args: DeleteChannelCommandInput,
142
+ options: __HttpHandlerOptions,
143
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void
144
+ ): void;
145
+ deleteOriginEndpoint(
146
+ args: DeleteOriginEndpointCommandInput,
147
+ options?: __HttpHandlerOptions
148
+ ): Promise<DeleteOriginEndpointCommandOutput>;
149
+ deleteOriginEndpoint(
150
+ args: DeleteOriginEndpointCommandInput,
151
+ cb: (err: any, data?: DeleteOriginEndpointCommandOutput) => void
152
+ ): void;
153
+ deleteOriginEndpoint(
154
+ args: DeleteOriginEndpointCommandInput,
155
+ options: __HttpHandlerOptions,
156
+ cb: (err: any, data?: DeleteOriginEndpointCommandOutput) => void
157
+ ): void;
158
+ describeChannel(
159
+ args: DescribeChannelCommandInput,
160
+ options?: __HttpHandlerOptions
161
+ ): Promise<DescribeChannelCommandOutput>;
162
+ describeChannel(
163
+ args: DescribeChannelCommandInput,
164
+ cb: (err: any, data?: DescribeChannelCommandOutput) => void
165
+ ): void;
166
+ describeChannel(
167
+ args: DescribeChannelCommandInput,
168
+ options: __HttpHandlerOptions,
169
+ cb: (err: any, data?: DescribeChannelCommandOutput) => void
170
+ ): void;
171
+ describeHarvestJob(
172
+ args: DescribeHarvestJobCommandInput,
173
+ options?: __HttpHandlerOptions
174
+ ): Promise<DescribeHarvestJobCommandOutput>;
175
+ describeHarvestJob(
176
+ args: DescribeHarvestJobCommandInput,
177
+ cb: (err: any, data?: DescribeHarvestJobCommandOutput) => void
178
+ ): void;
179
+ describeHarvestJob(
180
+ args: DescribeHarvestJobCommandInput,
181
+ options: __HttpHandlerOptions,
182
+ cb: (err: any, data?: DescribeHarvestJobCommandOutput) => void
183
+ ): void;
184
+ describeOriginEndpoint(
185
+ args: DescribeOriginEndpointCommandInput,
186
+ options?: __HttpHandlerOptions
187
+ ): Promise<DescribeOriginEndpointCommandOutput>;
188
+ describeOriginEndpoint(
189
+ args: DescribeOriginEndpointCommandInput,
190
+ cb: (err: any, data?: DescribeOriginEndpointCommandOutput) => void
191
+ ): void;
192
+ describeOriginEndpoint(
193
+ args: DescribeOriginEndpointCommandInput,
194
+ options: __HttpHandlerOptions,
195
+ cb: (err: any, data?: DescribeOriginEndpointCommandOutput) => void
196
+ ): void;
197
+ listChannels(
198
+ args: ListChannelsCommandInput,
199
+ options?: __HttpHandlerOptions
200
+ ): Promise<ListChannelsCommandOutput>;
201
+ listChannels(
202
+ args: ListChannelsCommandInput,
203
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
204
+ ): void;
205
+ listChannels(
206
+ args: ListChannelsCommandInput,
207
+ options: __HttpHandlerOptions,
208
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
209
+ ): void;
210
+ listHarvestJobs(
211
+ args: ListHarvestJobsCommandInput,
212
+ options?: __HttpHandlerOptions
213
+ ): Promise<ListHarvestJobsCommandOutput>;
214
+ listHarvestJobs(
215
+ args: ListHarvestJobsCommandInput,
216
+ cb: (err: any, data?: ListHarvestJobsCommandOutput) => void
217
+ ): void;
218
+ listHarvestJobs(
219
+ args: ListHarvestJobsCommandInput,
220
+ options: __HttpHandlerOptions,
221
+ cb: (err: any, data?: ListHarvestJobsCommandOutput) => void
222
+ ): void;
223
+ listOriginEndpoints(
224
+ args: ListOriginEndpointsCommandInput,
225
+ options?: __HttpHandlerOptions
226
+ ): Promise<ListOriginEndpointsCommandOutput>;
227
+ listOriginEndpoints(
228
+ args: ListOriginEndpointsCommandInput,
229
+ cb: (err: any, data?: ListOriginEndpointsCommandOutput) => void
230
+ ): void;
231
+ listOriginEndpoints(
232
+ args: ListOriginEndpointsCommandInput,
233
+ options: __HttpHandlerOptions,
234
+ cb: (err: any, data?: ListOriginEndpointsCommandOutput) => void
235
+ ): void;
236
+ listTagsForResource(
237
+ args: ListTagsForResourceCommandInput,
238
+ options?: __HttpHandlerOptions
239
+ ): Promise<ListTagsForResourceCommandOutput>;
240
+ listTagsForResource(
241
+ args: ListTagsForResourceCommandInput,
242
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
243
+ ): void;
244
+ listTagsForResource(
245
+ args: ListTagsForResourceCommandInput,
246
+ options: __HttpHandlerOptions,
247
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
248
+ ): void;
249
+ rotateChannelCredentials(
250
+ args: RotateChannelCredentialsCommandInput,
251
+ options?: __HttpHandlerOptions
252
+ ): Promise<RotateChannelCredentialsCommandOutput>;
253
+ rotateChannelCredentials(
254
+ args: RotateChannelCredentialsCommandInput,
255
+ cb: (err: any, data?: RotateChannelCredentialsCommandOutput) => void
256
+ ): void;
257
+ rotateChannelCredentials(
258
+ args: RotateChannelCredentialsCommandInput,
259
+ options: __HttpHandlerOptions,
260
+ cb: (err: any, data?: RotateChannelCredentialsCommandOutput) => void
261
+ ): void;
262
+ rotateIngestEndpointCredentials(
263
+ args: RotateIngestEndpointCredentialsCommandInput,
264
+ options?: __HttpHandlerOptions
265
+ ): Promise<RotateIngestEndpointCredentialsCommandOutput>;
266
+ rotateIngestEndpointCredentials(
267
+ args: RotateIngestEndpointCredentialsCommandInput,
268
+ cb: (err: any, data?: RotateIngestEndpointCredentialsCommandOutput) => void
269
+ ): void;
270
+ rotateIngestEndpointCredentials(
271
+ args: RotateIngestEndpointCredentialsCommandInput,
272
+ options: __HttpHandlerOptions,
273
+ cb: (err: any, data?: RotateIngestEndpointCredentialsCommandOutput) => void
274
+ ): void;
275
+ tagResource(
276
+ args: TagResourceCommandInput,
277
+ options?: __HttpHandlerOptions
278
+ ): Promise<TagResourceCommandOutput>;
279
+ tagResource(
280
+ args: TagResourceCommandInput,
281
+ cb: (err: any, data?: TagResourceCommandOutput) => void
282
+ ): void;
283
+ tagResource(
284
+ args: TagResourceCommandInput,
285
+ options: __HttpHandlerOptions,
286
+ cb: (err: any, data?: TagResourceCommandOutput) => void
287
+ ): void;
288
+ untagResource(
289
+ args: UntagResourceCommandInput,
290
+ options?: __HttpHandlerOptions
291
+ ): Promise<UntagResourceCommandOutput>;
292
+ untagResource(
293
+ args: UntagResourceCommandInput,
294
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
295
+ ): void;
296
+ untagResource(
297
+ args: UntagResourceCommandInput,
298
+ options: __HttpHandlerOptions,
299
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
300
+ ): void;
301
+ updateChannel(
302
+ args: UpdateChannelCommandInput,
303
+ options?: __HttpHandlerOptions
304
+ ): Promise<UpdateChannelCommandOutput>;
305
+ updateChannel(
306
+ args: UpdateChannelCommandInput,
307
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void
308
+ ): void;
309
+ updateChannel(
310
+ args: UpdateChannelCommandInput,
311
+ options: __HttpHandlerOptions,
312
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void
313
+ ): void;
314
+ updateOriginEndpoint(
315
+ args: UpdateOriginEndpointCommandInput,
316
+ options?: __HttpHandlerOptions
317
+ ): Promise<UpdateOriginEndpointCommandOutput>;
318
+ updateOriginEndpoint(
319
+ args: UpdateOriginEndpointCommandInput,
320
+ cb: (err: any, data?: UpdateOriginEndpointCommandOutput) => void
321
+ ): void;
322
+ updateOriginEndpoint(
323
+ args: UpdateOriginEndpointCommandInput,
324
+ options: __HttpHandlerOptions,
325
+ cb: (err: any, data?: UpdateOriginEndpointCommandOutput) => void
326
+ ): void;
327
+ }