@aws-sdk/client-ivs 3.775.0 → 3.777.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/BatchGetChannelCommand.d.ts +1 -0
- package/dist-types/commands/BatchGetStreamKeyCommand.d.ts +1 -0
- package/dist-types/commands/BatchStartViewerSessionRevocationCommand.d.ts +1 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -0
- package/dist-types/commands/CreatePlaybackRestrictionPolicyCommand.d.ts +1 -0
- package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateStreamKeyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeletePlaybackKeyPairCommand.d.ts +1 -0
- package/dist-types/commands/DeletePlaybackRestrictionPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRecordingConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStreamKeyCommand.d.ts +1 -0
- package/dist-types/commands/GetChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetPlaybackKeyPairCommand.d.ts +1 -0
- package/dist-types/commands/GetPlaybackRestrictionPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetRecordingConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetStreamCommand.d.ts +1 -0
- package/dist-types/commands/GetStreamKeyCommand.d.ts +1 -0
- package/dist-types/commands/GetStreamSessionCommand.d.ts +1 -0
- package/dist-types/commands/ImportPlaybackKeyPairCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -0
- package/dist-types/commands/ListPlaybackKeyPairsCommand.d.ts +1 -0
- package/dist-types/commands/ListPlaybackRestrictionPoliciesCommand.d.ts +1 -0
- package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListStreamKeysCommand.d.ts +1 -0
- package/dist-types/commands/ListStreamSessionsCommand.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/PutMetadataCommand.d.ts +1 -0
- package/dist-types/commands/StartViewerSessionRevocationCommand.d.ts +1 -0
- package/dist-types/commands/StopStreamCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePlaybackRestrictionPolicyCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -90,6 +90,7 @@ declare const BatchGetChannelCommand_base: {
|
|
|
90
90
|
* @throws {@link IvsServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class BatchGetChannelCommand extends BatchGetChannelCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const BatchGetStreamKeyCommand_base: {
|
|
|
72
72
|
* @throws {@link IvsServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class BatchGetStreamKeyCommand extends BatchGetStreamKeyCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const BatchStartViewerSessionRevocationCommand_base: {
|
|
|
80
80
|
* @throws {@link IvsServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class BatchStartViewerSessionRevocationCommand extends BatchStartViewerSessionRevocationCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const CreateChannelCommand_base: {
|
|
|
118
118
|
* @throws {@link IvsServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const CreatePlaybackRestrictionPolicyCommand_base: {
|
|
|
93
93
|
* @throws {@link IvsServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class CreatePlaybackRestrictionPolicyCommand extends CreatePlaybackRestrictionPolicyCommand_base {
|
|
@@ -133,6 +133,7 @@ declare const CreateRecordingConfigurationCommand_base: {
|
|
|
133
133
|
* @throws {@link IvsServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
135
135
|
*
|
|
136
|
+
*
|
|
136
137
|
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class CreateRecordingConfigurationCommand extends CreateRecordingConfigurationCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const CreateStreamKeyCommand_base: {
|
|
|
82
82
|
* @throws {@link IvsServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class CreateStreamKeyCommand extends CreateStreamKeyCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteChannelCommand_base: {
|
|
|
72
72
|
* @throws {@link IvsServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeletePlaybackKeyPairCommand_base: {
|
|
|
66
66
|
* @throws {@link IvsServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeletePlaybackKeyPairCommand extends DeletePlaybackKeyPairCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DeletePlaybackRestrictionPolicyCommand_base: {
|
|
|
67
67
|
* @throws {@link IvsServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeletePlaybackRestrictionPolicyCommand extends DeletePlaybackRestrictionPolicyCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteRecordingConfigurationCommand_base: {
|
|
|
72
72
|
* @throws {@link IvsServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteRecordingConfigurationCommand extends DeleteRecordingConfigurationCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteStreamKeyCommand_base: {
|
|
|
65
65
|
* @throws {@link IvsServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteStreamKeyCommand extends DeleteStreamKeyCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const GetChannelCommand_base: {
|
|
|
88
88
|
* @throws {@link IvsServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetChannelCommand extends GetChannelCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetPlaybackKeyPairCommand_base: {
|
|
|
74
74
|
* @throws {@link IvsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetPlaybackKeyPairCommand extends GetPlaybackKeyPairCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetPlaybackRestrictionPolicyCommand_base: {
|
|
|
79
79
|
* @throws {@link IvsServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetPlaybackRestrictionPolicyCommand extends GetPlaybackRestrictionPolicyCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const GetRecordingConfigurationCommand_base: {
|
|
|
93
93
|
* @throws {@link IvsServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class GetRecordingConfigurationCommand extends GetRecordingConfigurationCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetStreamKeyCommand_base: {
|
|
|
70
70
|
* @throws {@link IvsServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetStreamKeyCommand extends GetStreamKeyCommand_base {
|
|
@@ -178,6 +178,7 @@ declare const GetStreamSessionCommand_base: {
|
|
|
178
178
|
* @throws {@link IvsServiceException}
|
|
179
179
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
180
180
|
*
|
|
181
|
+
*
|
|
181
182
|
* @public
|
|
182
183
|
*/
|
|
183
184
|
export declare class GetStreamSessionCommand extends GetStreamSessionCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ImportPlaybackKeyPairCommand_base: {
|
|
|
84
84
|
* @throws {@link IvsServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ImportPlaybackKeyPairCommand extends ImportPlaybackKeyPairCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ListChannelsCommand_base: {
|
|
|
86
86
|
* @throws {@link IvsServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const ListPlaybackKeyPairsCommand_base: {
|
|
|
71
71
|
* @throws {@link IvsServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListPlaybackKeyPairsCommand extends ListPlaybackKeyPairsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListPlaybackRestrictionPoliciesCommand_base: {
|
|
|
83
83
|
* @throws {@link IvsServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListPlaybackRestrictionPoliciesCommand extends ListPlaybackRestrictionPoliciesCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListRecordingConfigurationsCommand_base: {
|
|
|
80
80
|
* @throws {@link IvsServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListRecordingConfigurationsCommand extends ListRecordingConfigurationsCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const ListStreamKeysCommand_base: {
|
|
|
74
74
|
* @throws {@link IvsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListStreamKeysCommand extends ListStreamKeysCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const ListStreamSessionsCommand_base: {
|
|
|
74
74
|
* @throws {@link IvsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListStreamSessionsCommand extends ListStreamSessionsCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const ListStreamsCommand_base: {
|
|
|
75
75
|
* @throws {@link IvsServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListStreamsCommand extends ListStreamsCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link IvsServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const PutMetadataCommand_base: {
|
|
|
72
72
|
* @throws {@link IvsServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class PutMetadataCommand extends PutMetadataCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const StartViewerSessionRevocationCommand_base: {
|
|
|
76
76
|
* @throws {@link IvsServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class StartViewerSessionRevocationCommand extends StartViewerSessionRevocationCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const StopStreamCommand_base: {
|
|
|
74
74
|
* @throws {@link IvsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class StopStreamCommand extends StopStreamCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const TagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link IvsServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link IvsServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
110
110
|
* @throws {@link IvsServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const UpdatePlaybackRestrictionPolicyCommand_base: {
|
|
|
90
90
|
* @throws {@link IvsServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class UpdatePlaybackRestrictionPolicyCommand extends UpdatePlaybackRestrictionPolicyCommand_base {
|
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.777.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-ivs",
|
|
@@ -21,7 +21,7 @@
|
|
|
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.777.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",
|