@aws-sdk/client-mediapackage-vod 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/MediaPackageVod.js +1 -45
- package/dist-cjs/MediaPackageVodClient.js +1 -43
- package/dist-cjs/commands/ConfigureLogsCommand.js +1 -28
- package/dist-cjs/commands/CreateAssetCommand.js +1 -28
- package/dist-cjs/commands/CreatePackagingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreatePackagingGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteAssetCommand.js +1 -28
- package/dist-cjs/commands/DeletePackagingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeletePackagingGroupCommand.js +1 -28
- package/dist-cjs/commands/DescribeAssetCommand.js +1 -28
- package/dist-cjs/commands/DescribePackagingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribePackagingGroupCommand.js +1 -28
- package/dist-cjs/commands/ListAssetsCommand.js +1 -28
- package/dist-cjs/commands/ListPackagingConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListPackagingGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdatePackagingGroupCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -20
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +2202 -11
- package/dist-cjs/models/MediaPackageVodServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -141
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAssetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPackagingConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPackagingGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -7
- package/dist-cjs/protocols/Aws_restJson1.js +1 -1546
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MediaPackageVodServiceException = 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 MediaPackageVodServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, MediaPackageVodServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.MediaPackageVodServiceException = MediaPackageVodServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,141 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UnprocessableEntityException = exports.TooManyRequestsException = exports.ServiceUnavailableException = exports.NotFoundException = exports.InternalServerErrorException = exports.ForbiddenException = exports.EncryptionMethod = exports.SegmentTemplateFormat = exports.PresetSpeke20Video = exports.PresetSpeke20Audio = exports.AdMarkers = exports.StreamOrder = exports.ScteMarkersSource = exports.Profile = exports.ManifestLayout = exports.__PeriodTriggersElement = void 0;
|
|
4
|
-
const MediaPackageVodServiceException_1 = require("./MediaPackageVodServiceException");
|
|
5
|
-
exports.__PeriodTriggersElement = {
|
|
6
|
-
ADS: "ADS",
|
|
7
|
-
};
|
|
8
|
-
exports.ManifestLayout = {
|
|
9
|
-
COMPACT: "COMPACT",
|
|
10
|
-
FULL: "FULL",
|
|
11
|
-
};
|
|
12
|
-
exports.Profile = {
|
|
13
|
-
HBBTV_1_5: "HBBTV_1_5",
|
|
14
|
-
NONE: "NONE",
|
|
15
|
-
};
|
|
16
|
-
exports.ScteMarkersSource = {
|
|
17
|
-
MANIFEST: "MANIFEST",
|
|
18
|
-
SEGMENTS: "SEGMENTS",
|
|
19
|
-
};
|
|
20
|
-
exports.StreamOrder = {
|
|
21
|
-
ORIGINAL: "ORIGINAL",
|
|
22
|
-
VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING",
|
|
23
|
-
VIDEO_BITRATE_DESCENDING: "VIDEO_BITRATE_DESCENDING",
|
|
24
|
-
};
|
|
25
|
-
exports.AdMarkers = {
|
|
26
|
-
NONE: "NONE",
|
|
27
|
-
PASSTHROUGH: "PASSTHROUGH",
|
|
28
|
-
SCTE35_ENHANCED: "SCTE35_ENHANCED",
|
|
29
|
-
};
|
|
30
|
-
exports.PresetSpeke20Audio = {
|
|
31
|
-
PRESET_AUDIO_1: "PRESET-AUDIO-1",
|
|
32
|
-
PRESET_AUDIO_2: "PRESET-AUDIO-2",
|
|
33
|
-
PRESET_AUDIO_3: "PRESET-AUDIO-3",
|
|
34
|
-
SHARED: "SHARED",
|
|
35
|
-
UNENCRYPTED: "UNENCRYPTED",
|
|
36
|
-
};
|
|
37
|
-
exports.PresetSpeke20Video = {
|
|
38
|
-
PRESET_VIDEO_1: "PRESET-VIDEO-1",
|
|
39
|
-
PRESET_VIDEO_2: "PRESET-VIDEO-2",
|
|
40
|
-
PRESET_VIDEO_3: "PRESET-VIDEO-3",
|
|
41
|
-
PRESET_VIDEO_4: "PRESET-VIDEO-4",
|
|
42
|
-
PRESET_VIDEO_5: "PRESET-VIDEO-5",
|
|
43
|
-
PRESET_VIDEO_6: "PRESET-VIDEO-6",
|
|
44
|
-
PRESET_VIDEO_7: "PRESET-VIDEO-7",
|
|
45
|
-
PRESET_VIDEO_8: "PRESET-VIDEO-8",
|
|
46
|
-
SHARED: "SHARED",
|
|
47
|
-
UNENCRYPTED: "UNENCRYPTED",
|
|
48
|
-
};
|
|
49
|
-
exports.SegmentTemplateFormat = {
|
|
50
|
-
NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION",
|
|
51
|
-
NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE",
|
|
52
|
-
TIME_WITH_TIMELINE: "TIME_WITH_TIMELINE",
|
|
53
|
-
};
|
|
54
|
-
exports.EncryptionMethod = {
|
|
55
|
-
AES_128: "AES_128",
|
|
56
|
-
SAMPLE_AES: "SAMPLE_AES",
|
|
57
|
-
};
|
|
58
|
-
class ForbiddenException extends MediaPackageVodServiceException_1.MediaPackageVodServiceException {
|
|
59
|
-
constructor(opts) {
|
|
60
|
-
super({
|
|
61
|
-
name: "ForbiddenException",
|
|
62
|
-
$fault: "client",
|
|
63
|
-
...opts,
|
|
64
|
-
});
|
|
65
|
-
this.name = "ForbiddenException";
|
|
66
|
-
this.$fault = "client";
|
|
67
|
-
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
68
|
-
this.Message = opts.Message;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
exports.ForbiddenException = ForbiddenException;
|
|
72
|
-
class InternalServerErrorException extends MediaPackageVodServiceException_1.MediaPackageVodServiceException {
|
|
73
|
-
constructor(opts) {
|
|
74
|
-
super({
|
|
75
|
-
name: "InternalServerErrorException",
|
|
76
|
-
$fault: "server",
|
|
77
|
-
...opts,
|
|
78
|
-
});
|
|
79
|
-
this.name = "InternalServerErrorException";
|
|
80
|
-
this.$fault = "server";
|
|
81
|
-
Object.setPrototypeOf(this, InternalServerErrorException.prototype);
|
|
82
|
-
this.Message = opts.Message;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
exports.InternalServerErrorException = InternalServerErrorException;
|
|
86
|
-
class NotFoundException extends MediaPackageVodServiceException_1.MediaPackageVodServiceException {
|
|
87
|
-
constructor(opts) {
|
|
88
|
-
super({
|
|
89
|
-
name: "NotFoundException",
|
|
90
|
-
$fault: "client",
|
|
91
|
-
...opts,
|
|
92
|
-
});
|
|
93
|
-
this.name = "NotFoundException";
|
|
94
|
-
this.$fault = "client";
|
|
95
|
-
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
96
|
-
this.Message = opts.Message;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
exports.NotFoundException = NotFoundException;
|
|
100
|
-
class ServiceUnavailableException extends MediaPackageVodServiceException_1.MediaPackageVodServiceException {
|
|
101
|
-
constructor(opts) {
|
|
102
|
-
super({
|
|
103
|
-
name: "ServiceUnavailableException",
|
|
104
|
-
$fault: "server",
|
|
105
|
-
...opts,
|
|
106
|
-
});
|
|
107
|
-
this.name = "ServiceUnavailableException";
|
|
108
|
-
this.$fault = "server";
|
|
109
|
-
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
110
|
-
this.Message = opts.Message;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
114
|
-
class TooManyRequestsException extends MediaPackageVodServiceException_1.MediaPackageVodServiceException {
|
|
115
|
-
constructor(opts) {
|
|
116
|
-
super({
|
|
117
|
-
name: "TooManyRequestsException",
|
|
118
|
-
$fault: "client",
|
|
119
|
-
...opts,
|
|
120
|
-
});
|
|
121
|
-
this.name = "TooManyRequestsException";
|
|
122
|
-
this.$fault = "client";
|
|
123
|
-
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
124
|
-
this.Message = opts.Message;
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
exports.TooManyRequestsException = TooManyRequestsException;
|
|
128
|
-
class UnprocessableEntityException extends MediaPackageVodServiceException_1.MediaPackageVodServiceException {
|
|
129
|
-
constructor(opts) {
|
|
130
|
-
super({
|
|
131
|
-
name: "UnprocessableEntityException",
|
|
132
|
-
$fault: "client",
|
|
133
|
-
...opts,
|
|
134
|
-
});
|
|
135
|
-
this.name = "UnprocessableEntityException";
|
|
136
|
-
this.$fault = "client";
|
|
137
|
-
Object.setPrototypeOf(this, UnprocessableEntityException.prototype);
|
|
138
|
-
this.Message = opts.Message;
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
exports.UnprocessableEntityException = UnprocessableEntityException;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAssets = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAssetsCommand_1 = require("../commands/ListAssetsCommand");
|
|
6
|
-
const MediaPackageVodClient_1 = require("../MediaPackageVodClient");
|
|
7
|
-
exports.paginateListAssets = (0, core_1.createPaginator)(MediaPackageVodClient_1.MediaPackageVodClient, ListAssetsCommand_1.ListAssetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListPackagingConfigurations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListPackagingConfigurationsCommand_1 = require("../commands/ListPackagingConfigurationsCommand");
|
|
6
|
-
const MediaPackageVodClient_1 = require("../MediaPackageVodClient");
|
|
7
|
-
exports.paginateListPackagingConfigurations = (0, core_1.createPaginator)(MediaPackageVodClient_1.MediaPackageVodClient, ListPackagingConfigurationsCommand_1.ListPackagingConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListPackagingGroups = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListPackagingGroupsCommand_1 = require("../commands/ListPackagingGroupsCommand");
|
|
6
|
-
const MediaPackageVodClient_1 = require("../MediaPackageVodClient");
|
|
7
|
-
exports.paginateListPackagingGroups = (0, core_1.createPaginator)(MediaPackageVodClient_1.MediaPackageVodClient, ListPackagingGroupsCommand_1.ListPackagingGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListAssetsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListPackagingConfigurationsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListPackagingGroupsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|