@aws-sdk/client-mediapackage-vod 3.52.0 → 3.53.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/CHANGELOG.md +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/MediaPackageVodServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +87 -2
- package/dist-cjs/protocols/Aws_restJson1.js +208 -725
- package/dist-es/index.js +1 -0
- package/dist-es/models/MediaPackageVodServiceException.js +12 -0
- package/dist-es/models/models_0.js +80 -1
- package/dist-es/protocols/Aws_restJson1.js +405 -779
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/MediaPackageVodServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +44 -19
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/MediaPackageVodServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +32 -19
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-mediapackage-vod
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaPackageVodServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./MediaPackageVod"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./MediaPackageVodClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var MediaPackageVodServiceException_1 = require("./models/MediaPackageVodServiceException");
|
|
11
|
+
Object.defineProperty(exports, "MediaPackageVodServiceException", { enumerable: true, get: function () { return MediaPackageVodServiceException_1.MediaPackageVodServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaPackageVodServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class MediaPackageVodServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, MediaPackageVodServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.MediaPackageVodServiceException = MediaPackageVodServiceException;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdatePackagingGroupResponse = exports.UpdatePackagingGroupRequest = exports.UntagResourceRequest = exports.TagResourceRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListPackagingGroupsResponse = exports.ListPackagingGroupsRequest = void 0;
|
|
3
|
+
exports.DescribePackagingConfigurationResponse = exports.DescribePackagingConfigurationRequest = exports.DescribeAssetResponse = exports.DescribeAssetRequest = exports.DeletePackagingGroupResponse = exports.DeletePackagingGroupRequest = exports.DeletePackagingConfigurationResponse = exports.DeletePackagingConfigurationRequest = exports.DeleteAssetResponse = exports.DeleteAssetRequest = exports.CreatePackagingGroupResponse = exports.CreatePackagingGroupRequest = exports.CreatePackagingConfigurationResponse = exports.CreatePackagingConfigurationRequest = exports.CreateAssetResponse = exports.CreateAssetRequest = exports.UnprocessableEntityException = exports.TooManyRequestsException = exports.ServiceUnavailableException = exports.NotFoundException = exports.InternalServerErrorException = exports.ForbiddenException = exports.ConfigureLogsResponse = exports.ConfigureLogsRequest = exports.PackagingGroup = exports.EgressAccessLogs = exports.Authorization = exports.PackagingConfiguration = exports.MssPackage = exports.MssEncryption = exports.HlsPackage = exports.HlsEncryption = exports.EncryptionMethod = exports.DashPackage = exports.SegmentTemplateFormat = exports.DashEncryption = exports.CmafPackage = exports.CmafEncryption = exports.SpekeKeyProvider = exports.MssManifest = exports.HlsManifest = exports.AdMarkers = exports.EgressEndpoint = exports.DashManifest = exports.StreamSelection = exports.StreamOrder = exports.Profile = exports.ManifestLayout = exports.AssetShallow = exports.__PeriodTriggersElement = void 0;
|
|
4
|
+
exports.UpdatePackagingGroupResponse = exports.UpdatePackagingGroupRequest = exports.UntagResourceRequest = exports.TagResourceRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListPackagingGroupsResponse = exports.ListPackagingGroupsRequest = exports.ListPackagingConfigurationsResponse = exports.ListPackagingConfigurationsRequest = exports.ListAssetsResponse = exports.ListAssetsRequest = exports.DescribePackagingGroupResponse = exports.DescribePackagingGroupRequest = void 0;
|
|
5
|
+
const MediaPackageVodServiceException_1 = require("./MediaPackageVodServiceException");
|
|
5
6
|
var __PeriodTriggersElement;
|
|
6
7
|
(function (__PeriodTriggersElement) {
|
|
7
8
|
__PeriodTriggersElement["ADS"] = "ADS";
|
|
@@ -165,6 +166,90 @@ var ConfigureLogsResponse;
|
|
|
165
166
|
...obj,
|
|
166
167
|
});
|
|
167
168
|
})(ConfigureLogsResponse = exports.ConfigureLogsResponse || (exports.ConfigureLogsResponse = {}));
|
|
169
|
+
class ForbiddenException extends MediaPackageVodServiceException_1.MediaPackageVodServiceException {
|
|
170
|
+
constructor(opts) {
|
|
171
|
+
super({
|
|
172
|
+
name: "ForbiddenException",
|
|
173
|
+
$fault: "client",
|
|
174
|
+
...opts,
|
|
175
|
+
});
|
|
176
|
+
this.name = "ForbiddenException";
|
|
177
|
+
this.$fault = "client";
|
|
178
|
+
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
179
|
+
this.Message = opts.Message;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
exports.ForbiddenException = ForbiddenException;
|
|
183
|
+
class InternalServerErrorException extends MediaPackageVodServiceException_1.MediaPackageVodServiceException {
|
|
184
|
+
constructor(opts) {
|
|
185
|
+
super({
|
|
186
|
+
name: "InternalServerErrorException",
|
|
187
|
+
$fault: "server",
|
|
188
|
+
...opts,
|
|
189
|
+
});
|
|
190
|
+
this.name = "InternalServerErrorException";
|
|
191
|
+
this.$fault = "server";
|
|
192
|
+
Object.setPrototypeOf(this, InternalServerErrorException.prototype);
|
|
193
|
+
this.Message = opts.Message;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
exports.InternalServerErrorException = InternalServerErrorException;
|
|
197
|
+
class NotFoundException extends MediaPackageVodServiceException_1.MediaPackageVodServiceException {
|
|
198
|
+
constructor(opts) {
|
|
199
|
+
super({
|
|
200
|
+
name: "NotFoundException",
|
|
201
|
+
$fault: "client",
|
|
202
|
+
...opts,
|
|
203
|
+
});
|
|
204
|
+
this.name = "NotFoundException";
|
|
205
|
+
this.$fault = "client";
|
|
206
|
+
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
207
|
+
this.Message = opts.Message;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
exports.NotFoundException = NotFoundException;
|
|
211
|
+
class ServiceUnavailableException extends MediaPackageVodServiceException_1.MediaPackageVodServiceException {
|
|
212
|
+
constructor(opts) {
|
|
213
|
+
super({
|
|
214
|
+
name: "ServiceUnavailableException",
|
|
215
|
+
$fault: "server",
|
|
216
|
+
...opts,
|
|
217
|
+
});
|
|
218
|
+
this.name = "ServiceUnavailableException";
|
|
219
|
+
this.$fault = "server";
|
|
220
|
+
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
221
|
+
this.Message = opts.Message;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
225
|
+
class TooManyRequestsException extends MediaPackageVodServiceException_1.MediaPackageVodServiceException {
|
|
226
|
+
constructor(opts) {
|
|
227
|
+
super({
|
|
228
|
+
name: "TooManyRequestsException",
|
|
229
|
+
$fault: "client",
|
|
230
|
+
...opts,
|
|
231
|
+
});
|
|
232
|
+
this.name = "TooManyRequestsException";
|
|
233
|
+
this.$fault = "client";
|
|
234
|
+
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
235
|
+
this.Message = opts.Message;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
exports.TooManyRequestsException = TooManyRequestsException;
|
|
239
|
+
class UnprocessableEntityException extends MediaPackageVodServiceException_1.MediaPackageVodServiceException {
|
|
240
|
+
constructor(opts) {
|
|
241
|
+
super({
|
|
242
|
+
name: "UnprocessableEntityException",
|
|
243
|
+
$fault: "client",
|
|
244
|
+
...opts,
|
|
245
|
+
});
|
|
246
|
+
this.name = "UnprocessableEntityException";
|
|
247
|
+
this.$fault = "client";
|
|
248
|
+
Object.setPrototypeOf(this, UnprocessableEntityException.prototype);
|
|
249
|
+
this.Message = opts.Message;
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
exports.UnprocessableEntityException = UnprocessableEntityException;
|
|
168
253
|
var CreateAssetRequest;
|
|
169
254
|
(function (CreateAssetRequest) {
|
|
170
255
|
CreateAssetRequest.filterSensitiveLog = (obj) => ({
|