@aws-sdk/client-medialive 3.981.0 → 3.983.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 +73 -30
- package/dist-es/models/enums.js +5 -0
- package/dist-es/schemas/schemas_0.js +63 -30
- package/dist-types/commands/BatchStopCommand.d.ts +2 -1
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +1 -2
- package/dist-types/commands/CreateChannelCommand.d.ts +6 -0
- package/dist-types/commands/CreateInputCommand.d.ts +18 -2
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +3 -0
- package/dist-types/commands/CreateNodeCommand.d.ts +3 -0
- package/dist-types/commands/CreateNodeRegistrationScriptCommand.d.ts +3 -0
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +9 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteNodeCommand.d.ts +3 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +9 -1
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNodeCommand.d.ts +3 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -0
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +3 -0
- package/dist-types/commands/ListInputsCommand.d.ts +9 -1
- package/dist-types/commands/ListNodesCommand.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 +5 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +6 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +17 -1
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +3 -0
- package/dist-types/commands/UpdateNodeCommand.d.ts +3 -0
- package/dist-types/commands/UpdateNodeStateCommand.d.ts +3 -0
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +69 -39
- package/dist-types/models/models_1.d.ts +127 -3
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -9
- package/dist-types/ts3.4/models/models_1.d.ts +33 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +6 -6
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.983.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-medialive",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.6",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.5",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.6",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.983.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.4",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
36
|
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|