@aws-sdk/client-mediaconnect 3.533.0 → 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.
- package/dist-types/MediaConnect.d.ts +8 -1
- package/dist-types/MediaConnectClient.d.ts +1 -1
- package/dist-types/commands/AddBridgeOutputsCommand.d.ts +2 -1
- package/dist-types/commands/AddBridgeSourcesCommand.d.ts +2 -1
- package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +2 -1
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +2 -1
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +2 -1
- package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +2 -1
- package/dist-types/commands/CreateBridgeCommand.d.ts +2 -1
- package/dist-types/commands/CreateFlowCommand.d.ts +2 -1
- package/dist-types/commands/CreateGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBridgeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFlowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBridgeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFlowCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +2 -1
- package/dist-types/commands/DescribeGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOfferingCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservationCommand.d.ts +2 -1
- package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +2 -1
- package/dist-types/commands/ListBridgesCommand.d.ts +2 -1
- package/dist-types/commands/ListEntitlementsCommand.d.ts +2 -1
- package/dist-types/commands/ListFlowsCommand.d.ts +2 -1
- package/dist-types/commands/ListGatewayInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/ListOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/ListReservationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +2 -1
- package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +2 -1
- package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +2 -1
- package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +2 -1
- package/dist-types/commands/RemoveFlowOutputCommand.d.ts +2 -1
- package/dist-types/commands/RemoveFlowSourceCommand.d.ts +2 -1
- package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +2 -1
- package/dist-types/commands/StartFlowCommand.d.ts +2 -1
- package/dist-types/commands/StopFlowCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBridgeCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBridgeStateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFlowCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +714 -714
- package/dist-types/ts3.4/MediaConnect.d.ts +7 -0
- package/dist-types/ts3.4/commands/AddBridgeOutputsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddBridgeSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBridgeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBridgeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterGatewayInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBridgeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFlowSourceMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeGatewayInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBridgesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGatewayInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveBridgeOutputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveBridgeSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBridgeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBridgeOutputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBridgeSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBridgeStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGatewayInstanceCommand.d.ts +9 -0
- package/package.json +41 -41
|
@@ -181,42 +181,49 @@ export interface MediaConnect {
|
|
|
181
181
|
/**
|
|
182
182
|
* @see {@link ListBridgesCommand}
|
|
183
183
|
*/
|
|
184
|
+
listBridges(): Promise<ListBridgesCommandOutput>;
|
|
184
185
|
listBridges(args: ListBridgesCommandInput, options?: __HttpHandlerOptions): Promise<ListBridgesCommandOutput>;
|
|
185
186
|
listBridges(args: ListBridgesCommandInput, cb: (err: any, data?: ListBridgesCommandOutput) => void): void;
|
|
186
187
|
listBridges(args: ListBridgesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBridgesCommandOutput) => void): void;
|
|
187
188
|
/**
|
|
188
189
|
* @see {@link ListEntitlementsCommand}
|
|
189
190
|
*/
|
|
191
|
+
listEntitlements(): Promise<ListEntitlementsCommandOutput>;
|
|
190
192
|
listEntitlements(args: ListEntitlementsCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitlementsCommandOutput>;
|
|
191
193
|
listEntitlements(args: ListEntitlementsCommandInput, cb: (err: any, data?: ListEntitlementsCommandOutput) => void): void;
|
|
192
194
|
listEntitlements(args: ListEntitlementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitlementsCommandOutput) => void): void;
|
|
193
195
|
/**
|
|
194
196
|
* @see {@link ListFlowsCommand}
|
|
195
197
|
*/
|
|
198
|
+
listFlows(): Promise<ListFlowsCommandOutput>;
|
|
196
199
|
listFlows(args: ListFlowsCommandInput, options?: __HttpHandlerOptions): Promise<ListFlowsCommandOutput>;
|
|
197
200
|
listFlows(args: ListFlowsCommandInput, cb: (err: any, data?: ListFlowsCommandOutput) => void): void;
|
|
198
201
|
listFlows(args: ListFlowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFlowsCommandOutput) => void): void;
|
|
199
202
|
/**
|
|
200
203
|
* @see {@link ListGatewayInstancesCommand}
|
|
201
204
|
*/
|
|
205
|
+
listGatewayInstances(): Promise<ListGatewayInstancesCommandOutput>;
|
|
202
206
|
listGatewayInstances(args: ListGatewayInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewayInstancesCommandOutput>;
|
|
203
207
|
listGatewayInstances(args: ListGatewayInstancesCommandInput, cb: (err: any, data?: ListGatewayInstancesCommandOutput) => void): void;
|
|
204
208
|
listGatewayInstances(args: ListGatewayInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewayInstancesCommandOutput) => void): void;
|
|
205
209
|
/**
|
|
206
210
|
* @see {@link ListGatewaysCommand}
|
|
207
211
|
*/
|
|
212
|
+
listGateways(): Promise<ListGatewaysCommandOutput>;
|
|
208
213
|
listGateways(args: ListGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewaysCommandOutput>;
|
|
209
214
|
listGateways(args: ListGatewaysCommandInput, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
|
|
210
215
|
listGateways(args: ListGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
|
|
211
216
|
/**
|
|
212
217
|
* @see {@link ListOfferingsCommand}
|
|
213
218
|
*/
|
|
219
|
+
listOfferings(): Promise<ListOfferingsCommandOutput>;
|
|
214
220
|
listOfferings(args: ListOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<ListOfferingsCommandOutput>;
|
|
215
221
|
listOfferings(args: ListOfferingsCommandInput, cb: (err: any, data?: ListOfferingsCommandOutput) => void): void;
|
|
216
222
|
listOfferings(args: ListOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOfferingsCommandOutput) => void): void;
|
|
217
223
|
/**
|
|
218
224
|
* @see {@link ListReservationsCommand}
|
|
219
225
|
*/
|
|
226
|
+
listReservations(): Promise<ListReservationsCommandOutput>;
|
|
220
227
|
listReservations(args: ListReservationsCommandInput, options?: __HttpHandlerOptions): Promise<ListReservationsCommandOutput>;
|
|
221
228
|
listReservations(args: ListReservationsCommandInput, cb: (err: any, data?: ListReservationsCommandOutput) => void): void;
|
|
222
229
|
listReservations(args: ListReservationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReservationsCommandOutput) => void): void;
|
|
@@ -360,8 +367,8 @@ export interface MediaConnect {
|
|
|
360
367
|
updateGatewayInstance(args: UpdateGatewayInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayInstanceCommandOutput) => void): void;
|
|
361
368
|
}
|
|
362
369
|
/**
|
|
363
|
-
* @public
|
|
364
370
|
* API for AWS Elemental MediaConnect
|
|
371
|
+
* @public
|
|
365
372
|
*/
|
|
366
373
|
export declare class MediaConnect extends MediaConnectClient implements MediaConnect {
|
|
367
374
|
}
|
|
@@ -202,8 +202,8 @@ export type MediaConnectClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
202
202
|
export interface MediaConnectClientResolvedConfig extends MediaConnectClientResolvedConfigType {
|
|
203
203
|
}
|
|
204
204
|
/**
|
|
205
|
-
* @public
|
|
206
205
|
* API for AWS Elemental MediaConnect
|
|
206
|
+
* @public
|
|
207
207
|
*/
|
|
208
208
|
export declare class MediaConnectClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaConnectClientResolvedConfig> {
|
|
209
209
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AddBridgeOutputsCommandOutput extends AddBridgeOutputsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddBridgeOutputsCommand_base: {
|
|
24
24
|
new (input: AddBridgeOutputsCommandInput): import("@smithy/smithy-client").CommandImpl<AddBridgeOutputsCommandInput, AddBridgeOutputsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddBridgeOutputsCommandInput): import("@smithy/smithy-client").CommandImpl<AddBridgeOutputsCommandInput, AddBridgeOutputsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Adds outputs to an existing bridge.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -103,6 +103,7 @@ declare const AddBridgeOutputsCommand_base: {
|
|
|
103
103
|
* @throws {@link MediaConnectServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class AddBridgeOutputsCommand extends AddBridgeOutputsCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface AddBridgeSourcesCommandOutput extends AddBridgeSourcesResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddBridgeSourcesCommand_base: {
|
|
24
24
|
new (input: AddBridgeSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<AddBridgeSourcesCommandInput, AddBridgeSourcesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddBridgeSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<AddBridgeSourcesCommandInput, AddBridgeSourcesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Adds sources to an existing bridge.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -111,6 +111,7 @@ declare const AddBridgeSourcesCommand_base: {
|
|
|
111
111
|
* @throws {@link MediaConnectServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
113
113
|
*
|
|
114
|
+
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class AddBridgeSourcesCommand extends AddBridgeSourcesCommand_base {
|
|
116
117
|
}
|
|
@@ -22,10 +22,10 @@ export interface AddFlowMediaStreamsCommandOutput extends AddFlowMediaStreamsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddFlowMediaStreamsCommand_base: {
|
|
24
24
|
new (input: AddFlowMediaStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddFlowMediaStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Adds media streams to an existing flow. After you add a media stream to a flow, you can associate it with a source and/or an output that uses the ST 2110 JPEG XS or CDI protocol.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -116,6 +116,7 @@ declare const AddFlowMediaStreamsCommand_base: {
|
|
|
116
116
|
* @throws {@link MediaConnectServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
118
118
|
*
|
|
119
|
+
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class AddFlowMediaStreamsCommand extends AddFlowMediaStreamsCommand_base {
|
|
121
122
|
}
|
|
@@ -22,10 +22,10 @@ export interface AddFlowOutputsCommandOutput extends AddFlowOutputsResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddFlowOutputsCommand_base: {
|
|
24
24
|
new (input: AddFlowOutputsCommandInput): import("@smithy/smithy-client").CommandImpl<AddFlowOutputsCommandInput, AddFlowOutputsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddFlowOutputsCommandInput): import("@smithy/smithy-client").CommandImpl<AddFlowOutputsCommandInput, AddFlowOutputsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Adds outputs to an existing flow. You can create up to 50 outputs per flow.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -193,6 +193,7 @@ declare const AddFlowOutputsCommand_base: {
|
|
|
193
193
|
* @throws {@link MediaConnectServiceException}
|
|
194
194
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
195
195
|
*
|
|
196
|
+
* @public
|
|
196
197
|
*/
|
|
197
198
|
export declare class AddFlowOutputsCommand extends AddFlowOutputsCommand_base {
|
|
198
199
|
}
|
|
@@ -22,10 +22,10 @@ export interface AddFlowSourcesCommandOutput extends AddFlowSourcesResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddFlowSourcesCommand_base: {
|
|
24
24
|
new (input: AddFlowSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<AddFlowSourcesCommandInput, AddFlowSourcesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddFlowSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<AddFlowSourcesCommandInput, AddFlowSourcesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Adds Sources to flow
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -186,6 +186,7 @@ declare const AddFlowSourcesCommand_base: {
|
|
|
186
186
|
* @throws {@link MediaConnectServiceException}
|
|
187
187
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
188
188
|
*
|
|
189
|
+
* @public
|
|
189
190
|
*/
|
|
190
191
|
export declare class AddFlowSourcesCommand extends AddFlowSourcesCommand_base {
|
|
191
192
|
}
|
|
@@ -22,10 +22,10 @@ export interface AddFlowVpcInterfacesCommandOutput extends AddFlowVpcInterfacesR
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddFlowVpcInterfacesCommand_base: {
|
|
24
24
|
new (input: AddFlowVpcInterfacesCommandInput): import("@smithy/smithy-client").CommandImpl<AddFlowVpcInterfacesCommandInput, AddFlowVpcInterfacesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddFlowVpcInterfacesCommandInput): import("@smithy/smithy-client").CommandImpl<AddFlowVpcInterfacesCommandInput, AddFlowVpcInterfacesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Adds VPC interfaces to flow
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -96,6 +96,7 @@ declare const AddFlowVpcInterfacesCommand_base: {
|
|
|
96
96
|
* @throws {@link MediaConnectServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class AddFlowVpcInterfacesCommand extends AddFlowVpcInterfacesCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateBridgeCommandOutput extends CreateBridgeResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateBridgeCommand_base: {
|
|
24
24
|
new (input: CreateBridgeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBridgeCommandInput, CreateBridgeCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateBridgeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBridgeCommandInput, CreateBridgeCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Creates a new bridge. The request must include one source.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -185,6 +185,7 @@ declare const CreateBridgeCommand_base: {
|
|
|
185
185
|
* @throws {@link MediaConnectServiceException}
|
|
186
186
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
187
187
|
*
|
|
188
|
+
* @public
|
|
188
189
|
*/
|
|
189
190
|
export declare class CreateBridgeCommand extends CreateBridgeCommand_base {
|
|
190
191
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateFlowCommandOutput extends CreateFlowResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateFlowCommand_base: {
|
|
24
24
|
new (input: CreateFlowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFlowCommandInput, CreateFlowCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateFlowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFlowCommandInput, CreateFlowCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Creates a new flow. The request must include one source. The request optionally can include outputs (up to 50) and entitlements (up to 50).
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -563,6 +563,7 @@ declare const CreateFlowCommand_base: {
|
|
|
563
563
|
* @throws {@link MediaConnectServiceException}
|
|
564
564
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
565
565
|
*
|
|
566
|
+
* @public
|
|
566
567
|
*/
|
|
567
568
|
export declare class CreateFlowCommand extends CreateFlowCommand_base {
|
|
568
569
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateGatewayCommandOutput extends CreateGatewayResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateGatewayCommand_base: {
|
|
24
24
|
new (input: CreateGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Creates a new gateway. The request must include at least one network (up to 4).
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -103,6 +103,7 @@ declare const CreateGatewayCommand_base: {
|
|
|
103
103
|
* @throws {@link MediaConnectServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class CreateGatewayCommand extends CreateGatewayCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteBridgeCommandOutput extends DeleteBridgeResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteBridgeCommand_base: {
|
|
24
24
|
new (input: DeleteBridgeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBridgeCommandInput, DeleteBridgeCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteBridgeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBridgeCommandInput, DeleteBridgeCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Deletes a bridge. Before you can delete a bridge, you must stop the bridge.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const DeleteBridgeCommand_base: {
|
|
|
74
74
|
* @throws {@link MediaConnectServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteBridgeCommand extends DeleteBridgeCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteFlowCommandOutput extends DeleteFlowResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFlowCommand_base: {
|
|
24
24
|
new (input: DeleteFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFlowCommandInput, DeleteFlowCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFlowCommandInput, DeleteFlowCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Deletes a flow. Before you can delete a flow, you must stop the flow.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const DeleteFlowCommand_base: {
|
|
|
72
72
|
* @throws {@link MediaConnectServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteFlowCommand extends DeleteFlowCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteGatewayCommand_base: {
|
|
24
24
|
new (input: DeleteGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Deletes a gateway. Before you can delete a gateway, you must deregister its instances and delete its bridges.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const DeleteGatewayCommand_base: {
|
|
|
74
74
|
* @throws {@link MediaConnectServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeregisterGatewayInstanceCommandOutput extends DeregisterGatewa
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeregisterGatewayInstanceCommand_base: {
|
|
24
24
|
new (input: DeregisterGatewayInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterGatewayInstanceCommandInput, DeregisterGatewayInstanceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeregisterGatewayInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterGatewayInstanceCommandInput, DeregisterGatewayInstanceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Deregisters an instance. Before you deregister an instance, all bridges running on the instance must be stopped. If you want to deregister an instance without stopping the bridges, you must use the --force option.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const DeregisterGatewayInstanceCommand_base: {
|
|
|
76
76
|
* @throws {@link MediaConnectServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeregisterGatewayInstanceCommand extends DeregisterGatewayInstanceCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeBridgeCommandOutput extends DescribeBridgeResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeBridgeCommand_base: {
|
|
24
24
|
new (input: DescribeBridgeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBridgeCommandInput, DescribeBridgeCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeBridgeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBridgeCommandInput, DescribeBridgeCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Displays the details of a bridge.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -139,6 +139,7 @@ declare const DescribeBridgeCommand_base: {
|
|
|
139
139
|
* @throws {@link MediaConnectServiceException}
|
|
140
140
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
141
141
|
*
|
|
142
|
+
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class DescribeBridgeCommand extends DescribeBridgeCommand_base {
|
|
144
145
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeFlowCommand_base: {
|
|
24
24
|
new (input: DescribeFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFlowCommandInput, DescribeFlowCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFlowCommandInput, DescribeFlowCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Displays the details of a flow. The response includes the flow ARN, name, and Availability Zone, as well as details about the source, outputs, and entitlements.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -347,6 +347,7 @@ declare const DescribeFlowCommand_base: {
|
|
|
347
347
|
* @throws {@link MediaConnectServiceException}
|
|
348
348
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
349
349
|
*
|
|
350
|
+
* @public
|
|
350
351
|
*/
|
|
351
352
|
export declare class DescribeFlowCommand extends DescribeFlowCommand_base {
|
|
352
353
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeFlowSourceMetadataCommandOutput extends DescribeFlowSou
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeFlowSourceMetadataCommand_base: {
|
|
24
24
|
new (input: DescribeFlowSourceMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFlowSourceMetadataCommandInput, DescribeFlowSourceMetadataCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeFlowSourceMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFlowSourceMetadataCommandInput, DescribeFlowSourceMetadataCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Displays details of the flow's source stream. The response contains information about the contents of the stream and its programs.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -104,6 +104,7 @@ declare const DescribeFlowSourceMetadataCommand_base: {
|
|
|
104
104
|
* @throws {@link MediaConnectServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class DescribeFlowSourceMetadataCommand extends DescribeFlowSourceMetadataCommand_base {
|
|
109
110
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeGatewayCommandOutput extends DescribeGatewayResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeGatewayCommand_base: {
|
|
24
24
|
new (input: DescribeGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGatewayCommandInput, DescribeGatewayCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGatewayCommandInput, DescribeGatewayCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Displays the details of a gateway. The response includes the gateway ARN, name, and CIDR blocks, as well as details about the networks.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,6 +94,7 @@ declare const DescribeGatewayCommand_base: {
|
|
|
94
94
|
* @throws {@link MediaConnectServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DescribeGatewayCommand extends DescribeGatewayCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeGatewayInstanceCommandOutput extends DescribeGatewayIns
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeGatewayInstanceCommand_base: {
|
|
24
24
|
new (input: DescribeGatewayInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGatewayInstanceCommandInput, DescribeGatewayInstanceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeGatewayInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGatewayInstanceCommandInput, DescribeGatewayInstanceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Displays the details of an instance.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const DescribeGatewayInstanceCommand_base: {
|
|
|
89
89
|
* @throws {@link MediaConnectServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DescribeGatewayInstanceCommand extends DescribeGatewayInstanceCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeOfferingCommandOutput extends DescribeOfferingResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeOfferingCommand_base: {
|
|
24
24
|
new (input: DescribeOfferingCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOfferingCommandInput, DescribeOfferingCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeOfferingCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOfferingCommandInput, DescribeOfferingCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Displays the details of an offering. The response includes the offering description, duration, outbound bandwidth, price, and Amazon Resource Name (ARN).
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const DescribeOfferingCommand_base: {
|
|
|
80
80
|
* @throws {@link MediaConnectServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DescribeOfferingCommand extends DescribeOfferingCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeReservationCommandOutput extends DescribeReservationRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeReservationCommand_base: {
|
|
24
24
|
new (input: DescribeReservationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservationCommandInput, DescribeReservationCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeReservationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservationCommandInput, DescribeReservationCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Displays the details of a reservation. The response includes the reservation name, state, start date and time, and the details of the offering that make up the rest of the reservation (such as price, duration, and outbound bandwidth).
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const DescribeReservationCommand_base: {
|
|
|
85
85
|
* @throws {@link MediaConnectServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DescribeReservationCommand extends DescribeReservationCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface GrantFlowEntitlementsCommandOutput extends GrantFlowEntitlement
|
|
|
22
22
|
}
|
|
23
23
|
declare const GrantFlowEntitlementsCommand_base: {
|
|
24
24
|
new (input: GrantFlowEntitlementsCommandInput): import("@smithy/smithy-client").CommandImpl<GrantFlowEntitlementsCommandInput, GrantFlowEntitlementsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GrantFlowEntitlementsCommandInput): import("@smithy/smithy-client").CommandImpl<GrantFlowEntitlementsCommandInput, GrantFlowEntitlementsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Grants entitlements to an existing flow.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -119,6 +119,7 @@ declare const GrantFlowEntitlementsCommand_base: {
|
|
|
119
119
|
* @throws {@link MediaConnectServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
121
121
|
*
|
|
122
|
+
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class GrantFlowEntitlementsCommand extends GrantFlowEntitlementsCommand_base {
|
|
124
125
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListBridgesCommandOutput extends ListBridgesResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListBridgesCommand_base: {
|
|
24
24
|
new (input: ListBridgesCommandInput): import("@smithy/smithy-client").CommandImpl<ListBridgesCommandInput, ListBridgesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListBridgesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBridgesCommandInput, ListBridgesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Displays a list of bridges that are associated with this account and an optionally specified Arn. This request returns a paginated result.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const ListBridgesCommand_base: {
|
|
|
79
79
|
* @throws {@link MediaConnectServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListBridgesCommand extends ListBridgesCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEntitlementsCommandOutput extends ListEntitlementsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEntitlementsCommand_base: {
|
|
24
24
|
new (input: ListEntitlementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEntitlementsCommandInput, ListEntitlementsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListEntitlementsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEntitlementsCommandInput, ListEntitlementsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Displays a list of all entitlements that have been granted to this account. This request returns 20 results per page.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const ListEntitlementsCommand_base: {
|
|
|
73
73
|
* @throws {@link MediaConnectServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListEntitlementsCommand extends ListEntitlementsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListFlowsCommand_base: {
|
|
24
24
|
new (input: ListFlowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFlowsCommandInput, ListFlowsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListFlowsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListFlowsCommandInput, ListFlowsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Displays a list of flows that are associated with this account. This request returns a paginated result.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const ListFlowsCommand_base: {
|
|
|
82
82
|
* @throws {@link MediaConnectServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListFlowsCommand extends ListFlowsCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListGatewayInstancesCommandOutput extends ListGatewayInstancesR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListGatewayInstancesCommand_base: {
|
|
24
24
|
new (input: ListGatewayInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGatewayInstancesCommandInput, ListGatewayInstancesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListGatewayInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGatewayInstancesCommandInput, ListGatewayInstancesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Displays a list of instances associated with the AWS account. This request returns a paginated result. You can use the filterArn property to display only the instances associated with the selected Gateway Amazon Resource Name (ARN).
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const ListGatewayInstancesCommand_base: {
|
|
|
78
78
|
* @throws {@link MediaConnectServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListGatewayInstancesCommand extends ListGatewayInstancesCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListGatewaysCommand_base: {
|
|
24
24
|
new (input: ListGatewaysCommandInput): import("@smithy/smithy-client").CommandImpl<ListGatewaysCommandInput, ListGatewaysCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListGatewaysCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGatewaysCommandInput, ListGatewaysCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Displays a list of gateways that are associated with this account. This request returns a paginated result.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const ListGatewaysCommand_base: {
|
|
|
76
76
|
* @throws {@link MediaConnectServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListGatewaysCommand extends ListGatewaysCommand_base {
|
|
81
82
|
}
|