@aws-sdk/client-mediaconvert 3.40.0 → 3.45.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 (37) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-cjs/models/models_1.js +2 -0
  4. package/dist-es/endpoints.js +9 -0
  5. package/dist-es/models/models_1.js +2 -0
  6. package/dist-types/commands/AssociateCertificateCommand.d.ts +1 -1
  7. package/dist-types/commands/CancelJobCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateJobCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateJobTemplateCommand.d.ts +1 -1
  10. package/dist-types/commands/CreatePresetCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +1 -1
  13. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
  14. package/dist-types/commands/DeletePresetCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteQueueCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -1
  17. package/dist-types/commands/DisassociateCertificateCommand.d.ts +1 -1
  18. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  19. package/dist-types/commands/GetJobTemplateCommand.d.ts +1 -1
  20. package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
  21. package/dist-types/commands/GetPresetCommand.d.ts +1 -1
  22. package/dist-types/commands/GetQueueCommand.d.ts +1 -1
  23. package/dist-types/commands/ListJobTemplatesCommand.d.ts +1 -1
  24. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListPresetsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  28. package/dist-types/commands/PutPolicyCommand.d.ts +1 -1
  29. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  30. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdatePresetCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
  34. package/dist-types/models/models_0.d.ts +3 -3
  35. package/dist-types/models/models_1.d.ts +13 -11
  36. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  37. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-mediaconvert
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+
28
+ ### Features
29
+
30
+ * **clients:** update clients as of 11/18/2021 ([#3039](https://github.com/aws/aws-sdk-js-v3/issues/3039)) ([d2b2c45](https://github.com/aws/aws-sdk-js-v3/commit/d2b2c453315fc7bff798c1fb97c792e59274b4d6))
31
+
32
+
33
+
34
+
35
+
36
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
37
+
38
+
39
+ ### Features
40
+
41
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
42
+
43
+
44
+
45
+
46
+
6
47
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
48
 
8
49
 
@@ -93,6 +93,7 @@ const partitionHash = {
93
93
  "ap-south-1",
94
94
  "ap-southeast-1",
95
95
  "ap-southeast-2",
96
+ "ap-southeast-3",
96
97
  "ca-central-1",
97
98
  "eu-central-1",
98
99
  "eu-north-1",
@@ -162,6 +163,10 @@ const partitionHash = {
162
163
  hostname: "mediaconvert.{region}.c2s.ic.gov",
163
164
  tags: [],
164
165
  },
166
+ {
167
+ hostname: "mediaconvert-fips.{region}.c2s.ic.gov",
168
+ tags: ["fips"],
169
+ },
165
170
  ],
166
171
  },
167
172
  "aws-iso-b": {
@@ -172,6 +177,10 @@ const partitionHash = {
172
177
  hostname: "mediaconvert.{region}.sc2s.sgov.gov",
173
178
  tags: [],
174
179
  },
180
+ {
181
+ hostname: "mediaconvert-fips.{region}.sc2s.sgov.gov",
182
+ tags: ["fips"],
183
+ },
175
184
  ],
176
185
  },
177
186
  "aws-us-gov": {
@@ -361,6 +361,7 @@ var H264GopBReference;
361
361
  })(H264GopBReference = exports.H264GopBReference || (exports.H264GopBReference = {}));
362
362
  var H264GopSizeUnits;
363
363
  (function (H264GopSizeUnits) {
364
+ H264GopSizeUnits["AUTO"] = "AUTO";
364
365
  H264GopSizeUnits["FRAMES"] = "FRAMES";
365
366
  H264GopSizeUnits["SECONDS"] = "SECONDS";
366
367
  })(H264GopSizeUnits = exports.H264GopSizeUnits || (exports.H264GopSizeUnits = {}));
@@ -518,6 +519,7 @@ var H265GopBReference;
518
519
  })(H265GopBReference = exports.H265GopBReference || (exports.H265GopBReference = {}));
519
520
  var H265GopSizeUnits;
520
521
  (function (H265GopSizeUnits) {
522
+ H265GopSizeUnits["AUTO"] = "AUTO";
521
523
  H265GopSizeUnits["FRAMES"] = "FRAMES";
522
524
  H265GopSizeUnits["SECONDS"] = "SECONDS";
523
525
  })(H265GopSizeUnits = exports.H265GopSizeUnits || (exports.H265GopSizeUnits = {}));
@@ -91,6 +91,7 @@ var partitionHash = {
91
91
  "ap-south-1",
92
92
  "ap-southeast-1",
93
93
  "ap-southeast-2",
94
+ "ap-southeast-3",
94
95
  "ca-central-1",
95
96
  "eu-central-1",
96
97
  "eu-north-1",
@@ -160,6 +161,10 @@ var partitionHash = {
160
161
  hostname: "mediaconvert.{region}.c2s.ic.gov",
161
162
  tags: [],
162
163
  },
164
+ {
165
+ hostname: "mediaconvert-fips.{region}.c2s.ic.gov",
166
+ tags: ["fips"],
167
+ },
163
168
  ],
164
169
  },
165
170
  "aws-iso-b": {
@@ -170,6 +175,10 @@ var partitionHash = {
170
175
  hostname: "mediaconvert.{region}.sc2s.sgov.gov",
171
176
  tags: [],
172
177
  },
178
+ {
179
+ hostname: "mediaconvert-fips.{region}.sc2s.sgov.gov",
180
+ tags: ["fips"],
181
+ },
173
182
  ],
174
183
  },
175
184
  "aws-us-gov": {
@@ -328,6 +328,7 @@ export var H264GopBReference;
328
328
  })(H264GopBReference || (H264GopBReference = {}));
329
329
  export var H264GopSizeUnits;
330
330
  (function (H264GopSizeUnits) {
331
+ H264GopSizeUnits["AUTO"] = "AUTO";
331
332
  H264GopSizeUnits["FRAMES"] = "FRAMES";
332
333
  H264GopSizeUnits["SECONDS"] = "SECONDS";
333
334
  })(H264GopSizeUnits || (H264GopSizeUnits = {}));
@@ -481,6 +482,7 @@ export var H265GopBReference;
481
482
  })(H265GopBReference || (H265GopBReference = {}));
482
483
  export var H265GopSizeUnits;
483
484
  (function (H265GopSizeUnits) {
485
+ H265GopSizeUnits["AUTO"] = "AUTO";
484
486
  H265GopSizeUnits["FRAMES"] = "FRAMES";
485
487
  H265GopSizeUnits["SECONDS"] = "SECONDS";
486
488
  })(H265GopSizeUnits || (H265GopSizeUnits = {}));
@@ -20,7 +20,7 @@ export interface AssociateCertificateCommandOutput extends AssociateCertificateR
20
20
  *
21
21
  * @see {@link AssociateCertificateCommandInput} for command's `input` shape.
22
22
  * @see {@link AssociateCertificateCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class AssociateCertificateCommand extends $Command<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link CancelJobCommandInput} for command's `input` shape.
22
22
  * @see {@link CancelJobCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CancelJobCommand extends $Command<CancelJobCommandInput, CancelJobCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link CreateJobCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateJobCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
20
20
  *
21
21
  * @see {@link CreateJobTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateJobTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateJobTemplateCommand extends $Command<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
20
20
  *
21
21
  * @see {@link CreatePresetCommandInput} for command's `input` shape.
22
22
  * @see {@link CreatePresetCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreatePresetCommand extends $Command<CreatePresetCommandInput, CreatePresetCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateQueueCommandOutput extends CreateQueueResponse, __Metadat
20
20
  *
21
21
  * @see {@link CreateQueueCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateQueueCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateQueueCommand extends $Command<CreateQueueCommandInput, CreateQueueCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateRespons
20
20
  *
21
21
  * @see {@link DeleteJobTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteJobTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteJobTemplateCommand extends $Command<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __Metad
20
20
  *
21
21
  * @see {@link DeletePolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link DeletePolicyCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeletePresetCommandOutput extends DeletePresetResponse, __Metad
20
20
  *
21
21
  * @see {@link DeletePresetCommandInput} for command's `input` shape.
22
22
  * @see {@link DeletePresetCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeletePresetCommand extends $Command<DeletePresetCommandInput, DeletePresetCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteQueueCommandOutput extends DeleteQueueResponse, __Metadat
20
20
  *
21
21
  * @see {@link DeleteQueueCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteQueueCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteQueueCommand extends $Command<DeleteQueueCommandInput, DeleteQueueCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
20
20
  *
21
21
  * @see {@link DescribeEndpointsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeEndpointsCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeEndpointsCommand extends $Command<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisassociateCertificateCommandOutput extends DisassociateCertif
20
20
  *
21
21
  * @see {@link DisassociateCertificateCommandInput} for command's `input` shape.
22
22
  * @see {@link DisassociateCertificateCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisassociateCertificateCommand extends $Command<DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetJobCommandInput} for command's `input` shape.
22
22
  * @see {@link GetJobCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M
20
20
  *
21
21
  * @see {@link GetJobTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link GetJobTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetJobTemplateCommand extends $Command<GetJobTemplateCommandInput, GetJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link GetPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link GetPresetCommandInput} for command's `input` shape.
22
22
  * @see {@link GetPresetCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetPresetCommand extends $Command<GetPresetCommandInput, GetPresetCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetQueueCommandOutput extends GetQueueResponse, __MetadataBeare
20
20
  *
21
21
  * @see {@link GetQueueCommandInput} for command's `input` shape.
22
22
  * @see {@link GetQueueCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetQueueCommand extends $Command<GetQueueCommandInput, GetQueueCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
20
20
  *
21
21
  * @see {@link ListJobTemplatesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListJobTemplatesCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListJobTemplatesCommand extends $Command<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
20
20
  *
21
21
  * @see {@link ListJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListJobsCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListPresetsCommandOutput extends ListPresetsResponse, __Metadat
20
20
  *
21
21
  * @see {@link ListPresetsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListPresetsCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListPresetsCommand extends $Command<ListPresetsCommandInput, ListPresetsCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataB
20
20
  *
21
21
  * @see {@link ListQueuesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListQueuesCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListQueuesCommand extends $Command<ListQueuesCommandInput, ListQueuesCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link PutPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link PutPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutPolicyCommand extends $Command<PutPolicyCommandInput, PutPolicyCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
20
20
  *
21
21
  * @see {@link TagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
20
20
  *
21
21
  * @see {@link UpdateJobTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateJobTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateJobTemplateCommand extends $Command<UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
20
20
  *
21
21
  * @see {@link UpdatePresetCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdatePresetCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdatePresetCommand extends $Command<UpdatePresetCommandInput, UpdatePresetCommandOutput, MediaConvertClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateQueueCommandOutput extends UpdateQueueResponse, __Metadat
20
20
  *
21
21
  * @see {@link UpdateQueueCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateQueueCommandOutput} for command's `response` shape.
23
- * @see {@link MediaConvertClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateQueueCommand extends $Command<UpdateQueueCommandInput, UpdateQueueCommandOutput, MediaConvertClientResolvedConfig> {
@@ -1173,7 +1173,7 @@ export interface BurninDestinationSettings {
1173
1173
  */
1174
1174
  ApplyFontColor?: BurninSubtitleApplyFontColor | string;
1175
1175
  /**
1176
- * Specify the color of the rectangle behind the captions. Leave background color (BackgroundColor) blank and set Style passthrough (StylePassthrough) to enabled to use the background color data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.
1176
+ * Specify the color of the rectangle behind the captions. Leave background color (BackgroundColor) blank and set Style passthrough (StylePassthrough) to enabled to use the background color data from your input captions, if present.
1177
1177
  */
1178
1178
  BackgroundColor?: BurninSubtitleBackgroundColor | string;
1179
1179
  /**
@@ -1433,7 +1433,7 @@ export interface DvbSubDestinationSettings {
1433
1433
  */
1434
1434
  SubtitlingType?: DvbSubtitlingType | string;
1435
1435
  /**
1436
- * Specify whether the Text spacing (TextSpacing) in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid (FIXED_GRID) to conform to the spacing specified in the captions file more accurately. Choose proportional (PROPORTIONAL) to make the text easier to read for closed captions. Within your job settings, all of your DVB-Sub settings must be identical.
1436
+ * Specify whether the Text spacing (TeletextSpacing) in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid (FIXED_GRID) to conform to the spacing specified in the captions file more accurately. Choose proportional (PROPORTIONAL) to make the text easier to read for closed captions. Within your job settings, all of your DVB-Sub settings must be identical.
1437
1437
  */
1438
1438
  TeletextSpacing?: DvbSubtitleTeletextSpacing | string;
1439
1439
  /**
@@ -4285,7 +4285,7 @@ export interface CmfcSettings {
4285
4285
  */
4286
4286
  AudioGroupId?: string;
4287
4287
  /**
4288
- * List the audio rendition groups that you want included with this video rendition. Use a comma-separated list. For example, say you want to include the audio rendition groups that have the audio group IDs "audio_aac_1" and "audio_dolby". Then you would specify this value: "audio_aac_1, audio_dolby". Related setting: The rendition groups that you include in your comma-separated list should all match values that you specify in the setting Audio group ID (AudioGroupId) for audio renditions in the same output group as this video rendition. Default behavior: If you don't specify anything here and for Audio group ID, MediaConvert puts each audio variant in its own audio rendition group and associates it with every video variant. Each value in your list appears in your HLS parent manifest in the EXT-X-STREAM-INF tag as the value for the AUDIO attribute. To continue the previous example, say that the file name for the child manifest for your video rendition is "amazing_video_1.m3u8". Then, in your parent manifest, each value will appear on separate lines, like this: #EXT-X-STREAM-INF:AUDIO="audio_aac_1"... amazing_video_1.m3u8 #EXT-X-STREAM-INF:AUDIO="audio_dolby"... amazing_video_1.m3u8
4288
+ * List the audio rendition groups that you want included with this video rendition. Use a comma-separated list. For example, say you want to include the audio rendition groups that have the audio group IDs "audio_aac_1" and "audio_dolby". Then you would specify this value: "audio_aac_1,audio_dolby". Related setting: The rendition groups that you include in your comma-separated list should all match values that you specify in the setting Audio group ID (AudioGroupId) for audio renditions in the same output group as this video rendition. Default behavior: If you don't specify anything here and for Audio group ID, MediaConvert puts each audio variant in its own audio rendition group and associates it with every video variant. Each value in your list appears in your HLS parent manifest in the EXT-X-STREAM-INF tag as the value for the AUDIO attribute. To continue the previous example, say that the file name for the child manifest for your video rendition is "amazing_video_1.m3u8". Then, in your parent manifest, each value will appear on separate lines, like this: #EXT-X-STREAM-INF:AUDIO="audio_aac_1"... amazing_video_1.m3u8 #EXT-X-STREAM-INF:AUDIO="audio_dolby"... amazing_video_1.m3u8
4289
4289
  */
4290
4290
  AudioRenditionSets?: string;
4291
4291
  /**
@@ -642,6 +642,7 @@ export declare enum H264GopBReference {
642
642
  ENABLED = "ENABLED"
643
643
  }
644
644
  export declare enum H264GopSizeUnits {
645
+ AUTO = "AUTO",
645
646
  FRAMES = "FRAMES",
646
647
  SECONDS = "SECONDS"
647
648
  }
@@ -784,15 +785,15 @@ export interface H264Settings {
784
785
  */
785
786
  GopBReference?: H264GopBReference | string;
786
787
  /**
787
- * Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.
788
+ * Specify the relative frequency of open to closed GOPs in this output. For example, if you want to allow four open GOPs and then require a closed GOP, set this value to 5. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, keep the default value by leaving this setting out of your JSON job specification. In the console, do this by keeping the default empty value. If you do explicitly specify a value, for segmented outputs, don't set this value to 0.
788
789
  */
789
790
  GopClosedCadence?: number;
790
791
  /**
791
- * GOP Length (keyframe interval) in frames or seconds. Must be greater than zero.
792
+ * Use this setting only when you set GOP mode control (GopSizeUnits) to Specified, frames (FRAMES) or Specified, seconds (SECONDS). Specify the GOP length using a whole number of frames or a decimal value of seconds. MediaConvert will interpret this value as frames or seconds depending on the value you choose for GOP mode control (GopSizeUnits). If you want to allow MediaConvert to automatically determine GOP size, leave GOP size blank and set GOP mode control to Auto (AUTO). If your output group specifies HLS, DASH, or CMAF, leave GOP size blank and set GOP mode control to Auto in each output in your output group.
792
793
  */
793
794
  GopSize?: number;
794
795
  /**
795
- * Indicates if the GOP Size in H264 is specified in frames or seconds. If seconds the system will convert the GOP Size into a frame count at run time.
796
+ * Specify how the transcoder determines GOP size for this output. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, choose Auto (AUTO) and and leave GOP size (GopSize) blank. By default, if you don't specify GOP mode control (GopSizeUnits), MediaConvert will use automatic behavior. If your output group specifies HLS, DASH, or CMAF, set GOP mode control to Auto and leave GOP size blank in each output in your output group. To explicitly specify the GOP length, choose Specified, frames (FRAMES) or Specified, seconds (SECONDS) and then provide the GOP length in the related setting GOP size (GopSize).
796
797
  */
797
798
  GopSizeUnits?: H264GopSizeUnits | string;
798
799
  /**
@@ -812,11 +813,11 @@ export interface H264Settings {
812
813
  */
813
814
  MaxBitrate?: number;
814
815
  /**
815
- * Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. This setting is only used when Scene Change Detect is enabled. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
816
+ * Use this setting only when you also enable Scene change detection (SceneChangeDetect). This setting determines how the encoder manages the spacing between I-frames that it inserts as part of the I-frame cadence and the I-frames that it inserts for Scene change detection. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, keep the default value by leaving this setting out of your JSON job specification. In the console, do this by keeping the default empty value. When you explicitly specify a value for this setting, the encoder determines whether to skip a cadence-driven I-frame by the value you set. For example, if you set Min I interval (minIInterval) to 5 and a cadence-driven I-frame would fall within 5 frames of a scene-change I-frame, then the encoder skips the cadence-driven I-frame. In this way, one GOP is shrunk slightly and one GOP is stretched slightly. When the cadence-driven I-frames are farther from the scene-change I-frame than the value you set, then the encoder leaves all I-frames in place and the GOPs surrounding the scene change are smaller than the usual cadence GOPs.
816
817
  */
817
818
  MinIInterval?: number;
818
819
  /**
819
- * Specify the number of B-frames that MediaConvert puts between reference frames in this output. Valid values are whole numbers from 0 through 7. When you don't specify a value, MediaConvert defaults to 2.
820
+ * This setting to determines the number of B-frames that MediaConvert puts between reference frames in this output. We recommend that you use automatic behavior to allow the transcoder to choose the best value based on characteristics of your input video. In the console, choose AUTO to select this automatic behavior. When you manually edit your JSON job specification, leave this setting out to choose automatic behavior. When you want to specify this number explicitly, choose a whole number from 0 through 7.
820
821
  */
821
822
  NumberBFramesBetweenReferenceFrames?: number;
822
823
  /**
@@ -958,6 +959,7 @@ export declare enum H265GopBReference {
958
959
  ENABLED = "ENABLED"
959
960
  }
960
961
  export declare enum H265GopSizeUnits {
962
+ AUTO = "AUTO",
961
963
  FRAMES = "FRAMES",
962
964
  SECONDS = "SECONDS"
963
965
  }
@@ -1105,15 +1107,15 @@ export interface H265Settings {
1105
1107
  */
1106
1108
  GopBReference?: H265GopBReference | string;
1107
1109
  /**
1108
- * Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.
1110
+ * Specify the relative frequency of open to closed GOPs in this output. For example, if you want to allow four open GOPs and then require a closed GOP, set this value to 5. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, keep the default value by leaving this setting out of your JSON job specification. In the console, do this by keeping the default empty value. If you do explicitly specify a value, for segmented outputs, don't set this value to 0.
1109
1111
  */
1110
1112
  GopClosedCadence?: number;
1111
1113
  /**
1112
- * GOP Length (keyframe interval) in frames or seconds. Must be greater than zero.
1114
+ * Use this setting only when you set GOP mode control (GopSizeUnits) to Specified, frames (FRAMES) or Specified, seconds (SECONDS). Specify the GOP length using a whole number of frames or a decimal value of seconds. MediaConvert will interpret this value as frames or seconds depending on the value you choose for GOP mode control (GopSizeUnits). If you want to allow MediaConvert to automatically determine GOP size, leave GOP size blank and set GOP mode control to Auto (AUTO). If your output group specifies HLS, DASH, or CMAF, leave GOP size blank and set GOP mode control to Auto in each output in your output group.
1113
1115
  */
1114
1116
  GopSize?: number;
1115
1117
  /**
1116
- * Indicates if the GOP Size in H265 is specified in frames or seconds. If seconds the system will convert the GOP Size into a frame count at run time.
1118
+ * Specify how the transcoder determines GOP size for this output. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, choose Auto (AUTO) and and leave GOP size (GopSize) blank. By default, if you don't specify GOP mode control (GopSizeUnits), MediaConvert will use automatic behavior. If your output group specifies HLS, DASH, or CMAF, set GOP mode control to Auto and leave GOP size blank in each output in your output group. To explicitly specify the GOP length, choose Specified, frames (FRAMES) or Specified, seconds (SECONDS) and then provide the GOP length in the related setting GOP size (GopSize).
1117
1119
  */
1118
1120
  GopSizeUnits?: H265GopSizeUnits | string;
1119
1121
  /**
@@ -1133,7 +1135,7 @@ export interface H265Settings {
1133
1135
  */
1134
1136
  MaxBitrate?: number;
1135
1137
  /**
1136
- * Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. This setting is only used when Scene Change Detect is enabled. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
1138
+ * Use this setting only when you also enable Scene change detection (SceneChangeDetect). This setting determines how the encoder manages the spacing between I-frames that it inserts as part of the I-frame cadence and the I-frames that it inserts for Scene change detection. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, keep the default value by leaving this setting out of your JSON job specification. In the console, do this by keeping the default empty value. When you explicitly specify a value for this setting, the encoder determines whether to skip a cadence-driven I-frame by the value you set. For example, if you set Min I interval (minIInterval) to 5 and a cadence-driven I-frame would fall within 5 frames of a scene-change I-frame, then the encoder skips the cadence-driven I-frame. In this way, one GOP is shrunk slightly and one GOP is stretched slightly. When the cadence-driven I-frames are farther from the scene-change I-frame than the value you set, then the encoder leaves all I-frames in place and the GOPs surrounding the scene change are smaller than the usual cadence GOPs.
1137
1139
  */
1138
1140
  MinIInterval?: number;
1139
1141
  /**
@@ -1353,7 +1355,7 @@ export interface Mpeg2Settings {
1353
1355
  */
1354
1356
  FramerateNumerator?: number;
1355
1357
  /**
1356
- * Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.
1358
+ * Specify the relative frequency of open to closed GOPs in this output. For example, if you want to allow four open GOPs and then require a closed GOP, set this value to 5. When you create a streaming output, we recommend that you keep the default value, 1, so that players starting mid-stream receive an IDR frame as quickly as possible. Don't set this value to 0; that would break output segmenting.
1357
1359
  */
1358
1360
  GopClosedCadence?: number;
1359
1361
  /**
@@ -1385,7 +1387,7 @@ export interface Mpeg2Settings {
1385
1387
  */
1386
1388
  MaxBitrate?: number;
1387
1389
  /**
1388
- * Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. This setting is only used when Scene Change Detect is enabled. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
1390
+ * Use this setting only when you also enable Scene change detection (SceneChangeDetect). This setting determines how the encoder manages the spacing between I-frames that it inserts as part of the I-frame cadence and the I-frames that it inserts for Scene change detection. When you specify a value for this setting, the encoder determines whether to skip a cadence-driven I-frame by the value you set. For example, if you set Min I interval (minIInterval) to 5 and a cadence-driven I-frame would fall within 5 frames of a scene-change I-frame, then the encoder skips the cadence-driven I-frame. In this way, one GOP is shrunk slightly and one GOP is stretched slightly. When the cadence-driven I-frames are farther from the scene-change I-frame than the value you set, then the encoder leaves all I-frames in place and the GOPs surrounding the scene change are smaller than the usual cadence GOPs.
1389
1391
  */
1390
1392
  MinIInterval?: number;
1391
1393
  /**
@@ -456,6 +456,7 @@ export declare enum H264GopBReference {
456
456
  ENABLED = "ENABLED"
457
457
  }
458
458
  export declare enum H264GopSizeUnits {
459
+ AUTO = "AUTO",
459
460
  FRAMES = "FRAMES",
460
461
  SECONDS = "SECONDS"
461
462
  }
@@ -678,6 +679,7 @@ export declare enum H265GopBReference {
678
679
  ENABLED = "ENABLED"
679
680
  }
680
681
  export declare enum H265GopSizeUnits {
682
+ AUTO = "AUTO",
681
683
  FRAMES = "FRAMES",
682
684
  SECONDS = "SECONDS"
683
685
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediaconvert",
3
3
  "description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",