@aws-sdk/client-ivs 3.477.0 → 3.481.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-cjs/commands/BatchGetChannelCommand.js +18 -41
- package/dist-cjs/commands/BatchGetStreamKeyCommand.js +18 -41
- package/dist-cjs/commands/BatchStartViewerSessionRevocationCommand.js +18 -41
- package/dist-cjs/commands/CreateChannelCommand.js +18 -41
- package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateStreamKeyCommand.js +18 -41
- package/dist-cjs/commands/DeleteChannelCommand.js +18 -41
- package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +18 -41
- package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteStreamKeyCommand.js +18 -41
- package/dist-cjs/commands/GetChannelCommand.js +18 -41
- package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +18 -41
- package/dist-cjs/commands/GetRecordingConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetStreamCommand.js +18 -41
- package/dist-cjs/commands/GetStreamKeyCommand.js +18 -41
- package/dist-cjs/commands/GetStreamSessionCommand.js +18 -41
- package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +18 -41
- package/dist-cjs/commands/ListChannelsCommand.js +18 -41
- package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +18 -41
- package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListStreamKeysCommand.js +18 -41
- package/dist-cjs/commands/ListStreamSessionsCommand.js +18 -41
- package/dist-cjs/commands/ListStreamsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutMetadataCommand.js +18 -41
- package/dist-cjs/commands/StartViewerSessionRevocationCommand.js +18 -41
- package/dist-cjs/commands/StopStreamCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateChannelCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListChannelsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPlaybackKeyPairsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRecordingConfigurationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListStreamKeysPaginator.js +2 -24
- package/dist-cjs/pagination/ListStreamSessionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListStreamsPaginator.js +2 -24
- package/dist-es/commands/BatchGetChannelCommand.js +18 -41
- package/dist-es/commands/BatchGetStreamKeyCommand.js +18 -41
- package/dist-es/commands/BatchStartViewerSessionRevocationCommand.js +18 -41
- package/dist-es/commands/CreateChannelCommand.js +18 -41
- package/dist-es/commands/CreateRecordingConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateStreamKeyCommand.js +18 -41
- package/dist-es/commands/DeleteChannelCommand.js +18 -41
- package/dist-es/commands/DeletePlaybackKeyPairCommand.js +18 -41
- package/dist-es/commands/DeleteRecordingConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteStreamKeyCommand.js +18 -41
- package/dist-es/commands/GetChannelCommand.js +18 -41
- package/dist-es/commands/GetPlaybackKeyPairCommand.js +18 -41
- package/dist-es/commands/GetRecordingConfigurationCommand.js +18 -41
- package/dist-es/commands/GetStreamCommand.js +18 -41
- package/dist-es/commands/GetStreamKeyCommand.js +18 -41
- package/dist-es/commands/GetStreamSessionCommand.js +18 -41
- package/dist-es/commands/ImportPlaybackKeyPairCommand.js +18 -41
- package/dist-es/commands/ListChannelsCommand.js +18 -41
- package/dist-es/commands/ListPlaybackKeyPairsCommand.js +18 -41
- package/dist-es/commands/ListRecordingConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListStreamKeysCommand.js +18 -41
- package/dist-es/commands/ListStreamSessionsCommand.js +18 -41
- package/dist-es/commands/ListStreamsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutMetadataCommand.js +18 -41
- package/dist-es/commands/StartViewerSessionRevocationCommand.js +18 -41
- package/dist-es/commands/StopStreamCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateChannelCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListChannelsPaginator.js +2 -23
- package/dist-es/pagination/ListPlaybackKeyPairsPaginator.js +2 -23
- package/dist-es/pagination/ListRecordingConfigurationsPaginator.js +2 -23
- package/dist-es/pagination/ListStreamKeysPaginator.js +2 -23
- package/dist-es/pagination/ListStreamSessionsPaginator.js +2 -23
- package/dist-es/pagination/ListStreamsPaginator.js +2 -23
- package/dist-types/commands/BatchGetChannelCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetStreamKeyCommand.d.ts +6 -21
- package/dist-types/commands/BatchStartViewerSessionRevocationCommand.d.ts +6 -21
- package/dist-types/commands/CreateChannelCommand.d.ts +6 -21
- package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateStreamKeyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteChannelCommand.d.ts +6 -21
- package/dist-types/commands/DeletePlaybackKeyPairCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRecordingConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStreamKeyCommand.d.ts +6 -21
- package/dist-types/commands/GetChannelCommand.d.ts +6 -21
- package/dist-types/commands/GetPlaybackKeyPairCommand.d.ts +6 -21
- package/dist-types/commands/GetRecordingConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetStreamCommand.d.ts +6 -21
- package/dist-types/commands/GetStreamKeyCommand.d.ts +6 -21
- package/dist-types/commands/GetStreamSessionCommand.d.ts +6 -21
- package/dist-types/commands/ImportPlaybackKeyPairCommand.d.ts +6 -21
- package/dist-types/commands/ListChannelsCommand.d.ts +6 -21
- package/dist-types/commands/ListPlaybackKeyPairsCommand.d.ts +6 -21
- package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListStreamKeysCommand.d.ts +6 -21
- package/dist-types/commands/ListStreamSessionsCommand.d.ts +6 -21
- package/dist-types/commands/ListStreamsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutMetadataCommand.d.ts +6 -21
- package/dist-types/commands/StartViewerSessionRevocationCommand.d.ts +6 -21
- package/dist-types/commands/StopStreamCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateChannelCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPlaybackKeyPairsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecordingConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStreamKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStreamSessionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStreamsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchStartViewerSessionRevocationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartViewerSessionRevocationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPlaybackKeyPairsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRecordingConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStreamKeysPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStreamSessionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStreamsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { GetPlaybackKeyPairRequest, GetPlaybackKeyPairResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetPlaybackKeyPairCommandInput extends GetPlaybackKeyPairReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetPlaybackKeyPairCommandOutput extends GetPlaybackKeyPairResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetPlaybackKeyPairCommand_base: {
|
|
24
|
+
new (input: GetPlaybackKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaybackKeyPairCommandInput, GetPlaybackKeyPairCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets a specified playback authorization key pair and returns the <code>arn</code> and
|
|
@@ -71,23 +74,5 @@ export interface GetPlaybackKeyPairCommandOutput extends GetPlaybackKeyPairRespo
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class GetPlaybackKeyPairCommand extends
|
|
75
|
-
readonly input: GetPlaybackKeyPairCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: GetPlaybackKeyPairCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPlaybackKeyPairCommandInput, GetPlaybackKeyPairCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class GetPlaybackKeyPairCommand extends GetPlaybackKeyPairCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { GetRecordingConfigurationRequest, GetRecordingConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetRecordingConfigurationCommandInput extends GetRecordingConfi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetRecordingConfigurationCommandOutput extends GetRecordingConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetRecordingConfigurationCommand_base: {
|
|
24
|
+
new (input: GetRecordingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecordingConfigurationCommandInput, GetRecordingConfigurationCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the recording configuration for the specified ARN.</p>
|
|
@@ -90,23 +93,5 @@ export interface GetRecordingConfigurationCommandOutput extends GetRecordingConf
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class GetRecordingConfigurationCommand extends
|
|
94
|
-
readonly input: GetRecordingConfigurationCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: GetRecordingConfigurationCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecordingConfigurationCommandInput, GetRecordingConfigurationCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class GetRecordingConfigurationCommand extends GetRecordingConfigurationCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { GetStreamRequest, GetStreamResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetStreamCommandInput extends GetStreamRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetStreamCommandOutput extends GetStreamResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetStreamCommand_base: {
|
|
24
|
+
new (input: GetStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetStreamCommandInput, GetStreamCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about the active (live) stream on a specified channel.</p>
|
|
@@ -71,23 +74,5 @@ export interface GetStreamCommandOutput extends GetStreamResponse, __MetadataBea
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class GetStreamCommand extends
|
|
75
|
-
readonly input: GetStreamCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: GetStreamCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStreamCommandInput, GetStreamCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class GetStreamCommand extends GetStreamCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { GetStreamKeyRequest, GetStreamKeyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetStreamKeyCommandInput extends GetStreamKeyRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetStreamKeyCommandOutput extends GetStreamKeyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetStreamKeyCommand_base: {
|
|
24
|
+
new (input: GetStreamKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GetStreamKeyCommandInput, GetStreamKeyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets stream-key information for a specified ARN.</p>
|
|
@@ -67,23 +70,5 @@ export interface GetStreamKeyCommandOutput extends GetStreamKeyResponse, __Metad
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class GetStreamKeyCommand extends
|
|
71
|
-
readonly input: GetStreamKeyCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: GetStreamKeyCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStreamKeyCommandInput, GetStreamKeyCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class GetStreamKeyCommand extends GetStreamKeyCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { GetStreamSessionRequest, GetStreamSessionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetStreamSessionCommandInput extends GetStreamSessionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetStreamSessionCommandOutput extends GetStreamSessionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetStreamSessionCommand_base: {
|
|
24
|
+
new (input: GetStreamSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetStreamSessionCommandInput, GetStreamSessionCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets metadata on a specified stream.</p>
|
|
@@ -133,23 +136,5 @@ export interface GetStreamSessionCommandOutput extends GetStreamSessionResponse,
|
|
|
133
136
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
134
137
|
*
|
|
135
138
|
*/
|
|
136
|
-
export declare class GetStreamSessionCommand extends
|
|
137
|
-
readonly input: GetStreamSessionCommandInput;
|
|
138
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
139
|
-
/**
|
|
140
|
-
* @public
|
|
141
|
-
*/
|
|
142
|
-
constructor(input: GetStreamSessionCommandInput);
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStreamSessionCommandInput, GetStreamSessionCommandOutput>;
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
private serialize;
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
|
-
private deserialize;
|
|
139
|
+
export declare class GetStreamSessionCommand extends GetStreamSessionCommand_base {
|
|
155
140
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { ImportPlaybackKeyPairRequest, ImportPlaybackKeyPairResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ImportPlaybackKeyPairCommandInput extends ImportPlaybackKeyPair
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ImportPlaybackKeyPairCommandOutput extends ImportPlaybackKeyPairResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ImportPlaybackKeyPairCommand_base: {
|
|
24
|
+
new (input: ImportPlaybackKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<ImportPlaybackKeyPairCommandInput, ImportPlaybackKeyPairCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Imports the public portion of a new key pair and returns its <code>arn</code> and
|
|
@@ -81,23 +84,5 @@ export interface ImportPlaybackKeyPairCommandOutput extends ImportPlaybackKeyPai
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class ImportPlaybackKeyPairCommand extends
|
|
85
|
-
readonly input: ImportPlaybackKeyPairCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: ImportPlaybackKeyPairCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportPlaybackKeyPairCommandInput, ImportPlaybackKeyPairCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class ImportPlaybackKeyPairCommand extends ImportPlaybackKeyPairCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListChannelsCommand_base: {
|
|
24
|
+
new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets summary information about all channels in your account, in the Amazon Web Services
|
|
@@ -81,23 +84,5 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class ListChannelsCommand extends
|
|
85
|
-
readonly input: ListChannelsCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: ListChannelsCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { ListPlaybackKeyPairsRequest, ListPlaybackKeyPairsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPlaybackKeyPairsCommandInput extends ListPlaybackKeyPairsRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPlaybackKeyPairsCommandOutput extends ListPlaybackKeyPairsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPlaybackKeyPairsCommand_base: {
|
|
24
|
+
new (input: ListPlaybackKeyPairsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPlaybackKeyPairsCommandInput, ListPlaybackKeyPairsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets summary information about playback key pairs. For more information, see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Setting Up Private
|
|
@@ -68,23 +71,5 @@ export interface ListPlaybackKeyPairsCommandOutput extends ListPlaybackKeyPairsR
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class ListPlaybackKeyPairsCommand extends
|
|
72
|
-
readonly input: ListPlaybackKeyPairsCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: ListPlaybackKeyPairsCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPlaybackKeyPairsCommandInput, ListPlaybackKeyPairsCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class ListPlaybackKeyPairsCommand extends ListPlaybackKeyPairsCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { ListRecordingConfigurationsRequest, ListRecordingConfigurationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListRecordingConfigurationsCommandInput extends ListRecordingCo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListRecordingConfigurationsCommandOutput extends ListRecordingConfigurationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListRecordingConfigurationsCommand_base: {
|
|
24
|
+
new (input: ListRecordingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecordingConfigurationsCommandInput, ListRecordingConfigurationsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets summary information about all recording configurations in your account, in the
|
|
@@ -77,23 +80,5 @@ export interface ListRecordingConfigurationsCommandOutput extends ListRecordingC
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ListRecordingConfigurationsCommand extends
|
|
81
|
-
readonly input: ListRecordingConfigurationsCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ListRecordingConfigurationsCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecordingConfigurationsCommandInput, ListRecordingConfigurationsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ListRecordingConfigurationsCommand extends ListRecordingConfigurationsCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { ListStreamKeysRequest, ListStreamKeysResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListStreamKeysCommandInput extends ListStreamKeysRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListStreamKeysCommandOutput extends ListStreamKeysResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListStreamKeysCommand_base: {
|
|
24
|
+
new (input: ListStreamKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamKeysCommandInput, ListStreamKeysCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets summary information about stream keys for the specified channel.</p>
|
|
@@ -71,23 +74,5 @@ export interface ListStreamKeysCommandOutput extends ListStreamKeysResponse, __M
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class ListStreamKeysCommand extends
|
|
75
|
-
readonly input: ListStreamKeysCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: ListStreamKeysCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStreamKeysCommandInput, ListStreamKeysCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class ListStreamKeysCommand extends ListStreamKeysCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { ListStreamSessionsRequest, ListStreamSessionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListStreamSessionsCommandInput extends ListStreamSessionsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListStreamSessionsCommandOutput extends ListStreamSessionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListStreamSessionsCommand_base: {
|
|
24
|
+
new (input: ListStreamSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets a summary of current and previous streams for a specified channel in your account, in
|
|
@@ -71,23 +74,5 @@ export interface ListStreamSessionsCommandOutput extends ListStreamSessionsRespo
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class ListStreamSessionsCommand extends
|
|
75
|
-
readonly input: ListStreamSessionsCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: ListStreamSessionsCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class ListStreamSessionsCommand extends ListStreamSessionsCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { ListStreamsRequest, ListStreamsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListStreamsCommandInput extends ListStreamsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListStreamsCommandOutput extends ListStreamsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListStreamsCommand_base: {
|
|
24
|
+
new (input: ListStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets summary information about live streams in your account, in the Amazon Web Services
|
|
@@ -72,23 +75,5 @@ export interface ListStreamsCommandOutput extends ListStreamsResponse, __Metadat
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class ListStreamsCommand extends
|
|
76
|
-
readonly input: ListStreamsCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: ListStreamsCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStreamsCommandInput, ListStreamsCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class ListStreamsCommand extends ListStreamsCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about Amazon Web Services tags for the specified ARN.</p>
|
|
@@ -62,23 +65,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class ListTagsForResourceCommand extends
|
|
66
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
84
69
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
|
|
5
4
|
import { PutMetadataRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutMetadataCommandInput extends PutMetadataRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutMetadataCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutMetadataCommand_base: {
|
|
24
|
+
new (input: PutMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetadataCommandInput, PutMetadataCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Inserts metadata into the active stream of the specified channel. At most 5 requests per
|
|
@@ -69,23 +72,5 @@ export interface PutMetadataCommandOutput extends __MetadataBearer {
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from Ivs service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class PutMetadataCommand extends
|
|
73
|
-
readonly input: PutMetadataCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: PutMetadataCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetadataCommandInput, PutMetadataCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class PutMetadataCommand extends PutMetadataCommand_base {
|
|
91
76
|
}
|