@aws-sdk/client-medialive 3.804.0 → 3.805.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
|
@@ -3042,6 +3042,7 @@ var se_UpdateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3042
3042
|
let body;
|
|
3043
3043
|
body = JSON.stringify(
|
|
3044
3044
|
(0, import_smithy_client.take)(input, {
|
|
3045
|
+
anywhereSettings: [, (_) => se_AnywhereSettings(_, context), `AnywhereSettings`],
|
|
3045
3046
|
cdiInputSpecification: [, (_) => se_CdiInputSpecification(_, context), `CdiInputSpecification`],
|
|
3046
3047
|
channelEngineVersion: [, (_) => se_ChannelEngineVersionRequest(_, context), `ChannelEngineVersion`],
|
|
3047
3048
|
destinations: [, (_) => se___listOfOutputDestination(_, context), `Destinations`],
|
|
@@ -1290,6 +1290,7 @@ export const se_UpdateChannelCommand = async (input, context) => {
|
|
|
1290
1290
|
b.p("ChannelId", () => input.ChannelId, "{ChannelId}", false);
|
|
1291
1291
|
let body;
|
|
1292
1292
|
body = JSON.stringify(take(input, {
|
|
1293
|
+
anywhereSettings: [, (_) => se_AnywhereSettings(_, context), `AnywhereSettings`],
|
|
1293
1294
|
cdiInputSpecification: [, (_) => se_CdiInputSpecification(_, context), `CdiInputSpecification`],
|
|
1294
1295
|
channelEngineVersion: [, (_) => se_ChannelEngineVersionRequest(_, context), `ChannelEngineVersion`],
|
|
1295
1296
|
destinations: [, (_) => se___listOfOutputDestination(_, context), `Destinations`],
|
|
@@ -1223,6 +1223,10 @@ declare const UpdateChannelCommand_base: {
|
|
|
1223
1223
|
* Version: "STRING_VALUE",
|
|
1224
1224
|
* },
|
|
1225
1225
|
* DryRun: true || false,
|
|
1226
|
+
* AnywhereSettings: { // AnywhereSettings
|
|
1227
|
+
* ChannelPlacementGroupId: "STRING_VALUE",
|
|
1228
|
+
* ClusterId: "STRING_VALUE",
|
|
1229
|
+
* },
|
|
1226
1230
|
* };
|
|
1227
1231
|
* const command = new UpdateChannelCommand(input);
|
|
1228
1232
|
* const response = await client.send(command);
|
|
@@ -6701,6 +6701,11 @@ export interface UpdateChannelRequest {
|
|
|
6701
6701
|
* @public
|
|
6702
6702
|
*/
|
|
6703
6703
|
DryRun?: boolean | undefined;
|
|
6704
|
+
/**
|
|
6705
|
+
* The Elemental Anywhere settings for this channel.
|
|
6706
|
+
* @public
|
|
6707
|
+
*/
|
|
6708
|
+
AnywhereSettings?: AnywhereSettings | undefined;
|
|
6704
6709
|
}
|
|
6705
6710
|
/**
|
|
6706
6711
|
* Placeholder documentation for UpdateChannelResponse
|
|
@@ -1688,6 +1688,7 @@ export interface UpdateChannelRequest {
|
|
|
1688
1688
|
RoleArn?: string | undefined;
|
|
1689
1689
|
ChannelEngineVersion?: ChannelEngineVersionRequest | undefined;
|
|
1690
1690
|
DryRun?: boolean | undefined;
|
|
1691
|
+
AnywhereSettings?: AnywhereSettings | undefined;
|
|
1691
1692
|
}
|
|
1692
1693
|
export interface UpdateChannelResponse {
|
|
1693
1694
|
Channel?: Channel | undefined;
|
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.805.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",
|