@aws-sdk/client-mediaconnect 3.478.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/README.md +8 -0
- package/dist-cjs/MediaConnect.js +2 -0
- 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 +28 -0
- 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/commands/index.js +1 -0
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/protocols/Aws_restJson1.js +113 -2
- package/dist-es/MediaConnect.js +2 -0
- 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 +24 -0
- 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/commands/index.js +1 -0
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +109 -1
- package/dist-types/MediaConnect.d.ts +7 -0
- package/dist-types/MediaConnectClient.d.ts +3 -2
- 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 +109 -0
- 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/commands/index.d.ts +1 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +139 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/MediaConnect.d.ts +17 -0
- package/dist-types/ts3.4/MediaConnectClient.d.ts +6 -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 +30 -0
- 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/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +33 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -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 { UpdateBridgeStateRequest, UpdateBridgeStateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateBridgeStateCommandInput extends UpdateBridgeStateRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateBridgeStateCommandOutput extends UpdateBridgeStateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateBridgeStateCommand_base: {
|
|
24
|
+
new (input: UpdateBridgeStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBridgeStateCommandInput, UpdateBridgeStateCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Updates the bridge state
|
|
@@ -74,23 +77,5 @@ export interface UpdateBridgeStateCommandOutput extends UpdateBridgeStateRespons
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class UpdateBridgeStateCommand extends
|
|
78
|
-
readonly input: UpdateBridgeStateCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: UpdateBridgeStateCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBridgeStateCommandInput, UpdateBridgeStateCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class UpdateBridgeStateCommand extends UpdateBridgeStateCommand_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 { UpdateFlowRequest, UpdateFlowResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFlowCommandInput extends UpdateFlowRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFlowCommandOutput extends UpdateFlowResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFlowCommand_base: {
|
|
24
|
+
new (input: UpdateFlowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlowCommandInput, UpdateFlowCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Updates flow
|
|
@@ -355,23 +358,5 @@ export interface UpdateFlowCommandOutput extends UpdateFlowResponse, __MetadataB
|
|
|
355
358
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
356
359
|
*
|
|
357
360
|
*/
|
|
358
|
-
export declare class UpdateFlowCommand extends
|
|
359
|
-
readonly input: UpdateFlowCommandInput;
|
|
360
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
361
|
-
/**
|
|
362
|
-
* @public
|
|
363
|
-
*/
|
|
364
|
-
constructor(input: UpdateFlowCommandInput);
|
|
365
|
-
/**
|
|
366
|
-
* @internal
|
|
367
|
-
*/
|
|
368
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowCommandInput, UpdateFlowCommandOutput>;
|
|
369
|
-
/**
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
372
|
-
private serialize;
|
|
373
|
-
/**
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
376
|
-
private deserialize;
|
|
361
|
+
export declare class UpdateFlowCommand extends UpdateFlowCommand_base {
|
|
377
362
|
}
|
|
@@ -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 { UpdateFlowEntitlementRequest, UpdateFlowEntitlementResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFlowEntitlementCommandInput extends UpdateFlowEntitlement
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFlowEntitlementCommandOutput extends UpdateFlowEntitlementResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFlowEntitlementCommand_base: {
|
|
24
|
+
new (input: UpdateFlowEntitlementCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlowEntitlementCommandInput, UpdateFlowEntitlementCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* You can change an entitlement's description, subscribers, and encryption. If you change the subscribers, the service will remove the outputs that are are used by the subscribers that are removed.
|
|
@@ -107,23 +110,5 @@ export interface UpdateFlowEntitlementCommandOutput extends UpdateFlowEntitlemen
|
|
|
107
110
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
108
111
|
*
|
|
109
112
|
*/
|
|
110
|
-
export declare class UpdateFlowEntitlementCommand extends
|
|
111
|
-
readonly input: UpdateFlowEntitlementCommandInput;
|
|
112
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
113
|
-
/**
|
|
114
|
-
* @public
|
|
115
|
-
*/
|
|
116
|
-
constructor(input: UpdateFlowEntitlementCommandInput);
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowEntitlementCommandInput, UpdateFlowEntitlementCommandOutput>;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private serialize;
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
private deserialize;
|
|
113
|
+
export declare class UpdateFlowEntitlementCommand extends UpdateFlowEntitlementCommand_base {
|
|
129
114
|
}
|
|
@@ -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 { UpdateFlowMediaStreamRequest, UpdateFlowMediaStreamResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFlowMediaStreamCommandInput extends UpdateFlowMediaStream
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFlowMediaStreamCommandOutput extends UpdateFlowMediaStreamResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFlowMediaStreamCommand_base: {
|
|
24
|
+
new (input: UpdateFlowMediaStreamCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlowMediaStreamCommandInput, UpdateFlowMediaStreamCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Updates an existing media stream.
|
|
@@ -107,23 +110,5 @@ export interface UpdateFlowMediaStreamCommandOutput extends UpdateFlowMediaStrea
|
|
|
107
110
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
108
111
|
*
|
|
109
112
|
*/
|
|
110
|
-
export declare class UpdateFlowMediaStreamCommand extends
|
|
111
|
-
readonly input: UpdateFlowMediaStreamCommandInput;
|
|
112
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
113
|
-
/**
|
|
114
|
-
* @public
|
|
115
|
-
*/
|
|
116
|
-
constructor(input: UpdateFlowMediaStreamCommandInput);
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowMediaStreamCommandInput, UpdateFlowMediaStreamCommandOutput>;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private serialize;
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
private deserialize;
|
|
113
|
+
export declare class UpdateFlowMediaStreamCommand extends UpdateFlowMediaStreamCommand_base {
|
|
129
114
|
}
|
|
@@ -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 { UpdateFlowOutputRequest, UpdateFlowOutputResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFlowOutputCommandInput extends UpdateFlowOutputRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFlowOutputCommandOutput extends UpdateFlowOutputResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFlowOutputCommand_base: {
|
|
24
|
+
new (input: UpdateFlowOutputCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Updates an existing flow output.
|
|
@@ -183,23 +186,5 @@ export interface UpdateFlowOutputCommandOutput extends UpdateFlowOutputResponse,
|
|
|
183
186
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
184
187
|
*
|
|
185
188
|
*/
|
|
186
|
-
export declare class UpdateFlowOutputCommand extends
|
|
187
|
-
readonly input: UpdateFlowOutputCommandInput;
|
|
188
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
189
|
-
/**
|
|
190
|
-
* @public
|
|
191
|
-
*/
|
|
192
|
-
constructor(input: UpdateFlowOutputCommandInput);
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
|
-
private serialize;
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
private deserialize;
|
|
189
|
+
export declare class UpdateFlowOutputCommand extends UpdateFlowOutputCommand_base {
|
|
205
190
|
}
|
|
@@ -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 { UpdateFlowSourceRequest, UpdateFlowSourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFlowSourceCommandInput extends UpdateFlowSourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFlowSourceCommandOutput extends UpdateFlowSourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFlowSourceCommand_base: {
|
|
24
|
+
new (input: UpdateFlowSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Updates the source of a flow.
|
|
@@ -178,23 +181,5 @@ export interface UpdateFlowSourceCommandOutput extends UpdateFlowSourceResponse,
|
|
|
178
181
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
179
182
|
*
|
|
180
183
|
*/
|
|
181
|
-
export declare class UpdateFlowSourceCommand extends
|
|
182
|
-
readonly input: UpdateFlowSourceCommandInput;
|
|
183
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
184
|
-
/**
|
|
185
|
-
* @public
|
|
186
|
-
*/
|
|
187
|
-
constructor(input: UpdateFlowSourceCommandInput);
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput>;
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
private serialize;
|
|
196
|
-
/**
|
|
197
|
-
* @internal
|
|
198
|
-
*/
|
|
199
|
-
private deserialize;
|
|
184
|
+
export declare class UpdateFlowSourceCommand extends UpdateFlowSourceCommand_base {
|
|
200
185
|
}
|
|
@@ -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 { UpdateGatewayInstanceRequest, UpdateGatewayInstanceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateGatewayInstanceCommandInput extends UpdateGatewayInstance
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateGatewayInstanceCommandOutput extends UpdateGatewayInstanceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateGatewayInstanceCommand_base: {
|
|
24
|
+
new (input: UpdateGatewayInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGatewayInstanceCommandInput, UpdateGatewayInstanceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Updates the configuration of an existing Gateway Instance.
|
|
@@ -74,23 +77,5 @@ export interface UpdateGatewayInstanceCommandOutput extends UpdateGatewayInstanc
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class UpdateGatewayInstanceCommand extends
|
|
78
|
-
readonly input: UpdateGatewayInstanceCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: UpdateGatewayInstanceCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGatewayInstanceCommandInput, UpdateGatewayInstanceCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class UpdateGatewayInstanceCommand extends UpdateGatewayInstanceCommand_base {
|
|
96
81
|
}
|
|
@@ -13,6 +13,7 @@ export * from "./DeleteGatewayCommand";
|
|
|
13
13
|
export * from "./DeregisterGatewayInstanceCommand";
|
|
14
14
|
export * from "./DescribeBridgeCommand";
|
|
15
15
|
export * from "./DescribeFlowCommand";
|
|
16
|
+
export * from "./DescribeFlowSourceMetadataCommand";
|
|
16
17
|
export * from "./DescribeGatewayCommand";
|
|
17
18
|
export * from "./DescribeGatewayInstanceCommand";
|
|
18
19
|
export * from "./DescribeOfferingCommand";
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -1914,6 +1914,99 @@ export interface Source {
|
|
|
1914
1914
|
*/
|
|
1915
1915
|
GatewayBridgeSource?: GatewayBridgeSource;
|
|
1916
1916
|
}
|
|
1917
|
+
/**
|
|
1918
|
+
* @public
|
|
1919
|
+
* The frame resolution used by the video stream.
|
|
1920
|
+
*/
|
|
1921
|
+
export interface FrameResolution {
|
|
1922
|
+
/**
|
|
1923
|
+
* @public
|
|
1924
|
+
* The number of pixels in the height of the video frame.
|
|
1925
|
+
*/
|
|
1926
|
+
FrameHeight: number | undefined;
|
|
1927
|
+
/**
|
|
1928
|
+
* @public
|
|
1929
|
+
* The number of pixels in the width of the video frame.
|
|
1930
|
+
*/
|
|
1931
|
+
FrameWidth: number | undefined;
|
|
1932
|
+
}
|
|
1933
|
+
/**
|
|
1934
|
+
* @public
|
|
1935
|
+
* The metadata of an elementary transport stream.
|
|
1936
|
+
*/
|
|
1937
|
+
export interface TransportStream {
|
|
1938
|
+
/**
|
|
1939
|
+
* @public
|
|
1940
|
+
* The number of channels in the audio stream.
|
|
1941
|
+
*/
|
|
1942
|
+
Channels?: number;
|
|
1943
|
+
/**
|
|
1944
|
+
* @public
|
|
1945
|
+
* The codec used by the stream.
|
|
1946
|
+
*/
|
|
1947
|
+
Codec?: string;
|
|
1948
|
+
/**
|
|
1949
|
+
* @public
|
|
1950
|
+
* The frame rate used by the video stream.
|
|
1951
|
+
*/
|
|
1952
|
+
FrameRate?: string;
|
|
1953
|
+
/**
|
|
1954
|
+
* @public
|
|
1955
|
+
* The frame resolution used by the video stream.
|
|
1956
|
+
*/
|
|
1957
|
+
FrameResolution?: FrameResolution;
|
|
1958
|
+
/**
|
|
1959
|
+
* @public
|
|
1960
|
+
* The Packet ID (PID) as it is reported in the Program Map Table.
|
|
1961
|
+
*/
|
|
1962
|
+
Pid: number | undefined;
|
|
1963
|
+
/**
|
|
1964
|
+
* @public
|
|
1965
|
+
* The sample rate used by the audio stream.
|
|
1966
|
+
*/
|
|
1967
|
+
SampleRate?: number;
|
|
1968
|
+
/**
|
|
1969
|
+
* @public
|
|
1970
|
+
* The sample bit size used by the audio stream.
|
|
1971
|
+
*/
|
|
1972
|
+
SampleSize?: number;
|
|
1973
|
+
/**
|
|
1974
|
+
* @public
|
|
1975
|
+
* The Stream Type as it is reported in the Program Map Table.
|
|
1976
|
+
*/
|
|
1977
|
+
StreamType: string | undefined;
|
|
1978
|
+
}
|
|
1979
|
+
/**
|
|
1980
|
+
* @public
|
|
1981
|
+
* The metadata of a single transport stream program.
|
|
1982
|
+
*/
|
|
1983
|
+
export interface TransportStreamProgram {
|
|
1984
|
+
/**
|
|
1985
|
+
* @public
|
|
1986
|
+
* The Program Clock Reference (PCR) Packet ID (PID) as it is reported in the Program Association Table.
|
|
1987
|
+
*/
|
|
1988
|
+
PcrPid: number | undefined;
|
|
1989
|
+
/**
|
|
1990
|
+
* @public
|
|
1991
|
+
* The program name as it is reported in the Program Association Table.
|
|
1992
|
+
*/
|
|
1993
|
+
ProgramName?: string;
|
|
1994
|
+
/**
|
|
1995
|
+
* @public
|
|
1996
|
+
* The program number as it is reported in the Program Association Table.
|
|
1997
|
+
*/
|
|
1998
|
+
ProgramNumber: number | undefined;
|
|
1999
|
+
/**
|
|
2000
|
+
* @public
|
|
2001
|
+
* The program Packet ID (PID) as it is reported in the Program Association Table.
|
|
2002
|
+
*/
|
|
2003
|
+
ProgramPid: number | undefined;
|
|
2004
|
+
/**
|
|
2005
|
+
* @public
|
|
2006
|
+
* The list of elementary transport streams in the program. The list includes video, audio, and data streams.
|
|
2007
|
+
*/
|
|
2008
|
+
Streams: TransportStream[] | undefined;
|
|
2009
|
+
}
|
|
1917
2010
|
/**
|
|
1918
2011
|
* @public
|
|
1919
2012
|
* @enum
|
|
@@ -2962,6 +3055,52 @@ export interface DescribeFlowResponse {
|
|
|
2962
3055
|
*/
|
|
2963
3056
|
Messages?: Messages;
|
|
2964
3057
|
}
|
|
3058
|
+
/**
|
|
3059
|
+
* @public
|
|
3060
|
+
*/
|
|
3061
|
+
export interface DescribeFlowSourceMetadataRequest {
|
|
3062
|
+
/**
|
|
3063
|
+
* @public
|
|
3064
|
+
* The Amazon Resource Name (ARN) of the flow.
|
|
3065
|
+
*/
|
|
3066
|
+
FlowArn: string | undefined;
|
|
3067
|
+
}
|
|
3068
|
+
/**
|
|
3069
|
+
* @public
|
|
3070
|
+
* The metadata of the transport stream in the current flow's source.
|
|
3071
|
+
*/
|
|
3072
|
+
export interface TransportMediaInfo {
|
|
3073
|
+
/**
|
|
3074
|
+
* @public
|
|
3075
|
+
* The list of transport stream programs in the current flow's source.
|
|
3076
|
+
*/
|
|
3077
|
+
Programs: TransportStreamProgram[] | undefined;
|
|
3078
|
+
}
|
|
3079
|
+
/**
|
|
3080
|
+
* @public
|
|
3081
|
+
*/
|
|
3082
|
+
export interface DescribeFlowSourceMetadataResponse {
|
|
3083
|
+
/**
|
|
3084
|
+
* @public
|
|
3085
|
+
* The ARN of the flow that DescribeFlowSourceMetadata was performed on.
|
|
3086
|
+
*/
|
|
3087
|
+
FlowArn?: string;
|
|
3088
|
+
/**
|
|
3089
|
+
* @public
|
|
3090
|
+
* Provides a status code and message regarding issues found with the flow source metadata.
|
|
3091
|
+
*/
|
|
3092
|
+
Messages?: MessageDetail[];
|
|
3093
|
+
/**
|
|
3094
|
+
* @public
|
|
3095
|
+
* The timestamp of the most recent change in metadata for this flow’s source.
|
|
3096
|
+
*/
|
|
3097
|
+
Timestamp?: Date;
|
|
3098
|
+
/**
|
|
3099
|
+
* @public
|
|
3100
|
+
* The metadata of the transport stream in the current flow's source.
|
|
3101
|
+
*/
|
|
3102
|
+
TransportMediaInfo?: TransportMediaInfo;
|
|
3103
|
+
}
|
|
2965
3104
|
/**
|
|
2966
3105
|
* @public
|
|
2967
3106
|
*/
|
|
@@ -15,6 +15,7 @@ import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "../comman
|
|
|
15
15
|
import { DeregisterGatewayInstanceCommandInput, DeregisterGatewayInstanceCommandOutput } from "../commands/DeregisterGatewayInstanceCommand";
|
|
16
16
|
import { DescribeBridgeCommandInput, DescribeBridgeCommandOutput } from "../commands/DescribeBridgeCommand";
|
|
17
17
|
import { DescribeFlowCommandInput, DescribeFlowCommandOutput } from "../commands/DescribeFlowCommand";
|
|
18
|
+
import { DescribeFlowSourceMetadataCommandInput, DescribeFlowSourceMetadataCommandOutput } from "../commands/DescribeFlowSourceMetadataCommand";
|
|
18
19
|
import { DescribeGatewayCommandInput, DescribeGatewayCommandOutput } from "../commands/DescribeGatewayCommand";
|
|
19
20
|
import { DescribeGatewayInstanceCommandInput, DescribeGatewayInstanceCommandOutput } from "../commands/DescribeGatewayInstanceCommand";
|
|
20
21
|
import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "../commands/DescribeOfferingCommand";
|
|
@@ -110,6 +111,10 @@ export declare const se_DescribeBridgeCommand: (input: DescribeBridgeCommandInpu
|
|
|
110
111
|
* serializeAws_restJson1DescribeFlowCommand
|
|
111
112
|
*/
|
|
112
113
|
export declare const se_DescribeFlowCommand: (input: DescribeFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
/**
|
|
115
|
+
* serializeAws_restJson1DescribeFlowSourceMetadataCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const se_DescribeFlowSourceMetadataCommand: (input: DescribeFlowSourceMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
118
|
/**
|
|
114
119
|
* serializeAws_restJson1DescribeGatewayCommand
|
|
115
120
|
*/
|
|
@@ -310,6 +315,10 @@ export declare const de_DescribeBridgeCommand: (output: __HttpResponse, context:
|
|
|
310
315
|
* deserializeAws_restJson1DescribeFlowCommand
|
|
311
316
|
*/
|
|
312
317
|
export declare const de_DescribeFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowCommandOutput>;
|
|
318
|
+
/**
|
|
319
|
+
* deserializeAws_restJson1DescribeFlowSourceMetadataCommand
|
|
320
|
+
*/
|
|
321
|
+
export declare const de_DescribeFlowSourceMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowSourceMetadataCommandOutput>;
|
|
313
322
|
/**
|
|
314
323
|
* deserializeAws_restJson1DescribeGatewayCommand
|
|
315
324
|
*/
|
|
@@ -59,6 +59,10 @@ import {
|
|
|
59
59
|
DescribeFlowCommandInput,
|
|
60
60
|
DescribeFlowCommandOutput,
|
|
61
61
|
} from "./commands/DescribeFlowCommand";
|
|
62
|
+
import {
|
|
63
|
+
DescribeFlowSourceMetadataCommandInput,
|
|
64
|
+
DescribeFlowSourceMetadataCommandOutput,
|
|
65
|
+
} from "./commands/DescribeFlowSourceMetadataCommand";
|
|
62
66
|
import {
|
|
63
67
|
DescribeGatewayCommandInput,
|
|
64
68
|
DescribeGatewayCommandOutput,
|
|
@@ -396,6 +400,19 @@ export interface MediaConnect {
|
|
|
396
400
|
options: __HttpHandlerOptions,
|
|
397
401
|
cb: (err: any, data?: DescribeFlowCommandOutput) => void
|
|
398
402
|
): void;
|
|
403
|
+
describeFlowSourceMetadata(
|
|
404
|
+
args: DescribeFlowSourceMetadataCommandInput,
|
|
405
|
+
options?: __HttpHandlerOptions
|
|
406
|
+
): Promise<DescribeFlowSourceMetadataCommandOutput>;
|
|
407
|
+
describeFlowSourceMetadata(
|
|
408
|
+
args: DescribeFlowSourceMetadataCommandInput,
|
|
409
|
+
cb: (err: any, data?: DescribeFlowSourceMetadataCommandOutput) => void
|
|
410
|
+
): void;
|
|
411
|
+
describeFlowSourceMetadata(
|
|
412
|
+
args: DescribeFlowSourceMetadataCommandInput,
|
|
413
|
+
options: __HttpHandlerOptions,
|
|
414
|
+
cb: (err: any, data?: DescribeFlowSourceMetadataCommandOutput) => void
|
|
415
|
+
): void;
|
|
399
416
|
describeGateway(
|
|
400
417
|
args: DescribeGatewayCommandInput,
|
|
401
418
|
options?: __HttpHandlerOptions
|
|
@@ -105,6 +105,10 @@ import {
|
|
|
105
105
|
DescribeFlowCommandInput,
|
|
106
106
|
DescribeFlowCommandOutput,
|
|
107
107
|
} from "./commands/DescribeFlowCommand";
|
|
108
|
+
import {
|
|
109
|
+
DescribeFlowSourceMetadataCommandInput,
|
|
110
|
+
DescribeFlowSourceMetadataCommandOutput,
|
|
111
|
+
} from "./commands/DescribeFlowSourceMetadataCommand";
|
|
108
112
|
import {
|
|
109
113
|
DescribeGatewayCommandInput,
|
|
110
114
|
DescribeGatewayCommandOutput,
|
|
@@ -268,6 +272,7 @@ export type ServiceInputTypes =
|
|
|
268
272
|
| DeregisterGatewayInstanceCommandInput
|
|
269
273
|
| DescribeBridgeCommandInput
|
|
270
274
|
| DescribeFlowCommandInput
|
|
275
|
+
| DescribeFlowSourceMetadataCommandInput
|
|
271
276
|
| DescribeGatewayCommandInput
|
|
272
277
|
| DescribeGatewayInstanceCommandInput
|
|
273
278
|
| DescribeOfferingCommandInput
|
|
@@ -319,6 +324,7 @@ export type ServiceOutputTypes =
|
|
|
319
324
|
| DeregisterGatewayInstanceCommandOutput
|
|
320
325
|
| DescribeBridgeCommandOutput
|
|
321
326
|
| DescribeFlowCommandOutput
|
|
327
|
+
| DescribeFlowSourceMetadataCommandOutput
|
|
322
328
|
| DescribeGatewayCommandOutput
|
|
323
329
|
| DescribeGatewayInstanceCommandOutput
|
|
324
330
|
| DescribeOfferingCommandOutput
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
MediaConnectClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface AddBridgeOutputsCommandInput extends AddBridgeOutputsRequest {}
|
|
|
20
14
|
export interface AddBridgeOutputsCommandOutput
|
|
21
15
|
extends AddBridgeOutputsResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const AddBridgeOutputsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: AddBridgeOutputsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
AddBridgeOutputsCommandInput,
|
|
22
|
+
AddBridgeOutputsCommandOutput,
|
|
23
|
+
MediaConnectClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class AddBridgeOutputsCommand extends AddBridgeOutputsCommand_base {}
|