@aws-sdk/client-mediaconvert 3.549.0 → 3.552.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/index.js CHANGED
@@ -318,6 +318,7 @@ __export(src_exports, {
318
318
  M2tsKlvMetadata: () => M2tsKlvMetadata,
319
319
  M2tsNielsenId3: () => M2tsNielsenId3,
320
320
  M2tsPcrControl: () => M2tsPcrControl,
321
+ M2tsPreventBufferUnderflow: () => M2tsPreventBufferUnderflow,
321
322
  M2tsRateMode: () => M2tsRateMode,
322
323
  M2tsScte35Source: () => M2tsScte35Source,
323
324
  M2tsSegmentationMarkers: () => M2tsSegmentationMarkers,
@@ -740,6 +741,10 @@ var M2tsPcrControl = {
740
741
  CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD",
741
742
  PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET"
742
743
  };
744
+ var M2tsPreventBufferUnderflow = {
745
+ DISABLED: "DISABLED",
746
+ ENABLED: "ENABLED"
747
+ };
743
748
  var TsPtsOffset = {
744
749
  AUTO: "AUTO",
745
750
  SECONDS: "SECONDS"
@@ -1856,6 +1861,8 @@ var _NotFoundException = class _NotFoundException extends MediaConvertServiceExc
1856
1861
  };
1857
1862
  __name(_NotFoundException, "NotFoundException");
1858
1863
  var NotFoundException = _NotFoundException;
1864
+
1865
+ // src/models/models_2.ts
1859
1866
  var _TooManyRequestsException = class _TooManyRequestsException extends MediaConvertServiceException {
1860
1867
  /**
1861
1868
  * @internal
@@ -1874,6 +1881,32 @@ var _TooManyRequestsException = class _TooManyRequestsException extends MediaCon
1874
1881
  };
1875
1882
  __name(_TooManyRequestsException, "TooManyRequestsException");
1876
1883
  var TooManyRequestsException = _TooManyRequestsException;
1884
+ var DescribeEndpointsMode = {
1885
+ DEFAULT: "DEFAULT",
1886
+ GET_ONLY: "GET_ONLY"
1887
+ };
1888
+ var InputPolicy = {
1889
+ ALLOWED: "ALLOWED",
1890
+ DISALLOWED: "DISALLOWED"
1891
+ };
1892
+ var JobTemplateListBy = {
1893
+ CREATION_DATE: "CREATION_DATE",
1894
+ NAME: "NAME",
1895
+ SYSTEM: "SYSTEM"
1896
+ };
1897
+ var Order = {
1898
+ ASCENDING: "ASCENDING",
1899
+ DESCENDING: "DESCENDING"
1900
+ };
1901
+ var PresetListBy = {
1902
+ CREATION_DATE: "CREATION_DATE",
1903
+ NAME: "NAME",
1904
+ SYSTEM: "SYSTEM"
1905
+ };
1906
+ var QueueListBy = {
1907
+ CREATION_DATE: "CREATION_DATE",
1908
+ NAME: "NAME"
1909
+ };
1877
1910
 
1878
1911
  // src/protocols/Aws_restJson1.ts
1879
1912
  var se_AssociateCertificateCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -3108,6 +3141,10 @@ var se_BurninDestinationSettings = /* @__PURE__ */ __name((input, context) => {
3108
3141
  backgroundOpacity: [, , `BackgroundOpacity`],
3109
3142
  fallbackFont: [, , `FallbackFont`],
3110
3143
  fontColor: [, , `FontColor`],
3144
+ fontFileBold: [, , `FontFileBold`],
3145
+ fontFileBoldItalic: [, , `FontFileBoldItalic`],
3146
+ fontFileItalic: [, , `FontFileItalic`],
3147
+ fontFileRegular: [, , `FontFileRegular`],
3111
3148
  fontOpacity: [, , `FontOpacity`],
3112
3149
  fontResolution: [, , `FontResolution`],
3113
3150
  fontScript: [, , `FontScript`],
@@ -3413,6 +3450,10 @@ var se_DvbSubDestinationSettings = /* @__PURE__ */ __name((input, context) => {
3413
3450
  ddsYCoordinate: [, , `DdsYCoordinate`],
3414
3451
  fallbackFont: [, , `FallbackFont`],
3415
3452
  fontColor: [, , `FontColor`],
3453
+ fontFileBold: [, , `FontFileBold`],
3454
+ fontFileBoldItalic: [, , `FontFileBoldItalic`],
3455
+ fontFileItalic: [, , `FontFileItalic`],
3456
+ fontFileRegular: [, , `FontFileRegular`],
3416
3457
  fontOpacity: [, , `FontOpacity`],
3417
3458
  fontResolution: [, , `FontResolution`],
3418
3459
  fontScript: [, , `FontScript`],
@@ -4007,6 +4048,7 @@ var se_M2tsSettings = /* @__PURE__ */ __name((input, context) => {
4007
4048
  pcrPid: [, , `PcrPid`],
4008
4049
  pmtInterval: [, , `PmtInterval`],
4009
4050
  pmtPid: [, , `PmtPid`],
4051
+ preventBufferUnderflow: [, , `PreventBufferUnderflow`],
4010
4052
  privateMetadataPid: [, , `PrivateMetadataPid`],
4011
4053
  programNumber: [, , `ProgramNumber`],
4012
4054
  ptsOffset: [, , `PtsOffset`],
@@ -5153,6 +5195,10 @@ var de_BurninDestinationSettings = /* @__PURE__ */ __name((output, context) => {
5153
5195
  BackgroundOpacity: [, import_smithy_client.expectInt32, `backgroundOpacity`],
5154
5196
  FallbackFont: [, import_smithy_client.expectString, `fallbackFont`],
5155
5197
  FontColor: [, import_smithy_client.expectString, `fontColor`],
5198
+ FontFileBold: [, import_smithy_client.expectString, `fontFileBold`],
5199
+ FontFileBoldItalic: [, import_smithy_client.expectString, `fontFileBoldItalic`],
5200
+ FontFileItalic: [, import_smithy_client.expectString, `fontFileItalic`],
5201
+ FontFileRegular: [, import_smithy_client.expectString, `fontFileRegular`],
5156
5202
  FontOpacity: [, import_smithy_client.expectInt32, `fontOpacity`],
5157
5203
  FontResolution: [, import_smithy_client.expectInt32, `fontResolution`],
5158
5204
  FontScript: [, import_smithy_client.expectString, `fontScript`],
@@ -5466,6 +5512,10 @@ var de_DvbSubDestinationSettings = /* @__PURE__ */ __name((output, context) => {
5466
5512
  DdsYCoordinate: [, import_smithy_client.expectInt32, `ddsYCoordinate`],
5467
5513
  FallbackFont: [, import_smithy_client.expectString, `fallbackFont`],
5468
5514
  FontColor: [, import_smithy_client.expectString, `fontColor`],
5515
+ FontFileBold: [, import_smithy_client.expectString, `fontFileBold`],
5516
+ FontFileBoldItalic: [, import_smithy_client.expectString, `fontFileBoldItalic`],
5517
+ FontFileItalic: [, import_smithy_client.expectString, `fontFileItalic`],
5518
+ FontFileRegular: [, import_smithy_client.expectString, `fontFileRegular`],
5469
5519
  FontOpacity: [, import_smithy_client.expectInt32, `fontOpacity`],
5470
5520
  FontResolution: [, import_smithy_client.expectInt32, `fontResolution`],
5471
5521
  FontScript: [, import_smithy_client.expectString, `fontScript`],
@@ -6139,6 +6189,7 @@ var de_M2tsSettings = /* @__PURE__ */ __name((output, context) => {
6139
6189
  PcrPid: [, import_smithy_client.expectInt32, `pcrPid`],
6140
6190
  PmtInterval: [, import_smithy_client.expectInt32, `pmtInterval`],
6141
6191
  PmtPid: [, import_smithy_client.expectInt32, `pmtPid`],
6192
+ PreventBufferUnderflow: [, import_smithy_client.expectString, `preventBufferUnderflow`],
6142
6193
  PrivateMetadataPid: [, import_smithy_client.expectInt32, `privateMetadataPid`],
6143
6194
  ProgramNumber: [, import_smithy_client.expectInt32, `programNumber`],
6144
6195
  PtsOffset: [, import_smithy_client.expectInt32, `ptsOffset`],
@@ -8628,34 +8679,6 @@ var CmfcScte35Esam = {
8628
8679
  INSERT: "INSERT",
8629
8680
  NONE: "NONE"
8630
8681
  };
8631
-
8632
- // src/models/models_2.ts
8633
- var DescribeEndpointsMode = {
8634
- DEFAULT: "DEFAULT",
8635
- GET_ONLY: "GET_ONLY"
8636
- };
8637
- var InputPolicy = {
8638
- ALLOWED: "ALLOWED",
8639
- DISALLOWED: "DISALLOWED"
8640
- };
8641
- var JobTemplateListBy = {
8642
- CREATION_DATE: "CREATION_DATE",
8643
- NAME: "NAME",
8644
- SYSTEM: "SYSTEM"
8645
- };
8646
- var Order = {
8647
- ASCENDING: "ASCENDING",
8648
- DESCENDING: "DESCENDING"
8649
- };
8650
- var PresetListBy = {
8651
- CREATION_DATE: "CREATION_DATE",
8652
- NAME: "NAME",
8653
- SYSTEM: "SYSTEM"
8654
- };
8655
- var QueueListBy = {
8656
- CREATION_DATE: "CREATION_DATE",
8657
- NAME: "NAME"
8658
- };
8659
8682
  // Annotate the CommonJS export names for ESM import in node:
8660
8683
 
8661
8684
  0 && (module.exports = {
@@ -8904,6 +8927,7 @@ var QueueListBy = {
8904
8927
  M2tsKlvMetadata,
8905
8928
  M2tsNielsenId3,
8906
8929
  M2tsPcrControl,
8930
+ M2tsPreventBufferUnderflow,
8907
8931
  TsPtsOffset,
8908
8932
  M2tsRateMode,
8909
8933
  M2tsScte35Source,
@@ -79,6 +79,10 @@ export const M2tsPcrControl = {
79
79
  CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD",
80
80
  PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET",
81
81
  };
82
+ export const M2tsPreventBufferUnderflow = {
83
+ DISABLED: "DISABLED",
84
+ ENABLED: "ENABLED",
85
+ };
82
86
  export const TsPtsOffset = {
83
87
  AUTO: "AUTO",
84
88
  SECONDS: "SECONDS",
@@ -1170,16 +1174,3 @@ export class NotFoundException extends __BaseException {
1170
1174
  this.Message = opts.Message;
1171
1175
  }
1172
1176
  }
1173
- export class TooManyRequestsException extends __BaseException {
1174
- constructor(opts) {
1175
- super({
1176
- name: "TooManyRequestsException",
1177
- $fault: "client",
1178
- ...opts,
1179
- });
1180
- this.name = "TooManyRequestsException";
1181
- this.$fault = "client";
1182
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
1183
- this.Message = opts.Message;
1184
- }
1185
- }
@@ -1,3 +1,17 @@
1
+ import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
2
+ export class TooManyRequestsException extends __BaseException {
3
+ constructor(opts) {
4
+ super({
5
+ name: "TooManyRequestsException",
6
+ $fault: "client",
7
+ ...opts,
8
+ });
9
+ this.name = "TooManyRequestsException";
10
+ this.$fault = "client";
11
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
12
+ this.Message = opts.Message;
13
+ }
14
+ }
1
15
  export const DescribeEndpointsMode = {
2
16
  DEFAULT: "DEFAULT",
3
17
  GET_ONLY: "GET_ONLY",
@@ -3,7 +3,8 @@ import { requestBuilder as rb } from "@smithy/core";
3
3
  import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
4
4
  import { v4 as generateIdempotencyToken } from "uuid";
5
5
  import { MediaConvertServiceException as __BaseException } from "../models/MediaConvertServiceException";
6
- import { BadRequestException, ConflictException, ForbiddenException, InternalServerErrorException, NotFoundException, TooManyRequestsException, } from "../models/models_1";
6
+ import { BadRequestException, ConflictException, ForbiddenException, InternalServerErrorException, NotFoundException, } from "../models/models_1";
7
+ import { TooManyRequestsException } from "../models/models_2";
7
8
  export const se_AssociateCertificateCommand = async (input, context) => {
8
9
  const b = rb(input, context);
9
10
  const headers = {
@@ -1260,6 +1261,10 @@ const se_BurninDestinationSettings = (input, context) => {
1260
1261
  backgroundOpacity: [, , `BackgroundOpacity`],
1261
1262
  fallbackFont: [, , `FallbackFont`],
1262
1263
  fontColor: [, , `FontColor`],
1264
+ fontFileBold: [, , `FontFileBold`],
1265
+ fontFileBoldItalic: [, , `FontFileBoldItalic`],
1266
+ fontFileItalic: [, , `FontFileItalic`],
1267
+ fontFileRegular: [, , `FontFileRegular`],
1263
1268
  fontOpacity: [, , `FontOpacity`],
1264
1269
  fontResolution: [, , `FontResolution`],
1265
1270
  fontScript: [, , `FontScript`],
@@ -1565,6 +1570,10 @@ const se_DvbSubDestinationSettings = (input, context) => {
1565
1570
  ddsYCoordinate: [, , `DdsYCoordinate`],
1566
1571
  fallbackFont: [, , `FallbackFont`],
1567
1572
  fontColor: [, , `FontColor`],
1573
+ fontFileBold: [, , `FontFileBold`],
1574
+ fontFileBoldItalic: [, , `FontFileBoldItalic`],
1575
+ fontFileItalic: [, , `FontFileItalic`],
1576
+ fontFileRegular: [, , `FontFileRegular`],
1568
1577
  fontOpacity: [, , `FontOpacity`],
1569
1578
  fontResolution: [, , `FontResolution`],
1570
1579
  fontScript: [, , `FontScript`],
@@ -2159,6 +2168,7 @@ const se_M2tsSettings = (input, context) => {
2159
2168
  pcrPid: [, , `PcrPid`],
2160
2169
  pmtInterval: [, , `PmtInterval`],
2161
2170
  pmtPid: [, , `PmtPid`],
2171
+ preventBufferUnderflow: [, , `PreventBufferUnderflow`],
2162
2172
  privateMetadataPid: [, , `PrivateMetadataPid`],
2163
2173
  programNumber: [, , `ProgramNumber`],
2164
2174
  ptsOffset: [, , `PtsOffset`],
@@ -3371,6 +3381,10 @@ const de_BurninDestinationSettings = (output, context) => {
3371
3381
  BackgroundOpacity: [, __expectInt32, `backgroundOpacity`],
3372
3382
  FallbackFont: [, __expectString, `fallbackFont`],
3373
3383
  FontColor: [, __expectString, `fontColor`],
3384
+ FontFileBold: [, __expectString, `fontFileBold`],
3385
+ FontFileBoldItalic: [, __expectString, `fontFileBoldItalic`],
3386
+ FontFileItalic: [, __expectString, `fontFileItalic`],
3387
+ FontFileRegular: [, __expectString, `fontFileRegular`],
3374
3388
  FontOpacity: [, __expectInt32, `fontOpacity`],
3375
3389
  FontResolution: [, __expectInt32, `fontResolution`],
3376
3390
  FontScript: [, __expectString, `fontScript`],
@@ -3684,6 +3698,10 @@ const de_DvbSubDestinationSettings = (output, context) => {
3684
3698
  DdsYCoordinate: [, __expectInt32, `ddsYCoordinate`],
3685
3699
  FallbackFont: [, __expectString, `fallbackFont`],
3686
3700
  FontColor: [, __expectString, `fontColor`],
3701
+ FontFileBold: [, __expectString, `fontFileBold`],
3702
+ FontFileBoldItalic: [, __expectString, `fontFileBoldItalic`],
3703
+ FontFileItalic: [, __expectString, `fontFileItalic`],
3704
+ FontFileRegular: [, __expectString, `fontFileRegular`],
3687
3705
  FontOpacity: [, __expectInt32, `fontOpacity`],
3688
3706
  FontResolution: [, __expectInt32, `fontResolution`],
3689
3707
  FontScript: [, __expectString, `fontScript`],
@@ -4357,6 +4375,7 @@ const de_M2tsSettings = (output, context) => {
4357
4375
  PcrPid: [, __expectInt32, `pcrPid`],
4358
4376
  PmtInterval: [, __expectInt32, `pmtInterval`],
4359
4377
  PmtPid: [, __expectInt32, `pmtPid`],
4378
+ PreventBufferUnderflow: [, __expectString, `preventBufferUnderflow`],
4360
4379
  PrivateMetadataPid: [, __expectInt32, `privateMetadataPid`],
4361
4380
  ProgramNumber: [, __expectInt32, `programNumber`],
4362
4381
  PtsOffset: [, __expectInt32, `ptsOffset`],
@@ -811,6 +811,10 @@ declare const CreateJobCommand_base: {
811
811
  * BackgroundOpacity: Number("int"),
812
812
  * FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
813
813
  * FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
814
+ * FontFileBold: "STRING_VALUE",
815
+ * FontFileBoldItalic: "STRING_VALUE",
816
+ * FontFileItalic: "STRING_VALUE",
817
+ * FontFileRegular: "STRING_VALUE",
814
818
  * FontOpacity: Number("int"),
815
819
  * FontResolution: Number("int"),
816
820
  * FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -838,6 +842,10 @@ declare const CreateJobCommand_base: {
838
842
  * DdsYCoordinate: Number("int"),
839
843
  * FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
840
844
  * FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
845
+ * FontFileBold: "STRING_VALUE",
846
+ * FontFileBoldItalic: "STRING_VALUE",
847
+ * FontFileItalic: "STRING_VALUE",
848
+ * FontFileRegular: "STRING_VALUE",
841
849
  * FontOpacity: Number("int"),
842
850
  * FontResolution: Number("int"),
843
851
  * FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -953,6 +961,7 @@ declare const CreateJobCommand_base: {
953
961
  * PcrPid: Number("int"),
954
962
  * PmtInterval: Number("int"),
955
963
  * PmtPid: Number("int"),
964
+ * PreventBufferUnderflow: "DISABLED" || "ENABLED",
956
965
  * PrivateMetadataPid: Number("int"),
957
966
  * ProgramNumber: Number("int"),
958
967
  * PtsOffset: Number("int"),
@@ -2308,6 +2317,10 @@ declare const CreateJobCommand_base: {
2308
2317
  * // BackgroundOpacity: Number("int"),
2309
2318
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
2310
2319
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
2320
+ * // FontFileBold: "STRING_VALUE",
2321
+ * // FontFileBoldItalic: "STRING_VALUE",
2322
+ * // FontFileItalic: "STRING_VALUE",
2323
+ * // FontFileRegular: "STRING_VALUE",
2311
2324
  * // FontOpacity: Number("int"),
2312
2325
  * // FontResolution: Number("int"),
2313
2326
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -2335,6 +2348,10 @@ declare const CreateJobCommand_base: {
2335
2348
  * // DdsYCoordinate: Number("int"),
2336
2349
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
2337
2350
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
2351
+ * // FontFileBold: "STRING_VALUE",
2352
+ * // FontFileBoldItalic: "STRING_VALUE",
2353
+ * // FontFileItalic: "STRING_VALUE",
2354
+ * // FontFileRegular: "STRING_VALUE",
2338
2355
  * // FontOpacity: Number("int"),
2339
2356
  * // FontResolution: Number("int"),
2340
2357
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -2450,6 +2467,7 @@ declare const CreateJobCommand_base: {
2450
2467
  * // PcrPid: Number("int"),
2451
2468
  * // PmtInterval: Number("int"),
2452
2469
  * // PmtPid: Number("int"),
2470
+ * // PreventBufferUnderflow: "DISABLED" || "ENABLED",
2453
2471
  * // PrivateMetadataPid: Number("int"),
2454
2472
  * // ProgramNumber: Number("int"),
2455
2473
  * // PtsOffset: Number("int"),
@@ -797,6 +797,10 @@ declare const CreateJobTemplateCommand_base: {
797
797
  * BackgroundOpacity: Number("int"),
798
798
  * FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
799
799
  * FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
800
+ * FontFileBold: "STRING_VALUE",
801
+ * FontFileBoldItalic: "STRING_VALUE",
802
+ * FontFileItalic: "STRING_VALUE",
803
+ * FontFileRegular: "STRING_VALUE",
800
804
  * FontOpacity: Number("int"),
801
805
  * FontResolution: Number("int"),
802
806
  * FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -824,6 +828,10 @@ declare const CreateJobTemplateCommand_base: {
824
828
  * DdsYCoordinate: Number("int"),
825
829
  * FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
826
830
  * FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
831
+ * FontFileBold: "STRING_VALUE",
832
+ * FontFileBoldItalic: "STRING_VALUE",
833
+ * FontFileItalic: "STRING_VALUE",
834
+ * FontFileRegular: "STRING_VALUE",
827
835
  * FontOpacity: Number("int"),
828
836
  * FontResolution: Number("int"),
829
837
  * FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -939,6 +947,7 @@ declare const CreateJobTemplateCommand_base: {
939
947
  * PcrPid: Number("int"),
940
948
  * PmtInterval: Number("int"),
941
949
  * PmtPid: Number("int"),
950
+ * PreventBufferUnderflow: "DISABLED" || "ENABLED",
942
951
  * PrivateMetadataPid: Number("int"),
943
952
  * ProgramNumber: Number("int"),
944
953
  * PtsOffset: Number("int"),
@@ -2242,6 +2251,10 @@ declare const CreateJobTemplateCommand_base: {
2242
2251
  * // BackgroundOpacity: Number("int"),
2243
2252
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
2244
2253
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
2254
+ * // FontFileBold: "STRING_VALUE",
2255
+ * // FontFileBoldItalic: "STRING_VALUE",
2256
+ * // FontFileItalic: "STRING_VALUE",
2257
+ * // FontFileRegular: "STRING_VALUE",
2245
2258
  * // FontOpacity: Number("int"),
2246
2259
  * // FontResolution: Number("int"),
2247
2260
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -2269,6 +2282,10 @@ declare const CreateJobTemplateCommand_base: {
2269
2282
  * // DdsYCoordinate: Number("int"),
2270
2283
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
2271
2284
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
2285
+ * // FontFileBold: "STRING_VALUE",
2286
+ * // FontFileBoldItalic: "STRING_VALUE",
2287
+ * // FontFileItalic: "STRING_VALUE",
2288
+ * // FontFileRegular: "STRING_VALUE",
2272
2289
  * // FontOpacity: Number("int"),
2273
2290
  * // FontResolution: Number("int"),
2274
2291
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -2384,6 +2401,7 @@ declare const CreateJobTemplateCommand_base: {
2384
2401
  * // PcrPid: Number("int"),
2385
2402
  * // PmtInterval: Number("int"),
2386
2403
  * // PmtPid: Number("int"),
2404
+ * // PreventBufferUnderflow: "DISABLED" || "ENABLED",
2387
2405
  * // PrivateMetadataPid: Number("int"),
2388
2406
  * // ProgramNumber: Number("int"),
2389
2407
  * // PtsOffset: Number("int"),
@@ -199,6 +199,10 @@ declare const CreatePresetCommand_base: {
199
199
  * BackgroundOpacity: Number("int"),
200
200
  * FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
201
201
  * FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
202
+ * FontFileBold: "STRING_VALUE",
203
+ * FontFileBoldItalic: "STRING_VALUE",
204
+ * FontFileItalic: "STRING_VALUE",
205
+ * FontFileRegular: "STRING_VALUE",
202
206
  * FontOpacity: Number("int"),
203
207
  * FontResolution: Number("int"),
204
208
  * FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -226,6 +230,10 @@ declare const CreatePresetCommand_base: {
226
230
  * DdsYCoordinate: Number("int"),
227
231
  * FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
228
232
  * FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
233
+ * FontFileBold: "STRING_VALUE",
234
+ * FontFileBoldItalic: "STRING_VALUE",
235
+ * FontFileItalic: "STRING_VALUE",
236
+ * FontFileRegular: "STRING_VALUE",
229
237
  * FontOpacity: Number("int"),
230
238
  * FontResolution: Number("int"),
231
239
  * FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -341,6 +349,7 @@ declare const CreatePresetCommand_base: {
341
349
  * PcrPid: Number("int"),
342
350
  * PmtInterval: Number("int"),
343
351
  * PmtPid: Number("int"),
352
+ * PreventBufferUnderflow: "DISABLED" || "ENABLED",
344
353
  * PrivateMetadataPid: Number("int"),
345
354
  * ProgramNumber: Number("int"),
346
355
  * PtsOffset: Number("int"),
@@ -1013,6 +1022,10 @@ declare const CreatePresetCommand_base: {
1013
1022
  * // BackgroundOpacity: Number("int"),
1014
1023
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
1015
1024
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
1025
+ * // FontFileBold: "STRING_VALUE",
1026
+ * // FontFileBoldItalic: "STRING_VALUE",
1027
+ * // FontFileItalic: "STRING_VALUE",
1028
+ * // FontFileRegular: "STRING_VALUE",
1016
1029
  * // FontOpacity: Number("int"),
1017
1030
  * // FontResolution: Number("int"),
1018
1031
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -1040,6 +1053,10 @@ declare const CreatePresetCommand_base: {
1040
1053
  * // DdsYCoordinate: Number("int"),
1041
1054
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
1042
1055
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
1056
+ * // FontFileBold: "STRING_VALUE",
1057
+ * // FontFileBoldItalic: "STRING_VALUE",
1058
+ * // FontFileItalic: "STRING_VALUE",
1059
+ * // FontFileRegular: "STRING_VALUE",
1043
1060
  * // FontOpacity: Number("int"),
1044
1061
  * // FontResolution: Number("int"),
1045
1062
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -1155,6 +1172,7 @@ declare const CreatePresetCommand_base: {
1155
1172
  * // PcrPid: Number("int"),
1156
1173
  * // PmtInterval: Number("int"),
1157
1174
  * // PmtPid: Number("int"),
1175
+ * // PreventBufferUnderflow: "DISABLED" || "ENABLED",
1158
1176
  * // PrivateMetadataPid: Number("int"),
1159
1177
  * // ProgramNumber: Number("int"),
1160
1178
  * // PtsOffset: Number("int"),
@@ -854,6 +854,10 @@ declare const GetJobCommand_base: {
854
854
  * // BackgroundOpacity: Number("int"),
855
855
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
856
856
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
857
+ * // FontFileBold: "STRING_VALUE",
858
+ * // FontFileBoldItalic: "STRING_VALUE",
859
+ * // FontFileItalic: "STRING_VALUE",
860
+ * // FontFileRegular: "STRING_VALUE",
857
861
  * // FontOpacity: Number("int"),
858
862
  * // FontResolution: Number("int"),
859
863
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -881,6 +885,10 @@ declare const GetJobCommand_base: {
881
885
  * // DdsYCoordinate: Number("int"),
882
886
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
883
887
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
888
+ * // FontFileBold: "STRING_VALUE",
889
+ * // FontFileBoldItalic: "STRING_VALUE",
890
+ * // FontFileItalic: "STRING_VALUE",
891
+ * // FontFileRegular: "STRING_VALUE",
884
892
  * // FontOpacity: Number("int"),
885
893
  * // FontResolution: Number("int"),
886
894
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -996,6 +1004,7 @@ declare const GetJobCommand_base: {
996
1004
  * // PcrPid: Number("int"),
997
1005
  * // PmtInterval: Number("int"),
998
1006
  * // PmtPid: Number("int"),
1007
+ * // PreventBufferUnderflow: "DISABLED" || "ENABLED",
999
1008
  * // PrivateMetadataPid: Number("int"),
1000
1009
  * // ProgramNumber: Number("int"),
1001
1010
  * // PtsOffset: Number("int"),
@@ -806,6 +806,10 @@ declare const GetJobTemplateCommand_base: {
806
806
  * // BackgroundOpacity: Number("int"),
807
807
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
808
808
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
809
+ * // FontFileBold: "STRING_VALUE",
810
+ * // FontFileBoldItalic: "STRING_VALUE",
811
+ * // FontFileItalic: "STRING_VALUE",
812
+ * // FontFileRegular: "STRING_VALUE",
809
813
  * // FontOpacity: Number("int"),
810
814
  * // FontResolution: Number("int"),
811
815
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -833,6 +837,10 @@ declare const GetJobTemplateCommand_base: {
833
837
  * // DdsYCoordinate: Number("int"),
834
838
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
835
839
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
840
+ * // FontFileBold: "STRING_VALUE",
841
+ * // FontFileBoldItalic: "STRING_VALUE",
842
+ * // FontFileItalic: "STRING_VALUE",
843
+ * // FontFileRegular: "STRING_VALUE",
836
844
  * // FontOpacity: Number("int"),
837
845
  * // FontResolution: Number("int"),
838
846
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -948,6 +956,7 @@ declare const GetJobTemplateCommand_base: {
948
956
  * // PcrPid: Number("int"),
949
957
  * // PmtInterval: Number("int"),
950
958
  * // PmtPid: Number("int"),
959
+ * // PreventBufferUnderflow: "DISABLED" || "ENABLED",
951
960
  * // PrivateMetadataPid: Number("int"),
952
961
  * // ProgramNumber: Number("int"),
953
962
  * // PtsOffset: Number("int"),
@@ -208,6 +208,10 @@ declare const GetPresetCommand_base: {
208
208
  * // BackgroundOpacity: Number("int"),
209
209
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
210
210
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
211
+ * // FontFileBold: "STRING_VALUE",
212
+ * // FontFileBoldItalic: "STRING_VALUE",
213
+ * // FontFileItalic: "STRING_VALUE",
214
+ * // FontFileRegular: "STRING_VALUE",
211
215
  * // FontOpacity: Number("int"),
212
216
  * // FontResolution: Number("int"),
213
217
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -235,6 +239,10 @@ declare const GetPresetCommand_base: {
235
239
  * // DdsYCoordinate: Number("int"),
236
240
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
237
241
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
242
+ * // FontFileBold: "STRING_VALUE",
243
+ * // FontFileBoldItalic: "STRING_VALUE",
244
+ * // FontFileItalic: "STRING_VALUE",
245
+ * // FontFileRegular: "STRING_VALUE",
238
246
  * // FontOpacity: Number("int"),
239
247
  * // FontResolution: Number("int"),
240
248
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -350,6 +358,7 @@ declare const GetPresetCommand_base: {
350
358
  * // PcrPid: Number("int"),
351
359
  * // PmtInterval: Number("int"),
352
360
  * // PmtPid: Number("int"),
361
+ * // PreventBufferUnderflow: "DISABLED" || "ENABLED",
353
362
  * // PrivateMetadataPid: Number("int"),
354
363
  * // ProgramNumber: Number("int"),
355
364
  * // PtsOffset: Number("int"),
@@ -811,6 +811,10 @@ declare const ListJobTemplatesCommand_base: {
811
811
  * // BackgroundOpacity: Number("int"),
812
812
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
813
813
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
814
+ * // FontFileBold: "STRING_VALUE",
815
+ * // FontFileBoldItalic: "STRING_VALUE",
816
+ * // FontFileItalic: "STRING_VALUE",
817
+ * // FontFileRegular: "STRING_VALUE",
814
818
  * // FontOpacity: Number("int"),
815
819
  * // FontResolution: Number("int"),
816
820
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -838,6 +842,10 @@ declare const ListJobTemplatesCommand_base: {
838
842
  * // DdsYCoordinate: Number("int"),
839
843
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
840
844
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
845
+ * // FontFileBold: "STRING_VALUE",
846
+ * // FontFileBoldItalic: "STRING_VALUE",
847
+ * // FontFileItalic: "STRING_VALUE",
848
+ * // FontFileRegular: "STRING_VALUE",
841
849
  * // FontOpacity: Number("int"),
842
850
  * // FontResolution: Number("int"),
843
851
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -953,6 +961,7 @@ declare const ListJobTemplatesCommand_base: {
953
961
  * // PcrPid: Number("int"),
954
962
  * // PmtInterval: Number("int"),
955
963
  * // PmtPid: Number("int"),
964
+ * // PreventBufferUnderflow: "DISABLED" || "ENABLED",
956
965
  * // PrivateMetadataPid: Number("int"),
957
966
  * // ProgramNumber: Number("int"),
958
967
  * // PtsOffset: Number("int"),
@@ -859,6 +859,10 @@ declare const ListJobsCommand_base: {
859
859
  * // BackgroundOpacity: Number("int"),
860
860
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
861
861
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
862
+ * // FontFileBold: "STRING_VALUE",
863
+ * // FontFileBoldItalic: "STRING_VALUE",
864
+ * // FontFileItalic: "STRING_VALUE",
865
+ * // FontFileRegular: "STRING_VALUE",
862
866
  * // FontOpacity: Number("int"),
863
867
  * // FontResolution: Number("int"),
864
868
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -886,6 +890,10 @@ declare const ListJobsCommand_base: {
886
890
  * // DdsYCoordinate: Number("int"),
887
891
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
888
892
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
893
+ * // FontFileBold: "STRING_VALUE",
894
+ * // FontFileBoldItalic: "STRING_VALUE",
895
+ * // FontFileItalic: "STRING_VALUE",
896
+ * // FontFileRegular: "STRING_VALUE",
889
897
  * // FontOpacity: Number("int"),
890
898
  * // FontResolution: Number("int"),
891
899
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -1001,6 +1009,7 @@ declare const ListJobsCommand_base: {
1001
1009
  * // PcrPid: Number("int"),
1002
1010
  * // PmtInterval: Number("int"),
1003
1011
  * // PmtPid: Number("int"),
1012
+ * // PreventBufferUnderflow: "DISABLED" || "ENABLED",
1004
1013
  * // PrivateMetadataPid: Number("int"),
1005
1014
  * // ProgramNumber: Number("int"),
1006
1015
  * // PtsOffset: Number("int"),
@@ -214,6 +214,10 @@ declare const ListPresetsCommand_base: {
214
214
  * // BackgroundOpacity: Number("int"),
215
215
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
216
216
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
217
+ * // FontFileBold: "STRING_VALUE",
218
+ * // FontFileBoldItalic: "STRING_VALUE",
219
+ * // FontFileItalic: "STRING_VALUE",
220
+ * // FontFileRegular: "STRING_VALUE",
217
221
  * // FontOpacity: Number("int"),
218
222
  * // FontResolution: Number("int"),
219
223
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -241,6 +245,10 @@ declare const ListPresetsCommand_base: {
241
245
  * // DdsYCoordinate: Number("int"),
242
246
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
243
247
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
248
+ * // FontFileBold: "STRING_VALUE",
249
+ * // FontFileBoldItalic: "STRING_VALUE",
250
+ * // FontFileItalic: "STRING_VALUE",
251
+ * // FontFileRegular: "STRING_VALUE",
244
252
  * // FontOpacity: Number("int"),
245
253
  * // FontResolution: Number("int"),
246
254
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -356,6 +364,7 @@ declare const ListPresetsCommand_base: {
356
364
  * // PcrPid: Number("int"),
357
365
  * // PmtInterval: Number("int"),
358
366
  * // PmtPid: Number("int"),
367
+ * // PreventBufferUnderflow: "DISABLED" || "ENABLED",
359
368
  * // PrivateMetadataPid: Number("int"),
360
369
  * // ProgramNumber: Number("int"),
361
370
  * // PtsOffset: Number("int"),
@@ -797,6 +797,10 @@ declare const UpdateJobTemplateCommand_base: {
797
797
  * BackgroundOpacity: Number("int"),
798
798
  * FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
799
799
  * FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
800
+ * FontFileBold: "STRING_VALUE",
801
+ * FontFileBoldItalic: "STRING_VALUE",
802
+ * FontFileItalic: "STRING_VALUE",
803
+ * FontFileRegular: "STRING_VALUE",
800
804
  * FontOpacity: Number("int"),
801
805
  * FontResolution: Number("int"),
802
806
  * FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -824,6 +828,10 @@ declare const UpdateJobTemplateCommand_base: {
824
828
  * DdsYCoordinate: Number("int"),
825
829
  * FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
826
830
  * FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
831
+ * FontFileBold: "STRING_VALUE",
832
+ * FontFileBoldItalic: "STRING_VALUE",
833
+ * FontFileItalic: "STRING_VALUE",
834
+ * FontFileRegular: "STRING_VALUE",
827
835
  * FontOpacity: Number("int"),
828
836
  * FontResolution: Number("int"),
829
837
  * FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -939,6 +947,7 @@ declare const UpdateJobTemplateCommand_base: {
939
947
  * PcrPid: Number("int"),
940
948
  * PmtInterval: Number("int"),
941
949
  * PmtPid: Number("int"),
950
+ * PreventBufferUnderflow: "DISABLED" || "ENABLED",
942
951
  * PrivateMetadataPid: Number("int"),
943
952
  * ProgramNumber: Number("int"),
944
953
  * PtsOffset: Number("int"),
@@ -2239,6 +2248,10 @@ declare const UpdateJobTemplateCommand_base: {
2239
2248
  * // BackgroundOpacity: Number("int"),
2240
2249
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
2241
2250
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
2251
+ * // FontFileBold: "STRING_VALUE",
2252
+ * // FontFileBoldItalic: "STRING_VALUE",
2253
+ * // FontFileItalic: "STRING_VALUE",
2254
+ * // FontFileRegular: "STRING_VALUE",
2242
2255
  * // FontOpacity: Number("int"),
2243
2256
  * // FontResolution: Number("int"),
2244
2257
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -2266,6 +2279,10 @@ declare const UpdateJobTemplateCommand_base: {
2266
2279
  * // DdsYCoordinate: Number("int"),
2267
2280
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
2268
2281
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
2282
+ * // FontFileBold: "STRING_VALUE",
2283
+ * // FontFileBoldItalic: "STRING_VALUE",
2284
+ * // FontFileItalic: "STRING_VALUE",
2285
+ * // FontFileRegular: "STRING_VALUE",
2269
2286
  * // FontOpacity: Number("int"),
2270
2287
  * // FontResolution: Number("int"),
2271
2288
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -2381,6 +2398,7 @@ declare const UpdateJobTemplateCommand_base: {
2381
2398
  * // PcrPid: Number("int"),
2382
2399
  * // PmtInterval: Number("int"),
2383
2400
  * // PmtPid: Number("int"),
2401
+ * // PreventBufferUnderflow: "DISABLED" || "ENABLED",
2384
2402
  * // PrivateMetadataPid: Number("int"),
2385
2403
  * // ProgramNumber: Number("int"),
2386
2404
  * // PtsOffset: Number("int"),
@@ -199,6 +199,10 @@ declare const UpdatePresetCommand_base: {
199
199
  * BackgroundOpacity: Number("int"),
200
200
  * FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
201
201
  * FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
202
+ * FontFileBold: "STRING_VALUE",
203
+ * FontFileBoldItalic: "STRING_VALUE",
204
+ * FontFileItalic: "STRING_VALUE",
205
+ * FontFileRegular: "STRING_VALUE",
202
206
  * FontOpacity: Number("int"),
203
207
  * FontResolution: Number("int"),
204
208
  * FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -226,6 +230,10 @@ declare const UpdatePresetCommand_base: {
226
230
  * DdsYCoordinate: Number("int"),
227
231
  * FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
228
232
  * FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
233
+ * FontFileBold: "STRING_VALUE",
234
+ * FontFileBoldItalic: "STRING_VALUE",
235
+ * FontFileItalic: "STRING_VALUE",
236
+ * FontFileRegular: "STRING_VALUE",
229
237
  * FontOpacity: Number("int"),
230
238
  * FontResolution: Number("int"),
231
239
  * FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -341,6 +349,7 @@ declare const UpdatePresetCommand_base: {
341
349
  * PcrPid: Number("int"),
342
350
  * PmtInterval: Number("int"),
343
351
  * PmtPid: Number("int"),
352
+ * PreventBufferUnderflow: "DISABLED" || "ENABLED",
344
353
  * PrivateMetadataPid: Number("int"),
345
354
  * ProgramNumber: Number("int"),
346
355
  * PtsOffset: Number("int"),
@@ -1010,6 +1019,10 @@ declare const UpdatePresetCommand_base: {
1010
1019
  * // BackgroundOpacity: Number("int"),
1011
1020
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
1012
1021
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
1022
+ * // FontFileBold: "STRING_VALUE",
1023
+ * // FontFileBoldItalic: "STRING_VALUE",
1024
+ * // FontFileItalic: "STRING_VALUE",
1025
+ * // FontFileRegular: "STRING_VALUE",
1013
1026
  * // FontOpacity: Number("int"),
1014
1027
  * // FontResolution: Number("int"),
1015
1028
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -1037,6 +1050,10 @@ declare const UpdatePresetCommand_base: {
1037
1050
  * // DdsYCoordinate: Number("int"),
1038
1051
  * // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
1039
1052
  * // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
1053
+ * // FontFileBold: "STRING_VALUE",
1054
+ * // FontFileBoldItalic: "STRING_VALUE",
1055
+ * // FontFileItalic: "STRING_VALUE",
1056
+ * // FontFileRegular: "STRING_VALUE",
1040
1057
  * // FontOpacity: Number("int"),
1041
1058
  * // FontResolution: Number("int"),
1042
1059
  * // FontScript: "AUTOMATIC" || "HANS" || "HANT",
@@ -1152,6 +1169,7 @@ declare const UpdatePresetCommand_base: {
1152
1169
  * // PcrPid: Number("int"),
1153
1170
  * // PmtInterval: Number("int"),
1154
1171
  * // PmtPid: Number("int"),
1172
+ * // PreventBufferUnderflow: "DISABLED" || "ENABLED",
1155
1173
  * // PrivateMetadataPid: Number("int"),
1156
1174
  * // ProgramNumber: Number("int"),
1157
1175
  * // PtsOffset: Number("int"),
@@ -1882,6 +1882,28 @@ export interface BurninDestinationSettings {
1882
1882
  * @public
1883
1883
  */
1884
1884
  FontColor?: BurninSubtitleFontColor;
1885
+ /**
1886
+ * Specify a bold TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, an italic, and a bold italic font file.
1887
+ * @public
1888
+ */
1889
+ FontFileBold?: string;
1890
+ /**
1891
+ * Specify a bold italic TrueType font file to use when rendering your output captions.
1892
+ * Enter an S3, HTTP, or HTTPS URL.
1893
+ * When you do, you must also separately specify a regular, a bold, and an italic font file.
1894
+ * @public
1895
+ */
1896
+ FontFileBoldItalic?: string;
1897
+ /**
1898
+ * Specify an italic TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, a bold, and a bold italic font file.
1899
+ * @public
1900
+ */
1901
+ FontFileItalic?: string;
1902
+ /**
1903
+ * Specify a regular TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a bold, an italic, and a bold italic font file.
1904
+ * @public
1905
+ */
1906
+ FontFileRegular?: string;
1885
1907
  /**
1886
1908
  * Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
1887
1909
  * @public
@@ -1938,7 +1960,7 @@ export interface BurninDestinationSettings {
1938
1960
  */
1939
1961
  ShadowYOffset?: number;
1940
1962
  /**
1941
- * Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use default settings: white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings.
1963
+ * To use the available style, color, and position information from your input captions: Set Style passthrough to Enabled. Note that MediaConvert uses default settings for any missing style or position information in your input captions To ignore the style and position information from your input captions and use default settings: Leave blank or keep the default value, Disabled. Default settings include white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings. You can also override any fonts by manually specifying custom font files.
1942
1964
  * @public
1943
1965
  */
1944
1966
  StylePassthrough?: BurnInSubtitleStylePassthrough;
@@ -2183,6 +2205,28 @@ export interface DvbSubDestinationSettings {
2183
2205
  * @public
2184
2206
  */
2185
2207
  FontColor?: DvbSubtitleFontColor;
2208
+ /**
2209
+ * Specify a bold TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, an italic, and a bold italic font file.
2210
+ * @public
2211
+ */
2212
+ FontFileBold?: string;
2213
+ /**
2214
+ * Specify a bold italic TrueType font file to use when rendering your output captions.
2215
+ * Enter an S3, HTTP, or HTTPS URL.
2216
+ * When you do, you must also separately specify a regular, a bold, and an italic font file.
2217
+ * @public
2218
+ */
2219
+ FontFileBoldItalic?: string;
2220
+ /**
2221
+ * Specify an italic TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a regular, a bold, and a bold italic font file.
2222
+ * @public
2223
+ */
2224
+ FontFileItalic?: string;
2225
+ /**
2226
+ * Specify a regular TrueType font file to use when rendering your output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify a bold, an italic, and a bold italic font file.
2227
+ * @public
2228
+ */
2229
+ FontFileRegular?: string;
2186
2230
  /**
2187
2231
  * Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
2188
2232
  * Within your job settings, all of your DVB-Sub settings must be identical.
@@ -2246,7 +2290,7 @@ export interface DvbSubDestinationSettings {
2246
2290
  */
2247
2291
  ShadowYOffset?: number;
2248
2292
  /**
2249
- * Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use default settings: white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings.
2293
+ * To use the available style, color, and position information from your input captions: Set Style passthrough to Enabled. Note that MediaConvert uses default settings for any missing style or position information in your input captions To ignore the style and position information from your input captions and use default settings: Leave blank or keep the default value, Disabled. Default settings include white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings. You can also override any fonts by manually specifying custom font files.
2250
2294
  * @public
2251
2295
  */
2252
2296
  StylePassthrough?: DvbSubtitleStylePassthrough;
@@ -365,6 +365,18 @@ export declare const M2tsPcrControl: {
365
365
  * @public
366
366
  */
367
367
  export type M2tsPcrControl = (typeof M2tsPcrControl)[keyof typeof M2tsPcrControl];
368
+ /**
369
+ * @public
370
+ * @enum
371
+ */
372
+ export declare const M2tsPreventBufferUnderflow: {
373
+ readonly DISABLED: "DISABLED";
374
+ readonly ENABLED: "ENABLED";
375
+ };
376
+ /**
377
+ * @public
378
+ */
379
+ export type M2tsPreventBufferUnderflow = (typeof M2tsPreventBufferUnderflow)[keyof typeof M2tsPreventBufferUnderflow];
368
380
  /**
369
381
  * @public
370
382
  * @enum
@@ -580,6 +592,11 @@ export interface M2tsSettings {
580
592
  * @public
581
593
  */
582
594
  PmtPid?: number;
595
+ /**
596
+ * Specify whether MediaConvert automatically attempts to prevent decoder buffer underflows in your transport stream output. Use if you are seeing decoder buffer underflows in your output and are unable to increase your transport stream's bitrate. For most workflows: We recommend that you keep the default value, Disabled. To prevent decoder buffer underflows in your output, when possible: Choose Enabled. Note that if MediaConvert prevents a decoder buffer underflow in your output, output video quality is reduced and your job will take longer to complete.
597
+ * @public
598
+ */
599
+ PreventBufferUnderflow?: M2tsPreventBufferUnderflow;
583
600
  /**
584
601
  * Specify the packet identifier (PID) of the private metadata stream. Default is 503.
585
602
  * @public
@@ -5564,7 +5581,7 @@ export interface JobSettings {
5564
5581
  */
5565
5582
  AvailBlanking?: AvailBlanking;
5566
5583
  /**
5567
- * Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs.
5584
+ * Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
5568
5585
  * @public
5569
5586
  */
5570
5587
  ColorConversion3DLUTSettings?: ColorConversion3DLUTSetting[];
@@ -5870,7 +5887,7 @@ export interface JobTemplateSettings {
5870
5887
  */
5871
5888
  AvailBlanking?: AvailBlanking;
5872
5889
  /**
5873
- * Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs.
5890
+ * Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
5874
5891
  * @public
5875
5892
  */
5876
5893
  ColorConversion3DLUTSettings?: ColorConversion3DLUTSetting[];
@@ -6321,16 +6338,3 @@ export declare class NotFoundException extends __BaseException {
6321
6338
  */
6322
6339
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
6323
6340
  }
6324
- /**
6325
- * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
6326
- * @public
6327
- */
6328
- export declare class TooManyRequestsException extends __BaseException {
6329
- readonly name: "TooManyRequestsException";
6330
- readonly $fault: "client";
6331
- Message?: string;
6332
- /**
6333
- * @internal
6334
- */
6335
- constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
6336
- }
@@ -1,5 +1,20 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
1
3
  import { AccelerationSettings, BillingTagsSource, Endpoint, HopDestination } from "./models_0";
2
4
  import { Commitment, Job, JobSettings, JobStatus, JobTemplate, JobTemplateSettings, Preset, PresetSettings, PricingPlan, Queue, QueueStatus, RenewalType, SimulateReservedQueue, StatusUpdateInterval } from "./models_1";
5
+ /**
6
+ * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
7
+ * @public
8
+ */
9
+ export declare class TooManyRequestsException extends __BaseException {
10
+ readonly name: "TooManyRequestsException";
11
+ readonly $fault: "client";
12
+ Message?: string;
13
+ /**
14
+ * @internal
15
+ */
16
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
17
+ }
3
18
  /**
4
19
  * @public
5
20
  */
@@ -334,9 +349,6 @@ export declare const DescribeEndpointsMode: {
334
349
  */
335
350
  export type DescribeEndpointsMode = (typeof DescribeEndpointsMode)[keyof typeof DescribeEndpointsMode];
336
351
  /**
337
- * DescribeEndpointsRequest
338
- *
339
- * @deprecated DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.
340
352
  * @public
341
353
  */
342
354
  export interface DescribeEndpointsRequest {
@@ -843,6 +843,10 @@ export interface BurninDestinationSettings {
843
843
  BackgroundOpacity?: number;
844
844
  FallbackFont?: BurninSubtitleFallbackFont;
845
845
  FontColor?: BurninSubtitleFontColor;
846
+ FontFileBold?: string;
847
+ FontFileBoldItalic?: string;
848
+ FontFileItalic?: string;
849
+ FontFileRegular?: string;
846
850
  FontOpacity?: number;
847
851
  FontResolution?: number;
848
852
  FontScript?: FontScript;
@@ -972,6 +976,10 @@ export interface DvbSubDestinationSettings {
972
976
  DdsYCoordinate?: number;
973
977
  FallbackFont?: DvbSubSubtitleFallbackFont;
974
978
  FontColor?: DvbSubtitleFontColor;
979
+ FontFileBold?: string;
980
+ FontFileBoldItalic?: string;
981
+ FontFileItalic?: string;
982
+ FontFileRegular?: string;
975
983
  FontOpacity?: number;
976
984
  FontResolution?: number;
977
985
  FontScript?: FontScript;
@@ -181,6 +181,12 @@ export declare const M2tsPcrControl: {
181
181
  };
182
182
  export type M2tsPcrControl =
183
183
  (typeof M2tsPcrControl)[keyof typeof M2tsPcrControl];
184
+ export declare const M2tsPreventBufferUnderflow: {
185
+ readonly DISABLED: "DISABLED";
186
+ readonly ENABLED: "ENABLED";
187
+ };
188
+ export type M2tsPreventBufferUnderflow =
189
+ (typeof M2tsPreventBufferUnderflow)[keyof typeof M2tsPreventBufferUnderflow];
184
190
  export declare const TsPtsOffset: {
185
191
  readonly AUTO: "AUTO";
186
192
  readonly SECONDS: "SECONDS";
@@ -244,6 +250,7 @@ export interface M2tsSettings {
244
250
  PcrPid?: number;
245
251
  PmtInterval?: number;
246
252
  PmtPid?: number;
253
+ PreventBufferUnderflow?: M2tsPreventBufferUnderflow;
247
254
  PrivateMetadataPid?: number;
248
255
  ProgramNumber?: number;
249
256
  PtsOffset?: number;
@@ -2306,11 +2313,3 @@ export declare class NotFoundException extends __BaseException {
2306
2313
  Message?: string;
2307
2314
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
2308
2315
  }
2309
- export declare class TooManyRequestsException extends __BaseException {
2310
- readonly name: "TooManyRequestsException";
2311
- readonly $fault: "client";
2312
- Message?: string;
2313
- constructor(
2314
- opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
2315
- );
2316
- }
@@ -1,3 +1,5 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
1
3
  import {
2
4
  AccelerationSettings,
3
5
  BillingTagsSource,
@@ -20,6 +22,14 @@ import {
20
22
  SimulateReservedQueue,
21
23
  StatusUpdateInterval,
22
24
  } from "./models_1";
25
+ export declare class TooManyRequestsException extends __BaseException {
26
+ readonly name: "TooManyRequestsException";
27
+ readonly $fault: "client";
28
+ Message?: string;
29
+ constructor(
30
+ opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
31
+ );
32
+ }
23
33
  export interface CancelJobRequest {
24
34
  Id: string | undefined;
25
35
  }
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.549.0",
4
+ "version": "3.552.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mediaconvert",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.549.0",
24
- "@aws-sdk/core": "3.549.0",
25
- "@aws-sdk/credential-provider-node": "3.549.0",
23
+ "@aws-sdk/client-sts": "3.552.0",
24
+ "@aws-sdk/core": "3.552.0",
25
+ "@aws-sdk/credential-provider-node": "3.552.0",
26
26
  "@aws-sdk/middleware-host-header": "3.535.0",
27
27
  "@aws-sdk/middleware-logger": "3.535.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.535.0",
@@ -33,26 +33,26 @@
33
33
  "@aws-sdk/util-user-agent-browser": "3.535.0",
34
34
  "@aws-sdk/util-user-agent-node": "3.535.0",
35
35
  "@smithy/config-resolver": "^2.2.0",
36
- "@smithy/core": "^1.4.1",
36
+ "@smithy/core": "^1.4.2",
37
37
  "@smithy/fetch-http-handler": "^2.5.0",
38
38
  "@smithy/hash-node": "^2.2.0",
39
39
  "@smithy/invalid-dependency": "^2.2.0",
40
40
  "@smithy/middleware-content-length": "^2.2.0",
41
- "@smithy/middleware-endpoint": "^2.5.0",
42
- "@smithy/middleware-retry": "^2.3.0",
41
+ "@smithy/middleware-endpoint": "^2.5.1",
42
+ "@smithy/middleware-retry": "^2.3.1",
43
43
  "@smithy/middleware-serde": "^2.3.0",
44
44
  "@smithy/middleware-stack": "^2.2.0",
45
45
  "@smithy/node-config-provider": "^2.3.0",
46
46
  "@smithy/node-http-handler": "^2.5.0",
47
47
  "@smithy/protocol-http": "^3.3.0",
48
- "@smithy/smithy-client": "^2.5.0",
48
+ "@smithy/smithy-client": "^2.5.1",
49
49
  "@smithy/types": "^2.12.0",
50
50
  "@smithy/url-parser": "^2.2.0",
51
51
  "@smithy/util-base64": "^2.3.0",
52
52
  "@smithy/util-body-length-browser": "^2.2.0",
53
53
  "@smithy/util-body-length-node": "^2.3.0",
54
- "@smithy/util-defaults-mode-browser": "^2.2.0",
55
- "@smithy/util-defaults-mode-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.1",
55
+ "@smithy/util-defaults-mode-node": "^2.3.1",
56
56
  "@smithy/util-endpoints": "^1.2.0",
57
57
  "@smithy/util-middleware": "^2.2.0",
58
58
  "@smithy/util-retry": "^2.2.0",