@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.
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,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MediaTailorServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class MediaTailorServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, MediaTailorServiceException.prototype);
10
- }
11
- }
12
- exports.MediaTailorServiceException = MediaTailorServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,79 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RelativePosition = exports.ChannelState = exports.Tier = exports.PlaybackMode = exports.BadRequestException = exports.AccessType = exports.ScheduleEntryType = exports.OriginManifestType = exports.Mode = exports.FillPolicy = exports.Type = exports.AdMarkupType = exports.LogType = exports.Operator = exports.AlertCategory = exports.MessageType = void 0;
4
- const MediaTailorServiceException_1 = require("./MediaTailorServiceException");
5
- exports.MessageType = {
6
- SPLICE_INSERT: "SPLICE_INSERT",
7
- TIME_SIGNAL: "TIME_SIGNAL",
8
- };
9
- exports.AlertCategory = {
10
- INFO: "INFO",
11
- PLAYBACK_WARNING: "PLAYBACK_WARNING",
12
- SCHEDULING_ERROR: "SCHEDULING_ERROR",
13
- };
14
- exports.Operator = {
15
- EQUALS: "EQUALS",
16
- };
17
- exports.LogType = {
18
- AS_RUN: "AS_RUN",
19
- };
20
- exports.AdMarkupType = {
21
- DATERANGE: "DATERANGE",
22
- SCTE35_ENHANCED: "SCTE35_ENHANCED",
23
- };
24
- exports.Type = {
25
- DASH: "DASH",
26
- HLS: "HLS",
27
- };
28
- exports.FillPolicy = {
29
- FULL_AVAIL_ONLY: "FULL_AVAIL_ONLY",
30
- PARTIAL_AVAIL: "PARTIAL_AVAIL",
31
- };
32
- exports.Mode = {
33
- AFTER_LIVE_EDGE: "AFTER_LIVE_EDGE",
34
- BEHIND_LIVE_EDGE: "BEHIND_LIVE_EDGE",
35
- OFF: "OFF",
36
- };
37
- exports.OriginManifestType = {
38
- MULTI_PERIOD: "MULTI_PERIOD",
39
- SINGLE_PERIOD: "SINGLE_PERIOD",
40
- };
41
- exports.ScheduleEntryType = {
42
- FILLER_SLATE: "FILLER_SLATE",
43
- PROGRAM: "PROGRAM",
44
- };
45
- exports.AccessType = {
46
- AUTODETECT_SIGV4: "AUTODETECT_SIGV4",
47
- S3_SIGV4: "S3_SIGV4",
48
- SECRETS_MANAGER_ACCESS_TOKEN: "SECRETS_MANAGER_ACCESS_TOKEN",
49
- };
50
- class BadRequestException extends MediaTailorServiceException_1.MediaTailorServiceException {
51
- constructor(opts) {
52
- super({
53
- name: "BadRequestException",
54
- $fault: "client",
55
- ...opts,
56
- });
57
- this.name = "BadRequestException";
58
- this.$fault = "client";
59
- Object.setPrototypeOf(this, BadRequestException.prototype);
60
- this.Message = opts.Message;
61
- }
62
- }
63
- exports.BadRequestException = BadRequestException;
64
- exports.PlaybackMode = {
65
- LINEAR: "LINEAR",
66
- LOOP: "LOOP",
67
- };
68
- exports.Tier = {
69
- BASIC: "BASIC",
70
- STANDARD: "STANDARD",
71
- };
72
- exports.ChannelState = {
73
- RUNNING: "RUNNING",
74
- STOPPED: "STOPPED",
75
- };
76
- exports.RelativePosition = {
77
- AFTER_PROGRAM: "AFTER_PROGRAM",
78
- BEFORE_PROGRAM: "BEFORE_PROGRAM",
79
- };
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetChannelSchedule = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetChannelScheduleCommand_1 = require("../commands/GetChannelScheduleCommand");
6
- const MediaTailorClient_1 = require("../MediaTailorClient");
7
- exports.paginateGetChannelSchedule = (0, core_1.createPaginator)(MediaTailorClient_1.MediaTailorClient, GetChannelScheduleCommand_1.GetChannelScheduleCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListAlerts = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListAlertsCommand_1 = require("../commands/ListAlertsCommand");
6
- const MediaTailorClient_1 = require("../MediaTailorClient");
7
- exports.paginateListAlerts = (0, core_1.createPaginator)(MediaTailorClient_1.MediaTailorClient, ListAlertsCommand_1.ListAlertsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListChannels = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListChannelsCommand_1 = require("../commands/ListChannelsCommand");
6
- const MediaTailorClient_1 = require("../MediaTailorClient");
7
- exports.paginateListChannels = (0, core_1.createPaginator)(MediaTailorClient_1.MediaTailorClient, ListChannelsCommand_1.ListChannelsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListLiveSources = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListLiveSourcesCommand_1 = require("../commands/ListLiveSourcesCommand");
6
- const MediaTailorClient_1 = require("../MediaTailorClient");
7
- exports.paginateListLiveSources = (0, core_1.createPaginator)(MediaTailorClient_1.MediaTailorClient, ListLiveSourcesCommand_1.ListLiveSourcesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPlaybackConfigurations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPlaybackConfigurationsCommand_1 = require("../commands/ListPlaybackConfigurationsCommand");
6
- const MediaTailorClient_1 = require("../MediaTailorClient");
7
- exports.paginateListPlaybackConfigurations = (0, core_1.createPaginator)(MediaTailorClient_1.MediaTailorClient, ListPlaybackConfigurationsCommand_1.ListPlaybackConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPrefetchSchedules = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPrefetchSchedulesCommand_1 = require("../commands/ListPrefetchSchedulesCommand");
6
- const MediaTailorClient_1 = require("../MediaTailorClient");
7
- exports.paginateListPrefetchSchedules = (0, core_1.createPaginator)(MediaTailorClient_1.MediaTailorClient, ListPrefetchSchedulesCommand_1.ListPrefetchSchedulesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListSourceLocations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListSourceLocationsCommand_1 = require("../commands/ListSourceLocationsCommand");
6
- const MediaTailorClient_1 = require("../MediaTailorClient");
7
- exports.paginateListSourceLocations = (0, core_1.createPaginator)(MediaTailorClient_1.MediaTailorClient, ListSourceLocationsCommand_1.ListSourceLocationsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListVodSources = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListVodSourcesCommand_1 = require("../commands/ListVodSourcesCommand");
6
- const MediaTailorClient_1 = require("../MediaTailorClient");
7
- exports.paginateListVodSources = (0, core_1.createPaginator)(MediaTailorClient_1.MediaTailorClient, ListVodSourcesCommand_1.ListVodSourcesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GetChannelSchedulePaginator"), exports);
5
- tslib_1.__exportStar(require("./Interfaces"), exports);
6
- tslib_1.__exportStar(require("./ListAlertsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListChannelsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListLiveSourcesPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListPlaybackConfigurationsPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListPrefetchSchedulesPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListSourceLocationsPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListVodSourcesPaginator"), exports);
1
+ module.exports = require("../index.js");