@aws-sdk/client-ivs 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/BatchGetChannelCommand.js +2 -2
- package/dist-cjs/commands/BatchGetStreamKeyCommand.js +2 -2
- package/dist-cjs/commands/CreateChannelCommand.js +2 -2
- package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateStreamKeyCommand.js +2 -2
- package/dist-cjs/commands/DeleteChannelCommand.js +1 -1
- package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +2 -2
- package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteStreamKeyCommand.js +1 -1
- package/dist-cjs/commands/GetChannelCommand.js +2 -2
- package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +2 -2
- package/dist-cjs/commands/GetRecordingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetStreamCommand.js +2 -2
- package/dist-cjs/commands/GetStreamKeyCommand.js +2 -2
- package/dist-cjs/commands/GetStreamSessionCommand.js +2 -2
- package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +2 -2
- package/dist-cjs/commands/ListChannelsCommand.js +2 -2
- package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +2 -2
- package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListStreamKeysCommand.js +2 -2
- package/dist-cjs/commands/ListStreamSessionsCommand.js +2 -2
- package/dist-cjs/commands/ListStreamsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutMetadataCommand.js +1 -1
- package/dist-cjs/commands/StopStreamCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
- package/dist-cjs/models/models_0.js +300 -446
- package/dist-cjs/protocols/Aws_restJson1.js +284 -435
- package/dist-es/commands/BatchGetChannelCommand.js +3 -3
- package/dist-es/commands/BatchGetStreamKeyCommand.js +3 -3
- package/dist-es/commands/CreateChannelCommand.js +3 -3
- package/dist-es/commands/CreateRecordingConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateStreamKeyCommand.js +3 -3
- package/dist-es/commands/DeleteChannelCommand.js +2 -2
- package/dist-es/commands/DeletePlaybackKeyPairCommand.js +3 -3
- package/dist-es/commands/DeleteRecordingConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteStreamKeyCommand.js +2 -2
- package/dist-es/commands/GetChannelCommand.js +3 -3
- package/dist-es/commands/GetPlaybackKeyPairCommand.js +3 -3
- package/dist-es/commands/GetRecordingConfigurationCommand.js +3 -3
- package/dist-es/commands/GetStreamCommand.js +3 -3
- package/dist-es/commands/GetStreamKeyCommand.js +3 -3
- package/dist-es/commands/GetStreamSessionCommand.js +3 -3
- package/dist-es/commands/ImportPlaybackKeyPairCommand.js +3 -3
- package/dist-es/commands/ListChannelsCommand.js +3 -3
- package/dist-es/commands/ListPlaybackKeyPairsCommand.js +3 -3
- package/dist-es/commands/ListRecordingConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListStreamKeysCommand.js +3 -3
- package/dist-es/commands/ListStreamSessionsCommand.js +3 -3
- package/dist-es/commands/ListStreamsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutMetadataCommand.js +2 -2
- package/dist-es/commands/StopStreamCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateChannelCommand.js +3 -3
- package/dist-es/models/models_0.js +73 -292
- package/dist-es/protocols/Aws_restJson1.js +368 -437
- package/dist-types/models/models_0.d.ts +292 -438
- package/dist-types/ts3.4/models/models_0.d.ts +146 -292
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.142.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",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.142.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.142.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.142.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|