@aws-sdk/client-ivs 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/Ivs.d.ts +508 -145
- package/dist-types/ts3.4/IvsClient.d.ts +296 -101
- package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +28 -28
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/IvsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +868 -789
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlaybackKeyPairsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecordingConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -86
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,101 +1,296 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}
|
|
101
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
BatchGetChannelCommandInput,
|
|
47
|
+
BatchGetChannelCommandOutput,
|
|
48
|
+
} from "./commands/BatchGetChannelCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchGetStreamKeyCommandInput,
|
|
51
|
+
BatchGetStreamKeyCommandOutput,
|
|
52
|
+
} from "./commands/BatchGetStreamKeyCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateChannelCommandInput,
|
|
55
|
+
CreateChannelCommandOutput,
|
|
56
|
+
} from "./commands/CreateChannelCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateRecordingConfigurationCommandInput,
|
|
59
|
+
CreateRecordingConfigurationCommandOutput,
|
|
60
|
+
} from "./commands/CreateRecordingConfigurationCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateStreamKeyCommandInput,
|
|
63
|
+
CreateStreamKeyCommandOutput,
|
|
64
|
+
} from "./commands/CreateStreamKeyCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteChannelCommandInput,
|
|
67
|
+
DeleteChannelCommandOutput,
|
|
68
|
+
} from "./commands/DeleteChannelCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeletePlaybackKeyPairCommandInput,
|
|
71
|
+
DeletePlaybackKeyPairCommandOutput,
|
|
72
|
+
} from "./commands/DeletePlaybackKeyPairCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteRecordingConfigurationCommandInput,
|
|
75
|
+
DeleteRecordingConfigurationCommandOutput,
|
|
76
|
+
} from "./commands/DeleteRecordingConfigurationCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteStreamKeyCommandInput,
|
|
79
|
+
DeleteStreamKeyCommandOutput,
|
|
80
|
+
} from "./commands/DeleteStreamKeyCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetChannelCommandInput,
|
|
83
|
+
GetChannelCommandOutput,
|
|
84
|
+
} from "./commands/GetChannelCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetPlaybackKeyPairCommandInput,
|
|
87
|
+
GetPlaybackKeyPairCommandOutput,
|
|
88
|
+
} from "./commands/GetPlaybackKeyPairCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetRecordingConfigurationCommandInput,
|
|
91
|
+
GetRecordingConfigurationCommandOutput,
|
|
92
|
+
} from "./commands/GetRecordingConfigurationCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetStreamCommandInput,
|
|
95
|
+
GetStreamCommandOutput,
|
|
96
|
+
} from "./commands/GetStreamCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetStreamKeyCommandInput,
|
|
99
|
+
GetStreamKeyCommandOutput,
|
|
100
|
+
} from "./commands/GetStreamKeyCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetStreamSessionCommandInput,
|
|
103
|
+
GetStreamSessionCommandOutput,
|
|
104
|
+
} from "./commands/GetStreamSessionCommand";
|
|
105
|
+
import {
|
|
106
|
+
ImportPlaybackKeyPairCommandInput,
|
|
107
|
+
ImportPlaybackKeyPairCommandOutput,
|
|
108
|
+
} from "./commands/ImportPlaybackKeyPairCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListChannelsCommandInput,
|
|
111
|
+
ListChannelsCommandOutput,
|
|
112
|
+
} from "./commands/ListChannelsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListPlaybackKeyPairsCommandInput,
|
|
115
|
+
ListPlaybackKeyPairsCommandOutput,
|
|
116
|
+
} from "./commands/ListPlaybackKeyPairsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListRecordingConfigurationsCommandInput,
|
|
119
|
+
ListRecordingConfigurationsCommandOutput,
|
|
120
|
+
} from "./commands/ListRecordingConfigurationsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListStreamKeysCommandInput,
|
|
123
|
+
ListStreamKeysCommandOutput,
|
|
124
|
+
} from "./commands/ListStreamKeysCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListStreamsCommandInput,
|
|
127
|
+
ListStreamsCommandOutput,
|
|
128
|
+
} from "./commands/ListStreamsCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListStreamSessionsCommandInput,
|
|
131
|
+
ListStreamSessionsCommandOutput,
|
|
132
|
+
} from "./commands/ListStreamSessionsCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListTagsForResourceCommandInput,
|
|
135
|
+
ListTagsForResourceCommandOutput,
|
|
136
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
137
|
+
import {
|
|
138
|
+
PutMetadataCommandInput,
|
|
139
|
+
PutMetadataCommandOutput,
|
|
140
|
+
} from "./commands/PutMetadataCommand";
|
|
141
|
+
import {
|
|
142
|
+
StopStreamCommandInput,
|
|
143
|
+
StopStreamCommandOutput,
|
|
144
|
+
} from "./commands/StopStreamCommand";
|
|
145
|
+
import {
|
|
146
|
+
TagResourceCommandInput,
|
|
147
|
+
TagResourceCommandOutput,
|
|
148
|
+
} from "./commands/TagResourceCommand";
|
|
149
|
+
import {
|
|
150
|
+
UntagResourceCommandInput,
|
|
151
|
+
UntagResourceCommandOutput,
|
|
152
|
+
} from "./commands/UntagResourceCommand";
|
|
153
|
+
import {
|
|
154
|
+
UpdateChannelCommandInput,
|
|
155
|
+
UpdateChannelCommandOutput,
|
|
156
|
+
} from "./commands/UpdateChannelCommand";
|
|
157
|
+
export declare type ServiceInputTypes =
|
|
158
|
+
| BatchGetChannelCommandInput
|
|
159
|
+
| BatchGetStreamKeyCommandInput
|
|
160
|
+
| CreateChannelCommandInput
|
|
161
|
+
| CreateRecordingConfigurationCommandInput
|
|
162
|
+
| CreateStreamKeyCommandInput
|
|
163
|
+
| DeleteChannelCommandInput
|
|
164
|
+
| DeletePlaybackKeyPairCommandInput
|
|
165
|
+
| DeleteRecordingConfigurationCommandInput
|
|
166
|
+
| DeleteStreamKeyCommandInput
|
|
167
|
+
| GetChannelCommandInput
|
|
168
|
+
| GetPlaybackKeyPairCommandInput
|
|
169
|
+
| GetRecordingConfigurationCommandInput
|
|
170
|
+
| GetStreamCommandInput
|
|
171
|
+
| GetStreamKeyCommandInput
|
|
172
|
+
| GetStreamSessionCommandInput
|
|
173
|
+
| ImportPlaybackKeyPairCommandInput
|
|
174
|
+
| ListChannelsCommandInput
|
|
175
|
+
| ListPlaybackKeyPairsCommandInput
|
|
176
|
+
| ListRecordingConfigurationsCommandInput
|
|
177
|
+
| ListStreamKeysCommandInput
|
|
178
|
+
| ListStreamSessionsCommandInput
|
|
179
|
+
| ListStreamsCommandInput
|
|
180
|
+
| ListTagsForResourceCommandInput
|
|
181
|
+
| PutMetadataCommandInput
|
|
182
|
+
| StopStreamCommandInput
|
|
183
|
+
| TagResourceCommandInput
|
|
184
|
+
| UntagResourceCommandInput
|
|
185
|
+
| UpdateChannelCommandInput;
|
|
186
|
+
export declare type ServiceOutputTypes =
|
|
187
|
+
| BatchGetChannelCommandOutput
|
|
188
|
+
| BatchGetStreamKeyCommandOutput
|
|
189
|
+
| CreateChannelCommandOutput
|
|
190
|
+
| CreateRecordingConfigurationCommandOutput
|
|
191
|
+
| CreateStreamKeyCommandOutput
|
|
192
|
+
| DeleteChannelCommandOutput
|
|
193
|
+
| DeletePlaybackKeyPairCommandOutput
|
|
194
|
+
| DeleteRecordingConfigurationCommandOutput
|
|
195
|
+
| DeleteStreamKeyCommandOutput
|
|
196
|
+
| GetChannelCommandOutput
|
|
197
|
+
| GetPlaybackKeyPairCommandOutput
|
|
198
|
+
| GetRecordingConfigurationCommandOutput
|
|
199
|
+
| GetStreamCommandOutput
|
|
200
|
+
| GetStreamKeyCommandOutput
|
|
201
|
+
| GetStreamSessionCommandOutput
|
|
202
|
+
| ImportPlaybackKeyPairCommandOutput
|
|
203
|
+
| ListChannelsCommandOutput
|
|
204
|
+
| ListPlaybackKeyPairsCommandOutput
|
|
205
|
+
| ListRecordingConfigurationsCommandOutput
|
|
206
|
+
| ListStreamKeysCommandOutput
|
|
207
|
+
| ListStreamSessionsCommandOutput
|
|
208
|
+
| ListStreamsCommandOutput
|
|
209
|
+
| ListTagsForResourceCommandOutput
|
|
210
|
+
| PutMetadataCommandOutput
|
|
211
|
+
| StopStreamCommandOutput
|
|
212
|
+
| TagResourceCommandOutput
|
|
213
|
+
| UntagResourceCommandOutput
|
|
214
|
+
| UpdateChannelCommandOutput;
|
|
215
|
+
export interface ClientDefaults
|
|
216
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
217
|
+
requestHandler?: __HttpHandler;
|
|
218
|
+
|
|
219
|
+
sha256?: __HashConstructor;
|
|
220
|
+
|
|
221
|
+
urlParser?: __UrlParser;
|
|
222
|
+
|
|
223
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
224
|
+
|
|
225
|
+
streamCollector?: __StreamCollector;
|
|
226
|
+
|
|
227
|
+
base64Decoder?: __Decoder;
|
|
228
|
+
|
|
229
|
+
base64Encoder?: __Encoder;
|
|
230
|
+
|
|
231
|
+
utf8Decoder?: __Decoder;
|
|
232
|
+
|
|
233
|
+
utf8Encoder?: __Encoder;
|
|
234
|
+
|
|
235
|
+
runtime?: string;
|
|
236
|
+
|
|
237
|
+
disableHostPrefix?: boolean;
|
|
238
|
+
|
|
239
|
+
maxAttempts?: number | __Provider<number>;
|
|
240
|
+
|
|
241
|
+
retryMode?: string | __Provider<string>;
|
|
242
|
+
|
|
243
|
+
logger?: __Logger;
|
|
244
|
+
|
|
245
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
246
|
+
|
|
247
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
248
|
+
|
|
249
|
+
serviceId?: string;
|
|
250
|
+
|
|
251
|
+
region?: string | __Provider<string>;
|
|
252
|
+
|
|
253
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
254
|
+
|
|
255
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
256
|
+
|
|
257
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
258
|
+
|
|
259
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
260
|
+
}
|
|
261
|
+
declare type IvsClientConfigType = Partial<
|
|
262
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
263
|
+
> &
|
|
264
|
+
ClientDefaults &
|
|
265
|
+
RegionInputConfig &
|
|
266
|
+
EndpointsInputConfig &
|
|
267
|
+
RetryInputConfig &
|
|
268
|
+
HostHeaderInputConfig &
|
|
269
|
+
AwsAuthInputConfig &
|
|
270
|
+
UserAgentInputConfig;
|
|
271
|
+
|
|
272
|
+
export interface IvsClientConfig extends IvsClientConfigType {}
|
|
273
|
+
declare type IvsClientResolvedConfigType =
|
|
274
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
275
|
+
Required<ClientDefaults> &
|
|
276
|
+
RegionResolvedConfig &
|
|
277
|
+
EndpointsResolvedConfig &
|
|
278
|
+
RetryResolvedConfig &
|
|
279
|
+
HostHeaderResolvedConfig &
|
|
280
|
+
AwsAuthResolvedConfig &
|
|
281
|
+
UserAgentResolvedConfig;
|
|
282
|
+
|
|
283
|
+
export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {}
|
|
284
|
+
|
|
285
|
+
export declare class IvsClient extends __Client<
|
|
286
|
+
__HttpHandlerOptions,
|
|
287
|
+
ServiceInputTypes,
|
|
288
|
+
ServiceOutputTypes,
|
|
289
|
+
IvsClientResolvedConfig
|
|
290
|
+
> {
|
|
291
|
+
readonly config: IvsClientResolvedConfig;
|
|
292
|
+
constructor(configuration: IvsClientConfig);
|
|
293
|
+
|
|
294
|
+
destroy(): void;
|
|
295
|
+
}
|
|
296
|
+
export {};
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IvsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IvsClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetChannelRequest,
|
|
15
|
+
BatchGetChannelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetChannelCommandInput extends BatchGetChannelRequest {}
|
|
18
|
+
export interface BatchGetChannelCommandOutput
|
|
19
|
+
extends BatchGetChannelResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class BatchGetChannelCommand extends $Command<
|
|
23
|
+
BatchGetChannelCommandInput,
|
|
24
|
+
BatchGetChannelCommandOutput,
|
|
25
|
+
IvsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetChannelCommandInput;
|
|
28
|
+
constructor(input: BatchGetChannelCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: IvsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<BatchGetChannelCommandInput, BatchGetChannelCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IvsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IvsClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetStreamKeyRequest,
|
|
15
|
+
BatchGetStreamKeyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetStreamKeyCommandInput
|
|
18
|
+
extends BatchGetStreamKeyRequest {}
|
|
19
|
+
export interface BatchGetStreamKeyCommandOutput
|
|
20
|
+
extends BatchGetStreamKeyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetStreamKeyCommand extends $Command<
|
|
24
|
+
BatchGetStreamKeyCommandInput,
|
|
25
|
+
BatchGetStreamKeyCommandOutput,
|
|
26
|
+
IvsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetStreamKeyCommandInput;
|
|
29
|
+
constructor(input: BatchGetStreamKeyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IvsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<BatchGetStreamKeyCommandInput, BatchGetStreamKeyCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IvsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IvsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateChannelRequest,
|
|
15
|
+
CreateChannelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateChannelCommandInput extends CreateChannelRequest {}
|
|
18
|
+
export interface CreateChannelCommandOutput
|
|
19
|
+
extends CreateChannelResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateChannelCommand extends $Command<
|
|
23
|
+
CreateChannelCommandInput,
|
|
24
|
+
CreateChannelCommandOutput,
|
|
25
|
+
IvsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateChannelCommandInput;
|
|
28
|
+
constructor(input: CreateChannelCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: IvsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IvsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IvsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateRecordingConfigurationRequest,
|
|
15
|
+
CreateRecordingConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateRecordingConfigurationCommandInput
|
|
18
|
+
extends CreateRecordingConfigurationRequest {}
|
|
19
|
+
export interface CreateRecordingConfigurationCommandOutput
|
|
20
|
+
extends CreateRecordingConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateRecordingConfigurationCommand extends $Command<
|
|
24
|
+
CreateRecordingConfigurationCommandInput,
|
|
25
|
+
CreateRecordingConfigurationCommandOutput,
|
|
26
|
+
IvsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateRecordingConfigurationCommandInput;
|
|
29
|
+
constructor(input: CreateRecordingConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IvsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateRecordingConfigurationCommandInput,
|
|
37
|
+
CreateRecordingConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|