@aws-sdk/client-mediaconnect 3.480.0 → 3.481.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-cjs/commands/AddBridgeOutputsCommand.js +18 -41
- package/dist-cjs/commands/AddBridgeSourcesCommand.js +18 -41
- package/dist-cjs/commands/AddFlowMediaStreamsCommand.js +18 -41
- package/dist-cjs/commands/AddFlowOutputsCommand.js +18 -41
- package/dist-cjs/commands/AddFlowSourcesCommand.js +18 -41
- package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js +18 -41
- package/dist-cjs/commands/CreateBridgeCommand.js +18 -41
- package/dist-cjs/commands/CreateFlowCommand.js +18 -41
- package/dist-cjs/commands/CreateGatewayCommand.js +18 -41
- package/dist-cjs/commands/DeleteBridgeCommand.js +18 -41
- package/dist-cjs/commands/DeleteFlowCommand.js +18 -41
- package/dist-cjs/commands/DeleteGatewayCommand.js +18 -41
- package/dist-cjs/commands/DeregisterGatewayInstanceCommand.js +18 -41
- package/dist-cjs/commands/DescribeBridgeCommand.js +18 -41
- package/dist-cjs/commands/DescribeFlowCommand.js +18 -41
- package/dist-cjs/commands/DescribeFlowSourceMetadataCommand.js +18 -41
- package/dist-cjs/commands/DescribeGatewayCommand.js +18 -41
- package/dist-cjs/commands/DescribeGatewayInstanceCommand.js +18 -41
- package/dist-cjs/commands/DescribeOfferingCommand.js +18 -41
- package/dist-cjs/commands/DescribeReservationCommand.js +18 -41
- package/dist-cjs/commands/GrantFlowEntitlementsCommand.js +18 -41
- package/dist-cjs/commands/ListBridgesCommand.js +18 -41
- package/dist-cjs/commands/ListEntitlementsCommand.js +18 -41
- package/dist-cjs/commands/ListFlowsCommand.js +18 -41
- package/dist-cjs/commands/ListGatewayInstancesCommand.js +18 -41
- package/dist-cjs/commands/ListGatewaysCommand.js +18 -41
- package/dist-cjs/commands/ListOfferingsCommand.js +18 -41
- package/dist-cjs/commands/ListReservationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PurchaseOfferingCommand.js +18 -41
- package/dist-cjs/commands/RemoveBridgeOutputCommand.js +18 -41
- package/dist-cjs/commands/RemoveBridgeSourceCommand.js +18 -41
- package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js +18 -41
- package/dist-cjs/commands/RemoveFlowOutputCommand.js +18 -41
- package/dist-cjs/commands/RemoveFlowSourceCommand.js +18 -41
- package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js +18 -41
- package/dist-cjs/commands/RevokeFlowEntitlementCommand.js +18 -41
- package/dist-cjs/commands/StartFlowCommand.js +18 -41
- package/dist-cjs/commands/StopFlowCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateBridgeCommand.js +18 -41
- package/dist-cjs/commands/UpdateBridgeOutputCommand.js +18 -41
- package/dist-cjs/commands/UpdateBridgeSourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateBridgeStateCommand.js +18 -41
- package/dist-cjs/commands/UpdateFlowCommand.js +18 -41
- package/dist-cjs/commands/UpdateFlowEntitlementCommand.js +18 -41
- package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js +18 -41
- package/dist-cjs/commands/UpdateFlowOutputCommand.js +18 -41
- package/dist-cjs/commands/UpdateFlowSourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateGatewayInstanceCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AddBridgeOutputsCommand.js +18 -41
- package/dist-es/commands/AddBridgeSourcesCommand.js +18 -41
- package/dist-es/commands/AddFlowMediaStreamsCommand.js +18 -41
- package/dist-es/commands/AddFlowOutputsCommand.js +18 -41
- package/dist-es/commands/AddFlowSourcesCommand.js +18 -41
- package/dist-es/commands/AddFlowVpcInterfacesCommand.js +18 -41
- package/dist-es/commands/CreateBridgeCommand.js +18 -41
- package/dist-es/commands/CreateFlowCommand.js +18 -41
- package/dist-es/commands/CreateGatewayCommand.js +18 -41
- package/dist-es/commands/DeleteBridgeCommand.js +18 -41
- package/dist-es/commands/DeleteFlowCommand.js +18 -41
- package/dist-es/commands/DeleteGatewayCommand.js +18 -41
- package/dist-es/commands/DeregisterGatewayInstanceCommand.js +18 -41
- package/dist-es/commands/DescribeBridgeCommand.js +18 -41
- package/dist-es/commands/DescribeFlowCommand.js +18 -41
- package/dist-es/commands/DescribeFlowSourceMetadataCommand.js +18 -41
- package/dist-es/commands/DescribeGatewayCommand.js +18 -41
- package/dist-es/commands/DescribeGatewayInstanceCommand.js +18 -41
- package/dist-es/commands/DescribeOfferingCommand.js +18 -41
- package/dist-es/commands/DescribeReservationCommand.js +18 -41
- package/dist-es/commands/GrantFlowEntitlementsCommand.js +18 -41
- package/dist-es/commands/ListBridgesCommand.js +18 -41
- package/dist-es/commands/ListEntitlementsCommand.js +18 -41
- package/dist-es/commands/ListFlowsCommand.js +18 -41
- package/dist-es/commands/ListGatewayInstancesCommand.js +18 -41
- package/dist-es/commands/ListGatewaysCommand.js +18 -41
- package/dist-es/commands/ListOfferingsCommand.js +18 -41
- package/dist-es/commands/ListReservationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PurchaseOfferingCommand.js +18 -41
- package/dist-es/commands/RemoveBridgeOutputCommand.js +18 -41
- package/dist-es/commands/RemoveBridgeSourceCommand.js +18 -41
- package/dist-es/commands/RemoveFlowMediaStreamCommand.js +18 -41
- package/dist-es/commands/RemoveFlowOutputCommand.js +18 -41
- package/dist-es/commands/RemoveFlowSourceCommand.js +18 -41
- package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js +18 -41
- package/dist-es/commands/RevokeFlowEntitlementCommand.js +18 -41
- package/dist-es/commands/StartFlowCommand.js +18 -41
- package/dist-es/commands/StopFlowCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateBridgeCommand.js +18 -41
- package/dist-es/commands/UpdateBridgeOutputCommand.js +18 -41
- package/dist-es/commands/UpdateBridgeSourceCommand.js +18 -41
- package/dist-es/commands/UpdateBridgeStateCommand.js +18 -41
- package/dist-es/commands/UpdateFlowCommand.js +18 -41
- package/dist-es/commands/UpdateFlowEntitlementCommand.js +18 -41
- package/dist-es/commands/UpdateFlowMediaStreamCommand.js +18 -41
- package/dist-es/commands/UpdateFlowOutputCommand.js +18 -41
- package/dist-es/commands/UpdateFlowSourceCommand.js +18 -41
- package/dist-es/commands/UpdateGatewayInstanceCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AddBridgeOutputsCommand.d.ts +6 -21
- package/dist-types/commands/AddBridgeSourcesCommand.d.ts +6 -21
- package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +6 -21
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +6 -21
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +6 -21
- package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +6 -21
- package/dist-types/commands/CreateBridgeCommand.d.ts +6 -21
- package/dist-types/commands/CreateFlowCommand.d.ts +6 -21
- package/dist-types/commands/CreateGatewayCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBridgeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFlowCommand.d.ts +6 -21
- package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBridgeCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFlowCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +6 -21
- package/dist-types/commands/DescribeGatewayCommand.d.ts +6 -21
- package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOfferingCommand.d.ts +6 -21
- package/dist-types/commands/DescribeReservationCommand.d.ts +6 -21
- package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +6 -21
- package/dist-types/commands/ListBridgesCommand.d.ts +6 -21
- package/dist-types/commands/ListEntitlementsCommand.d.ts +6 -21
- package/dist-types/commands/ListFlowsCommand.d.ts +6 -21
- package/dist-types/commands/ListGatewayInstancesCommand.d.ts +6 -21
- package/dist-types/commands/ListGatewaysCommand.d.ts +6 -21
- package/dist-types/commands/ListOfferingsCommand.d.ts +6 -21
- package/dist-types/commands/ListReservationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +6 -21
- package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +6 -21
- package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +6 -21
- package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +6 -21
- package/dist-types/commands/RemoveFlowOutputCommand.d.ts +6 -21
- package/dist-types/commands/RemoveFlowSourceCommand.d.ts +6 -21
- package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +6 -21
- package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +6 -21
- package/dist-types/commands/StartFlowCommand.d.ts +6 -21
- package/dist-types/commands/StopFlowCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBridgeCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBridgeStateCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFlowCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AddBridgeOutputsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddBridgeSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateBridgeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBridgeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeregisterGatewayInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeBridgeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFlowSourceMetadataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeGatewayInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBridgesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListGatewayInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveBridgeOutputCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveBridgeSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBridgeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBridgeOutputCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBridgeSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBridgeStateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateGatewayInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteFlowCommandInput extends DeleteFlowRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteFlowCommandOutput extends DeleteFlowResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteFlowCommand_base: {
|
|
24
|
+
new (input: DeleteFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFlowCommandInput, DeleteFlowCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Deletes a flow. Before you can delete a flow, you must stop the flow.
|
|
@@ -70,23 +73,5 @@ export interface DeleteFlowCommandOutput extends DeleteFlowResponse, __MetadataB
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DeleteFlowCommand extends
|
|
74
|
-
readonly input: DeleteFlowCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DeleteFlowCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFlowCommandInput, DeleteFlowCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DeleteFlowCommand extends DeleteFlowCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { DeleteGatewayRequest, DeleteGatewayResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteGatewayCommandInput extends DeleteGatewayRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteGatewayCommandOutput extends DeleteGatewayResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteGatewayCommand_base: {
|
|
24
|
+
new (input: DeleteGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Deletes a gateway. Before you can delete a gateway, you must deregister its instances and delete its bridges.
|
|
@@ -72,23 +75,5 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayResponse, __Met
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class DeleteGatewayCommand extends
|
|
76
|
-
readonly input: DeleteGatewayCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: DeleteGatewayCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGatewayCommandInput, DeleteGatewayCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { DeregisterGatewayInstanceRequest, DeregisterGatewayInstanceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeregisterGatewayInstanceCommandInput extends DeregisterGateway
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeregisterGatewayInstanceCommandOutput extends DeregisterGatewayInstanceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeregisterGatewayInstanceCommand_base: {
|
|
24
|
+
new (input: DeregisterGatewayInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterGatewayInstanceCommandInput, DeregisterGatewayInstanceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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.
|
|
@@ -74,23 +77,5 @@ export interface DeregisterGatewayInstanceCommandOutput extends DeregisterGatewa
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class DeregisterGatewayInstanceCommand extends
|
|
78
|
-
readonly input: DeregisterGatewayInstanceCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: DeregisterGatewayInstanceCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterGatewayInstanceCommandInput, DeregisterGatewayInstanceCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class DeregisterGatewayInstanceCommand extends DeregisterGatewayInstanceCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { DescribeBridgeRequest, DescribeBridgeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeBridgeCommandInput extends DescribeBridgeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeBridgeCommandOutput extends DescribeBridgeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeBridgeCommand_base: {
|
|
24
|
+
new (input: DescribeBridgeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBridgeCommandInput, DescribeBridgeCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Displays the details of a bridge.
|
|
@@ -137,23 +140,5 @@ export interface DescribeBridgeCommandOutput extends DescribeBridgeResponse, __M
|
|
|
137
140
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
138
141
|
*
|
|
139
142
|
*/
|
|
140
|
-
export declare class DescribeBridgeCommand extends
|
|
141
|
-
readonly input: DescribeBridgeCommandInput;
|
|
142
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
143
|
-
/**
|
|
144
|
-
* @public
|
|
145
|
-
*/
|
|
146
|
-
constructor(input: DescribeBridgeCommandInput);
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBridgeCommandInput, DescribeBridgeCommandOutput>;
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
|
-
private serialize;
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
private deserialize;
|
|
143
|
+
export declare class DescribeBridgeCommand extends DescribeBridgeCommand_base {
|
|
159
144
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeFlowCommandInput extends DescribeFlowRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeFlowCommand_base: {
|
|
24
|
+
new (input: DescribeFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFlowCommandInput, DescribeFlowCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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.
|
|
@@ -345,23 +348,5 @@ export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __Metad
|
|
|
345
348
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
346
349
|
*
|
|
347
350
|
*/
|
|
348
|
-
export declare class DescribeFlowCommand extends
|
|
349
|
-
readonly input: DescribeFlowCommandInput;
|
|
350
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
351
|
-
/**
|
|
352
|
-
* @public
|
|
353
|
-
*/
|
|
354
|
-
constructor(input: DescribeFlowCommandInput);
|
|
355
|
-
/**
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFlowCommandInput, DescribeFlowCommandOutput>;
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
|
-
private serialize;
|
|
363
|
-
/**
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
|
-
private deserialize;
|
|
351
|
+
export declare class DescribeFlowCommand extends DescribeFlowCommand_base {
|
|
367
352
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { DescribeFlowSourceMetadataRequest, DescribeFlowSourceMetadataResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeFlowSourceMetadataCommandInput extends DescribeFlowSour
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeFlowSourceMetadataCommandOutput extends DescribeFlowSourceMetadataResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeFlowSourceMetadataCommand_base: {
|
|
24
|
+
new (input: DescribeFlowSourceMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFlowSourceMetadataCommandInput, DescribeFlowSourceMetadataCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Displays details of the flow's source stream. The response contains information about the contents of the stream and its programs.
|
|
@@ -102,23 +105,5 @@ export interface DescribeFlowSourceMetadataCommandOutput extends DescribeFlowSou
|
|
|
102
105
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
103
106
|
*
|
|
104
107
|
*/
|
|
105
|
-
export declare class DescribeFlowSourceMetadataCommand extends
|
|
106
|
-
readonly input: DescribeFlowSourceMetadataCommandInput;
|
|
107
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
108
|
-
/**
|
|
109
|
-
* @public
|
|
110
|
-
*/
|
|
111
|
-
constructor(input: DescribeFlowSourceMetadataCommandInput);
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFlowSourceMetadataCommandInput, DescribeFlowSourceMetadataCommandOutput>;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private serialize;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private deserialize;
|
|
108
|
+
export declare class DescribeFlowSourceMetadataCommand extends DescribeFlowSourceMetadataCommand_base {
|
|
124
109
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { DescribeGatewayRequest, DescribeGatewayResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeGatewayCommandInput extends DescribeGatewayRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeGatewayCommandOutput extends DescribeGatewayResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeGatewayCommand_base: {
|
|
24
|
+
new (input: DescribeGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGatewayCommandInput, DescribeGatewayCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Displays the details of a gateway. The response includes the gateway ARN, name, and CIDR blocks, as well as details about the networks.
|
|
@@ -92,23 +95,5 @@ export interface DescribeGatewayCommandOutput extends DescribeGatewayResponse, _
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class DescribeGatewayCommand extends
|
|
96
|
-
readonly input: DescribeGatewayCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: DescribeGatewayCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGatewayCommandInput, DescribeGatewayCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class DescribeGatewayCommand extends DescribeGatewayCommand_base {
|
|
114
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { DescribeGatewayInstanceRequest, DescribeGatewayInstanceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeGatewayInstanceCommandInput extends DescribeGatewayInst
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeGatewayInstanceCommandOutput extends DescribeGatewayInstanceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeGatewayInstanceCommand_base: {
|
|
24
|
+
new (input: DescribeGatewayInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGatewayInstanceCommandInput, DescribeGatewayInstanceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Displays the details of an instance.
|
|
@@ -87,23 +90,5 @@ export interface DescribeGatewayInstanceCommandOutput extends DescribeGatewayIns
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class DescribeGatewayInstanceCommand extends
|
|
91
|
-
readonly input: DescribeGatewayInstanceCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: DescribeGatewayInstanceCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGatewayInstanceCommandInput, DescribeGatewayInstanceCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class DescribeGatewayInstanceCommand extends DescribeGatewayInstanceCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeOfferingCommandInput extends DescribeOfferingRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeOfferingCommandOutput extends DescribeOfferingResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeOfferingCommand_base: {
|
|
24
|
+
new (input: DescribeOfferingCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOfferingCommandInput, DescribeOfferingCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Displays the details of an offering. The response includes the offering description, duration, outbound bandwidth, price, and Amazon Resource Name (ARN).
|
|
@@ -78,23 +81,5 @@ export interface DescribeOfferingCommandOutput extends DescribeOfferingResponse,
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class DescribeOfferingCommand extends
|
|
82
|
-
readonly input: DescribeOfferingCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: DescribeOfferingCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOfferingCommandInput, DescribeOfferingCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class DescribeOfferingCommand extends DescribeOfferingCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { DescribeReservationRequest, DescribeReservationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeReservationCommandInput extends DescribeReservationRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeReservationCommandOutput extends DescribeReservationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeReservationCommand_base: {
|
|
24
|
+
new (input: DescribeReservationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservationCommandInput, DescribeReservationCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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).
|
|
@@ -83,23 +86,5 @@ export interface DescribeReservationCommandOutput extends DescribeReservationRes
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class DescribeReservationCommand extends
|
|
87
|
-
readonly input: DescribeReservationCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: DescribeReservationCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservationCommandInput, DescribeReservationCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class DescribeReservationCommand extends DescribeReservationCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { GrantFlowEntitlementsRequest, GrantFlowEntitlementsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GrantFlowEntitlementsCommandInput extends GrantFlowEntitlements
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GrantFlowEntitlementsCommandOutput extends GrantFlowEntitlementsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GrantFlowEntitlementsCommand_base: {
|
|
24
|
+
new (input: GrantFlowEntitlementsCommandInput): import("@smithy/smithy-client").CommandImpl<GrantFlowEntitlementsCommandInput, GrantFlowEntitlementsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Grants entitlements to an existing flow.
|
|
@@ -117,23 +120,5 @@ export interface GrantFlowEntitlementsCommandOutput extends GrantFlowEntitlement
|
|
|
117
120
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
118
121
|
*
|
|
119
122
|
*/
|
|
120
|
-
export declare class GrantFlowEntitlementsCommand extends
|
|
121
|
-
readonly input: GrantFlowEntitlementsCommandInput;
|
|
122
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
123
|
-
/**
|
|
124
|
-
* @public
|
|
125
|
-
*/
|
|
126
|
-
constructor(input: GrantFlowEntitlementsCommandInput);
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GrantFlowEntitlementsCommandInput, GrantFlowEntitlementsCommandOutput>;
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
private serialize;
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
private deserialize;
|
|
123
|
+
export declare class GrantFlowEntitlementsCommand extends GrantFlowEntitlementsCommand_base {
|
|
139
124
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { ListBridgesRequest, ListBridgesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListBridgesCommandInput extends ListBridgesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListBridgesCommandOutput extends ListBridgesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListBridgesCommand_base: {
|
|
24
|
+
new (input: ListBridgesCommandInput): import("@smithy/smithy-client").CommandImpl<ListBridgesCommandInput, ListBridgesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Displays a list of bridges that are associated with this account and an optionally specified Arn. This request returns a paginated result.
|
|
@@ -77,23 +80,5 @@ export interface ListBridgesCommandOutput extends ListBridgesResponse, __Metadat
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ListBridgesCommand extends
|
|
81
|
-
readonly input: ListBridgesCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ListBridgesCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBridgesCommandInput, ListBridgesCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ListBridgesCommand extends ListBridgesCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { ListEntitlementsRequest, ListEntitlementsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListEntitlementsCommandInput extends ListEntitlementsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListEntitlementsCommandOutput extends ListEntitlementsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListEntitlementsCommand_base: {
|
|
24
|
+
new (input: ListEntitlementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEntitlementsCommandInput, ListEntitlementsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Displays a list of all entitlements that have been granted to this account. This request returns 20 results per page.
|
|
@@ -71,23 +74,5 @@ export interface ListEntitlementsCommandOutput extends ListEntitlementsResponse,
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class ListEntitlementsCommand extends
|
|
75
|
-
readonly input: ListEntitlementsCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: ListEntitlementsCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEntitlementsCommandInput, ListEntitlementsCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class ListEntitlementsCommand extends ListEntitlementsCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
5
4
|
import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFlowsCommandInput extends ListFlowsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFlowsCommand_base: {
|
|
24
|
+
new (input: ListFlowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFlowsCommandInput, ListFlowsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Displays a list of flows that are associated with this account. This request returns a paginated result.
|
|
@@ -80,23 +83,5 @@ export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBea
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class ListFlowsCommand extends
|
|
84
|
-
readonly input: ListFlowsCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: ListFlowsCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFlowsCommandInput, ListFlowsCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class ListFlowsCommand extends ListFlowsCommand_base {
|
|
102
87
|
}
|