@aws-sdk/client-mediaconnect 3.480.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AddBridgeOutputsCommand.js +18 -41
- package/dist-cjs/commands/AddBridgeSourcesCommand.js +18 -41
- package/dist-cjs/commands/AddFlowMediaStreamsCommand.js +18 -41
- package/dist-cjs/commands/AddFlowOutputsCommand.js +18 -41
- package/dist-cjs/commands/AddFlowSourcesCommand.js +18 -41
- package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js +18 -41
- package/dist-cjs/commands/CreateBridgeCommand.js +18 -41
- package/dist-cjs/commands/CreateFlowCommand.js +18 -41
- package/dist-cjs/commands/CreateGatewayCommand.js +18 -41
- package/dist-cjs/commands/DeleteBridgeCommand.js +18 -41
- package/dist-cjs/commands/DeleteFlowCommand.js +18 -41
- package/dist-cjs/commands/DeleteGatewayCommand.js +18 -41
- package/dist-cjs/commands/DeregisterGatewayInstanceCommand.js +18 -41
- package/dist-cjs/commands/DescribeBridgeCommand.js +18 -41
- package/dist-cjs/commands/DescribeFlowCommand.js +18 -41
- package/dist-cjs/commands/DescribeFlowSourceMetadataCommand.js +18 -41
- package/dist-cjs/commands/DescribeGatewayCommand.js +18 -41
- package/dist-cjs/commands/DescribeGatewayInstanceCommand.js +18 -41
- package/dist-cjs/commands/DescribeOfferingCommand.js +18 -41
- package/dist-cjs/commands/DescribeReservationCommand.js +18 -41
- package/dist-cjs/commands/GrantFlowEntitlementsCommand.js +18 -41
- package/dist-cjs/commands/ListBridgesCommand.js +18 -41
- package/dist-cjs/commands/ListEntitlementsCommand.js +18 -41
- package/dist-cjs/commands/ListFlowsCommand.js +18 -41
- package/dist-cjs/commands/ListGatewayInstancesCommand.js +18 -41
- package/dist-cjs/commands/ListGatewaysCommand.js +18 -41
- package/dist-cjs/commands/ListOfferingsCommand.js +18 -41
- package/dist-cjs/commands/ListReservationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PurchaseOfferingCommand.js +18 -41
- package/dist-cjs/commands/RemoveBridgeOutputCommand.js +18 -41
- package/dist-cjs/commands/RemoveBridgeSourceCommand.js +18 -41
- package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js +18 -41
- package/dist-cjs/commands/RemoveFlowOutputCommand.js +18 -41
- package/dist-cjs/commands/RemoveFlowSourceCommand.js +18 -41
- package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js +18 -41
- package/dist-cjs/commands/RevokeFlowEntitlementCommand.js +18 -41
- package/dist-cjs/commands/StartFlowCommand.js +18 -41
- package/dist-cjs/commands/StopFlowCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateBridgeCommand.js +18 -41
- package/dist-cjs/commands/UpdateBridgeOutputCommand.js +18 -41
- package/dist-cjs/commands/UpdateBridgeSourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateBridgeStateCommand.js +18 -41
- package/dist-cjs/commands/UpdateFlowCommand.js +18 -41
- package/dist-cjs/commands/UpdateFlowEntitlementCommand.js +18 -41
- package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js +18 -41
- package/dist-cjs/commands/UpdateFlowOutputCommand.js +18 -41
- package/dist-cjs/commands/UpdateFlowSourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateGatewayInstanceCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AddBridgeOutputsCommand.js +18 -41
- package/dist-es/commands/AddBridgeSourcesCommand.js +18 -41
- package/dist-es/commands/AddFlowMediaStreamsCommand.js +18 -41
- package/dist-es/commands/AddFlowOutputsCommand.js +18 -41
- package/dist-es/commands/AddFlowSourcesCommand.js +18 -41
- package/dist-es/commands/AddFlowVpcInterfacesCommand.js +18 -41
- package/dist-es/commands/CreateBridgeCommand.js +18 -41
- package/dist-es/commands/CreateFlowCommand.js +18 -41
- package/dist-es/commands/CreateGatewayCommand.js +18 -41
- package/dist-es/commands/DeleteBridgeCommand.js +18 -41
- package/dist-es/commands/DeleteFlowCommand.js +18 -41
- package/dist-es/commands/DeleteGatewayCommand.js +18 -41
- package/dist-es/commands/DeregisterGatewayInstanceCommand.js +18 -41
- package/dist-es/commands/DescribeBridgeCommand.js +18 -41
- package/dist-es/commands/DescribeFlowCommand.js +18 -41
- package/dist-es/commands/DescribeFlowSourceMetadataCommand.js +18 -41
- package/dist-es/commands/DescribeGatewayCommand.js +18 -41
- package/dist-es/commands/DescribeGatewayInstanceCommand.js +18 -41
- package/dist-es/commands/DescribeOfferingCommand.js +18 -41
- package/dist-es/commands/DescribeReservationCommand.js +18 -41
- package/dist-es/commands/GrantFlowEntitlementsCommand.js +18 -41
- package/dist-es/commands/ListBridgesCommand.js +18 -41
- package/dist-es/commands/ListEntitlementsCommand.js +18 -41
- package/dist-es/commands/ListFlowsCommand.js +18 -41
- package/dist-es/commands/ListGatewayInstancesCommand.js +18 -41
- package/dist-es/commands/ListGatewaysCommand.js +18 -41
- package/dist-es/commands/ListOfferingsCommand.js +18 -41
- package/dist-es/commands/ListReservationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PurchaseOfferingCommand.js +18 -41
- package/dist-es/commands/RemoveBridgeOutputCommand.js +18 -41
- package/dist-es/commands/RemoveBridgeSourceCommand.js +18 -41
- package/dist-es/commands/RemoveFlowMediaStreamCommand.js +18 -41
- package/dist-es/commands/RemoveFlowOutputCommand.js +18 -41
- package/dist-es/commands/RemoveFlowSourceCommand.js +18 -41
- package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js +18 -41
- package/dist-es/commands/RevokeFlowEntitlementCommand.js +18 -41
- package/dist-es/commands/StartFlowCommand.js +18 -41
- package/dist-es/commands/StopFlowCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateBridgeCommand.js +18 -41
- package/dist-es/commands/UpdateBridgeOutputCommand.js +18 -41
- package/dist-es/commands/UpdateBridgeSourceCommand.js +18 -41
- package/dist-es/commands/UpdateBridgeStateCommand.js +18 -41
- package/dist-es/commands/UpdateFlowCommand.js +18 -41
- package/dist-es/commands/UpdateFlowEntitlementCommand.js +18 -41
- package/dist-es/commands/UpdateFlowMediaStreamCommand.js +18 -41
- package/dist-es/commands/UpdateFlowOutputCommand.js +18 -41
- package/dist-es/commands/UpdateFlowSourceCommand.js +18 -41
- package/dist-es/commands/UpdateGatewayInstanceCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AddBridgeOutputsCommand.d.ts +6 -21
- package/dist-types/commands/AddBridgeSourcesCommand.d.ts +6 -21
- package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +6 -21
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +6 -21
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +6 -21
- package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +6 -21
- package/dist-types/commands/CreateBridgeCommand.d.ts +6 -21
- package/dist-types/commands/CreateFlowCommand.d.ts +6 -21
- package/dist-types/commands/CreateGatewayCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBridgeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFlowCommand.d.ts +6 -21
- package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBridgeCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFlowCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +6 -21
- package/dist-types/commands/DescribeGatewayCommand.d.ts +6 -21
- package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOfferingCommand.d.ts +6 -21
- package/dist-types/commands/DescribeReservationCommand.d.ts +6 -21
- package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +6 -21
- package/dist-types/commands/ListBridgesCommand.d.ts +6 -21
- package/dist-types/commands/ListEntitlementsCommand.d.ts +6 -21
- package/dist-types/commands/ListFlowsCommand.d.ts +6 -21
- package/dist-types/commands/ListGatewayInstancesCommand.d.ts +6 -21
- package/dist-types/commands/ListGatewaysCommand.d.ts +6 -21
- package/dist-types/commands/ListOfferingsCommand.d.ts +6 -21
- package/dist-types/commands/ListReservationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +6 -21
- package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +6 -21
- package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +6 -21
- package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +6 -21
- package/dist-types/commands/RemoveFlowOutputCommand.d.ts +6 -21
- package/dist-types/commands/RemoveFlowSourceCommand.d.ts +6 -21
- package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +6 -21
- package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +6 -21
- package/dist-types/commands/StartFlowCommand.d.ts +6 -21
- package/dist-types/commands/StopFlowCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBridgeCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBridgeStateCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFlowCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AddBridgeOutputsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddBridgeSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateBridgeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBridgeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeregisterGatewayInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeBridgeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFlowSourceMetadataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeGatewayInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBridgesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListGatewayInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveBridgeOutputCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveBridgeSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBridgeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBridgeOutputCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBridgeSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBridgeStateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateGatewayInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class RevokeFlowEntitlementCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "MediaConnectClient";
|
|
29
|
-
const commandName = "RevokeFlowEntitlementCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MediaConnect",
|
|
38
|
-
operation: "RevokeFlowEntitlement",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_RevokeFlowEntitlementCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_RevokeFlowEntitlementCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class RevokeFlowEntitlementCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MediaConnect", "RevokeFlowEntitlement", {})
|
|
22
|
+
.n("MediaConnectClient", "RevokeFlowEntitlementCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_RevokeFlowEntitlementCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_RevokeFlowEntitlementCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.RevokeFlowEntitlementCommand = RevokeFlowEntitlementCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class StartFlowCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "MediaConnectClient";
|
|
29
|
-
const commandName = "StartFlowCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MediaConnect",
|
|
38
|
-
operation: "StartFlow",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_StartFlowCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_StartFlowCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class StartFlowCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MediaConnect", "StartFlow", {})
|
|
22
|
+
.n("MediaConnectClient", "StartFlowCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_StartFlowCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_StartFlowCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.StartFlowCommand = StartFlowCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class StopFlowCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "MediaConnectClient";
|
|
29
|
-
const commandName = "StopFlowCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MediaConnect",
|
|
38
|
-
operation: "StopFlow",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_StopFlowCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_StopFlowCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class StopFlowCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MediaConnect", "StopFlow", {})
|
|
22
|
+
.n("MediaConnectClient", "StopFlowCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_StopFlowCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_StopFlowCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.StopFlowCommand = StopFlowCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "MediaConnectClient";
|
|
29
|
-
const commandName = "TagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MediaConnect",
|
|
38
|
-
operation: "TagResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MediaConnect", "TagResource", {})
|
|
22
|
+
.n("MediaConnectClient", "TagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "MediaConnectClient";
|
|
29
|
-
const commandName = "UntagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MediaConnect",
|
|
38
|
-
operation: "UntagResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MediaConnect", "UntagResource", {})
|
|
22
|
+
.n("MediaConnectClient", "UntagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateBridgeCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "MediaConnectClient";
|
|
29
|
-
const commandName = "UpdateBridgeCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MediaConnect",
|
|
38
|
-
operation: "UpdateBridge",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UpdateBridgeCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateBridgeCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateBridgeCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MediaConnect", "UpdateBridge", {})
|
|
22
|
+
.n("MediaConnectClient", "UpdateBridgeCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateBridgeCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateBridgeCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateBridgeCommand = UpdateBridgeCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateBridgeOutputCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "MediaConnectClient";
|
|
29
|
-
const commandName = "UpdateBridgeOutputCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MediaConnect",
|
|
38
|
-
operation: "UpdateBridgeOutput",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UpdateBridgeOutputCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateBridgeOutputCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateBridgeOutputCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MediaConnect", "UpdateBridgeOutput", {})
|
|
22
|
+
.n("MediaConnectClient", "UpdateBridgeOutputCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateBridgeOutputCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateBridgeOutputCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateBridgeOutputCommand = UpdateBridgeOutputCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateBridgeSourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "MediaConnectClient";
|
|
29
|
-
const commandName = "UpdateBridgeSourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MediaConnect",
|
|
38
|
-
operation: "UpdateBridgeSource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UpdateBridgeSourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateBridgeSourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateBridgeSourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MediaConnect", "UpdateBridgeSource", {})
|
|
22
|
+
.n("MediaConnectClient", "UpdateBridgeSourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateBridgeSourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateBridgeSourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateBridgeSourceCommand = UpdateBridgeSourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateBridgeStateCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "MediaConnectClient";
|
|
29
|
-
const commandName = "UpdateBridgeStateCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MediaConnect",
|
|
38
|
-
operation: "UpdateBridgeState",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UpdateBridgeStateCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateBridgeStateCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateBridgeStateCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MediaConnect", "UpdateBridgeState", {})
|
|
22
|
+
.n("MediaConnectClient", "UpdateBridgeStateCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateBridgeStateCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateBridgeStateCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateBridgeStateCommand = UpdateBridgeStateCommand;
|