@aws-sdk/client-mediaconvert 3.36.1 → 3.40.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 +43 -0
- package/dist-cjs/MediaConvert.js +45 -0
- package/dist-cjs/commands/DeletePolicyCommand.js +36 -0
- package/dist-cjs/commands/GetPolicyCommand.js +36 -0
- package/dist-cjs/commands/PutPolicyCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueCommand.js +3 -3
- package/dist-cjs/commands/index.js +31 -0
- package/dist-cjs/endpoints.js +142 -26
- package/dist-cjs/index.js +4 -33
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +9 -9
- package/dist-cjs/models/models_1.js +58 -18
- package/dist-cjs/models/models_2.js +15 -0
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +339 -1
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/MediaConvert.js +45 -0
- package/dist-es/commands/DeletePolicyCommand.js +39 -0
- package/dist-es/commands/GetPolicyCommand.js +39 -0
- package/dist-es/commands/PutPolicyCommand.js +39 -0
- package/dist-es/commands/UpdateQueueCommand.js +1 -1
- package/dist-es/commands/index.js +28 -0
- package/dist-es/endpoints.js +142 -26
- package/dist-es/index.js +4 -33
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +5 -5
- package/dist-es/models/models_1.js +38 -8
- package/dist-es/models/models_2.js +9 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +387 -2
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/MediaConvert.d.ts +21 -0
- package/dist-types/MediaConvertClient.d.ts +13 -2
- package/dist-types/commands/DeletePolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +35 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +35 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +28 -0
- package/dist-types/index.d.ts +4 -33
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +64 -66
- package/dist-types/models/models_1.d.ts +92 -37
- package/dist-types/models/models_2.d.ts +37 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/MediaConvert.d.ts +15 -0
- package/dist-types/ts3.4/MediaConvertClient.d.ts +9 -2
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/dist-types/ts3.4/index.d.ts +4 -33
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -4
- package/dist-types/ts3.4/models/models_1.d.ts +64 -23
- package/dist-types/ts3.4/models/models_2.d.ts +23 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +32 -32
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,49 @@
|
|
|
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.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-mediaconvert
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
31
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
32
|
+
* **clients:** update clients as of 2021/10/22 ([#2924](https://github.com/aws/aws-sdk-js-v3/issues/2924)) ([4d79819](https://github.com/aws/aws-sdk-js-v3/commit/4d798196e652f8cfdc1c155a46ac6b6aa31b2656))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Features
|
|
42
|
+
|
|
43
|
+
* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
6
49
|
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
7
50
|
|
|
8
51
|
|
package/dist-cjs/MediaConvert.js
CHANGED
|
@@ -8,12 +8,14 @@ const CreateJobTemplateCommand_1 = require("./commands/CreateJobTemplateCommand"
|
|
|
8
8
|
const CreatePresetCommand_1 = require("./commands/CreatePresetCommand");
|
|
9
9
|
const CreateQueueCommand_1 = require("./commands/CreateQueueCommand");
|
|
10
10
|
const DeleteJobTemplateCommand_1 = require("./commands/DeleteJobTemplateCommand");
|
|
11
|
+
const DeletePolicyCommand_1 = require("./commands/DeletePolicyCommand");
|
|
11
12
|
const DeletePresetCommand_1 = require("./commands/DeletePresetCommand");
|
|
12
13
|
const DeleteQueueCommand_1 = require("./commands/DeleteQueueCommand");
|
|
13
14
|
const DescribeEndpointsCommand_1 = require("./commands/DescribeEndpointsCommand");
|
|
14
15
|
const DisassociateCertificateCommand_1 = require("./commands/DisassociateCertificateCommand");
|
|
15
16
|
const GetJobCommand_1 = require("./commands/GetJobCommand");
|
|
16
17
|
const GetJobTemplateCommand_1 = require("./commands/GetJobTemplateCommand");
|
|
18
|
+
const GetPolicyCommand_1 = require("./commands/GetPolicyCommand");
|
|
17
19
|
const GetPresetCommand_1 = require("./commands/GetPresetCommand");
|
|
18
20
|
const GetQueueCommand_1 = require("./commands/GetQueueCommand");
|
|
19
21
|
const ListJobsCommand_1 = require("./commands/ListJobsCommand");
|
|
@@ -21,6 +23,7 @@ const ListJobTemplatesCommand_1 = require("./commands/ListJobTemplatesCommand");
|
|
|
21
23
|
const ListPresetsCommand_1 = require("./commands/ListPresetsCommand");
|
|
22
24
|
const ListQueuesCommand_1 = require("./commands/ListQueuesCommand");
|
|
23
25
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
26
|
+
const PutPolicyCommand_1 = require("./commands/PutPolicyCommand");
|
|
24
27
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
25
28
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
26
29
|
const UpdateJobTemplateCommand_1 = require("./commands/UpdateJobTemplateCommand");
|
|
@@ -126,6 +129,20 @@ class MediaConvert extends MediaConvertClient_1.MediaConvertClient {
|
|
|
126
129
|
return this.send(command, optionsOrCb);
|
|
127
130
|
}
|
|
128
131
|
}
|
|
132
|
+
deletePolicy(args, optionsOrCb, cb) {
|
|
133
|
+
const command = new DeletePolicyCommand_1.DeletePolicyCommand(args);
|
|
134
|
+
if (typeof optionsOrCb === "function") {
|
|
135
|
+
this.send(command, optionsOrCb);
|
|
136
|
+
}
|
|
137
|
+
else if (typeof cb === "function") {
|
|
138
|
+
if (typeof optionsOrCb !== "object")
|
|
139
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
140
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
141
|
+
}
|
|
142
|
+
else {
|
|
143
|
+
return this.send(command, optionsOrCb);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
129
146
|
deletePreset(args, optionsOrCb, cb) {
|
|
130
147
|
const command = new DeletePresetCommand_1.DeletePresetCommand(args);
|
|
131
148
|
if (typeof optionsOrCb === "function") {
|
|
@@ -210,6 +227,20 @@ class MediaConvert extends MediaConvertClient_1.MediaConvertClient {
|
|
|
210
227
|
return this.send(command, optionsOrCb);
|
|
211
228
|
}
|
|
212
229
|
}
|
|
230
|
+
getPolicy(args, optionsOrCb, cb) {
|
|
231
|
+
const command = new GetPolicyCommand_1.GetPolicyCommand(args);
|
|
232
|
+
if (typeof optionsOrCb === "function") {
|
|
233
|
+
this.send(command, optionsOrCb);
|
|
234
|
+
}
|
|
235
|
+
else if (typeof cb === "function") {
|
|
236
|
+
if (typeof optionsOrCb !== "object")
|
|
237
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
238
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
239
|
+
}
|
|
240
|
+
else {
|
|
241
|
+
return this.send(command, optionsOrCb);
|
|
242
|
+
}
|
|
243
|
+
}
|
|
213
244
|
getPreset(args, optionsOrCb, cb) {
|
|
214
245
|
const command = new GetPresetCommand_1.GetPresetCommand(args);
|
|
215
246
|
if (typeof optionsOrCb === "function") {
|
|
@@ -308,6 +339,20 @@ class MediaConvert extends MediaConvertClient_1.MediaConvertClient {
|
|
|
308
339
|
return this.send(command, optionsOrCb);
|
|
309
340
|
}
|
|
310
341
|
}
|
|
342
|
+
putPolicy(args, optionsOrCb, cb) {
|
|
343
|
+
const command = new PutPolicyCommand_1.PutPolicyCommand(args);
|
|
344
|
+
if (typeof optionsOrCb === "function") {
|
|
345
|
+
this.send(command, optionsOrCb);
|
|
346
|
+
}
|
|
347
|
+
else if (typeof cb === "function") {
|
|
348
|
+
if (typeof optionsOrCb !== "object")
|
|
349
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
350
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
351
|
+
}
|
|
352
|
+
else {
|
|
353
|
+
return this.send(command, optionsOrCb);
|
|
354
|
+
}
|
|
355
|
+
}
|
|
311
356
|
tagResource(args, optionsOrCb, cb) {
|
|
312
357
|
const command = new TagResourceCommand_1.TagResourceCommand(args);
|
|
313
358
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeletePolicyCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class DeletePolicyCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "MediaConvertClient";
|
|
18
|
+
const commandName = "DeletePolicyCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.DeletePolicyRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.DeletePolicyResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1DeletePolicyCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1DeletePolicyCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DeletePolicyCommand = DeletePolicyCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetPolicyCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class GetPolicyCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "MediaConvertClient";
|
|
18
|
+
const commandName = "GetPolicyCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.GetPolicyRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.GetPolicyResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1GetPolicyCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1GetPolicyCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GetPolicyCommand = GetPolicyCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PutPolicyCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class PutPolicyCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "MediaConvertClient";
|
|
18
|
+
const commandName = "PutPolicyCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.PutPolicyRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.PutPolicyResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1PutPolicyCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1PutPolicyCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.PutPolicyCommand = PutPolicyCommand;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateQueueCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_2_1 = require("../models/models_2");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class UpdateQueueCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,8 +20,8 @@ class UpdateQueueCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_2_1.UpdateQueueRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_2_1.UpdateQueueResponse.filterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AssociateCertificateCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CancelJobCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreateJobCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreateJobTemplateCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreatePresetCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateQueueCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./DeleteJobTemplateCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./DeletePolicyCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./DeletePresetCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./DeleteQueueCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./DescribeEndpointsCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DisassociateCertificateCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./GetJobCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./GetJobTemplateCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./GetPolicyCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./GetPresetCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./GetQueueCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./ListJobTemplatesCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./ListJobsCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./ListPresetsCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./ListQueuesCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./PutPolicyCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./UpdateJobTemplateCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./UpdatePresetCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./UpdateQueueCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -3,34 +3,84 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.defaultRegionInfoProvider = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
5
|
const regionHash = {
|
|
6
|
+
"ca-central-1": {
|
|
7
|
+
variants: [
|
|
8
|
+
{
|
|
9
|
+
hostname: "mediaconvert.ca-central-1.amazonaws.com",
|
|
10
|
+
tags: [],
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
hostname: "mediaconvert-fips.ca-central-1.amazonaws.com",
|
|
14
|
+
tags: ["fips"],
|
|
15
|
+
},
|
|
16
|
+
],
|
|
17
|
+
},
|
|
6
18
|
"cn-northwest-1": {
|
|
7
|
-
|
|
19
|
+
variants: [
|
|
20
|
+
{
|
|
21
|
+
hostname: "subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn",
|
|
22
|
+
tags: [],
|
|
23
|
+
},
|
|
24
|
+
],
|
|
8
25
|
signingRegion: "cn-northwest-1",
|
|
9
26
|
},
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
},
|
|
22
|
-
"fips-us-west-1": {
|
|
23
|
-
hostname: "mediaconvert-fips.us-west-1.amazonaws.com",
|
|
24
|
-
signingRegion: "us-west-1",
|
|
27
|
+
"us-east-1": {
|
|
28
|
+
variants: [
|
|
29
|
+
{
|
|
30
|
+
hostname: "mediaconvert.us-east-1.amazonaws.com",
|
|
31
|
+
tags: [],
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
hostname: "mediaconvert-fips.us-east-1.amazonaws.com",
|
|
35
|
+
tags: ["fips"],
|
|
36
|
+
},
|
|
37
|
+
],
|
|
25
38
|
},
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
39
|
+
"us-east-2": {
|
|
40
|
+
variants: [
|
|
41
|
+
{
|
|
42
|
+
hostname: "mediaconvert.us-east-2.amazonaws.com",
|
|
43
|
+
tags: [],
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
hostname: "mediaconvert-fips.us-east-2.amazonaws.com",
|
|
47
|
+
tags: ["fips"],
|
|
48
|
+
},
|
|
49
|
+
],
|
|
29
50
|
},
|
|
30
51
|
"us-gov-west-1": {
|
|
31
|
-
|
|
52
|
+
variants: [
|
|
53
|
+
{
|
|
54
|
+
hostname: "mediaconvert.us-gov-west-1.amazonaws.com",
|
|
55
|
+
tags: [],
|
|
56
|
+
},
|
|
57
|
+
],
|
|
32
58
|
signingRegion: "us-gov-west-1",
|
|
33
59
|
},
|
|
60
|
+
"us-west-1": {
|
|
61
|
+
variants: [
|
|
62
|
+
{
|
|
63
|
+
hostname: "mediaconvert.us-west-1.amazonaws.com",
|
|
64
|
+
tags: [],
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
hostname: "mediaconvert-fips.us-west-1.amazonaws.com",
|
|
68
|
+
tags: ["fips"],
|
|
69
|
+
},
|
|
70
|
+
],
|
|
71
|
+
},
|
|
72
|
+
"us-west-2": {
|
|
73
|
+
variants: [
|
|
74
|
+
{
|
|
75
|
+
hostname: "mediaconvert.us-west-2.amazonaws.com",
|
|
76
|
+
tags: [],
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
hostname: "mediaconvert-fips.us-west-2.amazonaws.com",
|
|
80
|
+
tags: ["fips"],
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
},
|
|
34
84
|
};
|
|
35
85
|
const partitionHash = {
|
|
36
86
|
aws: {
|
|
@@ -62,23 +112,89 @@ const partitionHash = {
|
|
|
62
112
|
"us-west-1",
|
|
63
113
|
"us-west-2",
|
|
64
114
|
],
|
|
65
|
-
|
|
115
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
116
|
+
variants: [
|
|
117
|
+
{
|
|
118
|
+
hostname: "mediaconvert.{region}.amazonaws.com",
|
|
119
|
+
tags: [],
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
hostname: "mediaconvert-fips.{region}.amazonaws.com",
|
|
123
|
+
tags: ["fips"],
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
hostname: "mediaconvert-fips.{region}.api.aws",
|
|
127
|
+
tags: ["dualstack", "fips"],
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
hostname: "mediaconvert.{region}.api.aws",
|
|
131
|
+
tags: ["dualstack"],
|
|
132
|
+
},
|
|
133
|
+
],
|
|
66
134
|
},
|
|
67
135
|
"aws-cn": {
|
|
68
136
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
69
|
-
|
|
137
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
138
|
+
variants: [
|
|
139
|
+
{
|
|
140
|
+
hostname: "mediaconvert.{region}.amazonaws.com.cn",
|
|
141
|
+
tags: [],
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
hostname: "mediaconvert-fips.{region}.amazonaws.com.cn",
|
|
145
|
+
tags: ["fips"],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
hostname: "mediaconvert-fips.{region}.api.amazonwebservices.com.cn",
|
|
149
|
+
tags: ["dualstack", "fips"],
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
hostname: "mediaconvert.{region}.api.amazonwebservices.com.cn",
|
|
153
|
+
tags: ["dualstack"],
|
|
154
|
+
},
|
|
155
|
+
],
|
|
70
156
|
},
|
|
71
157
|
"aws-iso": {
|
|
72
|
-
regions: ["us-iso-east-1"],
|
|
73
|
-
|
|
158
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
159
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
160
|
+
variants: [
|
|
161
|
+
{
|
|
162
|
+
hostname: "mediaconvert.{region}.c2s.ic.gov",
|
|
163
|
+
tags: [],
|
|
164
|
+
},
|
|
165
|
+
],
|
|
74
166
|
},
|
|
75
167
|
"aws-iso-b": {
|
|
76
168
|
regions: ["us-isob-east-1"],
|
|
77
|
-
|
|
169
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
170
|
+
variants: [
|
|
171
|
+
{
|
|
172
|
+
hostname: "mediaconvert.{region}.sc2s.sgov.gov",
|
|
173
|
+
tags: [],
|
|
174
|
+
},
|
|
175
|
+
],
|
|
78
176
|
},
|
|
79
177
|
"aws-us-gov": {
|
|
80
178
|
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
81
|
-
|
|
179
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
180
|
+
variants: [
|
|
181
|
+
{
|
|
182
|
+
hostname: "mediaconvert.{region}.amazonaws.com",
|
|
183
|
+
tags: [],
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
hostname: "mediaconvert-fips.{region}.amazonaws.com",
|
|
187
|
+
tags: ["fips"],
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
hostname: "mediaconvert-fips.{region}.api.aws",
|
|
191
|
+
tags: ["dualstack", "fips"],
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
hostname: "mediaconvert.{region}.api.aws",
|
|
195
|
+
tags: ["dualstack"],
|
|
196
|
+
},
|
|
197
|
+
],
|
|
82
198
|
},
|
|
83
199
|
};
|
|
84
200
|
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,37 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./MediaConvertClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./MediaConvert"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/CreatePresetCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CreateQueueCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/DeleteJobTemplateCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/DeletePresetCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/DeleteQueueCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/DescribeEndpointsCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./pagination/DescribeEndpointsPaginator"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/DisassociateCertificateCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/GetJobCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/GetJobTemplateCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/GetPresetCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/GetQueueCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/ListJobsCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./pagination/ListJobsPaginator"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/ListJobTemplatesCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./pagination/ListJobTemplatesPaginator"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/ListPresetsCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./pagination/ListPresetsPaginator"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/ListQueuesCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./pagination/ListQueuesPaginator"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/UpdateJobTemplateCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/UpdatePresetCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/UpdateQueueCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./MediaConvertClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Eac3SurroundExMode = exports.Eac3StereoDownmix = exports.Eac3PhaseControl = exports.Eac3PassthroughControl = exports.Eac3MetadataControl = exports.Eac3LfeFilter = exports.Eac3LfeControl = exports.Eac3DynamicRangeCompressionRf = exports.Eac3DynamicRangeCompressionLine = exports.Eac3DcFilter = exports.Eac3CodingMode = exports.Eac3BitstreamMode = exports.Eac3AttenuationControl = exports.Eac3AtmosSettings = exports.Eac3AtmosSurroundExMode = exports.Eac3AtmosStereoDownmix = exports.Eac3AtmosMeteringMode = exports.Eac3AtmosDynamicRangeControl = exports.Eac3AtmosDynamicRangeCompressionRf = exports.Eac3AtmosDynamicRangeCompressionLine = exports.Eac3AtmosDownmixControl = exports.Eac3AtmosDialogueIntelligence = exports.Eac3AtmosCodingMode = exports.Eac3AtmosBitstreamMode = exports.AudioCodec = exports.AiffSettings = exports.Ac3Settings = exports.Ac3MetadataControl = exports.Ac3LfeFilter = exports.Ac3DynamicRangeCompressionRf = exports.Ac3DynamicRangeCompressionProfile = exports.Ac3DynamicRangeCompressionLine = exports.Ac3CodingMode = exports.Ac3BitstreamMode = exports.AacSettings = exports.AacVbrQuality = exports.AacSpecification = exports.AacRawFormat = exports.AacRateControlMode = exports.AacCodingMode = exports.AacCodecProfile = exports.AacAudioDescriptionBroadcasterMix = exports.AudioTypeControl = exports.AudioNormalizationSettings = exports.AudioNormalizationPeakCalculation = exports.AudioNormalizationLoudnessLogging = exports.AudioNormalizationAlgorithmControl = exports.AudioNormalizationAlgorithm = exports.AudioChannelTaggingSettings = exports.AudioChannelTag = void 0;
|
|
4
4
|
exports.TtmlStylePassthrough = exports.TeletextDestinationSettings = exports.TeletextPageType = exports.SrtDestinationSettings = exports.SrtStylePassthrough = exports.SccDestinationSettings = exports.SccDestinationFramerate = exports.ImscDestinationSettings = exports.ImscStylePassthrough = exports.EmbeddedDestinationSettings = exports.DvbSubDestinationSettings = exports.DvbSubtitleTeletextSpacing = exports.DvbSubtitlingType = exports.DvbSubtitleStylePassthrough = exports.DvbSubtitleShadowColor = exports.DvbSubtitleOutlineColor = exports.DvbSubtitleFontColor = exports.DvbSubSubtitleFallbackFont = exports.DvbddsHandling = exports.DvbSubtitleBackgroundColor = exports.DvbSubtitleApplyFontColor = exports.DvbSubtitleAlignment = exports.CaptionDestinationType = exports.BurninDestinationSettings = exports.BurninSubtitleTeletextSpacing = exports.BurnInSubtitleStylePassthrough = exports.BurninSubtitleShadowColor = exports.BurninSubtitleOutlineColor = exports.FontScript = exports.BurninSubtitleFontColor = exports.BurninSubtitleFallbackFont = exports.BurninSubtitleBackgroundColor = exports.BurninSubtitleApplyFontColor = exports.BurninSubtitleAlignment = exports.AudioDescription = exports.RemixSettings = exports.ChannelMapping = exports.OutputChannelMapping = exports.AudioLanguageCodeControl = exports.LanguageCode = exports.AudioCodecSettings = exports.WavSettings = exports.WavFormat = exports.VorbisSettings = exports.OpusSettings = exports.Mp3Settings = exports.Mp3RateControlMode = exports.Mp2Settings = exports.Eac3Settings = exports.Eac3SurroundMode = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
5
|
+
exports.ColorSpace = exports.AlphaBehavior = exports.InputTimecodeSource = exports.InputPsiControl = exports.InputScanType = exports.InputClipping = exports.ImageInserter = exports.InsertableImage = exports.InputFilterEnable = exports.InputDenoiseFilter = exports.InputDecryptionSettings = exports.DecryptionMode = exports.InputDeblockFilter = exports.Rectangle = exports.CaptionSelector = exports.CaptionSourceSettings = exports.WebvttHlsSourceSettings = exports.TrackSourceSettings = exports.TeletextSourceSettings = exports.CaptionSourceType = exports.FileSourceSettings = exports.FileSourceTimeDeltaUnits = exports.CaptionSourceFramerate = exports.FileSourceConvert608To708 = exports.EmbeddedSourceSettings = exports.EmbeddedTerminateCaptions = exports.EmbeddedConvert608To708 = exports.DvbSubSourceSettings = exports.AncillarySourceSettings = exports.AncillaryTerminateCaptions = exports.AncillaryConvert608To708 = exports.AudioSelector = exports.AudioSelectorType = exports.HlsRenditionGroupSettings = exports.AudioDefaultSelection = exports.AudioSelectorGroup = exports.Id3Insertion = exports.HopDestination = exports.HlsCaptionLanguageMapping = exports.HlsAdMarkers = exports.HlsAdditionalManifest = exports.Endpoint = exports.DashAdditionalManifest = exports.CmafAdditionalManifest = exports.CaptionDescriptionPreset = exports.CaptionDescription = exports.CaptionDestinationSettings = exports.WebvttDestinationSettings = exports.WebvttStylePassthrough = exports.TtmlDestinationSettings = void 0;
|
|
6
|
+
exports.CmafKeyProviderType = exports.StaticKeyProvider = exports.SpekeKeyProviderCmaf = exports.CmafInitializationVectorInManifest = exports.CmafEncryptionType = exports.DestinationSettings = exports.S3DestinationSettings = exports.S3EncryptionSettings = exports.S3ServerSideEncryptionType = exports.S3DestinationAccessControl = exports.S3ObjectCannedAcl = exports.CmafCodecSpecification = exports.CmafClientCache = exports.AutomatedEncodingSettings = exports.AutomatedAbrSettings = exports.NielsenNonLinearWatermarkSettings = exports.NielsenUniqueTicPerAudioTrackType = exports.NielsenSourceWatermarkStatusType = exports.NielsenActiveWatermarkProcessType = exports.NielsenConfiguration = exports.MotionImageInserter = exports.MotionImagePlayback = exports.MotionImageInsertionOffset = exports.MotionImageInsertionMode = exports.MotionImageInsertionFramerate = exports.KantarWatermarkSettings = exports.ExtendedDataServices = exports.VchipAction = exports.CopyProtectionAction = exports.EsamSettings = exports.EsamSignalProcessingNotification = exports.EsamManifestConfirmConditionNotification = exports.AvailBlanking = exports.QueueTransition = exports.OutputGroupDetail = exports.OutputDetail = exports.VideoDetail = exports.JobMessages = exports.JobPhase = exports.BillingTagsSource = exports.AccelerationStatus = exports.AccelerationSettings = exports.AccelerationMode = exports.InputTemplate = exports.Input = exports.VideoSelector = exports.InputSampleRange = exports.InputRotate = exports.Hdr10Metadata = exports.ColorSpaceUsage = void 0;
|
|
7
|
+
exports.HlsSegmentLengthControl = exports.HlsSegmentControl = exports.HlsProgramDateTime = exports.HlsOutputSelection = exports.HlsManifestDurationFormat = exports.HlsManifestCompression = exports.HlsImageBasedTrickPlaySettings = exports.HlsIntervalCadence = exports.HlsImageBasedTrickPlay = exports.HlsEncryptionSettings = exports.HlsKeyProviderType = exports.HlsOfflineEncrypted = exports.HlsInitializationVectorInManifest = exports.HlsEncryptionType = exports.HlsDirectoryStructure = exports.HlsCodecSpecification = exports.HlsClientCache = exports.HlsCaptionLanguageSetting = exports.HlsAudioOnlyHeader = exports.FileGroupSettings = exports.DashIsoGroupSettings = exports.DashIsoWriteSegmentTimelineInRepresentation = exports.DashIsoSegmentLengthControl = exports.DashIsoSegmentControl = exports.DashIsoPtsOffsetHandlingForBFrames = exports.DashIsoMpdProfile = exports.DashIsoImageBasedTrickPlaySettings = exports.DashIsoIntervalCadence = exports.DashIsoImageBasedTrickPlay = exports.DashIsoHbbtvCompliance = exports.DashIsoEncryptionSettings = exports.SpekeKeyProvider = exports.DashIsoPlaybackDeviceCompatibility = exports.DashIsoGroupAudioChannelConfigSchemeIdUri = exports.CmafGroupSettings = exports.CmafWriteSegmentTimelineInRepresentation = exports.CmafWriteHLSManifest = exports.CmafWriteDASHManifest = exports.CmafTargetDurationCompatibilityMode = exports.CmafStreamInfResolution = exports.CmafSegmentLengthControl = exports.CmafSegmentControl = exports.CmafPtsOffsetHandlingForBFrames = exports.CmafMpdProfile = exports.CmafManifestDurationFormat = exports.CmafManifestCompression = exports.CmafImageBasedTrickPlaySettings = exports.CmafIntervalCadence = exports.CmafImageBasedTrickPlay = exports.CmafEncryptionSettings = void 0;
|
|
8
|
+
exports.MovClapAtom = exports.M3u8Settings = exports.TimedMetadata = exports.M3u8Scte35Source = exports.M3u8PcrControl = exports.M3u8NielsenId3 = exports.M3u8DataPtsControl = exports.M3u8AudioDuration = exports.M2tsSettings = exports.M2tsSegmentationStyle = exports.M2tsSegmentationMarkers = exports.M2tsScte35Source = exports.M2tsScte35Esam = exports.M2tsRateMode = exports.M2tsPcrControl = exports.M2tsNielsenId3 = exports.M2tsForceTsVideoEbpOrder = exports.M2tsEsRateInPes = exports.M2tsEbpPlacement = exports.M2tsEbpAudioInterval = exports.DvbTdtSettings = exports.DvbSdtSettings = exports.OutputSdt = exports.DvbNitSettings = exports.M2tsDataPtsControl = exports.M2tsBufferModel = exports.M2tsAudioDuration = exports.M2tsAudioBufferModel = exports.F4vSettings = exports.F4vMoovPlacement = exports.ContainerType = exports.CmfcSettings = exports.CmfcScte35Source = exports.CmfcScte35Esam = exports.CmfcIFrameOnlyManifest = exports.CmfcDescriptiveVideoServiceFlag = exports.CmfcAudioTrackType = exports.CmfcAudioDuration = exports.OutputGroupSettings = exports.OutputGroupType = exports.MsSmoothGroupSettings = exports.MsSmoothManifestEncoding = exports.MsSmoothFragmentLengthControl = exports.MsSmoothEncryptionSettings = exports.MsSmoothAudioDeduplication = exports.MsSmoothAdditionalManifest = exports.HlsGroupSettings = exports.HlsTimedMetadataId3Frame = exports.HlsTargetDurationCompatibilityMode = exports.HlsStreamInfResolution = void 0;
|
|
9
9
|
var AudioChannelTag;
|
|
10
10
|
(function (AudioChannelTag) {
|
|
11
11
|
AudioChannelTag["C"] = "C";
|
|
@@ -1015,6 +1015,11 @@ var CaptionSourceFramerate;
|
|
|
1015
1015
|
...obj,
|
|
1016
1016
|
});
|
|
1017
1017
|
})(CaptionSourceFramerate = exports.CaptionSourceFramerate || (exports.CaptionSourceFramerate = {}));
|
|
1018
|
+
var FileSourceTimeDeltaUnits;
|
|
1019
|
+
(function (FileSourceTimeDeltaUnits) {
|
|
1020
|
+
FileSourceTimeDeltaUnits["MILLISECONDS"] = "MILLISECONDS";
|
|
1021
|
+
FileSourceTimeDeltaUnits["SECONDS"] = "SECONDS";
|
|
1022
|
+
})(FileSourceTimeDeltaUnits = exports.FileSourceTimeDeltaUnits || (exports.FileSourceTimeDeltaUnits = {}));
|
|
1018
1023
|
var FileSourceSettings;
|
|
1019
1024
|
(function (FileSourceSettings) {
|
|
1020
1025
|
FileSourceSettings.filterSensitiveLog = (obj) => ({
|
|
@@ -1991,8 +1996,3 @@ var MovClapAtom;
|
|
|
1991
1996
|
MovClapAtom["EXCLUDE"] = "EXCLUDE";
|
|
1992
1997
|
MovClapAtom["INCLUDE"] = "INCLUDE";
|
|
1993
1998
|
})(MovClapAtom = exports.MovClapAtom || (exports.MovClapAtom = {}));
|
|
1994
|
-
var MovCslgAtom;
|
|
1995
|
-
(function (MovCslgAtom) {
|
|
1996
|
-
MovCslgAtom["EXCLUDE"] = "EXCLUDE";
|
|
1997
|
-
MovCslgAtom["INCLUDE"] = "INCLUDE";
|
|
1998
|
-
})(MovCslgAtom = exports.MovCslgAtom || (exports.MovCslgAtom = {}));
|