@aws-sdk/client-mediaconnect 3.170.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 (43) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/MediaConnect.d.ts +0 -30
  3. package/dist-types/ts3.4/MediaConnectClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/models/MediaConnectServiceException.d.ts +0 -1
  35. package/dist-types/ts3.4/models/models_0.d.ts +0 -475
  36. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  37. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  39. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  40. package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +0 -2
  41. package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +0 -2
  42. package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +0 -2
  43. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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-mediaconnect
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-mediaconnect
@@ -120,7 +120,6 @@ import {
120
120
  UpdateFlowSourceCommandOutput,
121
121
  } from "./commands/UpdateFlowSourceCommand";
122
122
  import { MediaConnectClient } from "./MediaConnectClient";
123
-
124
123
  export declare class MediaConnect extends MediaConnectClient {
125
124
  addFlowMediaStreams(
126
125
  args: AddFlowMediaStreamsCommandInput,
@@ -135,7 +134,6 @@ export declare class MediaConnect extends MediaConnectClient {
135
134
  options: __HttpHandlerOptions,
136
135
  cb: (err: any, data?: AddFlowMediaStreamsCommandOutput) => void
137
136
  ): void;
138
-
139
137
  addFlowOutputs(
140
138
  args: AddFlowOutputsCommandInput,
141
139
  options?: __HttpHandlerOptions
@@ -149,7 +147,6 @@ export declare class MediaConnect extends MediaConnectClient {
149
147
  options: __HttpHandlerOptions,
150
148
  cb: (err: any, data?: AddFlowOutputsCommandOutput) => void
151
149
  ): void;
152
-
153
150
  addFlowSources(
154
151
  args: AddFlowSourcesCommandInput,
155
152
  options?: __HttpHandlerOptions
@@ -163,7 +160,6 @@ export declare class MediaConnect extends MediaConnectClient {
163
160
  options: __HttpHandlerOptions,
164
161
  cb: (err: any, data?: AddFlowSourcesCommandOutput) => void
165
162
  ): void;
166
-
167
163
  addFlowVpcInterfaces(
168
164
  args: AddFlowVpcInterfacesCommandInput,
169
165
  options?: __HttpHandlerOptions
@@ -177,7 +173,6 @@ export declare class MediaConnect extends MediaConnectClient {
177
173
  options: __HttpHandlerOptions,
178
174
  cb: (err: any, data?: AddFlowVpcInterfacesCommandOutput) => void
179
175
  ): void;
180
-
181
176
  createFlow(
182
177
  args: CreateFlowCommandInput,
183
178
  options?: __HttpHandlerOptions
@@ -191,7 +186,6 @@ export declare class MediaConnect extends MediaConnectClient {
191
186
  options: __HttpHandlerOptions,
192
187
  cb: (err: any, data?: CreateFlowCommandOutput) => void
193
188
  ): void;
194
-
195
189
  deleteFlow(
196
190
  args: DeleteFlowCommandInput,
197
191
  options?: __HttpHandlerOptions
@@ -205,7 +199,6 @@ export declare class MediaConnect extends MediaConnectClient {
205
199
  options: __HttpHandlerOptions,
206
200
  cb: (err: any, data?: DeleteFlowCommandOutput) => void
207
201
  ): void;
208
-
209
202
  describeFlow(
210
203
  args: DescribeFlowCommandInput,
211
204
  options?: __HttpHandlerOptions
@@ -219,7 +212,6 @@ export declare class MediaConnect extends MediaConnectClient {
219
212
  options: __HttpHandlerOptions,
220
213
  cb: (err: any, data?: DescribeFlowCommandOutput) => void
221
214
  ): void;
222
-
223
215
  describeOffering(
224
216
  args: DescribeOfferingCommandInput,
225
217
  options?: __HttpHandlerOptions
@@ -233,7 +225,6 @@ export declare class MediaConnect extends MediaConnectClient {
233
225
  options: __HttpHandlerOptions,
234
226
  cb: (err: any, data?: DescribeOfferingCommandOutput) => void
235
227
  ): void;
236
-
237
228
  describeReservation(
238
229
  args: DescribeReservationCommandInput,
239
230
  options?: __HttpHandlerOptions
@@ -247,7 +238,6 @@ export declare class MediaConnect extends MediaConnectClient {
247
238
  options: __HttpHandlerOptions,
248
239
  cb: (err: any, data?: DescribeReservationCommandOutput) => void
249
240
  ): void;
250
-
251
241
  grantFlowEntitlements(
252
242
  args: GrantFlowEntitlementsCommandInput,
253
243
  options?: __HttpHandlerOptions
@@ -261,7 +251,6 @@ export declare class MediaConnect extends MediaConnectClient {
261
251
  options: __HttpHandlerOptions,
262
252
  cb: (err: any, data?: GrantFlowEntitlementsCommandOutput) => void
263
253
  ): void;
264
-
265
254
  listEntitlements(
266
255
  args: ListEntitlementsCommandInput,
267
256
  options?: __HttpHandlerOptions
@@ -275,7 +264,6 @@ export declare class MediaConnect extends MediaConnectClient {
275
264
  options: __HttpHandlerOptions,
276
265
  cb: (err: any, data?: ListEntitlementsCommandOutput) => void
277
266
  ): void;
278
-
279
267
  listFlows(
280
268
  args: ListFlowsCommandInput,
281
269
  options?: __HttpHandlerOptions
@@ -289,7 +277,6 @@ export declare class MediaConnect extends MediaConnectClient {
289
277
  options: __HttpHandlerOptions,
290
278
  cb: (err: any, data?: ListFlowsCommandOutput) => void
291
279
  ): void;
292
-
293
280
  listOfferings(
294
281
  args: ListOfferingsCommandInput,
295
282
  options?: __HttpHandlerOptions
@@ -303,7 +290,6 @@ export declare class MediaConnect extends MediaConnectClient {
303
290
  options: __HttpHandlerOptions,
304
291
  cb: (err: any, data?: ListOfferingsCommandOutput) => void
305
292
  ): void;
306
-
307
293
  listReservations(
308
294
  args: ListReservationsCommandInput,
309
295
  options?: __HttpHandlerOptions
@@ -317,7 +303,6 @@ export declare class MediaConnect extends MediaConnectClient {
317
303
  options: __HttpHandlerOptions,
318
304
  cb: (err: any, data?: ListReservationsCommandOutput) => void
319
305
  ): void;
320
-
321
306
  listTagsForResource(
322
307
  args: ListTagsForResourceCommandInput,
323
308
  options?: __HttpHandlerOptions
@@ -331,7 +316,6 @@ export declare class MediaConnect extends MediaConnectClient {
331
316
  options: __HttpHandlerOptions,
332
317
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
333
318
  ): void;
334
-
335
319
  purchaseOffering(
336
320
  args: PurchaseOfferingCommandInput,
337
321
  options?: __HttpHandlerOptions
@@ -345,7 +329,6 @@ export declare class MediaConnect extends MediaConnectClient {
345
329
  options: __HttpHandlerOptions,
346
330
  cb: (err: any, data?: PurchaseOfferingCommandOutput) => void
347
331
  ): void;
348
-
349
332
  removeFlowMediaStream(
350
333
  args: RemoveFlowMediaStreamCommandInput,
351
334
  options?: __HttpHandlerOptions
@@ -359,7 +342,6 @@ export declare class MediaConnect extends MediaConnectClient {
359
342
  options: __HttpHandlerOptions,
360
343
  cb: (err: any, data?: RemoveFlowMediaStreamCommandOutput) => void
361
344
  ): void;
362
-
363
345
  removeFlowOutput(
364
346
  args: RemoveFlowOutputCommandInput,
365
347
  options?: __HttpHandlerOptions
@@ -373,7 +355,6 @@ export declare class MediaConnect extends MediaConnectClient {
373
355
  options: __HttpHandlerOptions,
374
356
  cb: (err: any, data?: RemoveFlowOutputCommandOutput) => void
375
357
  ): void;
376
-
377
358
  removeFlowSource(
378
359
  args: RemoveFlowSourceCommandInput,
379
360
  options?: __HttpHandlerOptions
@@ -387,7 +368,6 @@ export declare class MediaConnect extends MediaConnectClient {
387
368
  options: __HttpHandlerOptions,
388
369
  cb: (err: any, data?: RemoveFlowSourceCommandOutput) => void
389
370
  ): void;
390
-
391
371
  removeFlowVpcInterface(
392
372
  args: RemoveFlowVpcInterfaceCommandInput,
393
373
  options?: __HttpHandlerOptions
@@ -401,7 +381,6 @@ export declare class MediaConnect extends MediaConnectClient {
401
381
  options: __HttpHandlerOptions,
402
382
  cb: (err: any, data?: RemoveFlowVpcInterfaceCommandOutput) => void
403
383
  ): void;
404
-
405
384
  revokeFlowEntitlement(
406
385
  args: RevokeFlowEntitlementCommandInput,
407
386
  options?: __HttpHandlerOptions
@@ -415,7 +394,6 @@ export declare class MediaConnect extends MediaConnectClient {
415
394
  options: __HttpHandlerOptions,
416
395
  cb: (err: any, data?: RevokeFlowEntitlementCommandOutput) => void
417
396
  ): void;
418
-
419
397
  startFlow(
420
398
  args: StartFlowCommandInput,
421
399
  options?: __HttpHandlerOptions
@@ -429,7 +407,6 @@ export declare class MediaConnect extends MediaConnectClient {
429
407
  options: __HttpHandlerOptions,
430
408
  cb: (err: any, data?: StartFlowCommandOutput) => void
431
409
  ): void;
432
-
433
410
  stopFlow(
434
411
  args: StopFlowCommandInput,
435
412
  options?: __HttpHandlerOptions
@@ -443,7 +420,6 @@ export declare class MediaConnect extends MediaConnectClient {
443
420
  options: __HttpHandlerOptions,
444
421
  cb: (err: any, data?: StopFlowCommandOutput) => void
445
422
  ): void;
446
-
447
423
  tagResource(
448
424
  args: TagResourceCommandInput,
449
425
  options?: __HttpHandlerOptions
@@ -457,7 +433,6 @@ export declare class MediaConnect extends MediaConnectClient {
457
433
  options: __HttpHandlerOptions,
458
434
  cb: (err: any, data?: TagResourceCommandOutput) => void
459
435
  ): void;
460
-
461
436
  untagResource(
462
437
  args: UntagResourceCommandInput,
463
438
  options?: __HttpHandlerOptions
@@ -471,7 +446,6 @@ export declare class MediaConnect extends MediaConnectClient {
471
446
  options: __HttpHandlerOptions,
472
447
  cb: (err: any, data?: UntagResourceCommandOutput) => void
473
448
  ): void;
474
-
475
449
  updateFlow(
476
450
  args: UpdateFlowCommandInput,
477
451
  options?: __HttpHandlerOptions
@@ -485,7 +459,6 @@ export declare class MediaConnect extends MediaConnectClient {
485
459
  options: __HttpHandlerOptions,
486
460
  cb: (err: any, data?: UpdateFlowCommandOutput) => void
487
461
  ): void;
488
-
489
462
  updateFlowEntitlement(
490
463
  args: UpdateFlowEntitlementCommandInput,
491
464
  options?: __HttpHandlerOptions
@@ -499,7 +472,6 @@ export declare class MediaConnect extends MediaConnectClient {
499
472
  options: __HttpHandlerOptions,
500
473
  cb: (err: any, data?: UpdateFlowEntitlementCommandOutput) => void
501
474
  ): void;
502
-
503
475
  updateFlowMediaStream(
504
476
  args: UpdateFlowMediaStreamCommandInput,
505
477
  options?: __HttpHandlerOptions
@@ -513,7 +485,6 @@ export declare class MediaConnect extends MediaConnectClient {
513
485
  options: __HttpHandlerOptions,
514
486
  cb: (err: any, data?: UpdateFlowMediaStreamCommandOutput) => void
515
487
  ): void;
516
-
517
488
  updateFlowOutput(
518
489
  args: UpdateFlowOutputCommandInput,
519
490
  options?: __HttpHandlerOptions
@@ -527,7 +498,6 @@ export declare class MediaConnect extends MediaConnectClient {
527
498
  options: __HttpHandlerOptions,
528
499
  cb: (err: any, data?: UpdateFlowOutputCommandOutput) => void
529
500
  ): void;
530
-
531
501
  updateFlowSource(
532
502
  args: UpdateFlowSourceCommandInput,
533
503
  options?: __HttpHandlerOptions
@@ -227,47 +227,26 @@ export declare type ServiceOutputTypes =
227
227
  export interface ClientDefaults
228
228
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
229
229
  requestHandler?: __HttpHandler;
230
-
231
230
  sha256?: __HashConstructor;
232
-
233
231
  urlParser?: __UrlParser;
234
-
235
232
  bodyLengthChecker?: __BodyLengthCalculator;
236
-
237
233
  streamCollector?: __StreamCollector;
238
-
239
234
  base64Decoder?: __Decoder;
240
-
241
235
  base64Encoder?: __Encoder;
242
-
243
236
  utf8Decoder?: __Decoder;
244
-
245
237
  utf8Encoder?: __Encoder;
246
-
247
238
  runtime?: string;
248
-
249
239
  disableHostPrefix?: boolean;
250
-
251
240
  maxAttempts?: number | __Provider<number>;
252
-
253
241
  retryMode?: string | __Provider<string>;
254
-
255
242
  logger?: __Logger;
256
-
257
243
  useDualstackEndpoint?: boolean | __Provider<boolean>;
258
-
259
244
  useFipsEndpoint?: boolean | __Provider<boolean>;
260
-
261
245
  serviceId?: string;
262
-
263
246
  region?: string | __Provider<string>;
264
-
265
247
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
266
-
267
248
  regionInfoProvider?: RegionInfoProvider;
268
-
269
249
  defaultUserAgentProvider?: Provider<__UserAgent>;
270
-
271
250
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
272
251
  }
273
252
  declare type MediaConnectClientConfigType = Partial<
@@ -280,7 +259,6 @@ declare type MediaConnectClientConfigType = Partial<
280
259
  HostHeaderInputConfig &
281
260
  AwsAuthInputConfig &
282
261
  UserAgentInputConfig;
283
-
284
262
  export interface MediaConnectClientConfig
285
263
  extends MediaConnectClientConfigType {}
286
264
  declare type MediaConnectClientResolvedConfigType =
@@ -292,10 +270,8 @@ declare type MediaConnectClientResolvedConfigType =
292
270
  HostHeaderResolvedConfig &
293
271
  AwsAuthResolvedConfig &
294
272
  UserAgentResolvedConfig;
295
-
296
273
  export interface MediaConnectClientResolvedConfig
297
274
  extends MediaConnectClientResolvedConfigType {}
298
-
299
275
  export declare class MediaConnectClient extends __Client<
300
276
  __HttpHandlerOptions,
301
277
  ServiceInputTypes,
@@ -304,7 +280,6 @@ export declare class MediaConnectClient extends __Client<
304
280
  > {
305
281
  readonly config: MediaConnectClientResolvedConfig;
306
282
  constructor(configuration: MediaConnectClientConfig);
307
-
308
283
  destroy(): void;
309
284
  }
310
285
  export {};
@@ -19,7 +19,6 @@ export interface AddFlowMediaStreamsCommandInput
19
19
  export interface AddFlowMediaStreamsCommandOutput
20
20
  extends AddFlowMediaStreamsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AddFlowMediaStreamsCommand extends $Command<
24
23
  AddFlowMediaStreamsCommandInput,
25
24
  AddFlowMediaStreamsCommandOutput,
@@ -27,7 +26,6 @@ export declare class AddFlowMediaStreamsCommand extends $Command<
27
26
  > {
28
27
  readonly input: AddFlowMediaStreamsCommandInput;
29
28
  constructor(input: AddFlowMediaStreamsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface AddFlowOutputsCommandInput extends AddFlowOutputsRequest {}
18
18
  export interface AddFlowOutputsCommandOutput
19
19
  extends AddFlowOutputsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class AddFlowOutputsCommand extends $Command<
23
22
  AddFlowOutputsCommandInput,
24
23
  AddFlowOutputsCommandOutput,
@@ -26,7 +25,6 @@ export declare class AddFlowOutputsCommand extends $Command<
26
25
  > {
27
26
  readonly input: AddFlowOutputsCommandInput;
28
27
  constructor(input: AddFlowOutputsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface AddFlowSourcesCommandInput extends AddFlowSourcesRequest {}
18
18
  export interface AddFlowSourcesCommandOutput
19
19
  extends AddFlowSourcesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class AddFlowSourcesCommand extends $Command<
23
22
  AddFlowSourcesCommandInput,
24
23
  AddFlowSourcesCommandOutput,
@@ -26,7 +25,6 @@ export declare class AddFlowSourcesCommand extends $Command<
26
25
  > {
27
26
  readonly input: AddFlowSourcesCommandInput;
28
27
  constructor(input: AddFlowSourcesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface AddFlowVpcInterfacesCommandInput
19
19
  export interface AddFlowVpcInterfacesCommandOutput
20
20
  extends AddFlowVpcInterfacesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AddFlowVpcInterfacesCommand extends $Command<
24
23
  AddFlowVpcInterfacesCommandInput,
25
24
  AddFlowVpcInterfacesCommandOutput,
@@ -27,7 +26,6 @@ export declare class AddFlowVpcInterfacesCommand extends $Command<
27
26
  > {
28
27
  readonly input: AddFlowVpcInterfacesCommandInput;
29
28
  constructor(input: AddFlowVpcInterfacesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaConnectClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateFlowCommandInput extends CreateFlowRequest {}
15
15
  export interface CreateFlowCommandOutput
16
16
  extends CreateFlowResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateFlowCommand extends $Command<
20
19
  CreateFlowCommandInput,
21
20
  CreateFlowCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateFlowCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateFlowCommandInput;
25
24
  constructor(input: CreateFlowCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MediaConnectClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteFlowCommandInput extends DeleteFlowRequest {}
15
15
  export interface DeleteFlowCommandOutput
16
16
  extends DeleteFlowResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteFlowCommand extends $Command<
20
19
  DeleteFlowCommandInput,
21
20
  DeleteFlowCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteFlowCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteFlowCommandInput;
25
24
  constructor(input: DeleteFlowCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MediaConnectClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DescribeFlowCommandInput extends DescribeFlowRequest {}
15
15
  export interface DescribeFlowCommandOutput
16
16
  extends DescribeFlowResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DescribeFlowCommand extends $Command<
20
19
  DescribeFlowCommandInput,
21
20
  DescribeFlowCommandOutput,
@@ -23,7 +22,6 @@ export declare class DescribeFlowCommand extends $Command<
23
22
  > {
24
23
  readonly input: DescribeFlowCommandInput;
25
24
  constructor(input: DescribeFlowCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MediaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeOfferingCommandInput extends DescribeOfferingRequest {}
18
18
  export interface DescribeOfferingCommandOutput
19
19
  extends DescribeOfferingResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeOfferingCommand extends $Command<
23
22
  DescribeOfferingCommandInput,
24
23
  DescribeOfferingCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeOfferingCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeOfferingCommandInput;
28
27
  constructor(input: DescribeOfferingCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeReservationCommandInput
19
19
  export interface DescribeReservationCommandOutput
20
20
  extends DescribeReservationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeReservationCommand extends $Command<
24
23
  DescribeReservationCommandInput,
25
24
  DescribeReservationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeReservationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeReservationCommandInput;
29
28
  constructor(input: DescribeReservationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GrantFlowEntitlementsCommandInput
19
19
  export interface GrantFlowEntitlementsCommandOutput
20
20
  extends GrantFlowEntitlementsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GrantFlowEntitlementsCommand extends $Command<
24
23
  GrantFlowEntitlementsCommandInput,
25
24
  GrantFlowEntitlementsCommandOutput,
@@ -27,7 +26,6 @@ export declare class GrantFlowEntitlementsCommand extends $Command<
27
26
  > {
28
27
  readonly input: GrantFlowEntitlementsCommandInput;
29
28
  constructor(input: GrantFlowEntitlementsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListEntitlementsCommandInput extends ListEntitlementsRequest {}
18
18
  export interface ListEntitlementsCommandOutput
19
19
  extends ListEntitlementsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListEntitlementsCommand extends $Command<
23
22
  ListEntitlementsCommandInput,
24
23
  ListEntitlementsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListEntitlementsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListEntitlementsCommandInput;
28
27
  constructor(input: ListEntitlementsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListFlowsCommandInput extends ListFlowsRequest {}
15
15
  export interface ListFlowsCommandOutput
16
16
  extends ListFlowsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListFlowsCommand extends $Command<
20
19
  ListFlowsCommandInput,
21
20
  ListFlowsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListFlowsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListFlowsCommandInput;
25
24
  constructor(input: ListFlowsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MediaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListOfferingsCommandInput extends ListOfferingsRequest {}
18
18
  export interface ListOfferingsCommandOutput
19
19
  extends ListOfferingsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListOfferingsCommand extends $Command<
23
22
  ListOfferingsCommandInput,
24
23
  ListOfferingsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListOfferingsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListOfferingsCommandInput;
28
27
  constructor(input: ListOfferingsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListReservationsCommandInput extends ListReservationsRequest {}
18
18
  export interface ListReservationsCommandOutput
19
19
  extends ListReservationsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListReservationsCommand extends $Command<
23
22
  ListReservationsCommandInput,
24
23
  ListReservationsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListReservationsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListReservationsCommandInput;
28
27
  constructor(input: ListReservationsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -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: MediaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface PurchaseOfferingCommandInput extends PurchaseOfferingRequest {}
18
18
  export interface PurchaseOfferingCommandOutput
19
19
  extends PurchaseOfferingResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class PurchaseOfferingCommand extends $Command<
23
22
  PurchaseOfferingCommandInput,
24
23
  PurchaseOfferingCommandOutput,
@@ -26,7 +25,6 @@ export declare class PurchaseOfferingCommand extends $Command<
26
25
  > {
27
26
  readonly input: PurchaseOfferingCommandInput;
28
27
  constructor(input: PurchaseOfferingCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RemoveFlowMediaStreamCommandInput
19
19
  export interface RemoveFlowMediaStreamCommandOutput
20
20
  extends RemoveFlowMediaStreamResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RemoveFlowMediaStreamCommand extends $Command<
24
23
  RemoveFlowMediaStreamCommandInput,
25
24
  RemoveFlowMediaStreamCommandOutput,
@@ -27,7 +26,6 @@ export declare class RemoveFlowMediaStreamCommand extends $Command<
27
26
  > {
28
27
  readonly input: RemoveFlowMediaStreamCommandInput;
29
28
  constructor(input: RemoveFlowMediaStreamCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface RemoveFlowOutputCommandInput extends RemoveFlowOutputRequest {}
18
18
  export interface RemoveFlowOutputCommandOutput
19
19
  extends RemoveFlowOutputResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class RemoveFlowOutputCommand extends $Command<
23
22
  RemoveFlowOutputCommandInput,
24
23
  RemoveFlowOutputCommandOutput,
@@ -26,7 +25,6 @@ export declare class RemoveFlowOutputCommand extends $Command<
26
25
  > {
27
26
  readonly input: RemoveFlowOutputCommandInput;
28
27
  constructor(input: RemoveFlowOutputCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface RemoveFlowSourceCommandInput extends RemoveFlowSourceRequest {}
18
18
  export interface RemoveFlowSourceCommandOutput
19
19
  extends RemoveFlowSourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class RemoveFlowSourceCommand extends $Command<
23
22
  RemoveFlowSourceCommandInput,
24
23
  RemoveFlowSourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class RemoveFlowSourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: RemoveFlowSourceCommandInput;
28
27
  constructor(input: RemoveFlowSourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RemoveFlowVpcInterfaceCommandInput
19
19
  export interface RemoveFlowVpcInterfaceCommandOutput
20
20
  extends RemoveFlowVpcInterfaceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RemoveFlowVpcInterfaceCommand extends $Command<
24
23
  RemoveFlowVpcInterfaceCommandInput,
25
24
  RemoveFlowVpcInterfaceCommandOutput,
@@ -27,7 +26,6 @@ export declare class RemoveFlowVpcInterfaceCommand extends $Command<
27
26
  > {
28
27
  readonly input: RemoveFlowVpcInterfaceCommandInput;
29
28
  constructor(input: RemoveFlowVpcInterfaceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RevokeFlowEntitlementCommandInput
19
19
  export interface RevokeFlowEntitlementCommandOutput
20
20
  extends RevokeFlowEntitlementResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RevokeFlowEntitlementCommand extends $Command<
24
23
  RevokeFlowEntitlementCommandInput,
25
24
  RevokeFlowEntitlementCommandOutput,
@@ -27,7 +26,6 @@ export declare class RevokeFlowEntitlementCommand extends $Command<
27
26
  > {
28
27
  readonly input: RevokeFlowEntitlementCommandInput;
29
28
  constructor(input: RevokeFlowEntitlementCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaConnectClientResolvedConfig,