@aws-sdk/client-mediaconvert 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/MediaConvert.js +1 -67
- package/dist-cjs/MediaConvertClient.js +1 -43
- package/dist-cjs/commands/AssociateCertificateCommand.js +1 -28
- package/dist-cjs/commands/CancelJobCommand.js +1 -28
- package/dist-cjs/commands/CreateJobCommand.js +1 -28
- package/dist-cjs/commands/CreateJobTemplateCommand.js +1 -28
- package/dist-cjs/commands/CreatePresetCommand.js +1 -28
- package/dist-cjs/commands/CreateQueueCommand.js +1 -28
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +1 -28
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeletePresetCommand.js +1 -28
- package/dist-cjs/commands/DeleteQueueCommand.js +1 -28
- package/dist-cjs/commands/DescribeEndpointsCommand.js +1 -28
- package/dist-cjs/commands/DisassociateCertificateCommand.js +1 -28
- package/dist-cjs/commands/GetJobCommand.js +1 -28
- package/dist-cjs/commands/GetJobTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetPresetCommand.js +1 -28
- package/dist-cjs/commands/GetQueueCommand.js +1 -28
- package/dist-cjs/commands/ListJobTemplatesCommand.js +1 -28
- package/dist-cjs/commands/ListJobsCommand.js +1 -28
- package/dist-cjs/commands/ListPresetsCommand.js +1 -28
- package/dist-cjs/commands/ListQueuesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PutPolicyCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +1 -28
- package/dist-cjs/commands/UpdatePresetCommand.js +1 -28
- package/dist-cjs/commands/UpdateQueueCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -31
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +10022 -11
- package/dist-cjs/models/MediaConvertServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -6
- package/dist-cjs/models/models_0.js +1 -1166
- package/dist-cjs/models/models_1.js +1 -1198
- package/dist-cjs/models/models_2.js +1 -29
- package/dist-cjs/pagination/DescribeEndpointsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListJobTemplatesPaginator.js +1 -7
- package/dist-cjs/pagination/ListJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPresetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListQueuesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -9
- package/dist-cjs/protocols/Aws_restJson1.js +1 -6176
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QueueListBy = exports.PresetListBy = exports.Order = exports.JobTemplateListBy = exports.InputPolicy = exports.DescribeEndpointsMode = void 0;
|
|
4
|
-
exports.DescribeEndpointsMode = {
|
|
5
|
-
DEFAULT: "DEFAULT",
|
|
6
|
-
GET_ONLY: "GET_ONLY",
|
|
7
|
-
};
|
|
8
|
-
exports.InputPolicy = {
|
|
9
|
-
ALLOWED: "ALLOWED",
|
|
10
|
-
DISALLOWED: "DISALLOWED",
|
|
11
|
-
};
|
|
12
|
-
exports.JobTemplateListBy = {
|
|
13
|
-
CREATION_DATE: "CREATION_DATE",
|
|
14
|
-
NAME: "NAME",
|
|
15
|
-
SYSTEM: "SYSTEM",
|
|
16
|
-
};
|
|
17
|
-
exports.Order = {
|
|
18
|
-
ASCENDING: "ASCENDING",
|
|
19
|
-
DESCENDING: "DESCENDING",
|
|
20
|
-
};
|
|
21
|
-
exports.PresetListBy = {
|
|
22
|
-
CREATION_DATE: "CREATION_DATE",
|
|
23
|
-
NAME: "NAME",
|
|
24
|
-
SYSTEM: "SYSTEM",
|
|
25
|
-
};
|
|
26
|
-
exports.QueueListBy = {
|
|
27
|
-
CREATION_DATE: "CREATION_DATE",
|
|
28
|
-
NAME: "NAME",
|
|
29
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeEndpoints = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeEndpointsCommand_1 = require("../commands/DescribeEndpointsCommand");
|
|
6
|
-
const MediaConvertClient_1 = require("../MediaConvertClient");
|
|
7
|
-
exports.paginateDescribeEndpoints = (0, core_1.createPaginator)(MediaConvertClient_1.MediaConvertClient, DescribeEndpointsCommand_1.DescribeEndpointsCommand, "NextToken", "NextToken", "MaxResults");
|
|
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.paginateListJobTemplates = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListJobTemplatesCommand_1 = require("../commands/ListJobTemplatesCommand");
|
|
6
|
-
const MediaConvertClient_1 = require("../MediaConvertClient");
|
|
7
|
-
exports.paginateListJobTemplates = (0, core_1.createPaginator)(MediaConvertClient_1.MediaConvertClient, ListJobTemplatesCommand_1.ListJobTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListJobsCommand_1 = require("../commands/ListJobsCommand");
|
|
6
|
-
const MediaConvertClient_1 = require("../MediaConvertClient");
|
|
7
|
-
exports.paginateListJobs = (0, core_1.createPaginator)(MediaConvertClient_1.MediaConvertClient, ListJobsCommand_1.ListJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListPresets = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListPresetsCommand_1 = require("../commands/ListPresetsCommand");
|
|
6
|
-
const MediaConvertClient_1 = require("../MediaConvertClient");
|
|
7
|
-
exports.paginateListPresets = (0, core_1.createPaginator)(MediaConvertClient_1.MediaConvertClient, ListPresetsCommand_1.ListPresetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListQueues = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListQueuesCommand_1 = require("../commands/ListQueuesCommand");
|
|
6
|
-
const MediaConvertClient_1 = require("../MediaConvertClient");
|
|
7
|
-
exports.paginateListQueues = (0, core_1.createPaginator)(MediaConvertClient_1.MediaConvertClient, ListQueuesCommand_1.ListQueuesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DescribeEndpointsPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListJobTemplatesPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListJobsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListPresetsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListQueuesPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|