@aws-sdk/client-mediatailor 3.489.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.
Files changed (66) hide show
  1. package/dist-cjs/MediaTailor.js +1 -99
  2. package/dist-cjs/MediaTailorClient.js +1 -43
  3. package/dist-cjs/commands/ConfigureLogsForChannelCommand.js +1 -28
  4. package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +1 -28
  5. package/dist-cjs/commands/CreateChannelCommand.js +1 -28
  6. package/dist-cjs/commands/CreateLiveSourceCommand.js +1 -28
  7. package/dist-cjs/commands/CreatePrefetchScheduleCommand.js +1 -28
  8. package/dist-cjs/commands/CreateProgramCommand.js +1 -28
  9. package/dist-cjs/commands/CreateSourceLocationCommand.js +1 -28
  10. package/dist-cjs/commands/CreateVodSourceCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteChannelCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteChannelPolicyCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteLiveSourceCommand.js +1 -28
  14. package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js +1 -28
  15. package/dist-cjs/commands/DeletePrefetchScheduleCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteProgramCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteSourceLocationCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteVodSourceCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeChannelCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeLiveSourceCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeProgramCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeSourceLocationCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeVodSourceCommand.js +1 -28
  24. package/dist-cjs/commands/GetChannelPolicyCommand.js +1 -28
  25. package/dist-cjs/commands/GetChannelScheduleCommand.js +1 -28
  26. package/dist-cjs/commands/GetPlaybackConfigurationCommand.js +1 -28
  27. package/dist-cjs/commands/GetPrefetchScheduleCommand.js +1 -28
  28. package/dist-cjs/commands/ListAlertsCommand.js +1 -28
  29. package/dist-cjs/commands/ListChannelsCommand.js +1 -28
  30. package/dist-cjs/commands/ListLiveSourcesCommand.js +1 -28
  31. package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js +1 -28
  32. package/dist-cjs/commands/ListPrefetchSchedulesCommand.js +1 -28
  33. package/dist-cjs/commands/ListSourceLocationsCommand.js +1 -28
  34. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  35. package/dist-cjs/commands/ListVodSourcesCommand.js +1 -28
  36. package/dist-cjs/commands/PutChannelPolicyCommand.js +1 -28
  37. package/dist-cjs/commands/PutPlaybackConfigurationCommand.js +1 -28
  38. package/dist-cjs/commands/StartChannelCommand.js +1 -28
  39. package/dist-cjs/commands/StopChannelCommand.js +1 -28
  40. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  41. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  42. package/dist-cjs/commands/UpdateChannelCommand.js +1 -28
  43. package/dist-cjs/commands/UpdateLiveSourceCommand.js +1 -28
  44. package/dist-cjs/commands/UpdateProgramCommand.js +1 -28
  45. package/dist-cjs/commands/UpdateSourceLocationCommand.js +1 -28
  46. package/dist-cjs/commands/UpdateVodSourceCommand.js +1 -28
  47. package/dist-cjs/commands/index.js +1 -47
  48. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  49. package/dist-cjs/extensionConfiguration.js +1 -2
  50. package/dist-cjs/index.js +3397 -11
  51. package/dist-cjs/models/MediaTailorServiceException.js +1 -12
  52. package/dist-cjs/models/index.js +1 -4
  53. package/dist-cjs/models/models_0.js +1 -79
  54. package/dist-cjs/pagination/GetChannelSchedulePaginator.js +1 -7
  55. package/dist-cjs/pagination/Interfaces.js +1 -2
  56. package/dist-cjs/pagination/ListAlertsPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListChannelsPaginator.js +1 -7
  58. package/dist-cjs/pagination/ListLiveSourcesPaginator.js +1 -7
  59. package/dist-cjs/pagination/ListPlaybackConfigurationsPaginator.js +1 -7
  60. package/dist-cjs/pagination/ListPrefetchSchedulesPaginator.js +1 -7
  61. package/dist-cjs/pagination/ListSourceLocationsPaginator.js +1 -7
  62. package/dist-cjs/pagination/ListVodSourcesPaginator.js +1 -7
  63. package/dist-cjs/pagination/index.js +1 -12
  64. package/dist-cjs/protocols/Aws_restJson1.js +1 -2284
  65. package/dist-cjs/runtimeExtensions.js +1 -22
  66. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeChannelCommand = 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 DescribeChannelCommand 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", "DescribeChannel", {})
22
- .n("MediaTailorClient", "DescribeChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeChannelCommand)
25
- .de(Aws_restJson1_1.de_DescribeChannelCommand)
26
- .build() {
27
- }
28
- exports.DescribeChannelCommand = DescribeChannelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeLiveSourceCommand = 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 DescribeLiveSourceCommand 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", "DescribeLiveSource", {})
22
- .n("MediaTailorClient", "DescribeLiveSourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeLiveSourceCommand)
25
- .de(Aws_restJson1_1.de_DescribeLiveSourceCommand)
26
- .build() {
27
- }
28
- exports.DescribeLiveSourceCommand = DescribeLiveSourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeProgramCommand = 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 DescribeProgramCommand 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", "DescribeProgram", {})
22
- .n("MediaTailorClient", "DescribeProgramCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeProgramCommand)
25
- .de(Aws_restJson1_1.de_DescribeProgramCommand)
26
- .build() {
27
- }
28
- exports.DescribeProgramCommand = DescribeProgramCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeSourceLocationCommand = 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 DescribeSourceLocationCommand 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", "DescribeSourceLocation", {})
22
- .n("MediaTailorClient", "DescribeSourceLocationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeSourceLocationCommand)
25
- .de(Aws_restJson1_1.de_DescribeSourceLocationCommand)
26
- .build() {
27
- }
28
- exports.DescribeSourceLocationCommand = DescribeSourceLocationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeVodSourceCommand = 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 DescribeVodSourceCommand 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", "DescribeVodSource", {})
22
- .n("MediaTailorClient", "DescribeVodSourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeVodSourceCommand)
25
- .de(Aws_restJson1_1.de_DescribeVodSourceCommand)
26
- .build() {
27
- }
28
- exports.DescribeVodSourceCommand = DescribeVodSourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetChannelPolicyCommand = 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 GetChannelPolicyCommand 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", "GetChannelPolicy", {})
22
- .n("MediaTailorClient", "GetChannelPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetChannelPolicyCommand)
25
- .de(Aws_restJson1_1.de_GetChannelPolicyCommand)
26
- .build() {
27
- }
28
- exports.GetChannelPolicyCommand = GetChannelPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetChannelScheduleCommand = 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 GetChannelScheduleCommand 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", "GetChannelSchedule", {})
22
- .n("MediaTailorClient", "GetChannelScheduleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetChannelScheduleCommand)
25
- .de(Aws_restJson1_1.de_GetChannelScheduleCommand)
26
- .build() {
27
- }
28
- exports.GetChannelScheduleCommand = GetChannelScheduleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPlaybackConfigurationCommand = 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 GetPlaybackConfigurationCommand 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", "GetPlaybackConfiguration", {})
22
- .n("MediaTailorClient", "GetPlaybackConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetPlaybackConfigurationCommand)
25
- .de(Aws_restJson1_1.de_GetPlaybackConfigurationCommand)
26
- .build() {
27
- }
28
- exports.GetPlaybackConfigurationCommand = GetPlaybackConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPrefetchScheduleCommand = 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 GetPrefetchScheduleCommand 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", "GetPrefetchSchedule", {})
22
- .n("MediaTailorClient", "GetPrefetchScheduleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetPrefetchScheduleCommand)
25
- .de(Aws_restJson1_1.de_GetPrefetchScheduleCommand)
26
- .build() {
27
- }
28
- exports.GetPrefetchScheduleCommand = GetPrefetchScheduleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAlertsCommand = 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 ListAlertsCommand 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", "ListAlerts", {})
22
- .n("MediaTailorClient", "ListAlertsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAlertsCommand)
25
- .de(Aws_restJson1_1.de_ListAlertsCommand)
26
- .build() {
27
- }
28
- exports.ListAlertsCommand = ListAlertsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListChannelsCommand = 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 ListChannelsCommand 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", "ListChannels", {})
22
- .n("MediaTailorClient", "ListChannelsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListChannelsCommand)
25
- .de(Aws_restJson1_1.de_ListChannelsCommand)
26
- .build() {
27
- }
28
- exports.ListChannelsCommand = ListChannelsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLiveSourcesCommand = 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 ListLiveSourcesCommand 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", "ListLiveSources", {})
22
- .n("MediaTailorClient", "ListLiveSourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListLiveSourcesCommand)
25
- .de(Aws_restJson1_1.de_ListLiveSourcesCommand)
26
- .build() {
27
- }
28
- exports.ListLiveSourcesCommand = ListLiveSourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPlaybackConfigurationsCommand = 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 ListPlaybackConfigurationsCommand 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", "ListPlaybackConfigurations", {})
22
- .n("MediaTailorClient", "ListPlaybackConfigurationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPlaybackConfigurationsCommand)
25
- .de(Aws_restJson1_1.de_ListPlaybackConfigurationsCommand)
26
- .build() {
27
- }
28
- exports.ListPlaybackConfigurationsCommand = ListPlaybackConfigurationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPrefetchSchedulesCommand = 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 ListPrefetchSchedulesCommand 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", "ListPrefetchSchedules", {})
22
- .n("MediaTailorClient", "ListPrefetchSchedulesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPrefetchSchedulesCommand)
25
- .de(Aws_restJson1_1.de_ListPrefetchSchedulesCommand)
26
- .build() {
27
- }
28
- exports.ListPrefetchSchedulesCommand = ListPrefetchSchedulesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSourceLocationsCommand = 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 ListSourceLocationsCommand 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", "ListSourceLocations", {})
22
- .n("MediaTailorClient", "ListSourceLocationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListSourceLocationsCommand)
25
- .de(Aws_restJson1_1.de_ListSourceLocationsCommand)
26
- .build() {
27
- }
28
- exports.ListSourceLocationsCommand = ListSourceLocationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
22
- .n("MediaTailorClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListVodSourcesCommand = 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 ListVodSourcesCommand 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", "ListVodSources", {})
22
- .n("MediaTailorClient", "ListVodSourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListVodSourcesCommand)
25
- .de(Aws_restJson1_1.de_ListVodSourcesCommand)
26
- .build() {
27
- }
28
- exports.ListVodSourcesCommand = ListVodSourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutChannelPolicyCommand = 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 PutChannelPolicyCommand 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", "PutChannelPolicy", {})
22
- .n("MediaTailorClient", "PutChannelPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutChannelPolicyCommand)
25
- .de(Aws_restJson1_1.de_PutChannelPolicyCommand)
26
- .build() {
27
- }
28
- exports.PutChannelPolicyCommand = PutChannelPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutPlaybackConfigurationCommand = 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 PutPlaybackConfigurationCommand 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", "PutPlaybackConfiguration", {})
22
- .n("MediaTailorClient", "PutPlaybackConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutPlaybackConfigurationCommand)
25
- .de(Aws_restJson1_1.de_PutPlaybackConfigurationCommand)
26
- .build() {
27
- }
28
- exports.PutPlaybackConfigurationCommand = PutPlaybackConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartChannelCommand = 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 StartChannelCommand 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", "StartChannel", {})
22
- .n("MediaTailorClient", "StartChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartChannelCommand)
25
- .de(Aws_restJson1_1.de_StartChannelCommand)
26
- .build() {
27
- }
28
- exports.StartChannelCommand = StartChannelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopChannelCommand = 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 StopChannelCommand 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", "StopChannel", {})
22
- .n("MediaTailorClient", "StopChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StopChannelCommand)
25
- .de(Aws_restJson1_1.de_StopChannelCommand)
26
- .build() {
27
- }
28
- exports.StopChannelCommand = StopChannelCommand;
1
+ module.exports = require("../index.js");