@aws-sdk/client-mediaconvert 3.713.0 → 3.716.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 +26 -10
- package/dist-cjs/runtimeConfig.js +8 -6
- package/dist-es/models/models_0.js +4 -7
- package/dist-es/models/models_1.js +11 -8
- package/dist-es/models/models_2.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +4 -0
- package/dist-es/runtimeConfig.js +8 -6
- package/dist-types/MediaConvertClient.d.ts +18 -0
- package/dist-types/commands/CreateJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +4 -0
- package/dist-types/commands/CreatePresetCommand.d.ts +4 -0
- package/dist-types/commands/GetJobCommand.d.ts +2 -0
- package/dist-types/commands/GetJobTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetPresetCommand.d.ts +2 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListPresetsCommand.d.ts +2 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePresetCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +17 -15
- package/dist-types/models/models_1.d.ts +36 -28
- package/dist-types/models/models_2.d.ts +25 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/MediaConvertClient.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +7 -9
- package/dist-types/ts3.4/models/models_1.d.ts +15 -12
- package/dist-types/ts3.4/models/models_2.d.ts +11 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +19 -19
package/dist-cjs/index.js
CHANGED
|
@@ -406,6 +406,7 @@ __export(src_exports, {
|
|
|
406
406
|
PutPolicyCommand: () => PutPolicyCommand,
|
|
407
407
|
QueueListBy: () => QueueListBy,
|
|
408
408
|
QueueStatus: () => QueueStatus,
|
|
409
|
+
RemoveRubyReserveAttributes: () => RemoveRubyReserveAttributes,
|
|
409
410
|
RenewalType: () => RenewalType,
|
|
410
411
|
RequiredFlag: () => RequiredFlag,
|
|
411
412
|
ReservationPlanStatus: () => ReservationPlanStatus,
|
|
@@ -425,6 +426,7 @@ __export(src_exports, {
|
|
|
425
426
|
TeletextPageType: () => TeletextPageType,
|
|
426
427
|
TimecodeBurninPosition: () => TimecodeBurninPosition,
|
|
427
428
|
TimecodeSource: () => TimecodeSource,
|
|
429
|
+
TimecodeTrack: () => TimecodeTrack,
|
|
428
430
|
TimedMetadata: () => TimedMetadata,
|
|
429
431
|
TooManyRequestsException: () => TooManyRequestsException,
|
|
430
432
|
TsPtsOffset: () => TsPtsOffset,
|
|
@@ -664,6 +666,14 @@ __name(_MediaConvertServiceException, "MediaConvertServiceException");
|
|
|
664
666
|
var MediaConvertServiceException = _MediaConvertServiceException;
|
|
665
667
|
|
|
666
668
|
// src/models/models_2.ts
|
|
669
|
+
var RenewalType = {
|
|
670
|
+
AUTO_RENEW: "AUTO_RENEW",
|
|
671
|
+
EXPIRE: "EXPIRE"
|
|
672
|
+
};
|
|
673
|
+
var ReservationPlanStatus = {
|
|
674
|
+
ACTIVE: "ACTIVE",
|
|
675
|
+
EXPIRED: "EXPIRED"
|
|
676
|
+
};
|
|
667
677
|
var QueueStatus = {
|
|
668
678
|
ACTIVE: "ACTIVE",
|
|
669
679
|
PAUSED: "PAUSED"
|
|
@@ -2109,6 +2119,7 @@ var se_BurninDestinationSettings = /* @__PURE__ */ __name((input, context) => {
|
|
|
2109
2119
|
hexFontColor: [, , `HexFontColor`],
|
|
2110
2120
|
outlineColor: [, , `OutlineColor`],
|
|
2111
2121
|
outlineSize: [, , `OutlineSize`],
|
|
2122
|
+
removeRubyReserveAttributes: [, , `RemoveRubyReserveAttributes`],
|
|
2112
2123
|
shadowColor: [, , `ShadowColor`],
|
|
2113
2124
|
shadowOpacity: [, , `ShadowOpacity`],
|
|
2114
2125
|
shadowXOffset: [, , `ShadowXOffset`],
|
|
@@ -3549,6 +3560,7 @@ var se_VideoDescription = /* @__PURE__ */ __name((input, context) => {
|
|
|
3549
3560
|
scalingBehavior: [, , `ScalingBehavior`],
|
|
3550
3561
|
sharpness: [, , `Sharpness`],
|
|
3551
3562
|
timecodeInsertion: [, , `TimecodeInsertion`],
|
|
3563
|
+
timecodeTrack: [, , `TimecodeTrack`],
|
|
3552
3564
|
videoPreprocessors: [, (_) => se_VideoPreprocessor(_, context), `VideoPreprocessors`],
|
|
3553
3565
|
width: [, , `Width`]
|
|
3554
3566
|
});
|
|
@@ -4224,6 +4236,7 @@ var de_BurninDestinationSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
4224
4236
|
HexFontColor: [, import_smithy_client.expectString, `hexFontColor`],
|
|
4225
4237
|
OutlineColor: [, import_smithy_client.expectString, `outlineColor`],
|
|
4226
4238
|
OutlineSize: [, import_smithy_client.expectInt32, `outlineSize`],
|
|
4239
|
+
RemoveRubyReserveAttributes: [, import_smithy_client.expectString, `removeRubyReserveAttributes`],
|
|
4227
4240
|
ShadowColor: [, import_smithy_client.expectString, `shadowColor`],
|
|
4228
4241
|
ShadowOpacity: [, import_smithy_client.expectInt32, `shadowOpacity`],
|
|
4229
4242
|
ShadowXOffset: [, import_smithy_client.expectInt32, `shadowXOffset`],
|
|
@@ -5830,6 +5843,7 @@ var de_VideoDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
5830
5843
|
ScalingBehavior: [, import_smithy_client.expectString, `scalingBehavior`],
|
|
5831
5844
|
Sharpness: [, import_smithy_client.expectInt32, `sharpness`],
|
|
5832
5845
|
TimecodeInsertion: [, import_smithy_client.expectString, `timecodeInsertion`],
|
|
5846
|
+
TimecodeTrack: [, import_smithy_client.expectString, `timecodeTrack`],
|
|
5833
5847
|
VideoPreprocessors: [, (_) => de_VideoPreprocessor(_, context), `videoPreprocessors`],
|
|
5834
5848
|
Width: [, import_smithy_client.expectInt32, `width`]
|
|
5835
5849
|
});
|
|
@@ -7088,6 +7102,10 @@ var BurninSubtitleOutlineColor = {
|
|
|
7088
7102
|
WHITE: "WHITE",
|
|
7089
7103
|
YELLOW: "YELLOW"
|
|
7090
7104
|
};
|
|
7105
|
+
var RemoveRubyReserveAttributes = {
|
|
7106
|
+
DISABLED: "DISABLED",
|
|
7107
|
+
ENABLED: "ENABLED"
|
|
7108
|
+
};
|
|
7091
7109
|
var BurninSubtitleShadowColor = {
|
|
7092
7110
|
AUTO: "AUTO",
|
|
7093
7111
|
BLACK: "BLACK",
|
|
@@ -7710,6 +7728,8 @@ var MsSmoothManifestEncoding = {
|
|
|
7710
7728
|
UTF16: "UTF16",
|
|
7711
7729
|
UTF8: "UTF8"
|
|
7712
7730
|
};
|
|
7731
|
+
|
|
7732
|
+
// src/models/models_1.ts
|
|
7713
7733
|
var OutputGroupType = {
|
|
7714
7734
|
CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS",
|
|
7715
7735
|
DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS",
|
|
@@ -7717,8 +7737,6 @@ var OutputGroupType = {
|
|
|
7717
7737
|
HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS",
|
|
7718
7738
|
MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS"
|
|
7719
7739
|
};
|
|
7720
|
-
|
|
7721
|
-
// src/models/models_1.ts
|
|
7722
7740
|
var CmfcAudioDuration = {
|
|
7723
7741
|
DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION",
|
|
7724
7742
|
MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION"
|
|
@@ -8722,6 +8740,10 @@ var VideoTimecodeInsertion = {
|
|
|
8722
8740
|
DISABLED: "DISABLED",
|
|
8723
8741
|
PIC_TIMING_SEI: "PIC_TIMING_SEI"
|
|
8724
8742
|
};
|
|
8743
|
+
var TimecodeTrack = {
|
|
8744
|
+
DISABLED: "DISABLED",
|
|
8745
|
+
ENABLED: "ENABLED"
|
|
8746
|
+
};
|
|
8725
8747
|
var ColorSpaceConversion = {
|
|
8726
8748
|
FORCE_601: "FORCE_601",
|
|
8727
8749
|
FORCE_709: "FORCE_709",
|
|
@@ -8852,14 +8874,6 @@ var PricingPlan = {
|
|
|
8852
8874
|
var Commitment = {
|
|
8853
8875
|
ONE_YEAR: "ONE_YEAR"
|
|
8854
8876
|
};
|
|
8855
|
-
var RenewalType = {
|
|
8856
|
-
AUTO_RENEW: "AUTO_RENEW",
|
|
8857
|
-
EXPIRE: "EXPIRE"
|
|
8858
|
-
};
|
|
8859
|
-
var ReservationPlanStatus = {
|
|
8860
|
-
ACTIVE: "ACTIVE",
|
|
8861
|
-
EXPIRED: "EXPIRED"
|
|
8862
|
-
};
|
|
8863
8877
|
// Annotate the CommonJS export names for ESM import in node:
|
|
8864
8878
|
|
|
8865
8879
|
0 && (module.exports = {
|
|
@@ -8963,6 +8977,7 @@ var ReservationPlanStatus = {
|
|
|
8963
8977
|
BurninSubtitleFontColor,
|
|
8964
8978
|
FontScript,
|
|
8965
8979
|
BurninSubtitleOutlineColor,
|
|
8980
|
+
RemoveRubyReserveAttributes,
|
|
8966
8981
|
BurninSubtitleShadowColor,
|
|
8967
8982
|
BurnInSubtitleStylePassthrough,
|
|
8968
8983
|
BurninSubtitleTeletextSpacing,
|
|
@@ -9302,6 +9317,7 @@ var ReservationPlanStatus = {
|
|
|
9302
9317
|
RespondToAfd,
|
|
9303
9318
|
ScalingBehavior,
|
|
9304
9319
|
VideoTimecodeInsertion,
|
|
9320
|
+
TimecodeTrack,
|
|
9305
9321
|
ColorSpaceConversion,
|
|
9306
9322
|
HDRToSDRToneMapper,
|
|
9307
9323
|
SampleRangeConversion,
|
|
@@ -23,6 +23,7 @@ const getRuntimeConfig = (config) => {
|
|
|
23
23
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
24
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
25
25
|
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
26
|
+
const profileConfig = { profile: config?.profile };
|
|
26
27
|
return {
|
|
27
28
|
...clientSharedValues,
|
|
28
29
|
...config,
|
|
@@ -32,19 +33,20 @@ const getRuntimeConfig = (config) => {
|
|
|
32
33
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
33
34
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
34
35
|
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
35
|
-
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
36
|
-
region: config?.region ??
|
|
36
|
+
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
37
|
+
region: config?.region ??
|
|
38
|
+
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
|
|
37
39
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
38
40
|
retryMode: config?.retryMode ??
|
|
39
41
|
(0, node_config_provider_1.loadConfig)({
|
|
40
42
|
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
41
43
|
default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE,
|
|
42
|
-
}),
|
|
44
|
+
}, config),
|
|
43
45
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
44
46
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
45
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
46
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
47
|
-
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS),
|
|
47
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
48
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
49
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
|
|
48
50
|
};
|
|
49
51
|
};
|
|
50
52
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -531,6 +531,10 @@ export const BurninSubtitleOutlineColor = {
|
|
|
531
531
|
WHITE: "WHITE",
|
|
532
532
|
YELLOW: "YELLOW",
|
|
533
533
|
};
|
|
534
|
+
export const RemoveRubyReserveAttributes = {
|
|
535
|
+
DISABLED: "DISABLED",
|
|
536
|
+
ENABLED: "ENABLED",
|
|
537
|
+
};
|
|
534
538
|
export const BurninSubtitleShadowColor = {
|
|
535
539
|
AUTO: "AUTO",
|
|
536
540
|
BLACK: "BLACK",
|
|
@@ -1153,10 +1157,3 @@ export const MsSmoothManifestEncoding = {
|
|
|
1153
1157
|
UTF16: "UTF16",
|
|
1154
1158
|
UTF8: "UTF8",
|
|
1155
1159
|
};
|
|
1156
|
-
export const OutputGroupType = {
|
|
1157
|
-
CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS",
|
|
1158
|
-
DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS",
|
|
1159
|
-
FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS",
|
|
1160
|
-
HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS",
|
|
1161
|
-
MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS",
|
|
1162
|
-
};
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
export const OutputGroupType = {
|
|
2
|
+
CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS",
|
|
3
|
+
DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS",
|
|
4
|
+
FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS",
|
|
5
|
+
HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS",
|
|
6
|
+
MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS",
|
|
7
|
+
};
|
|
1
8
|
export const CmfcAudioDuration = {
|
|
2
9
|
DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION",
|
|
3
10
|
MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION",
|
|
@@ -1001,6 +1008,10 @@ export const VideoTimecodeInsertion = {
|
|
|
1001
1008
|
DISABLED: "DISABLED",
|
|
1002
1009
|
PIC_TIMING_SEI: "PIC_TIMING_SEI",
|
|
1003
1010
|
};
|
|
1011
|
+
export const TimecodeTrack = {
|
|
1012
|
+
DISABLED: "DISABLED",
|
|
1013
|
+
ENABLED: "ENABLED",
|
|
1014
|
+
};
|
|
1004
1015
|
export const ColorSpaceConversion = {
|
|
1005
1016
|
FORCE_601: "FORCE_601",
|
|
1006
1017
|
FORCE_709: "FORCE_709",
|
|
@@ -1131,11 +1142,3 @@ export const PricingPlan = {
|
|
|
1131
1142
|
export const Commitment = {
|
|
1132
1143
|
ONE_YEAR: "ONE_YEAR",
|
|
1133
1144
|
};
|
|
1134
|
-
export const RenewalType = {
|
|
1135
|
-
AUTO_RENEW: "AUTO_RENEW",
|
|
1136
|
-
EXPIRE: "EXPIRE",
|
|
1137
|
-
};
|
|
1138
|
-
export const ReservationPlanStatus = {
|
|
1139
|
-
ACTIVE: "ACTIVE",
|
|
1140
|
-
EXPIRED: "EXPIRED",
|
|
1141
|
-
};
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
|
|
2
|
+
export const RenewalType = {
|
|
3
|
+
AUTO_RENEW: "AUTO_RENEW",
|
|
4
|
+
EXPIRE: "EXPIRE",
|
|
5
|
+
};
|
|
6
|
+
export const ReservationPlanStatus = {
|
|
7
|
+
ACTIVE: "ACTIVE",
|
|
8
|
+
EXPIRED: "EXPIRED",
|
|
9
|
+
};
|
|
2
10
|
export const QueueStatus = {
|
|
3
11
|
ACTIVE: "ACTIVE",
|
|
4
12
|
PAUSED: "PAUSED",
|
|
@@ -1335,6 +1335,7 @@ const se_BurninDestinationSettings = (input, context) => {
|
|
|
1335
1335
|
hexFontColor: [, , `HexFontColor`],
|
|
1336
1336
|
outlineColor: [, , `OutlineColor`],
|
|
1337
1337
|
outlineSize: [, , `OutlineSize`],
|
|
1338
|
+
removeRubyReserveAttributes: [, , `RemoveRubyReserveAttributes`],
|
|
1338
1339
|
shadowColor: [, , `ShadowColor`],
|
|
1339
1340
|
shadowOpacity: [, , `ShadowOpacity`],
|
|
1340
1341
|
shadowXOffset: [, , `ShadowXOffset`],
|
|
@@ -2775,6 +2776,7 @@ const se_VideoDescription = (input, context) => {
|
|
|
2775
2776
|
scalingBehavior: [, , `ScalingBehavior`],
|
|
2776
2777
|
sharpness: [, , `Sharpness`],
|
|
2777
2778
|
timecodeInsertion: [, , `TimecodeInsertion`],
|
|
2779
|
+
timecodeTrack: [, , `TimecodeTrack`],
|
|
2778
2780
|
videoPreprocessors: [, (_) => se_VideoPreprocessor(_, context), `VideoPreprocessors`],
|
|
2779
2781
|
width: [, , `Width`],
|
|
2780
2782
|
});
|
|
@@ -3522,6 +3524,7 @@ const de_BurninDestinationSettings = (output, context) => {
|
|
|
3522
3524
|
HexFontColor: [, __expectString, `hexFontColor`],
|
|
3523
3525
|
OutlineColor: [, __expectString, `outlineColor`],
|
|
3524
3526
|
OutlineSize: [, __expectInt32, `outlineSize`],
|
|
3527
|
+
RemoveRubyReserveAttributes: [, __expectString, `removeRubyReserveAttributes`],
|
|
3525
3528
|
ShadowColor: [, __expectString, `shadowColor`],
|
|
3526
3529
|
ShadowOpacity: [, __expectInt32, `shadowOpacity`],
|
|
3527
3530
|
ShadowXOffset: [, __expectInt32, `shadowXOffset`],
|
|
@@ -5128,6 +5131,7 @@ const de_VideoDescription = (output, context) => {
|
|
|
5128
5131
|
ScalingBehavior: [, __expectString, `scalingBehavior`],
|
|
5129
5132
|
Sharpness: [, __expectInt32, `sharpness`],
|
|
5130
5133
|
TimecodeInsertion: [, __expectString, `timecodeInsertion`],
|
|
5134
|
+
TimecodeTrack: [, __expectString, `timecodeTrack`],
|
|
5131
5135
|
VideoPreprocessors: [, (_) => de_VideoPreprocessor(_, context), `videoPreprocessors`],
|
|
5132
5136
|
Width: [, __expectInt32, `width`],
|
|
5133
5137
|
});
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -19,6 +19,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
19
19
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
20
20
|
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
21
21
|
awsCheckVersion(process.version);
|
|
22
|
+
const profileConfig = { profile: config?.profile };
|
|
22
23
|
return {
|
|
23
24
|
...clientSharedValues,
|
|
24
25
|
...config,
|
|
@@ -28,18 +29,19 @@ export const getRuntimeConfig = (config) => {
|
|
|
28
29
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
29
30
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
30
31
|
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
31
|
-
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
32
|
-
region: config?.region ??
|
|
32
|
+
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
33
|
+
region: config?.region ??
|
|
34
|
+
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
|
|
33
35
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
34
36
|
retryMode: config?.retryMode ??
|
|
35
37
|
loadNodeConfig({
|
|
36
38
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
37
39
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
38
|
-
}),
|
|
40
|
+
}, config),
|
|
39
41
|
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
40
42
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
41
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
42
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
43
|
-
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS),
|
|
43
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
44
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
45
|
+
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
|
|
44
46
|
};
|
|
45
47
|
};
|
|
@@ -124,6 +124,24 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
124
124
|
* The AWS region to which this client will send requests
|
|
125
125
|
*/
|
|
126
126
|
region?: string | __Provider<string>;
|
|
127
|
+
/**
|
|
128
|
+
* Setting a client profile is similar to setting a value for the
|
|
129
|
+
* AWS_PROFILE environment variable. Setting a profile on a client
|
|
130
|
+
* in code only affects the single client instance, unlike AWS_PROFILE.
|
|
131
|
+
*
|
|
132
|
+
* When set, and only for environments where an AWS configuration
|
|
133
|
+
* file exists, fields configurable by this file will be retrieved
|
|
134
|
+
* from the specified profile within that file.
|
|
135
|
+
* Conflicting code configuration and environment variables will
|
|
136
|
+
* still have higher priority.
|
|
137
|
+
*
|
|
138
|
+
* For client credential resolution that involves checking the AWS
|
|
139
|
+
* configuration file, the client's profile (this value) will be
|
|
140
|
+
* used unless a different profile is set in the credential
|
|
141
|
+
* provider options.
|
|
142
|
+
*
|
|
143
|
+
*/
|
|
144
|
+
profile?: string;
|
|
127
145
|
/**
|
|
128
146
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
129
147
|
* @internal
|
|
@@ -868,6 +868,7 @@ declare const CreateJobCommand_base: {
|
|
|
868
868
|
* HexFontColor: "STRING_VALUE",
|
|
869
869
|
* OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
870
870
|
* OutlineSize: Number("int"),
|
|
871
|
+
* RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
871
872
|
* ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
872
873
|
* ShadowOpacity: Number("int"),
|
|
873
874
|
* ShadowXOffset: Number("int"),
|
|
@@ -1416,6 +1417,7 @@ declare const CreateJobCommand_base: {
|
|
|
1416
1417
|
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1417
1418
|
* Sharpness: Number("int"),
|
|
1418
1419
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1420
|
+
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1419
1421
|
* VideoPreprocessors: { // VideoPreprocessor
|
|
1420
1422
|
* ColorCorrector: { // ColorCorrector
|
|
1421
1423
|
* Brightness: Number("int"),
|
|
@@ -2421,6 +2423,7 @@ declare const CreateJobCommand_base: {
|
|
|
2421
2423
|
* // HexFontColor: "STRING_VALUE",
|
|
2422
2424
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
2423
2425
|
* // OutlineSize: Number("int"),
|
|
2426
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
2424
2427
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
2425
2428
|
* // ShadowOpacity: Number("int"),
|
|
2426
2429
|
* // ShadowXOffset: Number("int"),
|
|
@@ -2969,6 +2972,7 @@ declare const CreateJobCommand_base: {
|
|
|
2969
2972
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
2970
2973
|
* // Sharpness: Number("int"),
|
|
2971
2974
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
2975
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
2972
2976
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
2973
2977
|
* // ColorCorrector: { // ColorCorrector
|
|
2974
2978
|
* // Brightness: Number("int"),
|
|
@@ -849,6 +849,7 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
849
849
|
* HexFontColor: "STRING_VALUE",
|
|
850
850
|
* OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
851
851
|
* OutlineSize: Number("int"),
|
|
852
|
+
* RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
852
853
|
* ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
853
854
|
* ShadowOpacity: Number("int"),
|
|
854
855
|
* ShadowXOffset: Number("int"),
|
|
@@ -1397,6 +1398,7 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
1397
1398
|
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1398
1399
|
* Sharpness: Number("int"),
|
|
1399
1400
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1401
|
+
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1400
1402
|
* VideoPreprocessors: { // VideoPreprocessor
|
|
1401
1403
|
* ColorCorrector: { // ColorCorrector
|
|
1402
1404
|
* Brightness: Number("int"),
|
|
@@ -2344,6 +2346,7 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
2344
2346
|
* // HexFontColor: "STRING_VALUE",
|
|
2345
2347
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
2346
2348
|
* // OutlineSize: Number("int"),
|
|
2349
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
2347
2350
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
2348
2351
|
* // ShadowOpacity: Number("int"),
|
|
2349
2352
|
* // ShadowXOffset: Number("int"),
|
|
@@ -2892,6 +2895,7 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
2892
2895
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
2893
2896
|
* // Sharpness: Number("int"),
|
|
2894
2897
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
2898
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
2895
2899
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
2896
2900
|
* // ColorCorrector: { // ColorCorrector
|
|
2897
2901
|
* // Brightness: Number("int"),
|
|
@@ -211,6 +211,7 @@ declare const CreatePresetCommand_base: {
|
|
|
211
211
|
* HexFontColor: "STRING_VALUE",
|
|
212
212
|
* OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
213
213
|
* OutlineSize: Number("int"),
|
|
214
|
+
* RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
214
215
|
* ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
215
216
|
* ShadowOpacity: Number("int"),
|
|
216
217
|
* ShadowXOffset: Number("int"),
|
|
@@ -745,6 +746,7 @@ declare const CreatePresetCommand_base: {
|
|
|
745
746
|
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
746
747
|
* Sharpness: Number("int"),
|
|
747
748
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
749
|
+
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
748
750
|
* VideoPreprocessors: { // VideoPreprocessor
|
|
749
751
|
* ColorCorrector: { // ColorCorrector
|
|
750
752
|
* Brightness: Number("int"),
|
|
@@ -1035,6 +1037,7 @@ declare const CreatePresetCommand_base: {
|
|
|
1035
1037
|
* // HexFontColor: "STRING_VALUE",
|
|
1036
1038
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
1037
1039
|
* // OutlineSize: Number("int"),
|
|
1040
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
1038
1041
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
1039
1042
|
* // ShadowOpacity: Number("int"),
|
|
1040
1043
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1569,6 +1572,7 @@ declare const CreatePresetCommand_base: {
|
|
|
1569
1572
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1570
1573
|
* // Sharpness: Number("int"),
|
|
1571
1574
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1575
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1572
1576
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1573
1577
|
* // ColorCorrector: { // ColorCorrector
|
|
1574
1578
|
* // Brightness: Number("int"),
|
|
@@ -912,6 +912,7 @@ declare const GetJobCommand_base: {
|
|
|
912
912
|
* // HexFontColor: "STRING_VALUE",
|
|
913
913
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
914
914
|
* // OutlineSize: Number("int"),
|
|
915
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
915
916
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
916
917
|
* // ShadowOpacity: Number("int"),
|
|
917
918
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1460,6 +1461,7 @@ declare const GetJobCommand_base: {
|
|
|
1460
1461
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1461
1462
|
* // Sharpness: Number("int"),
|
|
1462
1463
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1464
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1463
1465
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1464
1466
|
* // ColorCorrector: { // ColorCorrector
|
|
1465
1467
|
* // Brightness: Number("int"),
|
|
@@ -858,6 +858,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
858
858
|
* // HexFontColor: "STRING_VALUE",
|
|
859
859
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
860
860
|
* // OutlineSize: Number("int"),
|
|
861
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
861
862
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
862
863
|
* // ShadowOpacity: Number("int"),
|
|
863
864
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1406,6 +1407,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
1406
1407
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1407
1408
|
* // Sharpness: Number("int"),
|
|
1408
1409
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1410
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1409
1411
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1410
1412
|
* // ColorCorrector: { // ColorCorrector
|
|
1411
1413
|
* // Brightness: Number("int"),
|
|
@@ -220,6 +220,7 @@ declare const GetPresetCommand_base: {
|
|
|
220
220
|
* // HexFontColor: "STRING_VALUE",
|
|
221
221
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
222
222
|
* // OutlineSize: Number("int"),
|
|
223
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
223
224
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
224
225
|
* // ShadowOpacity: Number("int"),
|
|
225
226
|
* // ShadowXOffset: Number("int"),
|
|
@@ -754,6 +755,7 @@ declare const GetPresetCommand_base: {
|
|
|
754
755
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
755
756
|
* // Sharpness: Number("int"),
|
|
756
757
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
758
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
757
759
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
758
760
|
* // ColorCorrector: { // ColorCorrector
|
|
759
761
|
* // Brightness: Number("int"),
|
|
@@ -863,6 +863,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
863
863
|
* // HexFontColor: "STRING_VALUE",
|
|
864
864
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
865
865
|
* // OutlineSize: Number("int"),
|
|
866
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
866
867
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
867
868
|
* // ShadowOpacity: Number("int"),
|
|
868
869
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1411,6 +1412,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
1411
1412
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1412
1413
|
* // Sharpness: Number("int"),
|
|
1413
1414
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1415
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1414
1416
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1415
1417
|
* // ColorCorrector: { // ColorCorrector
|
|
1416
1418
|
* // Brightness: Number("int"),
|
|
@@ -917,6 +917,7 @@ declare const ListJobsCommand_base: {
|
|
|
917
917
|
* // HexFontColor: "STRING_VALUE",
|
|
918
918
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
919
919
|
* // OutlineSize: Number("int"),
|
|
920
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
920
921
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
921
922
|
* // ShadowOpacity: Number("int"),
|
|
922
923
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1465,6 +1466,7 @@ declare const ListJobsCommand_base: {
|
|
|
1465
1466
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1466
1467
|
* // Sharpness: Number("int"),
|
|
1467
1468
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1469
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1468
1470
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1469
1471
|
* // ColorCorrector: { // ColorCorrector
|
|
1470
1472
|
* // Brightness: Number("int"),
|
|
@@ -226,6 +226,7 @@ declare const ListPresetsCommand_base: {
|
|
|
226
226
|
* // HexFontColor: "STRING_VALUE",
|
|
227
227
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
228
228
|
* // OutlineSize: Number("int"),
|
|
229
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
229
230
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
230
231
|
* // ShadowOpacity: Number("int"),
|
|
231
232
|
* // ShadowXOffset: Number("int"),
|
|
@@ -760,6 +761,7 @@ declare const ListPresetsCommand_base: {
|
|
|
760
761
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
761
762
|
* // Sharpness: Number("int"),
|
|
762
763
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
764
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
763
765
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
764
766
|
* // ColorCorrector: { // ColorCorrector
|
|
765
767
|
* // Brightness: Number("int"),
|
|
@@ -918,6 +918,7 @@ declare const SearchJobsCommand_base: {
|
|
|
918
918
|
* // HexFontColor: "STRING_VALUE",
|
|
919
919
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
920
920
|
* // OutlineSize: Number("int"),
|
|
921
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
921
922
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
922
923
|
* // ShadowOpacity: Number("int"),
|
|
923
924
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1466,6 +1467,7 @@ declare const SearchJobsCommand_base: {
|
|
|
1466
1467
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1467
1468
|
* // Sharpness: Number("int"),
|
|
1468
1469
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1470
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1469
1471
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1470
1472
|
* // ColorCorrector: { // ColorCorrector
|
|
1471
1473
|
* // Brightness: Number("int"),
|
|
@@ -849,6 +849,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
849
849
|
* HexFontColor: "STRING_VALUE",
|
|
850
850
|
* OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
851
851
|
* OutlineSize: Number("int"),
|
|
852
|
+
* RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
852
853
|
* ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
853
854
|
* ShadowOpacity: Number("int"),
|
|
854
855
|
* ShadowXOffset: Number("int"),
|
|
@@ -1397,6 +1398,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1397
1398
|
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1398
1399
|
* Sharpness: Number("int"),
|
|
1399
1400
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1401
|
+
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1400
1402
|
* VideoPreprocessors: { // VideoPreprocessor
|
|
1401
1403
|
* ColorCorrector: { // ColorCorrector
|
|
1402
1404
|
* Brightness: Number("int"),
|
|
@@ -2341,6 +2343,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2341
2343
|
* // HexFontColor: "STRING_VALUE",
|
|
2342
2344
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
2343
2345
|
* // OutlineSize: Number("int"),
|
|
2346
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
2344
2347
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
2345
2348
|
* // ShadowOpacity: Number("int"),
|
|
2346
2349
|
* // ShadowXOffset: Number("int"),
|
|
@@ -2889,6 +2892,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2889
2892
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
2890
2893
|
* // Sharpness: Number("int"),
|
|
2891
2894
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
2895
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
2892
2896
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
2893
2897
|
* // ColorCorrector: { // ColorCorrector
|
|
2894
2898
|
* // Brightness: Number("int"),
|
|
@@ -211,6 +211,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
211
211
|
* HexFontColor: "STRING_VALUE",
|
|
212
212
|
* OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
213
213
|
* OutlineSize: Number("int"),
|
|
214
|
+
* RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
214
215
|
* ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
215
216
|
* ShadowOpacity: Number("int"),
|
|
216
217
|
* ShadowXOffset: Number("int"),
|
|
@@ -745,6 +746,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
745
746
|
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
746
747
|
* Sharpness: Number("int"),
|
|
747
748
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
749
|
+
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
748
750
|
* VideoPreprocessors: { // VideoPreprocessor
|
|
749
751
|
* ColorCorrector: { // ColorCorrector
|
|
750
752
|
* Brightness: Number("int"),
|
|
@@ -1032,6 +1034,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
1032
1034
|
* // HexFontColor: "STRING_VALUE",
|
|
1033
1035
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
1034
1036
|
* // OutlineSize: Number("int"),
|
|
1037
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
1035
1038
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
1036
1039
|
* // ShadowOpacity: Number("int"),
|
|
1037
1040
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1566,6 +1569,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
1566
1569
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1567
1570
|
* // Sharpness: Number("int"),
|
|
1568
1571
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1572
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1569
1573
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1570
1574
|
* // ColorCorrector: { // ColorCorrector
|
|
1571
1575
|
* // Brightness: Number("int"),
|
|
@@ -1808,6 +1808,18 @@ export declare const BurninSubtitleOutlineColor: {
|
|
|
1808
1808
|
* @public
|
|
1809
1809
|
*/
|
|
1810
1810
|
export type BurninSubtitleOutlineColor = (typeof BurninSubtitleOutlineColor)[keyof typeof BurninSubtitleOutlineColor];
|
|
1811
|
+
/**
|
|
1812
|
+
* @public
|
|
1813
|
+
* @enum
|
|
1814
|
+
*/
|
|
1815
|
+
export declare const RemoveRubyReserveAttributes: {
|
|
1816
|
+
readonly DISABLED: "DISABLED";
|
|
1817
|
+
readonly ENABLED: "ENABLED";
|
|
1818
|
+
};
|
|
1819
|
+
/**
|
|
1820
|
+
* @public
|
|
1821
|
+
*/
|
|
1822
|
+
export type RemoveRubyReserveAttributes = (typeof RemoveRubyReserveAttributes)[keyof typeof RemoveRubyReserveAttributes];
|
|
1811
1823
|
/**
|
|
1812
1824
|
* @public
|
|
1813
1825
|
* @enum
|
|
@@ -1939,6 +1951,11 @@ export interface BurninDestinationSettings {
|
|
|
1939
1951
|
* @public
|
|
1940
1952
|
*/
|
|
1941
1953
|
OutlineSize?: number | undefined;
|
|
1954
|
+
/**
|
|
1955
|
+
* Optionally remove any tts:rubyReserve attributes present in your input, that do not have a tts:ruby attribute in the same element, from your output. Use if your vertical Japanese output captions have alignment issues. To remove ruby reserve attributes when present: Choose Enabled. To not remove any ruby reserve attributes: Keep the default value, Disabled.
|
|
1956
|
+
* @public
|
|
1957
|
+
*/
|
|
1958
|
+
RemoveRubyReserveAttributes?: RemoveRubyReserveAttributes | undefined;
|
|
1942
1959
|
/**
|
|
1943
1960
|
* Specify the color of the shadow cast by the captions. Leave Shadow color blank and set Style passthrough to enabled to use the shadow color data from your input captions, if present.
|
|
1944
1961
|
* @public
|
|
@@ -6455,18 +6472,3 @@ export interface MsSmoothGroupSettings {
|
|
|
6455
6472
|
*/
|
|
6456
6473
|
ManifestEncoding?: MsSmoothManifestEncoding | undefined;
|
|
6457
6474
|
}
|
|
6458
|
-
/**
|
|
6459
|
-
* @public
|
|
6460
|
-
* @enum
|
|
6461
|
-
*/
|
|
6462
|
-
export declare const OutputGroupType: {
|
|
6463
|
-
readonly CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS";
|
|
6464
|
-
readonly DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS";
|
|
6465
|
-
readonly FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS";
|
|
6466
|
-
readonly HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS";
|
|
6467
|
-
readonly MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS";
|
|
6468
|
-
};
|
|
6469
|
-
/**
|
|
6470
|
-
* @public
|
|
6471
|
-
*/
|
|
6472
|
-
export type OutputGroupType = (typeof OutputGroupType)[keyof typeof OutputGroupType];
|
|
@@ -1,4 +1,19 @@
|
|
|
1
|
-
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmafGroupSettings, ColorConversion3DLUTSetting, DashIsoGroupSettings, EsamSettings, ExtendedDataServices, FileGroupSettings, Hdr10Metadata, HlsGroupSettings, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, MotionImageInserter, MsSmoothGroupSettings, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail,
|
|
1
|
+
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmafGroupSettings, ColorConversion3DLUTSetting, DashIsoGroupSettings, EsamSettings, ExtendedDataServices, FileGroupSettings, Hdr10Metadata, HlsGroupSettings, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, MotionImageInserter, MsSmoothGroupSettings, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, QueueTransition, Rectangle } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
* @enum
|
|
5
|
+
*/
|
|
6
|
+
export declare const OutputGroupType: {
|
|
7
|
+
readonly CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS";
|
|
8
|
+
readonly DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS";
|
|
9
|
+
readonly FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS";
|
|
10
|
+
readonly HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS";
|
|
11
|
+
readonly MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export type OutputGroupType = (typeof OutputGroupType)[keyof typeof OutputGroupType];
|
|
2
17
|
/**
|
|
3
18
|
* Output Group settings, including type
|
|
4
19
|
* @public
|
|
@@ -4930,6 +4945,18 @@ export declare const VideoTimecodeInsertion: {
|
|
|
4930
4945
|
* @public
|
|
4931
4946
|
*/
|
|
4932
4947
|
export type VideoTimecodeInsertion = (typeof VideoTimecodeInsertion)[keyof typeof VideoTimecodeInsertion];
|
|
4948
|
+
/**
|
|
4949
|
+
* @public
|
|
4950
|
+
* @enum
|
|
4951
|
+
*/
|
|
4952
|
+
export declare const TimecodeTrack: {
|
|
4953
|
+
readonly DISABLED: "DISABLED";
|
|
4954
|
+
readonly ENABLED: "ENABLED";
|
|
4955
|
+
};
|
|
4956
|
+
/**
|
|
4957
|
+
* @public
|
|
4958
|
+
*/
|
|
4959
|
+
export type TimecodeTrack = (typeof TimecodeTrack)[keyof typeof TimecodeTrack];
|
|
4933
4960
|
/**
|
|
4934
4961
|
* Specify YUV limits and RGB tolerances when you set Sample range conversion to Limited range clip.
|
|
4935
4962
|
* @public
|
|
@@ -5526,7 +5553,7 @@ export interface VideoDescription {
|
|
|
5526
5553
|
*/
|
|
5527
5554
|
Crop?: Rectangle | undefined;
|
|
5528
5555
|
/**
|
|
5529
|
-
* Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame. This setting is enabled by default when Timecode insertion is enabled.
|
|
5556
|
+
* Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame. This setting is enabled by default when Timecode insertion or Timecode track is enabled.
|
|
5530
5557
|
* @public
|
|
5531
5558
|
*/
|
|
5532
5559
|
DropFrameTimecode?: DropFrameTimecode | undefined;
|
|
@@ -5565,6 +5592,11 @@ export interface VideoDescription {
|
|
|
5565
5592
|
* @public
|
|
5566
5593
|
*/
|
|
5567
5594
|
TimecodeInsertion?: VideoTimecodeInsertion | undefined;
|
|
5595
|
+
/**
|
|
5596
|
+
* To include a timecode track in your MP4 output: Choose Enabled. MediaConvert writes the timecode track in the Null Media Header box (NMHD), without any timecode text formatting information. You can also specify dropframe or non-dropframe timecode under the Drop Frame Timecode setting. To not include a timecode track: Keep the default value, Disabled.
|
|
5597
|
+
* @public
|
|
5598
|
+
*/
|
|
5599
|
+
TimecodeTrack?: TimecodeTrack | undefined;
|
|
5568
5600
|
/**
|
|
5569
5601
|
* Find additional transcoding features under Preprocessors. Enable the features at each output individually. These features are disabled by default.
|
|
5570
5602
|
* @public
|
|
@@ -5734,7 +5766,7 @@ export interface JobSettings {
|
|
|
5734
5766
|
*/
|
|
5735
5767
|
ExtendedDataServices?: ExtendedDataServices | undefined;
|
|
5736
5768
|
/**
|
|
5737
|
-
* Specify the input that MediaConvert references for your default output settings.
|
|
5769
|
+
* Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
|
|
5738
5770
|
* @public
|
|
5739
5771
|
*/
|
|
5740
5772
|
FollowSource?: number | undefined;
|
|
@@ -6066,7 +6098,7 @@ export interface JobTemplateSettings {
|
|
|
6066
6098
|
*/
|
|
6067
6099
|
ExtendedDataServices?: ExtendedDataServices | undefined;
|
|
6068
6100
|
/**
|
|
6069
|
-
* Specify the input that MediaConvert references for your default output settings.
|
|
6101
|
+
* Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
|
|
6070
6102
|
* @public
|
|
6071
6103
|
*/
|
|
6072
6104
|
FollowSource?: number | undefined;
|
|
@@ -6289,27 +6321,3 @@ export declare const Commitment: {
|
|
|
6289
6321
|
* @public
|
|
6290
6322
|
*/
|
|
6291
6323
|
export type Commitment = (typeof Commitment)[keyof typeof Commitment];
|
|
6292
|
-
/**
|
|
6293
|
-
* @public
|
|
6294
|
-
* @enum
|
|
6295
|
-
*/
|
|
6296
|
-
export declare const RenewalType: {
|
|
6297
|
-
readonly AUTO_RENEW: "AUTO_RENEW";
|
|
6298
|
-
readonly EXPIRE: "EXPIRE";
|
|
6299
|
-
};
|
|
6300
|
-
/**
|
|
6301
|
-
* @public
|
|
6302
|
-
*/
|
|
6303
|
-
export type RenewalType = (typeof RenewalType)[keyof typeof RenewalType];
|
|
6304
|
-
/**
|
|
6305
|
-
* @public
|
|
6306
|
-
* @enum
|
|
6307
|
-
*/
|
|
6308
|
-
export declare const ReservationPlanStatus: {
|
|
6309
|
-
readonly ACTIVE: "ACTIVE";
|
|
6310
|
-
readonly EXPIRED: "EXPIRED";
|
|
6311
|
-
};
|
|
6312
|
-
/**
|
|
6313
|
-
* @public
|
|
6314
|
-
*/
|
|
6315
|
-
export type ReservationPlanStatus = (typeof ReservationPlanStatus)[keyof typeof ReservationPlanStatus];
|
|
@@ -1,7 +1,31 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
|
|
3
3
|
import { AccelerationSettings, BillingTagsSource, Endpoint, HopDestination } from "./models_0";
|
|
4
|
-
import { Commitment, Job, JobEngineVersion, JobSettings, JobStatus, JobTemplate, JobTemplateSettings, Preset, PresetSettings, PricingPlan,
|
|
4
|
+
import { Commitment, Job, JobEngineVersion, JobSettings, JobStatus, JobTemplate, JobTemplateSettings, Preset, PresetSettings, PricingPlan, SimulateReservedQueue, StatusUpdateInterval, Type } from "./models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* @enum
|
|
8
|
+
*/
|
|
9
|
+
export declare const RenewalType: {
|
|
10
|
+
readonly AUTO_RENEW: "AUTO_RENEW";
|
|
11
|
+
readonly EXPIRE: "EXPIRE";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export type RenewalType = (typeof RenewalType)[keyof typeof RenewalType];
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
* @enum
|
|
20
|
+
*/
|
|
21
|
+
export declare const ReservationPlanStatus: {
|
|
22
|
+
readonly ACTIVE: "ACTIVE";
|
|
23
|
+
readonly EXPIRED: "EXPIRED";
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export type ReservationPlanStatus = (typeof ReservationPlanStatus)[keyof typeof ReservationPlanStatus];
|
|
5
29
|
/**
|
|
6
30
|
* Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
|
|
7
31
|
* @public
|
|
@@ -26,6 +26,7 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
26
26
|
utf8Encoder: (input: string | Uint8Array) => string;
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
28
|
serviceId: string;
|
|
29
|
+
profile?: string | undefined;
|
|
29
30
|
logger: import("@smithy/types").Logger;
|
|
30
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
27
27
|
utf8Encoder: (input: string | Uint8Array) => string;
|
|
28
28
|
disableHostPrefix: boolean;
|
|
29
29
|
serviceId: string;
|
|
30
|
+
profile?: string | undefined;
|
|
30
31
|
logger: import("@smithy/types").Logger;
|
|
31
32
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
@@ -20,6 +20,7 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
20
20
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
|
+
profile?: string | undefined;
|
|
23
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
24
25
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
@@ -251,6 +251,7 @@ export interface ClientDefaults
|
|
|
251
251
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
252
252
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
253
253
|
region?: string | __Provider<string>;
|
|
254
|
+
profile?: string;
|
|
254
255
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
255
256
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
256
257
|
maxAttempts?: number | __Provider<number>;
|
|
@@ -821,6 +821,12 @@ export declare const BurninSubtitleOutlineColor: {
|
|
|
821
821
|
};
|
|
822
822
|
export type BurninSubtitleOutlineColor =
|
|
823
823
|
(typeof BurninSubtitleOutlineColor)[keyof typeof BurninSubtitleOutlineColor];
|
|
824
|
+
export declare const RemoveRubyReserveAttributes: {
|
|
825
|
+
readonly DISABLED: "DISABLED";
|
|
826
|
+
readonly ENABLED: "ENABLED";
|
|
827
|
+
};
|
|
828
|
+
export type RemoveRubyReserveAttributes =
|
|
829
|
+
(typeof RemoveRubyReserveAttributes)[keyof typeof RemoveRubyReserveAttributes];
|
|
824
830
|
export declare const BurninSubtitleShadowColor: {
|
|
825
831
|
readonly AUTO: "AUTO";
|
|
826
832
|
readonly BLACK: "BLACK";
|
|
@@ -860,6 +866,7 @@ export interface BurninDestinationSettings {
|
|
|
860
866
|
HexFontColor?: string | undefined;
|
|
861
867
|
OutlineColor?: BurninSubtitleOutlineColor | undefined;
|
|
862
868
|
OutlineSize?: number | undefined;
|
|
869
|
+
RemoveRubyReserveAttributes?: RemoveRubyReserveAttributes | undefined;
|
|
863
870
|
ShadowColor?: BurninSubtitleShadowColor | undefined;
|
|
864
871
|
ShadowOpacity?: number | undefined;
|
|
865
872
|
ShadowXOffset?: number | undefined;
|
|
@@ -2375,12 +2382,3 @@ export interface MsSmoothGroupSettings {
|
|
|
2375
2382
|
FragmentLengthControl?: MsSmoothFragmentLengthControl | undefined;
|
|
2376
2383
|
ManifestEncoding?: MsSmoothManifestEncoding | undefined;
|
|
2377
2384
|
}
|
|
2378
|
-
export declare const OutputGroupType: {
|
|
2379
|
-
readonly CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS";
|
|
2380
|
-
readonly DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS";
|
|
2381
|
-
readonly FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS";
|
|
2382
|
-
readonly HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS";
|
|
2383
|
-
readonly MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS";
|
|
2384
|
-
};
|
|
2385
|
-
export type OutputGroupType =
|
|
2386
|
-
(typeof OutputGroupType)[keyof typeof OutputGroupType];
|
|
@@ -28,10 +28,18 @@ import {
|
|
|
28
28
|
NielsenConfiguration,
|
|
29
29
|
NielsenNonLinearWatermarkSettings,
|
|
30
30
|
OutputGroupDetail,
|
|
31
|
-
OutputGroupType,
|
|
32
31
|
QueueTransition,
|
|
33
32
|
Rectangle,
|
|
34
33
|
} from "./models_0";
|
|
34
|
+
export declare const OutputGroupType: {
|
|
35
|
+
readonly CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS";
|
|
36
|
+
readonly DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS";
|
|
37
|
+
readonly FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS";
|
|
38
|
+
readonly HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS";
|
|
39
|
+
readonly MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS";
|
|
40
|
+
};
|
|
41
|
+
export type OutputGroupType =
|
|
42
|
+
(typeof OutputGroupType)[keyof typeof OutputGroupType];
|
|
35
43
|
export interface OutputGroupSettings {
|
|
36
44
|
CmafGroupSettings?: CmafGroupSettings | undefined;
|
|
37
45
|
DashIsoGroupSettings?: DashIsoGroupSettings | undefined;
|
|
@@ -1905,6 +1913,11 @@ export declare const VideoTimecodeInsertion: {
|
|
|
1905
1913
|
};
|
|
1906
1914
|
export type VideoTimecodeInsertion =
|
|
1907
1915
|
(typeof VideoTimecodeInsertion)[keyof typeof VideoTimecodeInsertion];
|
|
1916
|
+
export declare const TimecodeTrack: {
|
|
1917
|
+
readonly DISABLED: "DISABLED";
|
|
1918
|
+
readonly ENABLED: "ENABLED";
|
|
1919
|
+
};
|
|
1920
|
+
export type TimecodeTrack = (typeof TimecodeTrack)[keyof typeof TimecodeTrack];
|
|
1908
1921
|
export interface ClipLimits {
|
|
1909
1922
|
MaximumRGBTolerance?: number | undefined;
|
|
1910
1923
|
MaximumYUV?: number | undefined;
|
|
@@ -2118,6 +2131,7 @@ export interface VideoDescription {
|
|
|
2118
2131
|
ScalingBehavior?: ScalingBehavior | undefined;
|
|
2119
2132
|
Sharpness?: number | undefined;
|
|
2120
2133
|
TimecodeInsertion?: VideoTimecodeInsertion | undefined;
|
|
2134
|
+
TimecodeTrack?: TimecodeTrack | undefined;
|
|
2121
2135
|
VideoPreprocessors?: VideoPreprocessor | undefined;
|
|
2122
2136
|
Width?: number | undefined;
|
|
2123
2137
|
}
|
|
@@ -2308,14 +2322,3 @@ export declare const Commitment: {
|
|
|
2308
2322
|
readonly ONE_YEAR: "ONE_YEAR";
|
|
2309
2323
|
};
|
|
2310
2324
|
export type Commitment = (typeof Commitment)[keyof typeof Commitment];
|
|
2311
|
-
export declare const RenewalType: {
|
|
2312
|
-
readonly AUTO_RENEW: "AUTO_RENEW";
|
|
2313
|
-
readonly EXPIRE: "EXPIRE";
|
|
2314
|
-
};
|
|
2315
|
-
export type RenewalType = (typeof RenewalType)[keyof typeof RenewalType];
|
|
2316
|
-
export declare const ReservationPlanStatus: {
|
|
2317
|
-
readonly ACTIVE: "ACTIVE";
|
|
2318
|
-
readonly EXPIRED: "EXPIRED";
|
|
2319
|
-
};
|
|
2320
|
-
export type ReservationPlanStatus =
|
|
2321
|
-
(typeof ReservationPlanStatus)[keyof typeof ReservationPlanStatus];
|
|
@@ -17,12 +17,21 @@ import {
|
|
|
17
17
|
Preset,
|
|
18
18
|
PresetSettings,
|
|
19
19
|
PricingPlan,
|
|
20
|
-
RenewalType,
|
|
21
|
-
ReservationPlanStatus,
|
|
22
20
|
SimulateReservedQueue,
|
|
23
21
|
StatusUpdateInterval,
|
|
24
22
|
Type,
|
|
25
23
|
} from "./models_1";
|
|
24
|
+
export declare const RenewalType: {
|
|
25
|
+
readonly AUTO_RENEW: "AUTO_RENEW";
|
|
26
|
+
readonly EXPIRE: "EXPIRE";
|
|
27
|
+
};
|
|
28
|
+
export type RenewalType = (typeof RenewalType)[keyof typeof RenewalType];
|
|
29
|
+
export declare const ReservationPlanStatus: {
|
|
30
|
+
readonly ACTIVE: "ACTIVE";
|
|
31
|
+
readonly EXPIRED: "EXPIRED";
|
|
32
|
+
};
|
|
33
|
+
export type ReservationPlanStatus =
|
|
34
|
+
(typeof ReservationPlanStatus)[keyof typeof ReservationPlanStatus];
|
|
26
35
|
export interface ReservationPlan {
|
|
27
36
|
Commitment?: Commitment | undefined;
|
|
28
37
|
ExpiresAt?: Date | undefined;
|
|
@@ -33,6 +33,7 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
33
33
|
utf8Encoder: (input: string | Uint8Array) => string;
|
|
34
34
|
disableHostPrefix: boolean;
|
|
35
35
|
serviceId: string;
|
|
36
|
+
profile?: string | undefined;
|
|
36
37
|
logger: import("@smithy/types").Logger;
|
|
37
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
38
39
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
@@ -38,6 +38,7 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
38
38
|
utf8Encoder: (input: string | Uint8Array) => string;
|
|
39
39
|
disableHostPrefix: boolean;
|
|
40
40
|
serviceId: string;
|
|
41
|
+
profile?: string | undefined;
|
|
41
42
|
logger: import("@smithy/types").Logger;
|
|
42
43
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
44
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
@@ -22,6 +22,7 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
22
22
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
23
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
region: string | import("@smithy/types").Provider<any>;
|
|
25
|
+
profile?: string | undefined;
|
|
25
26
|
defaultUserAgentProvider: (
|
|
26
27
|
config?:
|
|
27
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
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.
|
|
4
|
+
"version": "3.716.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,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.716.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.716.0",
|
|
25
|
+
"@aws-sdk/core": "3.716.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.716.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.714.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.714.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.714.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.716.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.714.0",
|
|
32
|
+
"@aws-sdk/types": "3.714.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.714.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.714.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.716.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.13",
|
|
37
37
|
"@smithy/core": "^2.5.5",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.1.2",
|
|
39
39
|
"@smithy/hash-node": "^3.0.11",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.11",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.13",
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.6",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.31",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.11",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.11",
|
|
46
46
|
"@smithy/node-config-provider": "^3.1.12",
|
|
47
47
|
"@smithy/node-http-handler": "^3.3.2",
|
|
48
48
|
"@smithy/protocol-http": "^4.1.8",
|
|
49
|
-
"@smithy/smithy-client": "^3.5.
|
|
49
|
+
"@smithy/smithy-client": "^3.5.1",
|
|
50
50
|
"@smithy/types": "^3.7.2",
|
|
51
51
|
"@smithy/url-parser": "^3.0.11",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.31",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.31",
|
|
57
57
|
"@smithy/util-endpoints": "^2.1.7",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.11",
|
|
59
59
|
"@smithy/util-retry": "^3.0.11",
|