@aws-sdk/client-mediaconnect 3.490.0 → 3.496.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/MediaConnect.js +1 -113
- package/dist-cjs/MediaConnectClient.js +1 -43
- package/dist-cjs/commands/AddBridgeOutputsCommand.js +1 -28
- package/dist-cjs/commands/AddBridgeSourcesCommand.js +1 -28
- package/dist-cjs/commands/AddFlowMediaStreamsCommand.js +1 -28
- package/dist-cjs/commands/AddFlowOutputsCommand.js +1 -28
- package/dist-cjs/commands/AddFlowSourcesCommand.js +1 -28
- package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js +1 -28
- package/dist-cjs/commands/CreateBridgeCommand.js +1 -28
- package/dist-cjs/commands/CreateFlowCommand.js +1 -28
- package/dist-cjs/commands/CreateGatewayCommand.js +1 -28
- package/dist-cjs/commands/DeleteBridgeCommand.js +1 -28
- package/dist-cjs/commands/DeleteFlowCommand.js +1 -28
- package/dist-cjs/commands/DeleteGatewayCommand.js +1 -28
- package/dist-cjs/commands/DeregisterGatewayInstanceCommand.js +1 -28
- package/dist-cjs/commands/DescribeBridgeCommand.js +1 -28
- package/dist-cjs/commands/DescribeFlowCommand.js +1 -28
- package/dist-cjs/commands/DescribeFlowSourceMetadataCommand.js +1 -28
- package/dist-cjs/commands/DescribeGatewayCommand.js +1 -28
- package/dist-cjs/commands/DescribeGatewayInstanceCommand.js +1 -28
- package/dist-cjs/commands/DescribeOfferingCommand.js +1 -28
- package/dist-cjs/commands/DescribeReservationCommand.js +1 -28
- package/dist-cjs/commands/GrantFlowEntitlementsCommand.js +1 -28
- package/dist-cjs/commands/ListBridgesCommand.js +1 -28
- package/dist-cjs/commands/ListEntitlementsCommand.js +1 -28
- package/dist-cjs/commands/ListFlowsCommand.js +1 -28
- package/dist-cjs/commands/ListGatewayInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListGatewaysCommand.js +1 -28
- package/dist-cjs/commands/ListOfferingsCommand.js +1 -28
- package/dist-cjs/commands/ListReservationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PurchaseOfferingCommand.js +1 -28
- package/dist-cjs/commands/RemoveBridgeOutputCommand.js +1 -28
- package/dist-cjs/commands/RemoveBridgeSourceCommand.js +1 -28
- package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js +1 -28
- package/dist-cjs/commands/RemoveFlowOutputCommand.js +1 -28
- package/dist-cjs/commands/RemoveFlowSourceCommand.js +1 -28
- package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js +1 -28
- package/dist-cjs/commands/RevokeFlowEntitlementCommand.js +1 -28
- package/dist-cjs/commands/StartFlowCommand.js +1 -28
- package/dist-cjs/commands/StopFlowCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateBridgeCommand.js +1 -28
- package/dist-cjs/commands/UpdateBridgeOutputCommand.js +1 -28
- package/dist-cjs/commands/UpdateBridgeSourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateBridgeStateCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlowCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlowEntitlementCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlowOutputCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlowSourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateGatewayInstanceCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -54
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6207 -12
- package/dist-cjs/models/MediaConnectServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -336
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListBridgesPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntitlementsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFlowsPaginator.js +1 -7
- package/dist-cjs/pagination/ListGatewayInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/ListGatewaysPaginator.js +1 -7
- package/dist-cjs/pagination/ListOfferingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListReservationsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -11
- package/dist-cjs/protocols/Aws_restJson1.js +1 -4486
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -6
- package/dist-cjs/waiters/waitForFlowActive.js +1 -69
- package/dist-cjs/waiters/waitForFlowDeleted.js +1 -54
- package/dist-cjs/waiters/waitForFlowStandby.js +1 -60
- package/package.json +41 -41
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RevokeFlowEntitlementCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.RevokeFlowEntitlementCommand = RevokeFlowEntitlementCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartFlowCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartFlowCommand = StartFlowCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopFlowCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopFlowCommand = StopFlowCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateBridgeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateBridgeCommand = UpdateBridgeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateBridgeOutputCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateBridgeOutputCommand = UpdateBridgeOutputCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateBridgeSourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateBridgeSourceCommand = UpdateBridgeSourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateBridgeStateCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateBridgeStateCommand = UpdateBridgeStateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateFlowCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateFlowCommand 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", "UpdateFlow", {})
|
|
22
|
-
.n("MediaConnectClient", "UpdateFlowCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateFlowCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateFlowCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateFlowCommand = UpdateFlowCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateFlowEntitlementCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateFlowEntitlementCommand 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", "UpdateFlowEntitlement", {})
|
|
22
|
-
.n("MediaConnectClient", "UpdateFlowEntitlementCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateFlowEntitlementCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateFlowEntitlementCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateFlowEntitlementCommand = UpdateFlowEntitlementCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateFlowMediaStreamCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateFlowMediaStreamCommand 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", "UpdateFlowMediaStream", {})
|
|
22
|
-
.n("MediaConnectClient", "UpdateFlowMediaStreamCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateFlowMediaStreamCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateFlowMediaStreamCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateFlowMediaStreamCommand = UpdateFlowMediaStreamCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateFlowOutputCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateFlowOutputCommand 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", "UpdateFlowOutput", {})
|
|
22
|
-
.n("MediaConnectClient", "UpdateFlowOutputCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateFlowOutputCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateFlowOutputCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateFlowOutputCommand = UpdateFlowOutputCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateFlowSourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateFlowSourceCommand 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", "UpdateFlowSource", {})
|
|
22
|
-
.n("MediaConnectClient", "UpdateFlowSourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateFlowSourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateFlowSourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateFlowSourceCommand = UpdateFlowSourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateGatewayInstanceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateGatewayInstanceCommand 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", "UpdateGatewayInstance", {})
|
|
22
|
-
.n("MediaConnectClient", "UpdateGatewayInstanceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateGatewayInstanceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateGatewayInstanceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateGatewayInstanceCommand = UpdateGatewayInstanceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,54 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AddBridgeOutputsCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./AddBridgeSourcesCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./AddFlowMediaStreamsCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./AddFlowOutputsCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./AddFlowSourcesCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./AddFlowVpcInterfacesCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateBridgeCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateFlowCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateGatewayCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteBridgeCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteFlowCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteGatewayCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeregisterGatewayInstanceCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DescribeBridgeCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DescribeFlowCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DescribeFlowSourceMetadataCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeGatewayCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DescribeGatewayInstanceCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DescribeOfferingCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DescribeReservationCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GrantFlowEntitlementsCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./ListBridgesCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./ListEntitlementsCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListFlowsCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListGatewayInstancesCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListGatewaysCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListOfferingsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListReservationsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./PurchaseOfferingCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./RemoveBridgeOutputCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./RemoveBridgeSourceCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./RemoveFlowMediaStreamCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./RemoveFlowOutputCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./RemoveFlowSourceCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./RemoveFlowVpcInterfaceCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./RevokeFlowEntitlementCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./StartFlowCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./StopFlowCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./UpdateBridgeCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./UpdateBridgeOutputCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./UpdateBridgeSourceCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./UpdateBridgeStateCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./UpdateFlowCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./UpdateFlowEntitlementCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./UpdateFlowMediaStreamCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./UpdateFlowOutputCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./UpdateFlowSourceCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./UpdateGatewayInstanceCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "mediaconnect",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|