@aws-sdk/client-mediaconvert 3.309.0 → 3.310.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.
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
4
  const u = "required", v = "fn", w = "argv", x = "ref";
5
5
  const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = "stringEquals", h = { [u]: false, "type": "String" }, i = { [u]: true, "default": false, "type": "Boolean" }, j = { [x]: "Endpoint" }, k = { [v]: "booleanEquals", [w]: [{ [x]: "UseFIPS" }, true] }, l = { [v]: "booleanEquals", [w]: [{ [x]: "UseDualStack" }, true] }, m = {}, n = { [x]: "Region" }, o = { [v]: "booleanEquals", [w]: [true, { [v]: f, [w]: [{ [x]: e }, "supportsFIPS"] }] }, p = { [x]: e }, q = { [v]: "booleanEquals", [w]: [true, { [v]: f, [w]: [p, "supportsDualStack"] }] }, r = [k], s = [l], t = [n];
6
- const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [v]: a, [w]: [j] }], type: b, rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: j, properties: m, headers: m }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [v]: a, [w]: t }], type: b, rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: e }], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ conditions: [o, q], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://mediaconvert-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: r, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ conditions: [{ [v]: g, [w]: ["aws-us-gov", { [v]: f, [w]: [p, "name"] }] }], endpoint: { url: "https://mediaconvert.{Region}.amazonaws.com", properties: m, headers: m }, type: d }, { endpoint: { url: "https://mediaconvert-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: s, type: b, rules: [{ conditions: [q], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://mediaconvert.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ conditions: [{ [v]: g, [w]: [n, "cn-northwest-1"] }], endpoint: { url: "https://subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", properties: m, headers: m }, type: d }, { conditions: [{ [v]: g, [w]: [n, "us-gov-west-1"] }], endpoint: { url: "https://mediaconvert.us-gov-west-1.amazonaws.com", properties: m, headers: m }, type: d }, { endpoint: { url: "https://mediaconvert.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
6
+ const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [v]: a, [w]: [j] }], type: b, rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: j, properties: m, headers: m }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [v]: a, [w]: t }], type: b, rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: e }], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ conditions: [o, q], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://mediaconvert-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: r, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ conditions: [{ [v]: g, [w]: ["aws-us-gov", { [v]: f, [w]: [p, "name"] }] }], endpoint: { url: "https://mediaconvert.{Region}.amazonaws.com", properties: m, headers: m }, type: d }, { endpoint: { url: "https://mediaconvert-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: s, type: b, rules: [{ conditions: [q], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://mediaconvert.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ conditions: [{ [v]: g, [w]: [n, "cn-northwest-1"] }], endpoint: { url: "https://subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", properties: m, headers: m }, type: d }, { endpoint: { url: "https://mediaconvert.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
7
7
  exports.ruleSet = _data;
@@ -4759,6 +4759,17 @@ const de___listOfTeletextPageType = (output, context) => {
4759
4759
  });
4760
4760
  return retVal;
4761
4761
  };
4762
+ const de___listOfWarningGroup = (output, context) => {
4763
+ const retVal = (output || [])
4764
+ .filter((e) => e != null)
4765
+ .map((entry) => {
4766
+ if (entry === null) {
4767
+ return null;
4768
+ }
4769
+ return de_WarningGroup(entry, context);
4770
+ });
4771
+ return retVal;
4772
+ };
4762
4773
  const de___mapOf__string = (output, context) => {
4763
4774
  return Object.entries(output).reduce((acc, [key, value]) => {
4764
4775
  if (value === null) {
@@ -5831,6 +5842,7 @@ const de_Job = (output, context) => {
5831
5842
  AccelerationStatus: (0, smithy_client_1.expectString)(output.accelerationStatus),
5832
5843
  Arn: (0, smithy_client_1.expectString)(output.arn),
5833
5844
  BillingTagsSource: (0, smithy_client_1.expectString)(output.billingTagsSource),
5845
+ ClientRequestToken: (0, smithy_client_1.expectString)(output.clientRequestToken),
5834
5846
  CreatedAt: output.createdAt != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt))) : undefined,
5835
5847
  CurrentPhase: (0, smithy_client_1.expectString)(output.currentPhase),
5836
5848
  ErrorCode: (0, smithy_client_1.expectInt32)(output.errorCode),
@@ -5852,6 +5864,7 @@ const de_Job = (output, context) => {
5852
5864
  StatusUpdateInterval: (0, smithy_client_1.expectString)(output.statusUpdateInterval),
5853
5865
  Timing: output.timing != null ? de_Timing(output.timing, context) : undefined,
5854
5866
  UserMetadata: output.userMetadata != null ? de___mapOf__string(output.userMetadata, context) : undefined,
5867
+ Warnings: output.warnings != null ? de___listOfWarningGroup(output.warnings, context) : undefined,
5855
5868
  };
5856
5869
  };
5857
5870
  const de_JobMessages = (output, context) => {
@@ -6636,6 +6649,12 @@ const de_Vp9Settings = (output, context) => {
6636
6649
  RateControlMode: (0, smithy_client_1.expectString)(output.rateControlMode),
6637
6650
  };
6638
6651
  };
6652
+ const de_WarningGroup = (output, context) => {
6653
+ return {
6654
+ Code: (0, smithy_client_1.expectInt32)(output.code),
6655
+ Count: (0, smithy_client_1.expectInt32)(output.count),
6656
+ };
6657
+ };
6639
6658
  const de_WavSettings = (output, context) => {
6640
6659
  return {
6641
6660
  BitDepth: (0, smithy_client_1.expectInt32)(output.bitDepth),
@@ -1,4 +1,4 @@
1
1
  const u = "required", v = "fn", w = "argv", x = "ref";
2
2
  const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = "stringEquals", h = { [u]: false, "type": "String" }, i = { [u]: true, "default": false, "type": "Boolean" }, j = { [x]: "Endpoint" }, k = { [v]: "booleanEquals", [w]: [{ [x]: "UseFIPS" }, true] }, l = { [v]: "booleanEquals", [w]: [{ [x]: "UseDualStack" }, true] }, m = {}, n = { [x]: "Region" }, o = { [v]: "booleanEquals", [w]: [true, { [v]: f, [w]: [{ [x]: e }, "supportsFIPS"] }] }, p = { [x]: e }, q = { [v]: "booleanEquals", [w]: [true, { [v]: f, [w]: [p, "supportsDualStack"] }] }, r = [k], s = [l], t = [n];
3
- const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [v]: a, [w]: [j] }], type: b, rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: j, properties: m, headers: m }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [v]: a, [w]: t }], type: b, rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: e }], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ conditions: [o, q], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://mediaconvert-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: r, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ conditions: [{ [v]: g, [w]: ["aws-us-gov", { [v]: f, [w]: [p, "name"] }] }], endpoint: { url: "https://mediaconvert.{Region}.amazonaws.com", properties: m, headers: m }, type: d }, { endpoint: { url: "https://mediaconvert-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: s, type: b, rules: [{ conditions: [q], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://mediaconvert.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ conditions: [{ [v]: g, [w]: [n, "cn-northwest-1"] }], endpoint: { url: "https://subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", properties: m, headers: m }, type: d }, { conditions: [{ [v]: g, [w]: [n, "us-gov-west-1"] }], endpoint: { url: "https://mediaconvert.us-gov-west-1.amazonaws.com", properties: m, headers: m }, type: d }, { endpoint: { url: "https://mediaconvert.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
3
+ const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [v]: a, [w]: [j] }], type: b, rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: j, properties: m, headers: m }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [v]: a, [w]: t }], type: b, rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: e }], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ conditions: [o, q], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://mediaconvert-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: r, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ conditions: [{ [v]: g, [w]: ["aws-us-gov", { [v]: f, [w]: [p, "name"] }] }], endpoint: { url: "https://mediaconvert.{Region}.amazonaws.com", properties: m, headers: m }, type: d }, { endpoint: { url: "https://mediaconvert-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: s, type: b, rules: [{ conditions: [q], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://mediaconvert.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ conditions: [{ [v]: g, [w]: [n, "cn-northwest-1"] }], endpoint: { url: "https://subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", properties: m, headers: m }, type: d }, { endpoint: { url: "https://mediaconvert.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
4
4
  export const ruleSet = _data;
@@ -4699,6 +4699,17 @@ const de___listOfTeletextPageType = (output, context) => {
4699
4699
  });
4700
4700
  return retVal;
4701
4701
  };
4702
+ const de___listOfWarningGroup = (output, context) => {
4703
+ const retVal = (output || [])
4704
+ .filter((e) => e != null)
4705
+ .map((entry) => {
4706
+ if (entry === null) {
4707
+ return null;
4708
+ }
4709
+ return de_WarningGroup(entry, context);
4710
+ });
4711
+ return retVal;
4712
+ };
4702
4713
  const de___mapOf__string = (output, context) => {
4703
4714
  return Object.entries(output).reduce((acc, [key, value]) => {
4704
4715
  if (value === null) {
@@ -5771,6 +5782,7 @@ const de_Job = (output, context) => {
5771
5782
  AccelerationStatus: __expectString(output.accelerationStatus),
5772
5783
  Arn: __expectString(output.arn),
5773
5784
  BillingTagsSource: __expectString(output.billingTagsSource),
5785
+ ClientRequestToken: __expectString(output.clientRequestToken),
5774
5786
  CreatedAt: output.createdAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.createdAt))) : undefined,
5775
5787
  CurrentPhase: __expectString(output.currentPhase),
5776
5788
  ErrorCode: __expectInt32(output.errorCode),
@@ -5792,6 +5804,7 @@ const de_Job = (output, context) => {
5792
5804
  StatusUpdateInterval: __expectString(output.statusUpdateInterval),
5793
5805
  Timing: output.timing != null ? de_Timing(output.timing, context) : undefined,
5794
5806
  UserMetadata: output.userMetadata != null ? de___mapOf__string(output.userMetadata, context) : undefined,
5807
+ Warnings: output.warnings != null ? de___listOfWarningGroup(output.warnings, context) : undefined,
5795
5808
  };
5796
5809
  };
5797
5810
  const de_JobMessages = (output, context) => {
@@ -6576,6 +6589,12 @@ const de_Vp9Settings = (output, context) => {
6576
6589
  RateControlMode: __expectString(output.rateControlMode),
6577
6590
  };
6578
6591
  };
6592
+ const de_WarningGroup = (output, context) => {
6593
+ return {
6594
+ Code: __expectInt32(output.code),
6595
+ Count: __expectInt32(output.count),
6596
+ };
6597
+ };
6579
6598
  const de_WavSettings = (output, context) => {
6580
6599
  return {
6581
6600
  BitDepth: __expectInt32(output.bitDepth),
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
- import { GetJobRequest } from "../models/models_1";
6
- import { GetJobResponse } from "../models/models_2";
5
+ import { GetJobRequest, GetJobResponse } from "../models/models_2";
7
6
  /**
8
7
  * @public
9
8
  *
@@ -2428,7 +2428,7 @@ export interface HopDestination {
2428
2428
  */
2429
2429
  Queue?: string;
2430
2430
  /**
2431
- * Required for setting up a job to use queue hopping. Minimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to 1440 minutes, inclusive.
2431
+ * Required for setting up a job to use queue hopping. Minimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to 4320 minutes, inclusive.
2432
2432
  */
2433
2433
  WaitMinutes?: number;
2434
2434
  }
@@ -4753,6 +4753,20 @@ export interface Timing {
4753
4753
  */
4754
4754
  SubmitTime?: Date;
4755
4755
  }
4756
+ /**
4757
+ * @public
4758
+ * Contains any warning codes and their count for the job.
4759
+ */
4760
+ export interface WarningGroup {
4761
+ /**
4762
+ * Warning code that identifies a specific warning in the job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.html
4763
+ */
4764
+ Code: number | undefined;
4765
+ /**
4766
+ * The number of times this warning occurred in the job.
4767
+ */
4768
+ Count: number | undefined;
4769
+ }
4756
4770
  /**
4757
4771
  * @public
4758
4772
  * Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
@@ -4774,6 +4788,10 @@ export interface Job {
4774
4788
  * The tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up.
4775
4789
  */
4776
4790
  BillingTagsSource?: BillingTagsSource | string;
4791
+ /**
4792
+ * Prevent duplicate jobs from being created and ensure idempotency for your requests. A client request token can be any string that includes up to 64 ASCII characters. If you reuse a client request token within one minute of a successful request, the API returns the job details of the original request instead. For more information see https://docs.aws.amazon.com/mediaconvert/latest/apireference/idempotency.html.
4793
+ */
4794
+ ClientRequestToken?: string;
4777
4795
  /**
4778
4796
  * The time, in Unix epoch format in seconds, when the job got created.
4779
4797
  */
@@ -4858,6 +4876,10 @@ export interface Job {
4858
4876
  * User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs.
4859
4877
  */
4860
4878
  UserMetadata?: Record<string, string>;
4879
+ /**
4880
+ * Contains any warning messages for the job. Use to help identify potential issues with your input, output, or job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.html
4881
+ */
4882
+ Warnings?: WarningGroup[];
4861
4883
  }
4862
4884
  /**
4863
4885
  * @public
@@ -5607,12 +5629,3 @@ export interface DisassociateCertificateRequest {
5607
5629
  */
5608
5630
  export interface DisassociateCertificateResponse {
5609
5631
  }
5610
- /**
5611
- * @public
5612
- */
5613
- export interface GetJobRequest {
5614
- /**
5615
- * the job ID of the job.
5616
- */
5617
- Id: string | undefined;
5618
- }
@@ -1,5 +1,14 @@
1
1
  import { AccelerationSettings, HopDestination } from "./models_0";
2
2
  import { Job, JobStatus, JobTemplate, JobTemplateSettings, Preset, PresetSettings, Queue, QueueStatus, ReservationPlanSettings, StatusUpdateInterval } from "./models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface GetJobRequest {
7
+ /**
8
+ * the job ID of the job.
9
+ */
10
+ Id: string | undefined;
11
+ }
3
12
  /**
4
13
  * @public
5
14
  */
@@ -11,8 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaConvertClient";
14
- import { GetJobRequest } from "../models/models_1";
15
- import { GetJobResponse } from "../models/models_2";
14
+ import { GetJobRequest, GetJobResponse } from "../models/models_2";
16
15
  export interface GetJobCommandInput extends GetJobRequest {}
17
16
  export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {}
18
17
  export declare class GetJobCommand extends $Command<
@@ -1957,11 +1957,16 @@ export interface Timing {
1957
1957
  StartTime?: Date;
1958
1958
  SubmitTime?: Date;
1959
1959
  }
1960
+ export interface WarningGroup {
1961
+ Code: number | undefined;
1962
+ Count: number | undefined;
1963
+ }
1960
1964
  export interface Job {
1961
1965
  AccelerationSettings?: AccelerationSettings;
1962
1966
  AccelerationStatus?: AccelerationStatus | string;
1963
1967
  Arn?: string;
1964
1968
  BillingTagsSource?: BillingTagsSource | string;
1969
+ ClientRequestToken?: string;
1965
1970
  CreatedAt?: Date;
1966
1971
  CurrentPhase?: JobPhase | string;
1967
1972
  ErrorCode?: number;
@@ -1983,6 +1988,7 @@ export interface Job {
1983
1988
  StatusUpdateInterval?: StatusUpdateInterval | string;
1984
1989
  Timing?: Timing;
1985
1990
  UserMetadata?: Record<string, string>;
1991
+ Warnings?: WarningGroup[];
1986
1992
  }
1987
1993
  export interface JobTemplateSettings {
1988
1994
  AdAvailOffset?: number;
@@ -2222,6 +2228,3 @@ export interface DisassociateCertificateRequest {
2222
2228
  Arn: string | undefined;
2223
2229
  }
2224
2230
  export interface DisassociateCertificateResponse {}
2225
- export interface GetJobRequest {
2226
- Id: string | undefined;
2227
- }
@@ -11,6 +11,9 @@ import {
11
11
  ReservationPlanSettings,
12
12
  StatusUpdateInterval,
13
13
  } from "./models_1";
14
+ export interface GetJobRequest {
15
+ Id: string | undefined;
16
+ }
14
17
  export interface GetJobResponse {
15
18
  Job?: Job;
16
19
  }
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.309.0",
4
+ "version": "3.310.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,43 +21,43 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.309.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.309.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.309.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
48
- "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-user-agent-browser": "3.306.0",
54
- "@aws-sdk/util-user-agent-node": "3.306.0",
55
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
29
+ "@aws-sdk/invalid-dependency": "3.310.0",
30
+ "@aws-sdk/middleware-content-length": "3.310.0",
31
+ "@aws-sdk/middleware-endpoint": "3.310.0",
32
+ "@aws-sdk/middleware-host-header": "3.310.0",
33
+ "@aws-sdk/middleware-logger": "3.310.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
+ "@aws-sdk/middleware-retry": "3.310.0",
36
+ "@aws-sdk/middleware-serde": "3.310.0",
37
+ "@aws-sdk/middleware-signing": "3.310.0",
38
+ "@aws-sdk/middleware-stack": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
54
+ "@aws-sdk/util-user-agent-node": "3.310.0",
55
+ "@aws-sdk/util-utf8": "3.310.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"
58
58
  },
59
59
  "devDependencies": {
60
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
60
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
61
61
  "@tsconfig/node14": "1.0.3",
62
62
  "@types/node": "^14.14.31",
63
63
  "@types/uuid": "^8.3.0",
@@ -78,7 +78,7 @@
78
78
  }
79
79
  },
80
80
  "files": [
81
- "dist-*"
81
+ "dist-*/**"
82
82
  ],
83
83
  "author": {
84
84
  "name": "AWS SDK for JavaScript Team",