@aws-sdk/client-ivs 3.36.0 → 3.36.1
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 +11 -0
- package/dist-cjs/Ivs.js +0 -362
- package/dist-cjs/IvsClient.js +0 -367
- package/dist-cjs/commands/BatchGetChannelCommand.js +0 -24
- package/dist-cjs/commands/BatchGetStreamKeyCommand.js +0 -24
- package/dist-cjs/commands/CreateChannelCommand.js +0 -24
- package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +0 -35
- package/dist-cjs/commands/CreateStreamKeyCommand.js +0 -27
- package/dist-cjs/commands/DeleteChannelCommand.js +0 -28
- package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +0 -26
- package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +0 -29
- package/dist-cjs/commands/DeleteStreamKeyCommand.js +0 -25
- package/dist-cjs/commands/GetChannelCommand.js +0 -24
- package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +0 -28
- package/dist-cjs/commands/GetRecordingConfigurationCommand.js +0 -24
- package/dist-cjs/commands/GetStreamCommand.js +0 -24
- package/dist-cjs/commands/GetStreamKeyCommand.js +0 -24
- package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +0 -28
- package/dist-cjs/commands/ListChannelsCommand.js +0 -27
- package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +0 -25
- package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +0 -25
- package/dist-cjs/commands/ListStreamKeysCommand.js +0 -24
- package/dist-cjs/commands/ListStreamsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
- package/dist-cjs/commands/PutMetadataCommand.js +0 -30
- package/dist-cjs/commands/StopStreamCommand.js +0 -31
- package/dist-cjs/commands/TagResourceCommand.js +0 -24
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/UpdateChannelCommand.js +0 -25
- package/dist-cjs/models/models_0.js +0 -213
- package/dist-cjs/pagination/ListChannelsPaginator.js +0 -10
- package/dist-cjs/pagination/ListPlaybackKeyPairsPaginator.js +0 -10
- package/dist-cjs/pagination/ListRecordingConfigurationsPaginator.js +0 -10
- package/dist-cjs/pagination/ListStreamKeysPaginator.js +0 -10
- package/dist-cjs/pagination/ListStreamsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -10
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-types/ts3.4/Ivs.d.ts +27 -494
- package/dist-types/ts3.4/IvsClient.d.ts +24 -448
- package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -21
- package/dist-types/ts3.4/models/models_0.d.ts +226 -768
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +3 -3
|
@@ -6,36 +6,11 @@ export interface StopStreamCommandInput extends StopStreamRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface StopStreamCommandOutput extends StopStreamResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Disconnects the incoming RTMPS stream for the specified channel. Can be used in
|
|
11
|
-
* conjunction with <a>DeleteStreamKey</a> to prevent further streaming to a
|
|
12
|
-
* channel.</p>
|
|
13
|
-
* <note>
|
|
14
|
-
* <p>Many streaming client-software libraries automatically reconnect a dropped RTMPS
|
|
15
|
-
* session, so to stop the stream permanently, you may want to first revoke the
|
|
16
|
-
* <code>streamKey</code> attached to the channel.</p>
|
|
17
|
-
* </note>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { IvsClient, StopStreamCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
22
|
-
* // const { IvsClient, StopStreamCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
23
|
-
* const client = new IvsClient(config);
|
|
24
|
-
* const command = new StopStreamCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link StopStreamCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link StopStreamCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
9
|
+
|
|
33
10
|
export declare class StopStreamCommand extends $Command<StopStreamCommandInput, StopStreamCommandOutput, IvsClientResolvedConfig> {
|
|
34
11
|
readonly input: StopStreamCommandInput;
|
|
35
12
|
constructor(input: StopStreamCommandInput);
|
|
36
|
-
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
13
|
+
|
|
39
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopStreamCommandInput, StopStreamCommandOutput>;
|
|
40
15
|
private serialize;
|
|
41
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Adds or updates tags for the AWS resource with the specified ARN.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IvsClient, TagResourceCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
15
|
-
* // const { IvsClient, TagResourceCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
16
|
-
* const client = new IvsClient(config);
|
|
17
|
-
* const command = new TagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IvsClientResolvedConfig> {
|
|
27
11
|
readonly input: TagResourceCommandInput;
|
|
28
12
|
constructor(input: TagResourceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Removes tags from the resource with the specified ARN.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IvsClient, UntagResourceCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
15
|
-
* // const { IvsClient, UntagResourceCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
16
|
-
* const client = new IvsClient(config);
|
|
17
|
-
* const command = new UntagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IvsClientResolvedConfig> {
|
|
27
11
|
readonly input: UntagResourceCommandInput;
|
|
28
12
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface UpdateChannelCommandInput extends UpdateChannelRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates a channel's configuration. This does not affect an ongoing stream of this channel.
|
|
11
|
-
* You must stop and restart the stream for the changes to take effect.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { IvsClient, UpdateChannelCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
16
|
-
* // const { IvsClient, UpdateChannelCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
17
|
-
* const client = new IvsClient(config);
|
|
18
|
-
* const command = new UpdateChannelCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link UpdateChannelCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link UpdateChannelCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, IvsClientResolvedConfig> {
|
|
28
11
|
readonly input: UpdateChannelCommandInput;
|
|
29
12
|
constructor(input: UpdateChannelCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateChannelCommandInput, UpdateChannelCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|