@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.
Files changed (51) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Ivs.d.ts +508 -145
  3. package/dist-types/ts3.4/IvsClient.d.ts +296 -101
  4. package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/index.d.ts +28 -28
  33. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  34. package/dist-types/ts3.4/index.d.ts +6 -6
  35. package/dist-types/ts3.4/models/IvsServiceException.d.ts +8 -6
  36. package/dist-types/ts3.4/models/index.d.ts +1 -1
  37. package/dist-types/ts3.4/models/models_0.d.ts +868 -789
  38. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  39. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/ListPlaybackKeyPairsPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/ListRecordingConfigurationsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListStreamKeysPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListStreamSessionsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListStreamsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -86
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  51. package/package.json +34 -34
@@ -1,101 +1,296 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { BatchGetChannelCommandInput, BatchGetChannelCommandOutput } from "./commands/BatchGetChannelCommand";
10
- import { BatchGetStreamKeyCommandInput, BatchGetStreamKeyCommandOutput } from "./commands/BatchGetStreamKeyCommand";
11
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
12
- import { CreateRecordingConfigurationCommandInput, CreateRecordingConfigurationCommandOutput } from "./commands/CreateRecordingConfigurationCommand";
13
- import { CreateStreamKeyCommandInput, CreateStreamKeyCommandOutput } from "./commands/CreateStreamKeyCommand";
14
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
15
- import { DeletePlaybackKeyPairCommandInput, DeletePlaybackKeyPairCommandOutput } from "./commands/DeletePlaybackKeyPairCommand";
16
- import { DeleteRecordingConfigurationCommandInput, DeleteRecordingConfigurationCommandOutput } from "./commands/DeleteRecordingConfigurationCommand";
17
- import { DeleteStreamKeyCommandInput, DeleteStreamKeyCommandOutput } from "./commands/DeleteStreamKeyCommand";
18
- import { GetChannelCommandInput, GetChannelCommandOutput } from "./commands/GetChannelCommand";
19
- import { GetPlaybackKeyPairCommandInput, GetPlaybackKeyPairCommandOutput } from "./commands/GetPlaybackKeyPairCommand";
20
- import { GetRecordingConfigurationCommandInput, GetRecordingConfigurationCommandOutput } from "./commands/GetRecordingConfigurationCommand";
21
- import { GetStreamCommandInput, GetStreamCommandOutput } from "./commands/GetStreamCommand";
22
- import { GetStreamKeyCommandInput, GetStreamKeyCommandOutput } from "./commands/GetStreamKeyCommand";
23
- import { GetStreamSessionCommandInput, GetStreamSessionCommandOutput } from "./commands/GetStreamSessionCommand";
24
- import { ImportPlaybackKeyPairCommandInput, ImportPlaybackKeyPairCommandOutput } from "./commands/ImportPlaybackKeyPairCommand";
25
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
26
- import { ListPlaybackKeyPairsCommandInput, ListPlaybackKeyPairsCommandOutput } from "./commands/ListPlaybackKeyPairsCommand";
27
- import { ListRecordingConfigurationsCommandInput, ListRecordingConfigurationsCommandOutput } from "./commands/ListRecordingConfigurationsCommand";
28
- import { ListStreamKeysCommandInput, ListStreamKeysCommandOutput } from "./commands/ListStreamKeysCommand";
29
- import { ListStreamsCommandInput, ListStreamsCommandOutput } from "./commands/ListStreamsCommand";
30
- import { ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput } from "./commands/ListStreamSessionsCommand";
31
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
32
- import { PutMetadataCommandInput, PutMetadataCommandOutput } from "./commands/PutMetadataCommand";
33
- import { StopStreamCommandInput, StopStreamCommandOutput } from "./commands/StopStreamCommand";
34
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
35
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
36
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
37
- export declare type ServiceInputTypes = BatchGetChannelCommandInput | BatchGetStreamKeyCommandInput | CreateChannelCommandInput | CreateRecordingConfigurationCommandInput | CreateStreamKeyCommandInput | DeleteChannelCommandInput | DeletePlaybackKeyPairCommandInput | DeleteRecordingConfigurationCommandInput | DeleteStreamKeyCommandInput | GetChannelCommandInput | GetPlaybackKeyPairCommandInput | GetRecordingConfigurationCommandInput | GetStreamCommandInput | GetStreamKeyCommandInput | GetStreamSessionCommandInput | ImportPlaybackKeyPairCommandInput | ListChannelsCommandInput | ListPlaybackKeyPairsCommandInput | ListRecordingConfigurationsCommandInput | ListStreamKeysCommandInput | ListStreamSessionsCommandInput | ListStreamsCommandInput | ListTagsForResourceCommandInput | PutMetadataCommandInput | StopStreamCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput;
38
- export declare type ServiceOutputTypes = BatchGetChannelCommandOutput | BatchGetStreamKeyCommandOutput | CreateChannelCommandOutput | CreateRecordingConfigurationCommandOutput | CreateStreamKeyCommandOutput | DeleteChannelCommandOutput | DeletePlaybackKeyPairCommandOutput | DeleteRecordingConfigurationCommandOutput | DeleteStreamKeyCommandOutput | GetChannelCommandOutput | GetPlaybackKeyPairCommandOutput | GetRecordingConfigurationCommandOutput | GetStreamCommandOutput | GetStreamKeyCommandOutput | GetStreamSessionCommandOutput | ImportPlaybackKeyPairCommandOutput | ListChannelsCommandOutput | ListPlaybackKeyPairsCommandOutput | ListRecordingConfigurationsCommandOutput | ListStreamKeysCommandOutput | ListStreamSessionsCommandOutput | ListStreamsCommandOutput | ListTagsForResourceCommandOutput | PutMetadataCommandOutput | StopStreamCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput;
39
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
40
-
41
- requestHandler?: __HttpHandler;
42
-
43
- sha256?: __HashConstructor;
44
-
45
- urlParser?: __UrlParser;
46
-
47
- bodyLengthChecker?: __BodyLengthCalculator;
48
-
49
- streamCollector?: __StreamCollector;
50
-
51
- base64Decoder?: __Decoder;
52
-
53
- base64Encoder?: __Encoder;
54
-
55
- utf8Decoder?: __Decoder;
56
-
57
- utf8Encoder?: __Encoder;
58
-
59
- runtime?: string;
60
-
61
- disableHostPrefix?: boolean;
62
-
63
- maxAttempts?: number | __Provider<number>;
64
-
65
- retryMode?: string | __Provider<string>;
66
-
67
- logger?: __Logger;
68
-
69
- useDualstackEndpoint?: boolean | __Provider<boolean>;
70
-
71
- useFipsEndpoint?: boolean | __Provider<boolean>;
72
-
73
- serviceId?: string;
74
-
75
- region?: string | __Provider<string>;
76
-
77
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
78
-
79
- regionInfoProvider?: RegionInfoProvider;
80
-
81
- defaultUserAgentProvider?: Provider<__UserAgent>;
82
-
83
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
84
- }
85
- declare type IvsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
86
-
87
- export interface IvsClientConfig extends IvsClientConfigType {
88
- }
89
- declare type IvsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
90
-
91
- export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
92
- }
93
-
94
- export declare class IvsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IvsClientResolvedConfig> {
95
-
96
- readonly config: IvsClientResolvedConfig;
97
- constructor(configuration: IvsClientConfig);
98
-
99
- destroy(): void;
100
- }
101
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
4
- import { BatchGetChannelRequest, BatchGetChannelResponse } from "../models/models_0";
5
- export interface BatchGetChannelCommandInput extends BatchGetChannelRequest {
6
- }
7
- export interface BatchGetChannelCommandOutput extends BatchGetChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetChannelCommand extends $Command<BatchGetChannelCommandInput, BatchGetChannelCommandOutput, IvsClientResolvedConfig> {
11
- readonly input: BatchGetChannelCommandInput;
12
- constructor(input: BatchGetChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetChannelCommandInput, BatchGetChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
4
- import { BatchGetStreamKeyRequest, BatchGetStreamKeyResponse } from "../models/models_0";
5
- export interface BatchGetStreamKeyCommandInput extends BatchGetStreamKeyRequest {
6
- }
7
- export interface BatchGetStreamKeyCommandOutput extends BatchGetStreamKeyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetStreamKeyCommand extends $Command<BatchGetStreamKeyCommandInput, BatchGetStreamKeyCommandOutput, IvsClientResolvedConfig> {
11
- readonly input: BatchGetStreamKeyCommandInput;
12
- constructor(input: BatchGetStreamKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetStreamKeyCommandInput, BatchGetStreamKeyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
4
- import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
5
- export interface CreateChannelCommandInput extends CreateChannelRequest {
6
- }
7
- export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, IvsClientResolvedConfig> {
11
- readonly input: CreateChannelCommandInput;
12
- constructor(input: CreateChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
4
- import { CreateRecordingConfigurationRequest, CreateRecordingConfigurationResponse } from "../models/models_0";
5
- export interface CreateRecordingConfigurationCommandInput extends CreateRecordingConfigurationRequest {
6
- }
7
- export interface CreateRecordingConfigurationCommandOutput extends CreateRecordingConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRecordingConfigurationCommand extends $Command<CreateRecordingConfigurationCommandInput, CreateRecordingConfigurationCommandOutput, IvsClientResolvedConfig> {
11
- readonly input: CreateRecordingConfigurationCommandInput;
12
- constructor(input: CreateRecordingConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRecordingConfigurationCommandInput, CreateRecordingConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }