@aws-sdk/client-mediaconvert 3.489.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 (49) hide show
  1. package/dist-cjs/MediaConvert.js +1 -67
  2. package/dist-cjs/MediaConvertClient.js +1 -43
  3. package/dist-cjs/commands/AssociateCertificateCommand.js +1 -28
  4. package/dist-cjs/commands/CancelJobCommand.js +1 -28
  5. package/dist-cjs/commands/CreateJobCommand.js +1 -28
  6. package/dist-cjs/commands/CreateJobTemplateCommand.js +1 -28
  7. package/dist-cjs/commands/CreatePresetCommand.js +1 -28
  8. package/dist-cjs/commands/CreateQueueCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteJobTemplateCommand.js +1 -28
  10. package/dist-cjs/commands/DeletePolicyCommand.js +1 -28
  11. package/dist-cjs/commands/DeletePresetCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteQueueCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeEndpointsCommand.js +1 -28
  14. package/dist-cjs/commands/DisassociateCertificateCommand.js +1 -28
  15. package/dist-cjs/commands/GetJobCommand.js +1 -28
  16. package/dist-cjs/commands/GetJobTemplateCommand.js +1 -28
  17. package/dist-cjs/commands/GetPolicyCommand.js +1 -28
  18. package/dist-cjs/commands/GetPresetCommand.js +1 -28
  19. package/dist-cjs/commands/GetQueueCommand.js +1 -28
  20. package/dist-cjs/commands/ListJobTemplatesCommand.js +1 -28
  21. package/dist-cjs/commands/ListJobsCommand.js +1 -28
  22. package/dist-cjs/commands/ListPresetsCommand.js +1 -28
  23. package/dist-cjs/commands/ListQueuesCommand.js +1 -28
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  25. package/dist-cjs/commands/PutPolicyCommand.js +1 -28
  26. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  27. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  28. package/dist-cjs/commands/UpdateJobTemplateCommand.js +1 -28
  29. package/dist-cjs/commands/UpdatePresetCommand.js +1 -28
  30. package/dist-cjs/commands/UpdateQueueCommand.js +1 -28
  31. package/dist-cjs/commands/index.js +1 -31
  32. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  33. package/dist-cjs/extensionConfiguration.js +1 -2
  34. package/dist-cjs/index.js +10022 -11
  35. package/dist-cjs/models/MediaConvertServiceException.js +1 -12
  36. package/dist-cjs/models/index.js +1 -6
  37. package/dist-cjs/models/models_0.js +1 -1166
  38. package/dist-cjs/models/models_1.js +1 -1198
  39. package/dist-cjs/models/models_2.js +1 -29
  40. package/dist-cjs/pagination/DescribeEndpointsPaginator.js +1 -7
  41. package/dist-cjs/pagination/Interfaces.js +1 -2
  42. package/dist-cjs/pagination/ListJobTemplatesPaginator.js +1 -7
  43. package/dist-cjs/pagination/ListJobsPaginator.js +1 -7
  44. package/dist-cjs/pagination/ListPresetsPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListQueuesPaginator.js +1 -7
  46. package/dist-cjs/pagination/index.js +1 -9
  47. package/dist-cjs/protocols/Aws_restJson1.js +1 -6176
  48. package/dist-cjs/runtimeExtensions.js +1 -22
  49. package/package.json +40 -40
@@ -1,29 +1 @@
1
- "use strict";
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
- "use strict";
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
- "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.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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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");