@aws-sdk/client-ivs 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Ivs.d.ts +0 -28
- package/dist-types/ts3.4/IvsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/IvsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -234
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface ListStreamKeysCommandInput extends ListStreamKeysRequest {}
|
|
|
18
18
|
export interface ListStreamKeysCommandOutput
|
|
19
19
|
extends ListStreamKeysResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListStreamKeysCommand extends $Command<
|
|
23
22
|
ListStreamKeysCommandInput,
|
|
24
23
|
ListStreamKeysCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListStreamKeysCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListStreamKeysCommandInput;
|
|
28
27
|
constructor(input: ListStreamKeysCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IvsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListStreamSessionsCommandInput
|
|
|
19
19
|
export interface ListStreamSessionsCommandOutput
|
|
20
20
|
extends ListStreamSessionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListStreamSessionsCommand extends $Command<
|
|
24
23
|
ListStreamSessionsCommandInput,
|
|
25
24
|
ListStreamSessionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListStreamSessionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListStreamSessionsCommandInput;
|
|
29
28
|
constructor(input: ListStreamSessionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IvsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListStreamsCommandInput extends ListStreamsRequest {}
|
|
|
15
15
|
export interface ListStreamsCommandOutput
|
|
16
16
|
extends ListStreamsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListStreamsCommand extends $Command<
|
|
20
19
|
ListStreamsCommandInput,
|
|
21
20
|
ListStreamsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListStreamsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListStreamsCommandInput;
|
|
25
24
|
constructor(input: ListStreamsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IvsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IvsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { PutMetadataRequest } from "../models/models_0";
|
|
14
14
|
export interface PutMetadataCommandInput extends PutMetadataRequest {}
|
|
15
15
|
export interface PutMetadataCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class PutMetadataCommand extends $Command<
|
|
18
17
|
PutMetadataCommandInput,
|
|
19
18
|
PutMetadataCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class PutMetadataCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: PutMetadataCommandInput;
|
|
23
22
|
constructor(input: PutMetadataCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: IvsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StopStreamCommandInput extends StopStreamRequest {}
|
|
|
15
15
|
export interface StopStreamCommandOutput
|
|
16
16
|
extends StopStreamResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StopStreamCommand extends $Command<
|
|
20
19
|
StopStreamCommandInput,
|
|
21
20
|
StopStreamCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StopStreamCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StopStreamCommandInput;
|
|
25
24
|
constructor(input: StopStreamCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IvsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IvsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IvsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
|
|
|
18
18
|
export interface UpdateChannelCommandOutput
|
|
19
19
|
extends UpdateChannelResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateChannelCommand extends $Command<
|
|
23
22
|
UpdateChannelCommandInput,
|
|
24
23
|
UpdateChannelCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateChannelCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateChannelCommandInput;
|
|
28
27
|
constructor(input: UpdateChannelCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IvsClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class IvsServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|