@aws-sdk/client-mediatailor 3.490.0 → 3.495.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/MediaTailor.js +1 -99
- package/dist-cjs/MediaTailorClient.js +1 -43
- package/dist-cjs/commands/ConfigureLogsForChannelCommand.js +1 -28
- package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateChannelCommand.js +1 -28
- package/dist-cjs/commands/CreateLiveSourceCommand.js +1 -28
- package/dist-cjs/commands/CreatePrefetchScheduleCommand.js +1 -28
- package/dist-cjs/commands/CreateProgramCommand.js +1 -28
- package/dist-cjs/commands/CreateSourceLocationCommand.js +1 -28
- package/dist-cjs/commands/CreateVodSourceCommand.js +1 -28
- package/dist-cjs/commands/DeleteChannelCommand.js +1 -28
- package/dist-cjs/commands/DeleteChannelPolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteLiveSourceCommand.js +1 -28
- package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeletePrefetchScheduleCommand.js +1 -28
- package/dist-cjs/commands/DeleteProgramCommand.js +1 -28
- package/dist-cjs/commands/DeleteSourceLocationCommand.js +1 -28
- package/dist-cjs/commands/DeleteVodSourceCommand.js +1 -28
- package/dist-cjs/commands/DescribeChannelCommand.js +1 -28
- package/dist-cjs/commands/DescribeLiveSourceCommand.js +1 -28
- package/dist-cjs/commands/DescribeProgramCommand.js +1 -28
- package/dist-cjs/commands/DescribeSourceLocationCommand.js +1 -28
- package/dist-cjs/commands/DescribeVodSourceCommand.js +1 -28
- package/dist-cjs/commands/GetChannelPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetChannelScheduleCommand.js +1 -28
- package/dist-cjs/commands/GetPlaybackConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetPrefetchScheduleCommand.js +1 -28
- package/dist-cjs/commands/ListAlertsCommand.js +1 -28
- package/dist-cjs/commands/ListChannelsCommand.js +1 -28
- package/dist-cjs/commands/ListLiveSourcesCommand.js +1 -28
- package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListPrefetchSchedulesCommand.js +1 -28
- package/dist-cjs/commands/ListSourceLocationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListVodSourcesCommand.js +1 -28
- package/dist-cjs/commands/PutChannelPolicyCommand.js +1 -28
- package/dist-cjs/commands/PutPlaybackConfigurationCommand.js +1 -28
- package/dist-cjs/commands/StartChannelCommand.js +1 -28
- package/dist-cjs/commands/StopChannelCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateChannelCommand.js +1 -28
- package/dist-cjs/commands/UpdateLiveSourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateProgramCommand.js +1 -28
- package/dist-cjs/commands/UpdateSourceLocationCommand.js +1 -28
- package/dist-cjs/commands/UpdateVodSourceCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -47
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3397 -11
- package/dist-cjs/models/MediaTailorServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -79
- package/dist-cjs/pagination/GetChannelSchedulePaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAlertsPaginator.js +1 -7
- package/dist-cjs/pagination/ListChannelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLiveSourcesPaginator.js +1 -7
- package/dist-cjs/pagination/ListPlaybackConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPrefetchSchedulesPaginator.js +1 -7
- package/dist-cjs/pagination/ListSourceLocationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListVodSourcesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -12
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2284
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -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("MediaTailor", "TagResource", {})
|
|
22
|
-
.n("MediaTailorClient", "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("MediaTailor", "UntagResource", {})
|
|
22
|
-
.n("MediaTailorClient", "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.UpdateChannelCommand = 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 UpdateChannelCommand 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("MediaTailor", "UpdateChannel", {})
|
|
22
|
-
.n("MediaTailorClient", "UpdateChannelCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateChannelCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateChannelCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateChannelCommand = UpdateChannelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateLiveSourceCommand = 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 UpdateLiveSourceCommand 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("MediaTailor", "UpdateLiveSource", {})
|
|
22
|
-
.n("MediaTailorClient", "UpdateLiveSourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateLiveSourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateLiveSourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateLiveSourceCommand = UpdateLiveSourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateProgramCommand = 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 UpdateProgramCommand 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("MediaTailor", "UpdateProgram", {})
|
|
22
|
-
.n("MediaTailorClient", "UpdateProgramCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateProgramCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateProgramCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateProgramCommand = UpdateProgramCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateSourceLocationCommand = 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 UpdateSourceLocationCommand 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("MediaTailor", "UpdateSourceLocation", {})
|
|
22
|
-
.n("MediaTailorClient", "UpdateSourceLocationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateSourceLocationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateSourceLocationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateSourceLocationCommand = UpdateSourceLocationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateVodSourceCommand = 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 UpdateVodSourceCommand 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("MediaTailor", "UpdateVodSource", {})
|
|
22
|
-
.n("MediaTailorClient", "UpdateVodSourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateVodSourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateVodSourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateVodSourceCommand = UpdateVodSourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,47 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./ConfigureLogsForChannelCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ConfigureLogsForPlaybackConfigurationCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateChannelCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateLiveSourceCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreatePrefetchScheduleCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateProgramCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateSourceLocationCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateVodSourceCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteChannelCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteChannelPolicyCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteLiveSourceCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeletePlaybackConfigurationCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeletePrefetchScheduleCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteProgramCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteSourceLocationCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteVodSourceCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeChannelCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DescribeLiveSourceCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DescribeProgramCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DescribeSourceLocationCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DescribeVodSourceCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetChannelPolicyCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetChannelScheduleCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetPlaybackConfigurationCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetPrefetchScheduleCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListAlertsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListChannelsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListLiveSourcesCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListPlaybackConfigurationsCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListPrefetchSchedulesCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListSourceLocationsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListVodSourcesCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./PutChannelPolicyCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./PutPlaybackConfigurationCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./StartChannelCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./StopChannelCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./UpdateChannelCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./UpdateLiveSourceCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./UpdateProgramCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./UpdateSourceLocationCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./UpdateVodSourceCommand"), 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: "mediatailor",
|
|
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");
|