@aws-sdk/client-mediatailor 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/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 +3399 -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
package/dist-cjs/MediaTailor.js
CHANGED
|
@@ -1,99 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MediaTailor = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const ConfigureLogsForChannelCommand_1 = require("./commands/ConfigureLogsForChannelCommand");
|
|
6
|
-
const ConfigureLogsForPlaybackConfigurationCommand_1 = require("./commands/ConfigureLogsForPlaybackConfigurationCommand");
|
|
7
|
-
const CreateChannelCommand_1 = require("./commands/CreateChannelCommand");
|
|
8
|
-
const CreateLiveSourceCommand_1 = require("./commands/CreateLiveSourceCommand");
|
|
9
|
-
const CreatePrefetchScheduleCommand_1 = require("./commands/CreatePrefetchScheduleCommand");
|
|
10
|
-
const CreateProgramCommand_1 = require("./commands/CreateProgramCommand");
|
|
11
|
-
const CreateSourceLocationCommand_1 = require("./commands/CreateSourceLocationCommand");
|
|
12
|
-
const CreateVodSourceCommand_1 = require("./commands/CreateVodSourceCommand");
|
|
13
|
-
const DeleteChannelCommand_1 = require("./commands/DeleteChannelCommand");
|
|
14
|
-
const DeleteChannelPolicyCommand_1 = require("./commands/DeleteChannelPolicyCommand");
|
|
15
|
-
const DeleteLiveSourceCommand_1 = require("./commands/DeleteLiveSourceCommand");
|
|
16
|
-
const DeletePlaybackConfigurationCommand_1 = require("./commands/DeletePlaybackConfigurationCommand");
|
|
17
|
-
const DeletePrefetchScheduleCommand_1 = require("./commands/DeletePrefetchScheduleCommand");
|
|
18
|
-
const DeleteProgramCommand_1 = require("./commands/DeleteProgramCommand");
|
|
19
|
-
const DeleteSourceLocationCommand_1 = require("./commands/DeleteSourceLocationCommand");
|
|
20
|
-
const DeleteVodSourceCommand_1 = require("./commands/DeleteVodSourceCommand");
|
|
21
|
-
const DescribeChannelCommand_1 = require("./commands/DescribeChannelCommand");
|
|
22
|
-
const DescribeLiveSourceCommand_1 = require("./commands/DescribeLiveSourceCommand");
|
|
23
|
-
const DescribeProgramCommand_1 = require("./commands/DescribeProgramCommand");
|
|
24
|
-
const DescribeSourceLocationCommand_1 = require("./commands/DescribeSourceLocationCommand");
|
|
25
|
-
const DescribeVodSourceCommand_1 = require("./commands/DescribeVodSourceCommand");
|
|
26
|
-
const GetChannelPolicyCommand_1 = require("./commands/GetChannelPolicyCommand");
|
|
27
|
-
const GetChannelScheduleCommand_1 = require("./commands/GetChannelScheduleCommand");
|
|
28
|
-
const GetPlaybackConfigurationCommand_1 = require("./commands/GetPlaybackConfigurationCommand");
|
|
29
|
-
const GetPrefetchScheduleCommand_1 = require("./commands/GetPrefetchScheduleCommand");
|
|
30
|
-
const ListAlertsCommand_1 = require("./commands/ListAlertsCommand");
|
|
31
|
-
const ListChannelsCommand_1 = require("./commands/ListChannelsCommand");
|
|
32
|
-
const ListLiveSourcesCommand_1 = require("./commands/ListLiveSourcesCommand");
|
|
33
|
-
const ListPlaybackConfigurationsCommand_1 = require("./commands/ListPlaybackConfigurationsCommand");
|
|
34
|
-
const ListPrefetchSchedulesCommand_1 = require("./commands/ListPrefetchSchedulesCommand");
|
|
35
|
-
const ListSourceLocationsCommand_1 = require("./commands/ListSourceLocationsCommand");
|
|
36
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
37
|
-
const ListVodSourcesCommand_1 = require("./commands/ListVodSourcesCommand");
|
|
38
|
-
const PutChannelPolicyCommand_1 = require("./commands/PutChannelPolicyCommand");
|
|
39
|
-
const PutPlaybackConfigurationCommand_1 = require("./commands/PutPlaybackConfigurationCommand");
|
|
40
|
-
const StartChannelCommand_1 = require("./commands/StartChannelCommand");
|
|
41
|
-
const StopChannelCommand_1 = require("./commands/StopChannelCommand");
|
|
42
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
43
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
44
|
-
const UpdateChannelCommand_1 = require("./commands/UpdateChannelCommand");
|
|
45
|
-
const UpdateLiveSourceCommand_1 = require("./commands/UpdateLiveSourceCommand");
|
|
46
|
-
const UpdateProgramCommand_1 = require("./commands/UpdateProgramCommand");
|
|
47
|
-
const UpdateSourceLocationCommand_1 = require("./commands/UpdateSourceLocationCommand");
|
|
48
|
-
const UpdateVodSourceCommand_1 = require("./commands/UpdateVodSourceCommand");
|
|
49
|
-
const MediaTailorClient_1 = require("./MediaTailorClient");
|
|
50
|
-
const commands = {
|
|
51
|
-
ConfigureLogsForChannelCommand: ConfigureLogsForChannelCommand_1.ConfigureLogsForChannelCommand,
|
|
52
|
-
ConfigureLogsForPlaybackConfigurationCommand: ConfigureLogsForPlaybackConfigurationCommand_1.ConfigureLogsForPlaybackConfigurationCommand,
|
|
53
|
-
CreateChannelCommand: CreateChannelCommand_1.CreateChannelCommand,
|
|
54
|
-
CreateLiveSourceCommand: CreateLiveSourceCommand_1.CreateLiveSourceCommand,
|
|
55
|
-
CreatePrefetchScheduleCommand: CreatePrefetchScheduleCommand_1.CreatePrefetchScheduleCommand,
|
|
56
|
-
CreateProgramCommand: CreateProgramCommand_1.CreateProgramCommand,
|
|
57
|
-
CreateSourceLocationCommand: CreateSourceLocationCommand_1.CreateSourceLocationCommand,
|
|
58
|
-
CreateVodSourceCommand: CreateVodSourceCommand_1.CreateVodSourceCommand,
|
|
59
|
-
DeleteChannelCommand: DeleteChannelCommand_1.DeleteChannelCommand,
|
|
60
|
-
DeleteChannelPolicyCommand: DeleteChannelPolicyCommand_1.DeleteChannelPolicyCommand,
|
|
61
|
-
DeleteLiveSourceCommand: DeleteLiveSourceCommand_1.DeleteLiveSourceCommand,
|
|
62
|
-
DeletePlaybackConfigurationCommand: DeletePlaybackConfigurationCommand_1.DeletePlaybackConfigurationCommand,
|
|
63
|
-
DeletePrefetchScheduleCommand: DeletePrefetchScheduleCommand_1.DeletePrefetchScheduleCommand,
|
|
64
|
-
DeleteProgramCommand: DeleteProgramCommand_1.DeleteProgramCommand,
|
|
65
|
-
DeleteSourceLocationCommand: DeleteSourceLocationCommand_1.DeleteSourceLocationCommand,
|
|
66
|
-
DeleteVodSourceCommand: DeleteVodSourceCommand_1.DeleteVodSourceCommand,
|
|
67
|
-
DescribeChannelCommand: DescribeChannelCommand_1.DescribeChannelCommand,
|
|
68
|
-
DescribeLiveSourceCommand: DescribeLiveSourceCommand_1.DescribeLiveSourceCommand,
|
|
69
|
-
DescribeProgramCommand: DescribeProgramCommand_1.DescribeProgramCommand,
|
|
70
|
-
DescribeSourceLocationCommand: DescribeSourceLocationCommand_1.DescribeSourceLocationCommand,
|
|
71
|
-
DescribeVodSourceCommand: DescribeVodSourceCommand_1.DescribeVodSourceCommand,
|
|
72
|
-
GetChannelPolicyCommand: GetChannelPolicyCommand_1.GetChannelPolicyCommand,
|
|
73
|
-
GetChannelScheduleCommand: GetChannelScheduleCommand_1.GetChannelScheduleCommand,
|
|
74
|
-
GetPlaybackConfigurationCommand: GetPlaybackConfigurationCommand_1.GetPlaybackConfigurationCommand,
|
|
75
|
-
GetPrefetchScheduleCommand: GetPrefetchScheduleCommand_1.GetPrefetchScheduleCommand,
|
|
76
|
-
ListAlertsCommand: ListAlertsCommand_1.ListAlertsCommand,
|
|
77
|
-
ListChannelsCommand: ListChannelsCommand_1.ListChannelsCommand,
|
|
78
|
-
ListLiveSourcesCommand: ListLiveSourcesCommand_1.ListLiveSourcesCommand,
|
|
79
|
-
ListPlaybackConfigurationsCommand: ListPlaybackConfigurationsCommand_1.ListPlaybackConfigurationsCommand,
|
|
80
|
-
ListPrefetchSchedulesCommand: ListPrefetchSchedulesCommand_1.ListPrefetchSchedulesCommand,
|
|
81
|
-
ListSourceLocationsCommand: ListSourceLocationsCommand_1.ListSourceLocationsCommand,
|
|
82
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
83
|
-
ListVodSourcesCommand: ListVodSourcesCommand_1.ListVodSourcesCommand,
|
|
84
|
-
PutChannelPolicyCommand: PutChannelPolicyCommand_1.PutChannelPolicyCommand,
|
|
85
|
-
PutPlaybackConfigurationCommand: PutPlaybackConfigurationCommand_1.PutPlaybackConfigurationCommand,
|
|
86
|
-
StartChannelCommand: StartChannelCommand_1.StartChannelCommand,
|
|
87
|
-
StopChannelCommand: StopChannelCommand_1.StopChannelCommand,
|
|
88
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
89
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
90
|
-
UpdateChannelCommand: UpdateChannelCommand_1.UpdateChannelCommand,
|
|
91
|
-
UpdateLiveSourceCommand: UpdateLiveSourceCommand_1.UpdateLiveSourceCommand,
|
|
92
|
-
UpdateProgramCommand: UpdateProgramCommand_1.UpdateProgramCommand,
|
|
93
|
-
UpdateSourceLocationCommand: UpdateSourceLocationCommand_1.UpdateSourceLocationCommand,
|
|
94
|
-
UpdateVodSourceCommand: UpdateVodSourceCommand_1.UpdateVodSourceCommand,
|
|
95
|
-
};
|
|
96
|
-
class MediaTailor extends MediaTailorClient_1.MediaTailorClient {
|
|
97
|
-
}
|
|
98
|
-
exports.MediaTailor = MediaTailor;
|
|
99
|
-
(0, smithy_client_1.createAggregatedClient)(commands, MediaTailor);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MediaTailorClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class MediaTailorClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.MediaTailorClient = MediaTailorClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConfigureLogsForChannelCommand = 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 ConfigureLogsForChannelCommand 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", "ConfigureLogsForChannel", {})
|
|
22
|
-
.n("MediaTailorClient", "ConfigureLogsForChannelCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ConfigureLogsForChannelCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ConfigureLogsForChannelCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ConfigureLogsForChannelCommand = ConfigureLogsForChannelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConfigureLogsForPlaybackConfigurationCommand = 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 ConfigureLogsForPlaybackConfigurationCommand 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", "ConfigureLogsForPlaybackConfiguration", {})
|
|
22
|
-
.n("MediaTailorClient", "ConfigureLogsForPlaybackConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ConfigureLogsForPlaybackConfigurationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ConfigureLogsForPlaybackConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ConfigureLogsForPlaybackConfigurationCommand = ConfigureLogsForPlaybackConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateChannelCommand = 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 CreateChannelCommand 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", "CreateChannel", {})
|
|
22
|
-
.n("MediaTailorClient", "CreateChannelCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateChannelCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateChannelCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateChannelCommand = CreateChannelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLiveSourceCommand = 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 CreateLiveSourceCommand 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", "CreateLiveSource", {})
|
|
22
|
-
.n("MediaTailorClient", "CreateLiveSourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateLiveSourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateLiveSourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateLiveSourceCommand = CreateLiveSourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePrefetchScheduleCommand = 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 CreatePrefetchScheduleCommand 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", "CreatePrefetchSchedule", {})
|
|
22
|
-
.n("MediaTailorClient", "CreatePrefetchScheduleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreatePrefetchScheduleCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreatePrefetchScheduleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePrefetchScheduleCommand = CreatePrefetchScheduleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateProgramCommand = 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 CreateProgramCommand 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", "CreateProgram", {})
|
|
22
|
-
.n("MediaTailorClient", "CreateProgramCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateProgramCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateProgramCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateProgramCommand = CreateProgramCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateSourceLocationCommand = 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 CreateSourceLocationCommand 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", "CreateSourceLocation", {})
|
|
22
|
-
.n("MediaTailorClient", "CreateSourceLocationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateSourceLocationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateSourceLocationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateSourceLocationCommand = CreateSourceLocationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateVodSourceCommand = 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 CreateVodSourceCommand 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", "CreateVodSource", {})
|
|
22
|
-
.n("MediaTailorClient", "CreateVodSourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateVodSourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateVodSourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateVodSourceCommand = CreateVodSourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteChannelCommand = 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 DeleteChannelCommand 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", "DeleteChannel", {})
|
|
22
|
-
.n("MediaTailorClient", "DeleteChannelCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteChannelCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteChannelCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteChannelCommand = DeleteChannelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteChannelPolicyCommand = 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 DeleteChannelPolicyCommand 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", "DeleteChannelPolicy", {})
|
|
22
|
-
.n("MediaTailorClient", "DeleteChannelPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteChannelPolicyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteChannelPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteChannelPolicyCommand = DeleteChannelPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteLiveSourceCommand = 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 DeleteLiveSourceCommand 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", "DeleteLiveSource", {})
|
|
22
|
-
.n("MediaTailorClient", "DeleteLiveSourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteLiveSourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteLiveSourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteLiveSourceCommand = DeleteLiveSourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePlaybackConfigurationCommand = 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 DeletePlaybackConfigurationCommand 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", "DeletePlaybackConfiguration", {})
|
|
22
|
-
.n("MediaTailorClient", "DeletePlaybackConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeletePlaybackConfigurationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeletePlaybackConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeletePlaybackConfigurationCommand = DeletePlaybackConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePrefetchScheduleCommand = 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 DeletePrefetchScheduleCommand 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", "DeletePrefetchSchedule", {})
|
|
22
|
-
.n("MediaTailorClient", "DeletePrefetchScheduleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeletePrefetchScheduleCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeletePrefetchScheduleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeletePrefetchScheduleCommand = DeletePrefetchScheduleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteProgramCommand = 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 DeleteProgramCommand 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", "DeleteProgram", {})
|
|
22
|
-
.n("MediaTailorClient", "DeleteProgramCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteProgramCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteProgramCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteProgramCommand = DeleteProgramCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteSourceLocationCommand = 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 DeleteSourceLocationCommand 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", "DeleteSourceLocation", {})
|
|
22
|
-
.n("MediaTailorClient", "DeleteSourceLocationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteSourceLocationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteSourceLocationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteSourceLocationCommand = DeleteSourceLocationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteVodSourceCommand = 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 DeleteVodSourceCommand 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", "DeleteVodSource", {})
|
|
22
|
-
.n("MediaTailorClient", "DeleteVodSourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteVodSourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteVodSourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteVodSourceCommand = DeleteVodSourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|