@aws-sdk/client-medialive 3.765.0 → 3.772.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 +6 -5
- package/dist-es/models/models_2.js +1 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +2 -2
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +1 -1
- package/dist-types/commands/StartChannelCommand.d.ts +1 -1
- package/dist-types/commands/StopChannelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +2 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AacCodingMode: () => AacCodingMode,
|
|
25
25
|
AacInputType: () => AacInputType,
|
|
26
26
|
AacProfile: () => AacProfile,
|
|
@@ -530,7 +530,7 @@ __export(src_exports, {
|
|
|
530
530
|
waitUntilSignalMapMonitorDeployed: () => waitUntilSignalMapMonitorDeployed,
|
|
531
531
|
waitUntilSignalMapUpdated: () => waitUntilSignalMapUpdated
|
|
532
532
|
});
|
|
533
|
-
module.exports = __toCommonJS(
|
|
533
|
+
module.exports = __toCommonJS(index_exports);
|
|
534
534
|
|
|
535
535
|
// src/MediaLiveClient.ts
|
|
536
536
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -657,9 +657,9 @@ var MediaLiveClient = class extends import_smithy_client.Client {
|
|
|
657
657
|
this.middlewareStack.use(
|
|
658
658
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
659
659
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultMediaLiveHttpAuthSchemeParametersProvider,
|
|
660
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
660
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
661
661
|
"aws.auth#sigv4": config.credentials
|
|
662
|
-
})
|
|
662
|
+
}), "identityProviderConfigProvider")
|
|
663
663
|
})
|
|
664
664
|
);
|
|
665
665
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -11322,6 +11322,7 @@ var DescribeInputDeviceCommand = class extends import_smithy_client.Command.clas
|
|
|
11322
11322
|
|
|
11323
11323
|
// src/models/models_2.ts
|
|
11324
11324
|
var GlobalConfigurationOutputLockingMode = {
|
|
11325
|
+
DISABLED: "DISABLED",
|
|
11325
11326
|
EPOCH_LOCKING: "EPOCH_LOCKING",
|
|
11326
11327
|
PIPELINE_LOCKING: "PIPELINE_LOCKING"
|
|
11327
11328
|
};
|
|
@@ -329,7 +329,7 @@ declare const CreateChannelCommand_base: {
|
|
|
329
329
|
* InputLossImageType: "COLOR" || "SLATE",
|
|
330
330
|
* RepeatFrameMsec: Number("int"),
|
|
331
331
|
* },
|
|
332
|
-
* OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
|
|
332
|
+
* OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
|
|
333
333
|
* OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
|
|
334
334
|
* SupportLowFramerateInputs: "DISABLED" || "ENABLED",
|
|
335
335
|
* OutputLockingSettings: { // OutputLockingSettings
|
|
@@ -1532,7 +1532,7 @@ declare const CreateChannelCommand_base: {
|
|
|
1532
1532
|
* // InputLossImageType: "COLOR" || "SLATE",
|
|
1533
1533
|
* // RepeatFrameMsec: Number("int"),
|
|
1534
1534
|
* // },
|
|
1535
|
-
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
|
|
1535
|
+
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
|
|
1536
1536
|
* // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
|
|
1537
1537
|
* // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
|
|
1538
1538
|
* // OutputLockingSettings: { // OutputLockingSettings
|
|
@@ -340,7 +340,7 @@ declare const DeleteChannelCommand_base: {
|
|
|
340
340
|
* // InputLossImageType: "COLOR" || "SLATE",
|
|
341
341
|
* // RepeatFrameMsec: Number("int"),
|
|
342
342
|
* // },
|
|
343
|
-
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
|
|
343
|
+
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
|
|
344
344
|
* // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
|
|
345
345
|
* // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
|
|
346
346
|
* // OutputLockingSettings: { // OutputLockingSettings
|
|
@@ -340,7 +340,7 @@ declare const DescribeChannelCommand_base: {
|
|
|
340
340
|
* // InputLossImageType: "COLOR" || "SLATE",
|
|
341
341
|
* // RepeatFrameMsec: Number("int"),
|
|
342
342
|
* // },
|
|
343
|
-
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
|
|
343
|
+
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
|
|
344
344
|
* // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
|
|
345
345
|
* // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
|
|
346
346
|
* // OutputLockingSettings: { // OutputLockingSettings
|
|
@@ -343,7 +343,7 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
343
343
|
* // InputLossImageType: "COLOR" || "SLATE",
|
|
344
344
|
* // RepeatFrameMsec: Number("int"),
|
|
345
345
|
* // },
|
|
346
|
-
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
|
|
346
|
+
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
|
|
347
347
|
* // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
|
|
348
348
|
* // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
|
|
349
349
|
* // OutputLockingSettings: { // OutputLockingSettings
|
|
@@ -340,7 +340,7 @@ declare const StartChannelCommand_base: {
|
|
|
340
340
|
* // InputLossImageType: "COLOR" || "SLATE",
|
|
341
341
|
* // RepeatFrameMsec: Number("int"),
|
|
342
342
|
* // },
|
|
343
|
-
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
|
|
343
|
+
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
|
|
344
344
|
* // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
|
|
345
345
|
* // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
|
|
346
346
|
* // OutputLockingSettings: { // OutputLockingSettings
|
|
@@ -340,7 +340,7 @@ declare const StopChannelCommand_base: {
|
|
|
340
340
|
* // InputLossImageType: "COLOR" || "SLATE",
|
|
341
341
|
* // RepeatFrameMsec: Number("int"),
|
|
342
342
|
* // },
|
|
343
|
-
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
|
|
343
|
+
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
|
|
344
344
|
* // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
|
|
345
345
|
* // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
|
|
346
346
|
* // OutputLockingSettings: { // OutputLockingSettings
|
|
@@ -373,7 +373,7 @@ declare const UpdateChannelClassCommand_base: {
|
|
|
373
373
|
* // InputLossImageType: "COLOR" || "SLATE",
|
|
374
374
|
* // RepeatFrameMsec: Number("int"),
|
|
375
375
|
* // },
|
|
376
|
-
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
|
|
376
|
+
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
|
|
377
377
|
* // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
|
|
378
378
|
* // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
|
|
379
379
|
* // OutputLockingSettings: { // OutputLockingSettings
|
|
@@ -329,7 +329,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
329
329
|
* InputLossImageType: "COLOR" || "SLATE",
|
|
330
330
|
* RepeatFrameMsec: Number("int"),
|
|
331
331
|
* },
|
|
332
|
-
* OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
|
|
332
|
+
* OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
|
|
333
333
|
* OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
|
|
334
334
|
* SupportLowFramerateInputs: "DISABLED" || "ENABLED",
|
|
335
335
|
* OutputLockingSettings: { // OutputLockingSettings
|
|
@@ -1519,7 +1519,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
1519
1519
|
* // InputLossImageType: "COLOR" || "SLATE",
|
|
1520
1520
|
* // RepeatFrameMsec: Number("int"),
|
|
1521
1521
|
* // },
|
|
1522
|
-
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
|
|
1522
|
+
* // OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING" || "DISABLED",
|
|
1523
1523
|
* // OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
|
|
1524
1524
|
* // SupportLowFramerateInputs: "DISABLED" || "ENABLED",
|
|
1525
1525
|
* // OutputLockingSettings: { // OutputLockingSettings
|
|
@@ -6,6 +6,7 @@ import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking, Av
|
|
|
6
6
|
* @enum
|
|
7
7
|
*/
|
|
8
8
|
export declare const GlobalConfigurationOutputLockingMode: {
|
|
9
|
+
readonly DISABLED: "DISABLED";
|
|
9
10
|
readonly EPOCH_LOCKING: "EPOCH_LOCKING";
|
|
10
11
|
readonly PIPELINE_LOCKING: "PIPELINE_LOCKING";
|
|
11
12
|
};
|
|
@@ -100,6 +101,7 @@ export interface GlobalConfiguration {
|
|
|
100
101
|
*
|
|
101
102
|
* PIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other.
|
|
102
103
|
* EPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch.
|
|
104
|
+
* DISABLED - MediaLive will not attempt to synchronize the output of pipelines. We advise against disabling output locking because it has negative side effects in most workflows. For more information, see the section about output locking (pipeline locking) in the Medialive user guide.
|
|
103
105
|
* @public
|
|
104
106
|
*/
|
|
105
107
|
OutputLockingMode?: GlobalConfigurationOutputLockingMode | undefined;
|
|
@@ -120,6 +120,7 @@ import {
|
|
|
120
120
|
VideoDescription,
|
|
121
121
|
} from "./models_1";
|
|
122
122
|
export declare const GlobalConfigurationOutputLockingMode: {
|
|
123
|
+
readonly DISABLED: "DISABLED";
|
|
123
124
|
readonly EPOCH_LOCKING: "EPOCH_LOCKING";
|
|
124
125
|
readonly PIPELINE_LOCKING: "PIPELINE_LOCKING";
|
|
125
126
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medialive",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.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-medialive",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|