@aws-sdk/client-mediapackage 3.170.0 → 3.178.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 (32) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/MediaPackage.d.ts +0 -16
  6. package/dist-types/ts3.4/MediaPackageClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateHarvestJobCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeHarvestJobCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeOriginEndpointCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/ListHarvestJobsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -1
  20. package/dist-types/ts3.4/commands/RotateChannelCredentialsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/RotateIngestEndpointCredentialsCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -1
  23. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -1
  24. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/models/MediaPackageServiceException.d.ts +0 -1
  27. package/dist-types/ts3.4/models/models_0.d.ts +0 -346
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  31. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  32. package/package.json +26 -26
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-mediapackage
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-mediapackage
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-mediapackage
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: MediaPackageClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: MediaPackageClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: MediaPackageClientConfig) => {
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -76,7 +76,6 @@ import {
76
76
  UpdateOriginEndpointCommandOutput,
77
77
  } from "./commands/UpdateOriginEndpointCommand";
78
78
  import { MediaPackageClient } from "./MediaPackageClient";
79
-
80
79
  export declare class MediaPackage extends MediaPackageClient {
81
80
  configureLogs(
82
81
  args: ConfigureLogsCommandInput,
@@ -91,7 +90,6 @@ export declare class MediaPackage extends MediaPackageClient {
91
90
  options: __HttpHandlerOptions,
92
91
  cb: (err: any, data?: ConfigureLogsCommandOutput) => void
93
92
  ): void;
94
-
95
93
  createChannel(
96
94
  args: CreateChannelCommandInput,
97
95
  options?: __HttpHandlerOptions
@@ -105,7 +103,6 @@ export declare class MediaPackage extends MediaPackageClient {
105
103
  options: __HttpHandlerOptions,
106
104
  cb: (err: any, data?: CreateChannelCommandOutput) => void
107
105
  ): void;
108
-
109
106
  createHarvestJob(
110
107
  args: CreateHarvestJobCommandInput,
111
108
  options?: __HttpHandlerOptions
@@ -119,7 +116,6 @@ export declare class MediaPackage extends MediaPackageClient {
119
116
  options: __HttpHandlerOptions,
120
117
  cb: (err: any, data?: CreateHarvestJobCommandOutput) => void
121
118
  ): void;
122
-
123
119
  createOriginEndpoint(
124
120
  args: CreateOriginEndpointCommandInput,
125
121
  options?: __HttpHandlerOptions
@@ -133,7 +129,6 @@ export declare class MediaPackage extends MediaPackageClient {
133
129
  options: __HttpHandlerOptions,
134
130
  cb: (err: any, data?: CreateOriginEndpointCommandOutput) => void
135
131
  ): void;
136
-
137
132
  deleteChannel(
138
133
  args: DeleteChannelCommandInput,
139
134
  options?: __HttpHandlerOptions
@@ -147,7 +142,6 @@ export declare class MediaPackage extends MediaPackageClient {
147
142
  options: __HttpHandlerOptions,
148
143
  cb: (err: any, data?: DeleteChannelCommandOutput) => void
149
144
  ): void;
150
-
151
145
  deleteOriginEndpoint(
152
146
  args: DeleteOriginEndpointCommandInput,
153
147
  options?: __HttpHandlerOptions
@@ -161,7 +155,6 @@ export declare class MediaPackage extends MediaPackageClient {
161
155
  options: __HttpHandlerOptions,
162
156
  cb: (err: any, data?: DeleteOriginEndpointCommandOutput) => void
163
157
  ): void;
164
-
165
158
  describeChannel(
166
159
  args: DescribeChannelCommandInput,
167
160
  options?: __HttpHandlerOptions
@@ -175,7 +168,6 @@ export declare class MediaPackage extends MediaPackageClient {
175
168
  options: __HttpHandlerOptions,
176
169
  cb: (err: any, data?: DescribeChannelCommandOutput) => void
177
170
  ): void;
178
-
179
171
  describeHarvestJob(
180
172
  args: DescribeHarvestJobCommandInput,
181
173
  options?: __HttpHandlerOptions
@@ -189,7 +181,6 @@ export declare class MediaPackage extends MediaPackageClient {
189
181
  options: __HttpHandlerOptions,
190
182
  cb: (err: any, data?: DescribeHarvestJobCommandOutput) => void
191
183
  ): void;
192
-
193
184
  describeOriginEndpoint(
194
185
  args: DescribeOriginEndpointCommandInput,
195
186
  options?: __HttpHandlerOptions
@@ -203,7 +194,6 @@ export declare class MediaPackage extends MediaPackageClient {
203
194
  options: __HttpHandlerOptions,
204
195
  cb: (err: any, data?: DescribeOriginEndpointCommandOutput) => void
205
196
  ): void;
206
-
207
197
  listChannels(
208
198
  args: ListChannelsCommandInput,
209
199
  options?: __HttpHandlerOptions
@@ -217,7 +207,6 @@ export declare class MediaPackage extends MediaPackageClient {
217
207
  options: __HttpHandlerOptions,
218
208
  cb: (err: any, data?: ListChannelsCommandOutput) => void
219
209
  ): void;
220
-
221
210
  listHarvestJobs(
222
211
  args: ListHarvestJobsCommandInput,
223
212
  options?: __HttpHandlerOptions
@@ -231,7 +220,6 @@ export declare class MediaPackage extends MediaPackageClient {
231
220
  options: __HttpHandlerOptions,
232
221
  cb: (err: any, data?: ListHarvestJobsCommandOutput) => void
233
222
  ): void;
234
-
235
223
  listOriginEndpoints(
236
224
  args: ListOriginEndpointsCommandInput,
237
225
  options?: __HttpHandlerOptions
@@ -258,7 +246,6 @@ export declare class MediaPackage extends MediaPackageClient {
258
246
  options: __HttpHandlerOptions,
259
247
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
260
248
  ): void;
261
-
262
249
  rotateChannelCredentials(
263
250
  args: RotateChannelCredentialsCommandInput,
264
251
  options?: __HttpHandlerOptions
@@ -272,7 +259,6 @@ export declare class MediaPackage extends MediaPackageClient {
272
259
  options: __HttpHandlerOptions,
273
260
  cb: (err: any, data?: RotateChannelCredentialsCommandOutput) => void
274
261
  ): void;
275
-
276
262
  rotateIngestEndpointCredentials(
277
263
  args: RotateIngestEndpointCredentialsCommandInput,
278
264
  options?: __HttpHandlerOptions
@@ -312,7 +298,6 @@ export declare class MediaPackage extends MediaPackageClient {
312
298
  options: __HttpHandlerOptions,
313
299
  cb: (err: any, data?: UntagResourceCommandOutput) => void
314
300
  ): void;
315
-
316
301
  updateChannel(
317
302
  args: UpdateChannelCommandInput,
318
303
  options?: __HttpHandlerOptions
@@ -326,7 +311,6 @@ export declare class MediaPackage extends MediaPackageClient {
326
311
  options: __HttpHandlerOptions,
327
312
  cb: (err: any, data?: UpdateChannelCommandOutput) => void
328
313
  ): void;
329
-
330
314
  updateOriginEndpoint(
331
315
  args: UpdateOriginEndpointCommandInput,
332
316
  options?: __HttpHandlerOptions
@@ -161,47 +161,26 @@ export declare type ServiceOutputTypes =
161
161
  export interface ClientDefaults
162
162
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
163
163
  requestHandler?: __HttpHandler;
164
-
165
164
  sha256?: __HashConstructor;
166
-
167
165
  urlParser?: __UrlParser;
168
-
169
166
  bodyLengthChecker?: __BodyLengthCalculator;
170
-
171
167
  streamCollector?: __StreamCollector;
172
-
173
168
  base64Decoder?: __Decoder;
174
-
175
169
  base64Encoder?: __Encoder;
176
-
177
170
  utf8Decoder?: __Decoder;
178
-
179
171
  utf8Encoder?: __Encoder;
180
-
181
172
  runtime?: string;
182
-
183
173
  disableHostPrefix?: boolean;
184
-
185
174
  maxAttempts?: number | __Provider<number>;
186
-
187
175
  retryMode?: string | __Provider<string>;
188
-
189
176
  logger?: __Logger;
190
-
191
177
  useDualstackEndpoint?: boolean | __Provider<boolean>;
192
-
193
178
  useFipsEndpoint?: boolean | __Provider<boolean>;
194
-
195
179
  serviceId?: string;
196
-
197
180
  region?: string | __Provider<string>;
198
-
199
181
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
200
-
201
182
  regionInfoProvider?: RegionInfoProvider;
202
-
203
183
  defaultUserAgentProvider?: Provider<__UserAgent>;
204
-
205
184
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
206
185
  }
207
186
  declare type MediaPackageClientConfigType = Partial<
@@ -214,7 +193,6 @@ declare type MediaPackageClientConfigType = Partial<
214
193
  HostHeaderInputConfig &
215
194
  AwsAuthInputConfig &
216
195
  UserAgentInputConfig;
217
-
218
196
  export interface MediaPackageClientConfig
219
197
  extends MediaPackageClientConfigType {}
220
198
  declare type MediaPackageClientResolvedConfigType =
@@ -226,10 +204,8 @@ declare type MediaPackageClientResolvedConfigType =
226
204
  HostHeaderResolvedConfig &
227
205
  AwsAuthResolvedConfig &
228
206
  UserAgentResolvedConfig;
229
-
230
207
  export interface MediaPackageClientResolvedConfig
231
208
  extends MediaPackageClientResolvedConfigType {}
232
-
233
209
  export declare class MediaPackageClient extends __Client<
234
210
  __HttpHandlerOptions,
235
211
  ServiceInputTypes,
@@ -238,7 +214,6 @@ export declare class MediaPackageClient extends __Client<
238
214
  > {
239
215
  readonly config: MediaPackageClientResolvedConfig;
240
216
  constructor(configuration: MediaPackageClientConfig);
241
-
242
217
  destroy(): void;
243
218
  }
244
219
  export {};
@@ -18,7 +18,6 @@ export interface ConfigureLogsCommandInput extends ConfigureLogsRequest {}
18
18
  export interface ConfigureLogsCommandOutput
19
19
  extends ConfigureLogsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ConfigureLogsCommand extends $Command<
23
22
  ConfigureLogsCommandInput,
24
23
  ConfigureLogsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ConfigureLogsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ConfigureLogsCommandInput;
28
27
  constructor(input: ConfigureLogsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaPackageClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateChannelCommandInput extends CreateChannelRequest {}
18
18
  export interface CreateChannelCommandOutput
19
19
  extends CreateChannelResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateChannelCommand extends $Command<
23
22
  CreateChannelCommandInput,
24
23
  CreateChannelCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateChannelCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateChannelCommandInput;
28
27
  constructor(input: CreateChannelCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaPackageClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateHarvestJobCommandInput extends CreateHarvestJobRequest {}
18
18
  export interface CreateHarvestJobCommandOutput
19
19
  extends CreateHarvestJobResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateHarvestJobCommand extends $Command<
23
22
  CreateHarvestJobCommandInput,
24
23
  CreateHarvestJobCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateHarvestJobCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateHarvestJobCommandInput;
28
27
  constructor(input: CreateHarvestJobCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaPackageClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateOriginEndpointCommandInput
19
19
  export interface CreateOriginEndpointCommandOutput
20
20
  extends CreateOriginEndpointResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateOriginEndpointCommand extends $Command<
24
23
  CreateOriginEndpointCommandInput,
25
24
  CreateOriginEndpointCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateOriginEndpointCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateOriginEndpointCommandInput;
29
28
  constructor(input: CreateOriginEndpointCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
18
18
  export interface DeleteChannelCommandOutput
19
19
  extends DeleteChannelResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteChannelCommand extends $Command<
23
22
  DeleteChannelCommandInput,
24
23
  DeleteChannelCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteChannelCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteChannelCommandInput;
28
27
  constructor(input: DeleteChannelCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaPackageClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteOriginEndpointCommandInput
19
19
  export interface DeleteOriginEndpointCommandOutput
20
20
  extends DeleteOriginEndpointResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteOriginEndpointCommand extends $Command<
24
23
  DeleteOriginEndpointCommandInput,
25
24
  DeleteOriginEndpointCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteOriginEndpointCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteOriginEndpointCommandInput;
29
28
  constructor(input: DeleteOriginEndpointCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeChannelCommandInput extends DescribeChannelRequest {}
18
18
  export interface DescribeChannelCommandOutput
19
19
  extends DescribeChannelResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeChannelCommand extends $Command<
23
22
  DescribeChannelCommandInput,
24
23
  DescribeChannelCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeChannelCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeChannelCommandInput;
28
27
  constructor(input: DescribeChannelCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaPackageClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeHarvestJobCommandInput
19
19
  export interface DescribeHarvestJobCommandOutput
20
20
  extends DescribeHarvestJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeHarvestJobCommand extends $Command<
24
23
  DescribeHarvestJobCommandInput,
25
24
  DescribeHarvestJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeHarvestJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeHarvestJobCommandInput;
29
28
  constructor(input: DescribeHarvestJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeOriginEndpointCommandInput
19
19
  export interface DescribeOriginEndpointCommandOutput
20
20
  extends DescribeOriginEndpointResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeOriginEndpointCommand extends $Command<
24
23
  DescribeOriginEndpointCommandInput,
25
24
  DescribeOriginEndpointCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeOriginEndpointCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeOriginEndpointCommandInput;
29
28
  constructor(input: DescribeOriginEndpointCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {}
15
15
  export interface ListChannelsCommandOutput
16
16
  extends ListChannelsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListChannelsCommand extends $Command<
20
19
  ListChannelsCommandInput,
21
20
  ListChannelsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListChannelsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListChannelsCommandInput;
25
24
  constructor(input: ListChannelsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MediaPackageClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListHarvestJobsCommandInput extends ListHarvestJobsRequest {}
18
18
  export interface ListHarvestJobsCommandOutput
19
19
  extends ListHarvestJobsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListHarvestJobsCommand extends $Command<
23
22
  ListHarvestJobsCommandInput,
24
23
  ListHarvestJobsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListHarvestJobsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListHarvestJobsCommandInput;
28
27
  constructor(input: ListHarvestJobsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaPackageClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListOriginEndpointsCommandInput
19
19
  export interface ListOriginEndpointsCommandOutput
20
20
  extends ListOriginEndpointsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListOriginEndpointsCommand extends $Command<
24
23
  ListOriginEndpointsCommandInput,
25
24
  ListOriginEndpointsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListOriginEndpointsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListOriginEndpointsCommandInput;
29
28
  constructor(input: ListOriginEndpointsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageClientResolvedConfig,
@@ -26,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
26
26
  > {
27
27
  readonly input: ListTagsForResourceCommandInput;
28
28
  constructor(input: ListTagsForResourceCommandInput);
29
-
30
29
  resolveMiddleware(
31
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
31
  configuration: MediaPackageClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RotateChannelCredentialsCommandInput
19
19
  export interface RotateChannelCredentialsCommandOutput
20
20
  extends RotateChannelCredentialsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RotateChannelCredentialsCommand extends $Command<
24
23
  RotateChannelCredentialsCommandInput,
25
24
  RotateChannelCredentialsCommandOutput,
@@ -27,7 +26,6 @@ export declare class RotateChannelCredentialsCommand extends $Command<
27
26
  > {
28
27
  readonly input: RotateChannelCredentialsCommandInput;
29
28
  constructor(input: RotateChannelCredentialsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RotateIngestEndpointCredentialsCommandInput
19
19
  export interface RotateIngestEndpointCredentialsCommandOutput
20
20
  extends RotateIngestEndpointCredentialsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RotateIngestEndpointCredentialsCommand extends $Command<
24
23
  RotateIngestEndpointCredentialsCommandInput,
25
24
  RotateIngestEndpointCredentialsCommandOutput,
@@ -27,7 +26,6 @@ export declare class RotateIngestEndpointCredentialsCommand extends $Command<
27
26
  > {
28
27
  readonly input: RotateIngestEndpointCredentialsCommandInput;
29
28
  constructor(input: RotateIngestEndpointCredentialsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageClientResolvedConfig,
@@ -20,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
20
20
  > {
21
21
  readonly input: TagResourceCommandInput;
22
22
  constructor(input: TagResourceCommandInput);
23
-
24
23
  resolveMiddleware(
25
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
25
  configuration: MediaPackageClientResolvedConfig,
@@ -20,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
20
20
  > {
21
21
  readonly input: UntagResourceCommandInput;
22
22
  constructor(input: UntagResourceCommandInput);
23
-
24
23
  resolveMiddleware(
25
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
25
  configuration: MediaPackageClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
18
18
  export interface UpdateChannelCommandOutput
19
19
  extends UpdateChannelResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateChannelCommand extends $Command<
23
22
  UpdateChannelCommandInput,
24
23
  UpdateChannelCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateChannelCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateChannelCommandInput;
28
27
  constructor(input: UpdateChannelCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaPackageClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateOriginEndpointCommandInput
19
19
  export interface UpdateOriginEndpointCommandOutput
20
20
  extends UpdateOriginEndpointResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateOriginEndpointCommand extends $Command<
24
23
  UpdateOriginEndpointCommandInput,
25
24
  UpdateOriginEndpointCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateOriginEndpointCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateOriginEndpointCommandInput;
29
28
  constructor(input: UpdateOriginEndpointCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class MediaPackageServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }