@aws-sdk/client-kinesis-video 3.775.0 → 3.782.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-types/commands/CreateSignalingChannelCommand.d.ts +1 -0
- package/dist-types/commands/CreateStreamCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEdgeConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStreamCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStreamCommand.d.ts +1 -0
- package/dist-types/commands/GetDataEndpointCommand.d.ts +1 -0
- package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +1 -0
- package/dist-types/commands/ListEdgeAgentConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListSignalingChannelsCommand.d.ts +1 -0
- package/dist-types/commands/ListStreamsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +1 -0
- package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/TagStreamCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagStreamCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataRetentionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateStreamCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -104,6 +104,7 @@ declare const CreateSignalingChannelCommand_base: {
|
|
|
104
104
|
* @throws {@link KinesisVideoServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class CreateSignalingChannelCommand extends CreateSignalingChannelCommand_base {
|
|
@@ -109,6 +109,7 @@ declare const CreateStreamCommand_base: {
|
|
|
109
109
|
* @throws {@link KinesisVideoServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
111
111
|
*
|
|
112
|
+
*
|
|
112
113
|
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class CreateStreamCommand extends CreateStreamCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteEdgeConfigurationCommand_base: {
|
|
|
72
72
|
* @throws {@link KinesisVideoServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteEdgeConfigurationCommand extends DeleteEdgeConfigurationCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const DeleteSignalingChannelCommand_base: {
|
|
|
93
93
|
* @throws {@link KinesisVideoServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DeleteSignalingChannelCommand extends DeleteSignalingChannelCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const DeleteStreamCommand_base: {
|
|
|
100
100
|
* @throws {@link KinesisVideoServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class DeleteStreamCommand extends DeleteStreamCommand_base {
|
|
@@ -122,6 +122,7 @@ declare const DescribeEdgeConfigurationCommand_base: {
|
|
|
122
122
|
* @throws {@link KinesisVideoServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class DescribeEdgeConfigurationCommand extends DescribeEdgeConfigurationCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DescribeImageGenerationConfigurationCommand_base: {
|
|
|
82
82
|
* @throws {@link KinesisVideoServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DescribeImageGenerationConfigurationCommand extends DescribeImageGenerationConfigurationCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const DescribeMappedResourceConfigurationCommand_base: {
|
|
|
77
77
|
* @throws {@link KinesisVideoServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DescribeMappedResourceConfigurationCommand extends DescribeMappedResourceConfigurationCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DescribeMediaStorageConfigurationCommand_base: {
|
|
|
72
72
|
* @throws {@link KinesisVideoServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DescribeMediaStorageConfigurationCommand extends DescribeMediaStorageConfigurationCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DescribeNotificationConfigurationCommand_base: {
|
|
|
73
73
|
* @throws {@link KinesisVideoServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DescribeNotificationConfigurationCommand extends DescribeNotificationConfigurationCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DescribeSignalingChannelCommand_base: {
|
|
|
80
80
|
* @throws {@link KinesisVideoServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DescribeSignalingChannelCommand extends DescribeSignalingChannelCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DescribeStreamCommand_base: {
|
|
|
79
79
|
* @throws {@link KinesisVideoServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetDataEndpointCommand_base: {
|
|
|
79
79
|
* @throws {@link KinesisVideoServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetDataEndpointCommand extends GetDataEndpointCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const GetSignalingChannelEndpointCommand_base: {
|
|
|
111
111
|
* @throws {@link KinesisVideoServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class GetSignalingChannelEndpointCommand extends GetSignalingChannelEndpointCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const ListEdgeAgentConfigurationsCommand_base: {
|
|
|
104
104
|
* @throws {@link KinesisVideoServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class ListEdgeAgentConfigurationsCommand extends ListEdgeAgentConfigurationsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListSignalingChannelsCommand_base: {
|
|
|
84
84
|
* @throws {@link KinesisVideoServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListSignalingChannelsCommand extends ListSignalingChannelsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListStreamsCommand_base: {
|
|
|
81
81
|
* @throws {@link KinesisVideoServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListStreamsCommand extends ListStreamsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link KinesisVideoServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListTagsForStreamCommand_base: {
|
|
|
77
77
|
* @throws {@link KinesisVideoServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
|
|
@@ -163,6 +163,7 @@ declare const StartEdgeConfigurationUpdateCommand_base: {
|
|
|
163
163
|
* @throws {@link KinesisVideoServiceException}
|
|
164
164
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
165
165
|
*
|
|
166
|
+
*
|
|
166
167
|
* @public
|
|
167
168
|
*/
|
|
168
169
|
export declare class StartEdgeConfigurationUpdateCommand extends StartEdgeConfigurationUpdateCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const TagResourceCommand_base: {
|
|
|
80
80
|
* @throws {@link KinesisVideoServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const TagStreamCommand_base: {
|
|
|
85
85
|
* @throws {@link KinesisVideoServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class TagStreamCommand extends TagStreamCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const UntagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link KinesisVideoServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const UntagStreamCommand_base: {
|
|
|
76
76
|
* @throws {@link KinesisVideoServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UntagStreamCommand extends UntagStreamCommand_base {
|
|
@@ -115,6 +115,7 @@ declare const UpdateDataRetentionCommand_base: {
|
|
|
115
115
|
* @throws {@link KinesisVideoServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
117
117
|
*
|
|
118
|
+
*
|
|
118
119
|
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class UpdateDataRetentionCommand extends UpdateDataRetentionCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const UpdateImageGenerationConfigurationCommand_base: {
|
|
|
104
104
|
* @throws {@link KinesisVideoServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class UpdateImageGenerationConfigurationCommand extends UpdateImageGenerationConfigurationCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const UpdateMediaStorageConfigurationCommand_base: {
|
|
|
110
110
|
* @throws {@link KinesisVideoServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class UpdateMediaStorageConfigurationCommand extends UpdateMediaStorageConfigurationCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const UpdateNotificationConfigurationCommand_base: {
|
|
|
95
95
|
* @throws {@link KinesisVideoServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class UpdateNotificationConfigurationCommand extends UpdateNotificationConfigurationCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const UpdateSignalingChannelCommand_base: {
|
|
|
99
99
|
* @throws {@link KinesisVideoServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class UpdateSignalingChannelCommand extends UpdateSignalingChannelCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const UpdateStreamCommand_base: {
|
|
|
103
103
|
* @throws {@link KinesisVideoServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from KinesisVideo service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class UpdateStreamCommand extends UpdateStreamCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kinesis-video",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Video Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.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-kinesis-video",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|