@aws-sdk/client-mediapackage-vod 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 (30) 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/MediaPackageVod.d.ts +0 -17
  6. package/dist-types/ts3.4/MediaPackageVodClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreatePackagingConfigurationCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreatePackagingGroupCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeletePackagingConfigurationCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeletePackagingGroupCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribePackagingConfigurationCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribePackagingGroupCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/ListPackagingConfigurationsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/ListPackagingGroupsCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/UpdatePackagingGroupCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/models/MediaPackageVodServiceException.d.ts +0 -1
  25. package/dist-types/ts3.4/models/models_0.d.ts +0 -217
  26. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  27. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  28. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  29. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  30. 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-vod
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-vod
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-vod
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: MediaPackageVodClientConfig) =>
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: MediaPackageVodClientConfig) =>
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: MediaPackageVodClientConfig) =>
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;
@@ -68,7 +68,6 @@ import {
68
68
  UpdatePackagingGroupCommandOutput,
69
69
  } from "./commands/UpdatePackagingGroupCommand";
70
70
  import { MediaPackageVodClient } from "./MediaPackageVodClient";
71
-
72
71
  export declare class MediaPackageVod extends MediaPackageVodClient {
73
72
  configureLogs(
74
73
  args: ConfigureLogsCommandInput,
@@ -83,7 +82,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
83
82
  options: __HttpHandlerOptions,
84
83
  cb: (err: any, data?: ConfigureLogsCommandOutput) => void
85
84
  ): void;
86
-
87
85
  createAsset(
88
86
  args: CreateAssetCommandInput,
89
87
  options?: __HttpHandlerOptions
@@ -97,7 +95,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
97
95
  options: __HttpHandlerOptions,
98
96
  cb: (err: any, data?: CreateAssetCommandOutput) => void
99
97
  ): void;
100
-
101
98
  createPackagingConfiguration(
102
99
  args: CreatePackagingConfigurationCommandInput,
103
100
  options?: __HttpHandlerOptions
@@ -111,7 +108,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
111
108
  options: __HttpHandlerOptions,
112
109
  cb: (err: any, data?: CreatePackagingConfigurationCommandOutput) => void
113
110
  ): void;
114
-
115
111
  createPackagingGroup(
116
112
  args: CreatePackagingGroupCommandInput,
117
113
  options?: __HttpHandlerOptions
@@ -125,7 +121,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
125
121
  options: __HttpHandlerOptions,
126
122
  cb: (err: any, data?: CreatePackagingGroupCommandOutput) => void
127
123
  ): void;
128
-
129
124
  deleteAsset(
130
125
  args: DeleteAssetCommandInput,
131
126
  options?: __HttpHandlerOptions
@@ -139,7 +134,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
139
134
  options: __HttpHandlerOptions,
140
135
  cb: (err: any, data?: DeleteAssetCommandOutput) => void
141
136
  ): void;
142
-
143
137
  deletePackagingConfiguration(
144
138
  args: DeletePackagingConfigurationCommandInput,
145
139
  options?: __HttpHandlerOptions
@@ -153,7 +147,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
153
147
  options: __HttpHandlerOptions,
154
148
  cb: (err: any, data?: DeletePackagingConfigurationCommandOutput) => void
155
149
  ): void;
156
-
157
150
  deletePackagingGroup(
158
151
  args: DeletePackagingGroupCommandInput,
159
152
  options?: __HttpHandlerOptions
@@ -167,7 +160,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
167
160
  options: __HttpHandlerOptions,
168
161
  cb: (err: any, data?: DeletePackagingGroupCommandOutput) => void
169
162
  ): void;
170
-
171
163
  describeAsset(
172
164
  args: DescribeAssetCommandInput,
173
165
  options?: __HttpHandlerOptions
@@ -181,7 +173,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
181
173
  options: __HttpHandlerOptions,
182
174
  cb: (err: any, data?: DescribeAssetCommandOutput) => void
183
175
  ): void;
184
-
185
176
  describePackagingConfiguration(
186
177
  args: DescribePackagingConfigurationCommandInput,
187
178
  options?: __HttpHandlerOptions
@@ -195,7 +186,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
195
186
  options: __HttpHandlerOptions,
196
187
  cb: (err: any, data?: DescribePackagingConfigurationCommandOutput) => void
197
188
  ): void;
198
-
199
189
  describePackagingGroup(
200
190
  args: DescribePackagingGroupCommandInput,
201
191
  options?: __HttpHandlerOptions
@@ -209,7 +199,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
209
199
  options: __HttpHandlerOptions,
210
200
  cb: (err: any, data?: DescribePackagingGroupCommandOutput) => void
211
201
  ): void;
212
-
213
202
  listAssets(
214
203
  args: ListAssetsCommandInput,
215
204
  options?: __HttpHandlerOptions
@@ -223,7 +212,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
223
212
  options: __HttpHandlerOptions,
224
213
  cb: (err: any, data?: ListAssetsCommandOutput) => void
225
214
  ): void;
226
-
227
215
  listPackagingConfigurations(
228
216
  args: ListPackagingConfigurationsCommandInput,
229
217
  options?: __HttpHandlerOptions
@@ -237,7 +225,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
237
225
  options: __HttpHandlerOptions,
238
226
  cb: (err: any, data?: ListPackagingConfigurationsCommandOutput) => void
239
227
  ): void;
240
-
241
228
  listPackagingGroups(
242
229
  args: ListPackagingGroupsCommandInput,
243
230
  options?: __HttpHandlerOptions
@@ -251,7 +238,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
251
238
  options: __HttpHandlerOptions,
252
239
  cb: (err: any, data?: ListPackagingGroupsCommandOutput) => void
253
240
  ): void;
254
-
255
241
  listTagsForResource(
256
242
  args: ListTagsForResourceCommandInput,
257
243
  options?: __HttpHandlerOptions
@@ -265,7 +251,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
265
251
  options: __HttpHandlerOptions,
266
252
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
267
253
  ): void;
268
-
269
254
  tagResource(
270
255
  args: TagResourceCommandInput,
271
256
  options?: __HttpHandlerOptions
@@ -279,7 +264,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
279
264
  options: __HttpHandlerOptions,
280
265
  cb: (err: any, data?: TagResourceCommandOutput) => void
281
266
  ): void;
282
-
283
267
  untagResource(
284
268
  args: UntagResourceCommandInput,
285
269
  options?: __HttpHandlerOptions
@@ -293,7 +277,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
293
277
  options: __HttpHandlerOptions,
294
278
  cb: (err: any, data?: UntagResourceCommandOutput) => void
295
279
  ): void;
296
-
297
280
  updatePackagingGroup(
298
281
  args: UpdatePackagingGroupCommandInput,
299
282
  options?: __HttpHandlerOptions
@@ -149,47 +149,26 @@ export declare type ServiceOutputTypes =
149
149
  export interface ClientDefaults
150
150
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
151
151
  requestHandler?: __HttpHandler;
152
-
153
152
  sha256?: __HashConstructor;
154
-
155
153
  urlParser?: __UrlParser;
156
-
157
154
  bodyLengthChecker?: __BodyLengthCalculator;
158
-
159
155
  streamCollector?: __StreamCollector;
160
-
161
156
  base64Decoder?: __Decoder;
162
-
163
157
  base64Encoder?: __Encoder;
164
-
165
158
  utf8Decoder?: __Decoder;
166
-
167
159
  utf8Encoder?: __Encoder;
168
-
169
160
  runtime?: string;
170
-
171
161
  disableHostPrefix?: boolean;
172
-
173
162
  maxAttempts?: number | __Provider<number>;
174
-
175
163
  retryMode?: string | __Provider<string>;
176
-
177
164
  logger?: __Logger;
178
-
179
165
  useDualstackEndpoint?: boolean | __Provider<boolean>;
180
-
181
166
  useFipsEndpoint?: boolean | __Provider<boolean>;
182
-
183
167
  serviceId?: string;
184
-
185
168
  region?: string | __Provider<string>;
186
-
187
169
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
188
-
189
170
  regionInfoProvider?: RegionInfoProvider;
190
-
191
171
  defaultUserAgentProvider?: Provider<__UserAgent>;
192
-
193
172
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
194
173
  }
195
174
  declare type MediaPackageVodClientConfigType = Partial<
@@ -202,7 +181,6 @@ declare type MediaPackageVodClientConfigType = Partial<
202
181
  HostHeaderInputConfig &
203
182
  AwsAuthInputConfig &
204
183
  UserAgentInputConfig;
205
-
206
184
  export interface MediaPackageVodClientConfig
207
185
  extends MediaPackageVodClientConfigType {}
208
186
  declare type MediaPackageVodClientResolvedConfigType =
@@ -214,10 +192,8 @@ declare type MediaPackageVodClientResolvedConfigType =
214
192
  HostHeaderResolvedConfig &
215
193
  AwsAuthResolvedConfig &
216
194
  UserAgentResolvedConfig;
217
-
218
195
  export interface MediaPackageVodClientResolvedConfig
219
196
  extends MediaPackageVodClientResolvedConfigType {}
220
-
221
197
  export declare class MediaPackageVodClient extends __Client<
222
198
  __HttpHandlerOptions,
223
199
  ServiceInputTypes,
@@ -226,7 +202,6 @@ export declare class MediaPackageVodClient extends __Client<
226
202
  > {
227
203
  readonly config: MediaPackageVodClientResolvedConfig;
228
204
  constructor(configuration: MediaPackageVodClientConfig);
229
-
230
205
  destroy(): void;
231
206
  }
232
207
  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: MediaPackageVodClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateAssetCommandInput extends CreateAssetRequest {}
15
15
  export interface CreateAssetCommandOutput
16
16
  extends CreateAssetResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateAssetCommand extends $Command<
20
19
  CreateAssetCommandInput,
21
20
  CreateAssetCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateAssetCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateAssetCommandInput;
25
24
  constructor(input: CreateAssetCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MediaPackageVodClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreatePackagingConfigurationCommandInput
19
19
  export interface CreatePackagingConfigurationCommandOutput
20
20
  extends CreatePackagingConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreatePackagingConfigurationCommand extends $Command<
24
23
  CreatePackagingConfigurationCommandInput,
25
24
  CreatePackagingConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreatePackagingConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreatePackagingConfigurationCommandInput;
29
28
  constructor(input: CreatePackagingConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageVodClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreatePackagingGroupCommandInput
19
19
  export interface CreatePackagingGroupCommandOutput
20
20
  extends CreatePackagingGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreatePackagingGroupCommand extends $Command<
24
23
  CreatePackagingGroupCommandInput,
25
24
  CreatePackagingGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreatePackagingGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreatePackagingGroupCommandInput;
29
28
  constructor(input: CreatePackagingGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageVodClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteAssetCommandInput extends DeleteAssetRequest {}
15
15
  export interface DeleteAssetCommandOutput
16
16
  extends DeleteAssetResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteAssetCommand extends $Command<
20
19
  DeleteAssetCommandInput,
21
20
  DeleteAssetCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteAssetCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteAssetCommandInput;
25
24
  constructor(input: DeleteAssetCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MediaPackageVodClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeletePackagingConfigurationCommandInput
19
19
  export interface DeletePackagingConfigurationCommandOutput
20
20
  extends DeletePackagingConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeletePackagingConfigurationCommand extends $Command<
24
23
  DeletePackagingConfigurationCommandInput,
25
24
  DeletePackagingConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeletePackagingConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeletePackagingConfigurationCommandInput;
29
28
  constructor(input: DeletePackagingConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageVodClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeletePackagingGroupCommandInput
19
19
  export interface DeletePackagingGroupCommandOutput
20
20
  extends DeletePackagingGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeletePackagingGroupCommand extends $Command<
24
23
  DeletePackagingGroupCommandInput,
25
24
  DeletePackagingGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeletePackagingGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeletePackagingGroupCommandInput;
29
28
  constructor(input: DeletePackagingGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageVodClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeAssetCommandInput extends DescribeAssetRequest {}
18
18
  export interface DescribeAssetCommandOutput
19
19
  extends DescribeAssetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeAssetCommand extends $Command<
23
22
  DescribeAssetCommandInput,
24
23
  DescribeAssetCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeAssetCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeAssetCommandInput;
28
27
  constructor(input: DescribeAssetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaPackageVodClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribePackagingConfigurationCommandInput
19
19
  export interface DescribePackagingConfigurationCommandOutput
20
20
  extends DescribePackagingConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribePackagingConfigurationCommand extends $Command<
24
23
  DescribePackagingConfigurationCommandInput,
25
24
  DescribePackagingConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribePackagingConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribePackagingConfigurationCommandInput;
29
28
  constructor(input: DescribePackagingConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageVodClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribePackagingGroupCommandInput
19
19
  export interface DescribePackagingGroupCommandOutput
20
20
  extends DescribePackagingGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribePackagingGroupCommand extends $Command<
24
23
  DescribePackagingGroupCommandInput,
25
24
  DescribePackagingGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribePackagingGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribePackagingGroupCommandInput;
29
28
  constructor(input: DescribePackagingGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageVodClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListAssetsCommandInput extends ListAssetsRequest {}
15
15
  export interface ListAssetsCommandOutput
16
16
  extends ListAssetsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListAssetsCommand extends $Command<
20
19
  ListAssetsCommandInput,
21
20
  ListAssetsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListAssetsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListAssetsCommandInput;
25
24
  constructor(input: ListAssetsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MediaPackageVodClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListPackagingConfigurationsCommandInput
19
19
  export interface ListPackagingConfigurationsCommandOutput
20
20
  extends ListPackagingConfigurationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListPackagingConfigurationsCommand extends $Command<
24
23
  ListPackagingConfigurationsCommandInput,
25
24
  ListPackagingConfigurationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListPackagingConfigurationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListPackagingConfigurationsCommandInput;
29
28
  constructor(input: ListPackagingConfigurationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageVodClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListPackagingGroupsCommandInput
19
19
  export interface ListPackagingGroupsCommandOutput
20
20
  extends ListPackagingGroupsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListPackagingGroupsCommand extends $Command<
24
23
  ListPackagingGroupsCommandInput,
25
24
  ListPackagingGroupsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListPackagingGroupsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListPackagingGroupsCommandInput;
29
28
  constructor(input: ListPackagingGroupsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageVodClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageVodClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { TagResourceRequest } from "../models/models_0";
14
14
  export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class TagResourceCommand extends $Command<
18
17
  TagResourceCommandInput,
19
18
  TagResourceCommandOutput,
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
21
20
  > {
22
21
  readonly input: TagResourceCommandInput;
23
22
  constructor(input: TagResourceCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: MediaPackageVodClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { UntagResourceRequest } from "../models/models_0";
14
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
15
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class UntagResourceCommand extends $Command<
18
17
  UntagResourceCommandInput,
19
18
  UntagResourceCommandOutput,
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
21
20
  > {
22
21
  readonly input: UntagResourceCommandInput;
23
22
  constructor(input: UntagResourceCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: MediaPackageVodClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdatePackagingGroupCommandInput
19
19
  export interface UpdatePackagingGroupCommandOutput
20
20
  extends UpdatePackagingGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdatePackagingGroupCommand extends $Command<
24
23
  UpdatePackagingGroupCommandInput,
25
24
  UpdatePackagingGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdatePackagingGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdatePackagingGroupCommandInput;
29
28
  constructor(input: UpdatePackagingGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaPackageVodClientResolvedConfig,
@@ -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 MediaPackageVodServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }