@aws-sdk/client-mediaconnect 3.529.1 → 3.535.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 (115) hide show
  1. package/dist-types/MediaConnect.d.ts +8 -1
  2. package/dist-types/MediaConnectClient.d.ts +1 -1
  3. package/dist-types/commands/AddBridgeOutputsCommand.d.ts +2 -1
  4. package/dist-types/commands/AddBridgeSourcesCommand.d.ts +2 -1
  5. package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +2 -1
  6. package/dist-types/commands/AddFlowOutputsCommand.d.ts +2 -1
  7. package/dist-types/commands/AddFlowSourcesCommand.d.ts +2 -1
  8. package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateBridgeCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateFlowCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateGatewayCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteBridgeCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteFlowCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteGatewayCommand.d.ts +2 -1
  15. package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeBridgeCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeFlowCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeGatewayCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeOfferingCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeReservationCommand.d.ts +2 -1
  23. package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListBridgesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListEntitlementsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListFlowsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListGatewayInstancesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListGatewaysCommand.d.ts +2 -1
  29. package/dist-types/commands/ListOfferingsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListReservationsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/PurchaseOfferingCommand.d.ts +2 -1
  33. package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +2 -1
  34. package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +2 -1
  35. package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +2 -1
  36. package/dist-types/commands/RemoveFlowOutputCommand.d.ts +2 -1
  37. package/dist-types/commands/RemoveFlowSourceCommand.d.ts +2 -1
  38. package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +2 -1
  39. package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +2 -1
  40. package/dist-types/commands/StartFlowCommand.d.ts +2 -1
  41. package/dist-types/commands/StopFlowCommand.d.ts +2 -1
  42. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  43. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateBridgeCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +2 -1
  46. package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateBridgeStateCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateFlowCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +2 -1
  54. package/dist-types/models/models_0.d.ts +714 -714
  55. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  56. package/dist-types/runtimeConfig.d.ts +2 -2
  57. package/dist-types/runtimeConfig.native.d.ts +2 -2
  58. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  59. package/dist-types/ts3.4/MediaConnect.d.ts +7 -0
  60. package/dist-types/ts3.4/commands/AddBridgeOutputsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/AddBridgeSourcesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateBridgeCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteBridgeCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeregisterGatewayInstanceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DescribeBridgeCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeFlowSourceMetadataCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeGatewayInstanceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListBridgesCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/ListGatewayInstancesCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/RemoveBridgeOutputCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/RemoveBridgeSourceCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/UpdateBridgeCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/UpdateBridgeOutputCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/UpdateBridgeSourceCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/UpdateBridgeStateCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateGatewayInstanceCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  112. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  113. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  115. package/package.json +41 -41
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: MediaConnectClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: MediaConnectClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: MediaConnectClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { MediaConnectClientConfig } from "./MediaConnectClient";
5
5
  export declare const getRuntimeConfig: (config: MediaConnectClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: MediaConnectClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -478,6 +478,7 @@ export interface MediaConnect {
478
478
  options: __HttpHandlerOptions,
479
479
  cb: (err: any, data?: GrantFlowEntitlementsCommandOutput) => void
480
480
  ): void;
481
+ listBridges(): Promise<ListBridgesCommandOutput>;
481
482
  listBridges(
482
483
  args: ListBridgesCommandInput,
483
484
  options?: __HttpHandlerOptions
@@ -491,6 +492,7 @@ export interface MediaConnect {
491
492
  options: __HttpHandlerOptions,
492
493
  cb: (err: any, data?: ListBridgesCommandOutput) => void
493
494
  ): void;
495
+ listEntitlements(): Promise<ListEntitlementsCommandOutput>;
494
496
  listEntitlements(
495
497
  args: ListEntitlementsCommandInput,
496
498
  options?: __HttpHandlerOptions
@@ -504,6 +506,7 @@ export interface MediaConnect {
504
506
  options: __HttpHandlerOptions,
505
507
  cb: (err: any, data?: ListEntitlementsCommandOutput) => void
506
508
  ): void;
509
+ listFlows(): Promise<ListFlowsCommandOutput>;
507
510
  listFlows(
508
511
  args: ListFlowsCommandInput,
509
512
  options?: __HttpHandlerOptions
@@ -517,6 +520,7 @@ export interface MediaConnect {
517
520
  options: __HttpHandlerOptions,
518
521
  cb: (err: any, data?: ListFlowsCommandOutput) => void
519
522
  ): void;
523
+ listGatewayInstances(): Promise<ListGatewayInstancesCommandOutput>;
520
524
  listGatewayInstances(
521
525
  args: ListGatewayInstancesCommandInput,
522
526
  options?: __HttpHandlerOptions
@@ -530,6 +534,7 @@ export interface MediaConnect {
530
534
  options: __HttpHandlerOptions,
531
535
  cb: (err: any, data?: ListGatewayInstancesCommandOutput) => void
532
536
  ): void;
537
+ listGateways(): Promise<ListGatewaysCommandOutput>;
533
538
  listGateways(
534
539
  args: ListGatewaysCommandInput,
535
540
  options?: __HttpHandlerOptions
@@ -543,6 +548,7 @@ export interface MediaConnect {
543
548
  options: __HttpHandlerOptions,
544
549
  cb: (err: any, data?: ListGatewaysCommandOutput) => void
545
550
  ): void;
551
+ listOfferings(): Promise<ListOfferingsCommandOutput>;
546
552
  listOfferings(
547
553
  args: ListOfferingsCommandInput,
548
554
  options?: __HttpHandlerOptions
@@ -556,6 +562,7 @@ export interface MediaConnect {
556
562
  options: __HttpHandlerOptions,
557
563
  cb: (err: any, data?: ListOfferingsCommandOutput) => void
558
564
  ): void;
565
+ listReservations(): Promise<ListReservationsCommandOutput>;
559
566
  listReservations(
560
567
  args: ListReservationsCommandInput,
561
568
  options?: __HttpHandlerOptions
@@ -24,6 +24,15 @@ declare const AddBridgeOutputsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AddBridgeOutputsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AddBridgeOutputsCommandInput,
31
+ AddBridgeOutputsCommandOutput,
32
+ MediaConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AddBridgeOutputsCommand extends AddBridgeOutputsCommand_base {}
@@ -24,6 +24,15 @@ declare const AddBridgeSourcesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AddBridgeSourcesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AddBridgeSourcesCommandInput,
31
+ AddBridgeSourcesCommandOutput,
32
+ MediaConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AddBridgeSourcesCommand extends AddBridgeSourcesCommand_base {}
@@ -25,6 +25,15 @@ declare const AddFlowMediaStreamsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AddFlowMediaStreamsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AddFlowMediaStreamsCommandInput,
32
+ AddFlowMediaStreamsCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AddFlowMediaStreamsCommand extends AddFlowMediaStreamsCommand_base {}
@@ -24,6 +24,15 @@ declare const AddFlowOutputsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AddFlowOutputsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AddFlowOutputsCommandInput,
31
+ AddFlowOutputsCommandOutput,
32
+ MediaConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AddFlowOutputsCommand extends AddFlowOutputsCommand_base {}
@@ -24,6 +24,15 @@ declare const AddFlowSourcesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AddFlowSourcesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AddFlowSourcesCommandInput,
31
+ AddFlowSourcesCommandOutput,
32
+ MediaConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AddFlowSourcesCommand extends AddFlowSourcesCommand_base {}
@@ -25,6 +25,15 @@ declare const AddFlowVpcInterfacesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AddFlowVpcInterfacesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AddFlowVpcInterfacesCommandInput,
32
+ AddFlowVpcInterfacesCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AddFlowVpcInterfacesCommand extends AddFlowVpcInterfacesCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateBridgeCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateBridgeCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateBridgeCommandInput,
28
+ CreateBridgeCommandOutput,
29
+ MediaConnectClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateBridgeCommand extends CreateBridgeCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateFlowCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateFlowCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateFlowCommandInput,
28
+ CreateFlowCommandOutput,
29
+ MediaConnectClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateFlowCommand extends CreateFlowCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateGatewayCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateGatewayCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateGatewayCommandInput,
31
+ CreateGatewayCommandOutput,
32
+ MediaConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateGatewayCommand extends CreateGatewayCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteBridgeCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteBridgeCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteBridgeCommandInput,
28
+ DeleteBridgeCommandOutput,
29
+ MediaConnectClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteBridgeCommand extends DeleteBridgeCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteFlowCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteFlowCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteFlowCommandInput,
28
+ DeleteFlowCommandOutput,
29
+ MediaConnectClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteFlowCommand extends DeleteFlowCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteGatewayCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteGatewayCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteGatewayCommandInput,
31
+ DeleteGatewayCommandOutput,
32
+ MediaConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {}
@@ -25,6 +25,15 @@ declare const DeregisterGatewayInstanceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeregisterGatewayInstanceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeregisterGatewayInstanceCommandInput,
32
+ DeregisterGatewayInstanceCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeregisterGatewayInstanceCommand extends DeregisterGatewayInstanceCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeBridgeCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeBridgeCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeBridgeCommandInput,
31
+ DescribeBridgeCommandOutput,
32
+ MediaConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeBridgeCommand extends DescribeBridgeCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeFlowCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeFlowCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeFlowCommandInput,
28
+ DescribeFlowCommandOutput,
29
+ MediaConnectClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeFlowCommand extends DescribeFlowCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeFlowSourceMetadataCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeFlowSourceMetadataCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeFlowSourceMetadataCommandInput,
32
+ DescribeFlowSourceMetadataCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeFlowSourceMetadataCommand extends DescribeFlowSourceMetadataCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeGatewayCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeGatewayCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeGatewayCommandInput,
31
+ DescribeGatewayCommandOutput,
32
+ MediaConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeGatewayCommand extends DescribeGatewayCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeGatewayInstanceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeGatewayInstanceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeGatewayInstanceCommandInput,
32
+ DescribeGatewayInstanceCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeGatewayInstanceCommand extends DescribeGatewayInstanceCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeOfferingCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeOfferingCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeOfferingCommandInput,
31
+ DescribeOfferingCommandOutput,
32
+ MediaConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeOfferingCommand extends DescribeOfferingCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeReservationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeReservationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeReservationCommandInput,
32
+ DescribeReservationCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeReservationCommand extends DescribeReservationCommand_base {}
@@ -25,6 +25,15 @@ declare const GrantFlowEntitlementsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GrantFlowEntitlementsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GrantFlowEntitlementsCommandInput,
32
+ GrantFlowEntitlementsCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GrantFlowEntitlementsCommand extends GrantFlowEntitlementsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListBridgesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListBridgesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListBridgesCommandInput,
28
+ ListBridgesCommandOutput,
29
+ MediaConnectClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListBridgesCommand extends ListBridgesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListEntitlementsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListEntitlementsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListEntitlementsCommandInput,
31
+ ListEntitlementsCommandOutput,
32
+ MediaConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListEntitlementsCommand extends ListEntitlementsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListFlowsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListFlowsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListFlowsCommandInput,
28
+ ListFlowsCommandOutput,
29
+ MediaConnectClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListFlowsCommand extends ListFlowsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListGatewayInstancesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListGatewayInstancesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListGatewayInstancesCommandInput,
32
+ ListGatewayInstancesCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListGatewayInstancesCommand extends ListGatewayInstancesCommand_base {}
@@ -21,6 +21,15 @@ declare const ListGatewaysCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListGatewaysCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListGatewaysCommandInput,
28
+ ListGatewaysCommandOutput,
29
+ MediaConnectClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListGatewaysCommand extends ListGatewaysCommand_base {}
@@ -24,6 +24,15 @@ declare const ListOfferingsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListOfferingsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListOfferingsCommandInput,
31
+ ListOfferingsCommandOutput,
32
+ MediaConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListOfferingsCommand extends ListOfferingsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListReservationsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListReservationsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListReservationsCommandInput,
31
+ ListReservationsCommandOutput,
32
+ MediaConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListReservationsCommand extends ListReservationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const PurchaseOfferingCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: PurchaseOfferingCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ PurchaseOfferingCommandInput,
31
+ PurchaseOfferingCommandOutput,
32
+ MediaConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class PurchaseOfferingCommand extends PurchaseOfferingCommand_base {}
@@ -25,6 +25,15 @@ declare const RemoveBridgeOutputCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RemoveBridgeOutputCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RemoveBridgeOutputCommandInput,
32
+ RemoveBridgeOutputCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RemoveBridgeOutputCommand extends RemoveBridgeOutputCommand_base {}
@@ -25,6 +25,15 @@ declare const RemoveBridgeSourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RemoveBridgeSourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RemoveBridgeSourceCommandInput,
32
+ RemoveBridgeSourceCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RemoveBridgeSourceCommand extends RemoveBridgeSourceCommand_base {}