@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,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UpdateFlowMediaStreamCommand, se_UpdateFlowMediaStreamCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateFlowMediaStreamCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "MediaConnectClient";
|
|
26
|
-
const commandName = "UpdateFlowMediaStreamCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "MediaConnect",
|
|
35
|
-
operation: "UpdateFlowMediaStream",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UpdateFlowMediaStreamCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateFlowMediaStreamCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateFlowMediaStreamCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaConnect", "UpdateFlowMediaStream", {})
|
|
19
|
+
.n("MediaConnectClient", "UpdateFlowMediaStreamCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateFlowMediaStreamCommand)
|
|
22
|
+
.de(de_UpdateFlowMediaStreamCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UpdateFlowOutputCommand, se_UpdateFlowOutputCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateFlowOutputCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "MediaConnectClient";
|
|
26
|
-
const commandName = "UpdateFlowOutputCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "MediaConnect",
|
|
35
|
-
operation: "UpdateFlowOutput",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UpdateFlowOutputCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateFlowOutputCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateFlowOutputCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaConnect", "UpdateFlowOutput", {})
|
|
19
|
+
.n("MediaConnectClient", "UpdateFlowOutputCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateFlowOutputCommand)
|
|
22
|
+
.de(de_UpdateFlowOutputCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UpdateFlowSourceCommand, se_UpdateFlowSourceCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateFlowSourceCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "MediaConnectClient";
|
|
26
|
-
const commandName = "UpdateFlowSourceCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "MediaConnect",
|
|
35
|
-
operation: "UpdateFlowSource",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UpdateFlowSourceCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateFlowSourceCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateFlowSourceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaConnect", "UpdateFlowSource", {})
|
|
19
|
+
.n("MediaConnectClient", "UpdateFlowSourceCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateFlowSourceCommand)
|
|
22
|
+
.de(de_UpdateFlowSourceCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UpdateGatewayInstanceCommand, se_UpdateGatewayInstanceCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateGatewayInstanceCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "MediaConnectClient";
|
|
26
|
-
const commandName = "UpdateGatewayInstanceCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "MediaConnect",
|
|
35
|
-
operation: "UpdateGatewayInstance",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UpdateGatewayInstanceCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateGatewayInstanceCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateGatewayInstanceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaConnect", "UpdateGatewayInstance", {})
|
|
19
|
+
.n("MediaConnectClient", "UpdateGatewayInstanceCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateGatewayInstanceCommand)
|
|
22
|
+
.de(de_UpdateGatewayInstanceCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -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";
|
|
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
|
|
|
6
6
|
defaultSigningName: "mediaconnect",
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
+
export const commonParams = {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { requestBuilder as rb } from "@smithy/core";
|
|
2
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
2
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
3
|
import { MediaConnectServiceException as __BaseException } from "../models/MediaConnectServiceException";
|
|
4
4
|
import { AddFlowOutputs420Exception, BadRequestException, ConflictException, CreateBridge420Exception, CreateFlow420Exception, CreateGateway420Exception, ForbiddenException, GrantFlowEntitlements420Exception, InternalServerErrorException, NotFoundException, ServiceUnavailableException, TooManyRequestsException, } from "../models/models_0";
|
|
5
5
|
export const se_AddBridgeOutputsCommand = async (input, context) => {
|
|
@@ -199,6 +199,15 @@ export const se_DescribeFlowCommand = async (input, context) => {
|
|
|
199
199
|
b.m("GET").h(headers).b(body);
|
|
200
200
|
return b.build();
|
|
201
201
|
};
|
|
202
|
+
export const se_DescribeFlowSourceMetadataCommand = async (input, context) => {
|
|
203
|
+
const b = rb(input, context);
|
|
204
|
+
const headers = {};
|
|
205
|
+
b.bp("/v1/flows/{FlowArn}/source-metadata");
|
|
206
|
+
b.p("FlowArn", () => input.FlowArn, "{FlowArn}", false);
|
|
207
|
+
let body;
|
|
208
|
+
b.m("GET").h(headers).b(body);
|
|
209
|
+
return b.build();
|
|
210
|
+
};
|
|
202
211
|
export const se_DescribeGatewayCommand = async (input, context) => {
|
|
203
212
|
const b = rb(input, context);
|
|
204
213
|
const headers = {};
|
|
@@ -1428,6 +1437,57 @@ const de_DescribeFlowCommandError = async (output, context) => {
|
|
|
1428
1437
|
});
|
|
1429
1438
|
}
|
|
1430
1439
|
};
|
|
1440
|
+
export const de_DescribeFlowSourceMetadataCommand = async (output, context) => {
|
|
1441
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1442
|
+
return de_DescribeFlowSourceMetadataCommandError(output, context);
|
|
1443
|
+
}
|
|
1444
|
+
const contents = map({
|
|
1445
|
+
$metadata: deserializeMetadata(output),
|
|
1446
|
+
});
|
|
1447
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1448
|
+
const doc = take(data, {
|
|
1449
|
+
FlowArn: [, __expectString, `flowArn`],
|
|
1450
|
+
Messages: [, (_) => de___listOfMessageDetail(_, context), `messages`],
|
|
1451
|
+
Timestamp: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `timestamp`],
|
|
1452
|
+
TransportMediaInfo: [, (_) => de_TransportMediaInfo(_, context), `transportMediaInfo`],
|
|
1453
|
+
});
|
|
1454
|
+
Object.assign(contents, doc);
|
|
1455
|
+
return contents;
|
|
1456
|
+
};
|
|
1457
|
+
const de_DescribeFlowSourceMetadataCommandError = async (output, context) => {
|
|
1458
|
+
const parsedOutput = {
|
|
1459
|
+
...output,
|
|
1460
|
+
body: await parseErrorBody(output.body, context),
|
|
1461
|
+
};
|
|
1462
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1463
|
+
switch (errorCode) {
|
|
1464
|
+
case "BadRequestException":
|
|
1465
|
+
case "com.amazonaws.mediaconnect#BadRequestException":
|
|
1466
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
1467
|
+
case "ForbiddenException":
|
|
1468
|
+
case "com.amazonaws.mediaconnect#ForbiddenException":
|
|
1469
|
+
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
1470
|
+
case "InternalServerErrorException":
|
|
1471
|
+
case "com.amazonaws.mediaconnect#InternalServerErrorException":
|
|
1472
|
+
throw await de_InternalServerErrorExceptionRes(parsedOutput, context);
|
|
1473
|
+
case "NotFoundException":
|
|
1474
|
+
case "com.amazonaws.mediaconnect#NotFoundException":
|
|
1475
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
1476
|
+
case "ServiceUnavailableException":
|
|
1477
|
+
case "com.amazonaws.mediaconnect#ServiceUnavailableException":
|
|
1478
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1479
|
+
case "TooManyRequestsException":
|
|
1480
|
+
case "com.amazonaws.mediaconnect#TooManyRequestsException":
|
|
1481
|
+
throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
|
|
1482
|
+
default:
|
|
1483
|
+
const parsedBody = parsedOutput.body;
|
|
1484
|
+
return throwDefaultError({
|
|
1485
|
+
output,
|
|
1486
|
+
parsedBody,
|
|
1487
|
+
errorCode,
|
|
1488
|
+
});
|
|
1489
|
+
}
|
|
1490
|
+
};
|
|
1431
1491
|
export const de_DescribeGatewayCommand = async (output, context) => {
|
|
1432
1492
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1433
1493
|
return de_DescribeGatewayCommandError(output, context);
|
|
@@ -3788,6 +3848,22 @@ const de___listOfSource = (output, context) => {
|
|
|
3788
3848
|
});
|
|
3789
3849
|
return retVal;
|
|
3790
3850
|
};
|
|
3851
|
+
const de___listOfTransportStream = (output, context) => {
|
|
3852
|
+
const retVal = (output || [])
|
|
3853
|
+
.filter((e) => e != null)
|
|
3854
|
+
.map((entry) => {
|
|
3855
|
+
return de_TransportStream(entry, context);
|
|
3856
|
+
});
|
|
3857
|
+
return retVal;
|
|
3858
|
+
};
|
|
3859
|
+
const de___listOfTransportStreamProgram = (output, context) => {
|
|
3860
|
+
const retVal = (output || [])
|
|
3861
|
+
.filter((e) => e != null)
|
|
3862
|
+
.map((entry) => {
|
|
3863
|
+
return de_TransportStreamProgram(entry, context);
|
|
3864
|
+
});
|
|
3865
|
+
return retVal;
|
|
3866
|
+
};
|
|
3791
3867
|
const de___listOfVpcInterface = (output, context) => {
|
|
3792
3868
|
const retVal = (output || [])
|
|
3793
3869
|
.filter((e) => e != null)
|
|
@@ -3937,6 +4013,12 @@ const de_Fmtp = (output, context) => {
|
|
|
3937
4013
|
Tcs: [, __expectString, `tcs`],
|
|
3938
4014
|
});
|
|
3939
4015
|
};
|
|
4016
|
+
const de_FrameResolution = (output, context) => {
|
|
4017
|
+
return take(output, {
|
|
4018
|
+
FrameHeight: [, __expectInt32, `frameHeight`],
|
|
4019
|
+
FrameWidth: [, __expectInt32, `frameWidth`],
|
|
4020
|
+
});
|
|
4021
|
+
};
|
|
3940
4022
|
const de_Gateway = (output, context) => {
|
|
3941
4023
|
return take(output, {
|
|
3942
4024
|
EgressCidrBlocks: [, _json, `egressCidrBlocks`],
|
|
@@ -4192,6 +4274,32 @@ const de_Transport = (output, context) => {
|
|
|
4192
4274
|
StreamId: [, __expectString, `streamId`],
|
|
4193
4275
|
});
|
|
4194
4276
|
};
|
|
4277
|
+
const de_TransportMediaInfo = (output, context) => {
|
|
4278
|
+
return take(output, {
|
|
4279
|
+
Programs: [, (_) => de___listOfTransportStreamProgram(_, context), `programs`],
|
|
4280
|
+
});
|
|
4281
|
+
};
|
|
4282
|
+
const de_TransportStream = (output, context) => {
|
|
4283
|
+
return take(output, {
|
|
4284
|
+
Channels: [, __expectInt32, `channels`],
|
|
4285
|
+
Codec: [, __expectString, `codec`],
|
|
4286
|
+
FrameRate: [, __expectString, `frameRate`],
|
|
4287
|
+
FrameResolution: [, (_) => de_FrameResolution(_, context), `frameResolution`],
|
|
4288
|
+
Pid: [, __expectInt32, `pid`],
|
|
4289
|
+
SampleRate: [, __expectInt32, `sampleRate`],
|
|
4290
|
+
SampleSize: [, __expectInt32, `sampleSize`],
|
|
4291
|
+
StreamType: [, __expectString, `streamType`],
|
|
4292
|
+
});
|
|
4293
|
+
};
|
|
4294
|
+
const de_TransportStreamProgram = (output, context) => {
|
|
4295
|
+
return take(output, {
|
|
4296
|
+
PcrPid: [, __expectInt32, `pcrPid`],
|
|
4297
|
+
ProgramName: [, __expectString, `programName`],
|
|
4298
|
+
ProgramNumber: [, __expectInt32, `programNumber`],
|
|
4299
|
+
ProgramPid: [, __expectInt32, `programPid`],
|
|
4300
|
+
Streams: [, (_) => de___listOfTransportStream(_, context), `streams`],
|
|
4301
|
+
});
|
|
4302
|
+
};
|
|
4195
4303
|
const de_VpcInterface = (output, context) => {
|
|
4196
4304
|
return take(output, {
|
|
4197
4305
|
Name: [, __expectString, `name`],
|
|
@@ -14,6 +14,7 @@ import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./command
|
|
|
14
14
|
import { DeregisterGatewayInstanceCommandInput, DeregisterGatewayInstanceCommandOutput } from "./commands/DeregisterGatewayInstanceCommand";
|
|
15
15
|
import { DescribeBridgeCommandInput, DescribeBridgeCommandOutput } from "./commands/DescribeBridgeCommand";
|
|
16
16
|
import { DescribeFlowCommandInput, DescribeFlowCommandOutput } from "./commands/DescribeFlowCommand";
|
|
17
|
+
import { DescribeFlowSourceMetadataCommandInput, DescribeFlowSourceMetadataCommandOutput } from "./commands/DescribeFlowSourceMetadataCommand";
|
|
17
18
|
import { DescribeGatewayCommandInput, DescribeGatewayCommandOutput } from "./commands/DescribeGatewayCommand";
|
|
18
19
|
import { DescribeGatewayInstanceCommandInput, DescribeGatewayInstanceCommandOutput } from "./commands/DescribeGatewayInstanceCommand";
|
|
19
20
|
import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
|
|
@@ -141,6 +142,12 @@ export interface MediaConnect {
|
|
|
141
142
|
describeFlow(args: DescribeFlowCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFlowCommandOutput>;
|
|
142
143
|
describeFlow(args: DescribeFlowCommandInput, cb: (err: any, data?: DescribeFlowCommandOutput) => void): void;
|
|
143
144
|
describeFlow(args: DescribeFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFlowCommandOutput) => void): void;
|
|
145
|
+
/**
|
|
146
|
+
* @see {@link DescribeFlowSourceMetadataCommand}
|
|
147
|
+
*/
|
|
148
|
+
describeFlowSourceMetadata(args: DescribeFlowSourceMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFlowSourceMetadataCommandOutput>;
|
|
149
|
+
describeFlowSourceMetadata(args: DescribeFlowSourceMetadataCommandInput, cb: (err: any, data?: DescribeFlowSourceMetadataCommandOutput) => void): void;
|
|
150
|
+
describeFlowSourceMetadata(args: DescribeFlowSourceMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFlowSourceMetadataCommandOutput) => void): void;
|
|
144
151
|
/**
|
|
145
152
|
* @see {@link DescribeGatewayCommand}
|
|
146
153
|
*/
|
|
@@ -23,6 +23,7 @@ import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./command
|
|
|
23
23
|
import { DeregisterGatewayInstanceCommandInput, DeregisterGatewayInstanceCommandOutput } from "./commands/DeregisterGatewayInstanceCommand";
|
|
24
24
|
import { DescribeBridgeCommandInput, DescribeBridgeCommandOutput } from "./commands/DescribeBridgeCommand";
|
|
25
25
|
import { DescribeFlowCommandInput, DescribeFlowCommandOutput } from "./commands/DescribeFlowCommand";
|
|
26
|
+
import { DescribeFlowSourceMetadataCommandInput, DescribeFlowSourceMetadataCommandOutput } from "./commands/DescribeFlowSourceMetadataCommand";
|
|
26
27
|
import { DescribeGatewayCommandInput, DescribeGatewayCommandOutput } from "./commands/DescribeGatewayCommand";
|
|
27
28
|
import { DescribeGatewayInstanceCommandInput, DescribeGatewayInstanceCommandOutput } from "./commands/DescribeGatewayInstanceCommand";
|
|
28
29
|
import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
|
|
@@ -64,11 +65,11 @@ export { __Client };
|
|
|
64
65
|
/**
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
|
-
export type ServiceInputTypes = AddBridgeOutputsCommandInput | AddBridgeSourcesCommandInput | AddFlowMediaStreamsCommandInput | AddFlowOutputsCommandInput | AddFlowSourcesCommandInput | AddFlowVpcInterfacesCommandInput | CreateBridgeCommandInput | CreateFlowCommandInput | CreateGatewayCommandInput | DeleteBridgeCommandInput | DeleteFlowCommandInput | DeleteGatewayCommandInput | DeregisterGatewayInstanceCommandInput | DescribeBridgeCommandInput | DescribeFlowCommandInput | DescribeGatewayCommandInput | DescribeGatewayInstanceCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | GrantFlowEntitlementsCommandInput | ListBridgesCommandInput | ListEntitlementsCommandInput | ListFlowsCommandInput | ListGatewayInstancesCommandInput | ListGatewaysCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RemoveBridgeOutputCommandInput | RemoveBridgeSourceCommandInput | RemoveFlowMediaStreamCommandInput | RemoveFlowOutputCommandInput | RemoveFlowSourceCommandInput | RemoveFlowVpcInterfaceCommandInput | RevokeFlowEntitlementCommandInput | StartFlowCommandInput | StopFlowCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBridgeCommandInput | UpdateBridgeOutputCommandInput | UpdateBridgeSourceCommandInput | UpdateBridgeStateCommandInput | UpdateFlowCommandInput | UpdateFlowEntitlementCommandInput | UpdateFlowMediaStreamCommandInput | UpdateFlowOutputCommandInput | UpdateFlowSourceCommandInput | UpdateGatewayInstanceCommandInput;
|
|
68
|
+
export type ServiceInputTypes = AddBridgeOutputsCommandInput | AddBridgeSourcesCommandInput | AddFlowMediaStreamsCommandInput | AddFlowOutputsCommandInput | AddFlowSourcesCommandInput | AddFlowVpcInterfacesCommandInput | CreateBridgeCommandInput | CreateFlowCommandInput | CreateGatewayCommandInput | DeleteBridgeCommandInput | DeleteFlowCommandInput | DeleteGatewayCommandInput | DeregisterGatewayInstanceCommandInput | DescribeBridgeCommandInput | DescribeFlowCommandInput | DescribeFlowSourceMetadataCommandInput | DescribeGatewayCommandInput | DescribeGatewayInstanceCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | GrantFlowEntitlementsCommandInput | ListBridgesCommandInput | ListEntitlementsCommandInput | ListFlowsCommandInput | ListGatewayInstancesCommandInput | ListGatewaysCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RemoveBridgeOutputCommandInput | RemoveBridgeSourceCommandInput | RemoveFlowMediaStreamCommandInput | RemoveFlowOutputCommandInput | RemoveFlowSourceCommandInput | RemoveFlowVpcInterfaceCommandInput | RevokeFlowEntitlementCommandInput | StartFlowCommandInput | StopFlowCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBridgeCommandInput | UpdateBridgeOutputCommandInput | UpdateBridgeSourceCommandInput | UpdateBridgeStateCommandInput | UpdateFlowCommandInput | UpdateFlowEntitlementCommandInput | UpdateFlowMediaStreamCommandInput | UpdateFlowOutputCommandInput | UpdateFlowSourceCommandInput | UpdateGatewayInstanceCommandInput;
|
|
68
69
|
/**
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
|
-
export type ServiceOutputTypes = AddBridgeOutputsCommandOutput | AddBridgeSourcesCommandOutput | AddFlowMediaStreamsCommandOutput | AddFlowOutputsCommandOutput | AddFlowSourcesCommandOutput | AddFlowVpcInterfacesCommandOutput | CreateBridgeCommandOutput | CreateFlowCommandOutput | CreateGatewayCommandOutput | DeleteBridgeCommandOutput | DeleteFlowCommandOutput | DeleteGatewayCommandOutput | DeregisterGatewayInstanceCommandOutput | DescribeBridgeCommandOutput | DescribeFlowCommandOutput | DescribeGatewayCommandOutput | DescribeGatewayInstanceCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | GrantFlowEntitlementsCommandOutput | ListBridgesCommandOutput | ListEntitlementsCommandOutput | ListFlowsCommandOutput | ListGatewayInstancesCommandOutput | ListGatewaysCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RemoveBridgeOutputCommandOutput | RemoveBridgeSourceCommandOutput | RemoveFlowMediaStreamCommandOutput | RemoveFlowOutputCommandOutput | RemoveFlowSourceCommandOutput | RemoveFlowVpcInterfaceCommandOutput | RevokeFlowEntitlementCommandOutput | StartFlowCommandOutput | StopFlowCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBridgeCommandOutput | UpdateBridgeOutputCommandOutput | UpdateBridgeSourceCommandOutput | UpdateBridgeStateCommandOutput | UpdateFlowCommandOutput | UpdateFlowEntitlementCommandOutput | UpdateFlowMediaStreamCommandOutput | UpdateFlowOutputCommandOutput | UpdateFlowSourceCommandOutput | UpdateGatewayInstanceCommandOutput;
|
|
72
|
+
export type ServiceOutputTypes = AddBridgeOutputsCommandOutput | AddBridgeSourcesCommandOutput | AddFlowMediaStreamsCommandOutput | AddFlowOutputsCommandOutput | AddFlowSourcesCommandOutput | AddFlowVpcInterfacesCommandOutput | CreateBridgeCommandOutput | CreateFlowCommandOutput | CreateGatewayCommandOutput | DeleteBridgeCommandOutput | DeleteFlowCommandOutput | DeleteGatewayCommandOutput | DeregisterGatewayInstanceCommandOutput | DescribeBridgeCommandOutput | DescribeFlowCommandOutput | DescribeFlowSourceMetadataCommandOutput | DescribeGatewayCommandOutput | DescribeGatewayInstanceCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | GrantFlowEntitlementsCommandOutput | ListBridgesCommandOutput | ListEntitlementsCommandOutput | ListFlowsCommandOutput | ListGatewayInstancesCommandOutput | ListGatewaysCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RemoveBridgeOutputCommandOutput | RemoveBridgeSourceCommandOutput | RemoveFlowMediaStreamCommandOutput | RemoveFlowOutputCommandOutput | RemoveFlowSourceCommandOutput | RemoveFlowVpcInterfaceCommandOutput | RevokeFlowEntitlementCommandOutput | StartFlowCommandOutput | StopFlowCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBridgeCommandOutput | UpdateBridgeOutputCommandOutput | UpdateBridgeSourceCommandOutput | UpdateBridgeStateCommandOutput | UpdateFlowCommandOutput | UpdateFlowEntitlementCommandOutput | UpdateFlowMediaStreamCommandOutput | UpdateFlowOutputCommandOutput | UpdateFlowSourceCommandOutput | UpdateGatewayInstanceCommandOutput;
|
|
72
73
|
/**
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
@@ -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 { AddBridgeOutputsRequest, AddBridgeOutputsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AddBridgeOutputsCommandInput extends AddBridgeOutputsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AddBridgeOutputsCommandOutput extends AddBridgeOutputsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AddBridgeOutputsCommand_base: {
|
|
24
|
+
new (input: AddBridgeOutputsCommandInput): import("@smithy/smithy-client").CommandImpl<AddBridgeOutputsCommandInput, AddBridgeOutputsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Adds outputs to an existing bridge.
|
|
@@ -101,23 +104,5 @@ export interface AddBridgeOutputsCommandOutput extends AddBridgeOutputsResponse,
|
|
|
101
104
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
102
105
|
*
|
|
103
106
|
*/
|
|
104
|
-
export declare class AddBridgeOutputsCommand extends
|
|
105
|
-
readonly input: AddBridgeOutputsCommandInput;
|
|
106
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
-
/**
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
constructor(input: AddBridgeOutputsCommandInput);
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddBridgeOutputsCommandInput, AddBridgeOutputsCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private serialize;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private deserialize;
|
|
107
|
+
export declare class AddBridgeOutputsCommand extends AddBridgeOutputsCommand_base {
|
|
123
108
|
}
|
|
@@ -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 { AddBridgeSourcesRequest, AddBridgeSourcesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AddBridgeSourcesCommandInput extends AddBridgeSourcesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AddBridgeSourcesCommandOutput extends AddBridgeSourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AddBridgeSourcesCommand_base: {
|
|
24
|
+
new (input: AddBridgeSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<AddBridgeSourcesCommandInput, AddBridgeSourcesCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Adds sources to an existing bridge.
|
|
@@ -109,23 +112,5 @@ export interface AddBridgeSourcesCommandOutput extends AddBridgeSourcesResponse,
|
|
|
109
112
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
110
113
|
*
|
|
111
114
|
*/
|
|
112
|
-
export declare class AddBridgeSourcesCommand extends
|
|
113
|
-
readonly input: AddBridgeSourcesCommandInput;
|
|
114
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
115
|
-
/**
|
|
116
|
-
* @public
|
|
117
|
-
*/
|
|
118
|
-
constructor(input: AddBridgeSourcesCommandInput);
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddBridgeSourcesCommandInput, AddBridgeSourcesCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private serialize;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private deserialize;
|
|
115
|
+
export declare class AddBridgeSourcesCommand extends AddBridgeSourcesCommand_base {
|
|
131
116
|
}
|
|
@@ -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 { AddFlowMediaStreamsRequest, AddFlowMediaStreamsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AddFlowMediaStreamsCommandInput extends AddFlowMediaStreamsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AddFlowMediaStreamsCommandOutput extends AddFlowMediaStreamsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AddFlowMediaStreamsCommand_base: {
|
|
24
|
+
new (input: AddFlowMediaStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* Adds media streams to an existing flow. After you add a media stream to a flow, you can associate it with a source and/or an output that uses the ST 2110 JPEG XS or CDI protocol.
|
|
@@ -114,23 +117,5 @@ export interface AddFlowMediaStreamsCommandOutput extends AddFlowMediaStreamsRes
|
|
|
114
117
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
115
118
|
*
|
|
116
119
|
*/
|
|
117
|
-
export declare class AddFlowMediaStreamsCommand extends
|
|
118
|
-
readonly input: AddFlowMediaStreamsCommandInput;
|
|
119
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
120
|
-
/**
|
|
121
|
-
* @public
|
|
122
|
-
*/
|
|
123
|
-
constructor(input: AddFlowMediaStreamsCommandInput);
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput>;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private serialize;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private deserialize;
|
|
120
|
+
export declare class AddFlowMediaStreamsCommand extends AddFlowMediaStreamsCommand_base {
|
|
136
121
|
}
|