@aws-sdk/client-medialive 3.378.0 → 3.382.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/protocols/Aws_restJson1.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +4 -0
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -0
- package/dist-types/commands/ListInputDevicesCommand.d.ts +1 -0
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +3 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +568 -0
- package/dist-types/models/models_1.d.ts +782 -0
- package/dist-types/models/models_2.d.ts +145 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +2 -0
- package/package.json +7 -7
|
@@ -1217,6 +1217,7 @@ const se_UpdateInputDeviceCommand = async (input, context) => {
|
|
|
1217
1217
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "InputDeviceId", () => input.InputDeviceId, "{InputDeviceId}", false);
|
|
1218
1218
|
let body;
|
|
1219
1219
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
1220
|
+
availabilityZone: [, , `AvailabilityZone`],
|
|
1220
1221
|
hdDeviceSettings: [, (_) => se_InputDeviceConfigurableSettings(_, context), `HdDeviceSettings`],
|
|
1221
1222
|
name: [, , `Name`],
|
|
1222
1223
|
uhdDeviceSettings: [, (_) => se_InputDeviceConfigurableSettings(_, context), `UhdDeviceSettings`],
|
|
@@ -2709,6 +2710,7 @@ const de_DescribeInputDeviceCommand = async (output, context) => {
|
|
|
2709
2710
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
2710
2711
|
const doc = (0, smithy_client_1.take)(data, {
|
|
2711
2712
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
2713
|
+
AvailabilityZone: [, smithy_client_1.expectString, `availabilityZone`],
|
|
2712
2714
|
ConnectionState: [, smithy_client_1.expectString, `connectionState`],
|
|
2713
2715
|
DeviceSettingsSyncState: [, smithy_client_1.expectString, `deviceSettingsSyncState`],
|
|
2714
2716
|
DeviceUpdateStatus: [, smithy_client_1.expectString, `deviceUpdateStatus`],
|
|
@@ -4497,6 +4499,7 @@ const de_UpdateInputDeviceCommand = async (output, context) => {
|
|
|
4497
4499
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
4498
4500
|
const doc = (0, smithy_client_1.take)(data, {
|
|
4499
4501
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
4502
|
+
AvailabilityZone: [, smithy_client_1.expectString, `availabilityZone`],
|
|
4500
4503
|
ConnectionState: [, smithy_client_1.expectString, `connectionState`],
|
|
4501
4504
|
DeviceSettingsSyncState: [, smithy_client_1.expectString, `deviceSettingsSyncState`],
|
|
4502
4505
|
DeviceUpdateStatus: [, smithy_client_1.expectString, `deviceUpdateStatus`],
|
|
@@ -7880,6 +7883,7 @@ const de_InputDeviceSettings = (output, context) => {
|
|
|
7880
7883
|
const de_InputDeviceSummary = (output, context) => {
|
|
7881
7884
|
return (0, smithy_client_1.take)(output, {
|
|
7882
7885
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
7886
|
+
AvailabilityZone: [, smithy_client_1.expectString, `availabilityZone`],
|
|
7883
7887
|
ConnectionState: [, smithy_client_1.expectString, `connectionState`],
|
|
7884
7888
|
DeviceSettingsSyncState: [, smithy_client_1.expectString, `deviceSettingsSyncState`],
|
|
7885
7889
|
DeviceUpdateStatus: [, smithy_client_1.expectString, `deviceUpdateStatus`],
|
|
@@ -1155,6 +1155,7 @@ export const se_UpdateInputDeviceCommand = async (input, context) => {
|
|
|
1155
1155
|
resolvedPath = __resolvedPath(resolvedPath, input, "InputDeviceId", () => input.InputDeviceId, "{InputDeviceId}", false);
|
|
1156
1156
|
let body;
|
|
1157
1157
|
body = JSON.stringify(take(input, {
|
|
1158
|
+
availabilityZone: [, , `AvailabilityZone`],
|
|
1158
1159
|
hdDeviceSettings: [, (_) => se_InputDeviceConfigurableSettings(_, context), `HdDeviceSettings`],
|
|
1159
1160
|
name: [, , `Name`],
|
|
1160
1161
|
uhdDeviceSettings: [, (_) => se_InputDeviceConfigurableSettings(_, context), `UhdDeviceSettings`],
|
|
@@ -2617,6 +2618,7 @@ export const de_DescribeInputDeviceCommand = async (output, context) => {
|
|
|
2617
2618
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2618
2619
|
const doc = take(data, {
|
|
2619
2620
|
Arn: [, __expectString, `arn`],
|
|
2621
|
+
AvailabilityZone: [, __expectString, `availabilityZone`],
|
|
2620
2622
|
ConnectionState: [, __expectString, `connectionState`],
|
|
2621
2623
|
DeviceSettingsSyncState: [, __expectString, `deviceSettingsSyncState`],
|
|
2622
2624
|
DeviceUpdateStatus: [, __expectString, `deviceUpdateStatus`],
|
|
@@ -4373,6 +4375,7 @@ export const de_UpdateInputDeviceCommand = async (output, context) => {
|
|
|
4373
4375
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4374
4376
|
const doc = take(data, {
|
|
4375
4377
|
Arn: [, __expectString, `arn`],
|
|
4378
|
+
AvailabilityZone: [, __expectString, `availabilityZone`],
|
|
4376
4379
|
ConnectionState: [, __expectString, `connectionState`],
|
|
4377
4380
|
DeviceSettingsSyncState: [, __expectString, `deviceSettingsSyncState`],
|
|
4378
4381
|
DeviceUpdateStatus: [, __expectString, `deviceUpdateStatus`],
|
|
@@ -7751,6 +7754,7 @@ const de_InputDeviceSettings = (output, context) => {
|
|
|
7751
7754
|
const de_InputDeviceSummary = (output, context) => {
|
|
7752
7755
|
return take(output, {
|
|
7753
7756
|
Arn: [, __expectString, `arn`],
|
|
7757
|
+
AvailabilityZone: [, __expectString, `availabilityZone`],
|
|
7754
7758
|
ConnectionState: [, __expectString, `connectionState`],
|
|
7755
7759
|
DeviceSettingsSyncState: [, __expectString, `deviceSettingsSyncState`],
|
|
7756
7760
|
DeviceUpdateStatus: [, __expectString, `deviceUpdateStatus`],
|
|
@@ -43,6 +43,7 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
|
|
|
43
43
|
* MaxBitrate: Number("int"),
|
|
44
44
|
* LatencyMs: Number("int"),
|
|
45
45
|
* },
|
|
46
|
+
* AvailabilityZone: "STRING_VALUE",
|
|
46
47
|
* };
|
|
47
48
|
* const command = new UpdateInputDeviceCommand(input);
|
|
48
49
|
* const response = await client.send(command);
|
|
@@ -90,6 +91,7 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
|
|
|
90
91
|
* // Tags: { // Tags
|
|
91
92
|
* // "<keys>": "STRING_VALUE",
|
|
92
93
|
* // },
|
|
94
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
93
95
|
* // };
|
|
94
96
|
*
|
|
95
97
|
* ```
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
2
5
|
export interface ClientInputEndpointParameters {
|
|
3
6
|
region?: string | Provider<string>;
|
|
4
7
|
useDualstackEndpoint?: boolean | Provider<boolean>;
|
package/dist-types/index.d.ts
CHANGED