@aws-sdk/client-medialive 3.932.0 → 3.934.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 +78 -24
- package/dist-es/models/models_1.js +8 -8
- package/dist-es/models/models_2.js +8 -0
- package/dist-es/schemas/schemas_0.js +67 -23
- package/dist-types/commands/CreateChannelCommand.d.ts +6 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +3 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +3 -0
- package/dist-types/commands/StartChannelCommand.d.ts +3 -0
- package/dist-types/commands/StopChannelCommand.d.ts +3 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +3 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +6 -0
- package/dist-types/commands/UpdateNodeStateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReservationCommand.d.ts +1 -2
- package/dist-types/models/models_1.d.ts +45 -45
- package/dist-types/models/models_2.d.ts +46 -104
- package/dist-types/models/models_3.d.ts +106 -2
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateNodeStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_1.d.ts +14 -21
- package/dist-types/ts3.4/models/models_2.d.ts +23 -26
- package/dist-types/ts3.4/models/models_3.d.ts +37 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +6 -6
|
@@ -247,6 +247,7 @@ export declare var H265ColorSpaceSettings: StaticStructureSchema;
|
|
|
247
247
|
export declare var H265FilterSettings: StaticStructureSchema;
|
|
248
248
|
export declare var H265Settings: StaticStructureSchema;
|
|
249
249
|
export declare var Hdr10Settings: StaticStructureSchema;
|
|
250
|
+
export declare var Hlg2020Settings: StaticStructureSchema;
|
|
250
251
|
export declare var HlsAkamaiSettings: StaticStructureSchema;
|
|
251
252
|
export declare var HlsBasicPutSettings: StaticStructureSchema;
|
|
252
253
|
export declare var HlsCdnSettings: StaticStructureSchema;
|
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.934.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",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.934.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.934.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.934.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.934.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
35
|
"@smithy/core": "^3.18.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|