@aws-sdk/client-medialive 3.379.1 → 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/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/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 +5 -5
|
@@ -1195,6 +1195,7 @@ export interface InputDeviceSummary {
|
|
|
1195
1195
|
Type?: InputDeviceType | string;
|
|
1196
1196
|
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
1197
1197
|
Tags?: Record<string, string>;
|
|
1198
|
+
AvailabilityZone?: string;
|
|
1198
1199
|
}
|
|
1199
1200
|
export declare const InputSecurityGroupState: {
|
|
1200
1201
|
readonly DELETED: "DELETED";
|
|
@@ -1789,6 +1789,7 @@ export interface DescribeInputDeviceResponse {
|
|
|
1789
1789
|
Type?: InputDeviceType | string;
|
|
1790
1790
|
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
1791
1791
|
Tags?: Record<string, string>;
|
|
1792
|
+
AvailabilityZone?: string;
|
|
1792
1793
|
}
|
|
1793
1794
|
export interface DescribeInputDeviceThumbnailRequest {
|
|
1794
1795
|
InputDeviceId: string | undefined;
|
|
@@ -201,6 +201,7 @@ export interface UpdateInputDeviceRequest {
|
|
|
201
201
|
InputDeviceId: string | undefined;
|
|
202
202
|
Name?: string;
|
|
203
203
|
UhdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
204
|
+
AvailabilityZone?: string;
|
|
204
205
|
}
|
|
205
206
|
export interface UpdateInputDeviceResponse {
|
|
206
207
|
Arn?: string;
|
|
@@ -216,6 +217,7 @@ export interface UpdateInputDeviceResponse {
|
|
|
216
217
|
Type?: InputDeviceType | string;
|
|
217
218
|
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
218
219
|
Tags?: Record<string, string>;
|
|
220
|
+
AvailabilityZone?: string;
|
|
219
221
|
}
|
|
220
222
|
export interface UpdateInputSecurityGroupRequest {
|
|
221
223
|
InputSecurityGroupId: string | 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.382.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.382.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.382.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.379.1",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.378.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.378.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.379.1",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.382.0",
|
|
31
31
|
"@aws-sdk/types": "3.378.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.382.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.378.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "3.378.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.0.1",
|