@aws-sdk/client-ivs 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Ivs.d.ts +480 -145
- package/dist-types/ts3.4/IvsClient.d.ts +271 -101
- package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +634 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ivs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-ivs
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-ivs
|
|
@@ -1,145 +1,480 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
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
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchGetChannelCommandInput,
|
|
4
|
+
BatchGetChannelCommandOutput,
|
|
5
|
+
} from "./commands/BatchGetChannelCommand";
|
|
6
|
+
import {
|
|
7
|
+
BatchGetStreamKeyCommandInput,
|
|
8
|
+
BatchGetStreamKeyCommandOutput,
|
|
9
|
+
} from "./commands/BatchGetStreamKeyCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateChannelCommandInput,
|
|
12
|
+
CreateChannelCommandOutput,
|
|
13
|
+
} from "./commands/CreateChannelCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateRecordingConfigurationCommandInput,
|
|
16
|
+
CreateRecordingConfigurationCommandOutput,
|
|
17
|
+
} from "./commands/CreateRecordingConfigurationCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateStreamKeyCommandInput,
|
|
20
|
+
CreateStreamKeyCommandOutput,
|
|
21
|
+
} from "./commands/CreateStreamKeyCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteChannelCommandInput,
|
|
24
|
+
DeleteChannelCommandOutput,
|
|
25
|
+
} from "./commands/DeleteChannelCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeletePlaybackKeyPairCommandInput,
|
|
28
|
+
DeletePlaybackKeyPairCommandOutput,
|
|
29
|
+
} from "./commands/DeletePlaybackKeyPairCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteRecordingConfigurationCommandInput,
|
|
32
|
+
DeleteRecordingConfigurationCommandOutput,
|
|
33
|
+
} from "./commands/DeleteRecordingConfigurationCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteStreamKeyCommandInput,
|
|
36
|
+
DeleteStreamKeyCommandOutput,
|
|
37
|
+
} from "./commands/DeleteStreamKeyCommand";
|
|
38
|
+
import {
|
|
39
|
+
GetChannelCommandInput,
|
|
40
|
+
GetChannelCommandOutput,
|
|
41
|
+
} from "./commands/GetChannelCommand";
|
|
42
|
+
import {
|
|
43
|
+
GetPlaybackKeyPairCommandInput,
|
|
44
|
+
GetPlaybackKeyPairCommandOutput,
|
|
45
|
+
} from "./commands/GetPlaybackKeyPairCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetRecordingConfigurationCommandInput,
|
|
48
|
+
GetRecordingConfigurationCommandOutput,
|
|
49
|
+
} from "./commands/GetRecordingConfigurationCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetStreamCommandInput,
|
|
52
|
+
GetStreamCommandOutput,
|
|
53
|
+
} from "./commands/GetStreamCommand";
|
|
54
|
+
import {
|
|
55
|
+
GetStreamKeyCommandInput,
|
|
56
|
+
GetStreamKeyCommandOutput,
|
|
57
|
+
} from "./commands/GetStreamKeyCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetStreamSessionCommandInput,
|
|
60
|
+
GetStreamSessionCommandOutput,
|
|
61
|
+
} from "./commands/GetStreamSessionCommand";
|
|
62
|
+
import {
|
|
63
|
+
ImportPlaybackKeyPairCommandInput,
|
|
64
|
+
ImportPlaybackKeyPairCommandOutput,
|
|
65
|
+
} from "./commands/ImportPlaybackKeyPairCommand";
|
|
66
|
+
import {
|
|
67
|
+
ListChannelsCommandInput,
|
|
68
|
+
ListChannelsCommandOutput,
|
|
69
|
+
} from "./commands/ListChannelsCommand";
|
|
70
|
+
import {
|
|
71
|
+
ListPlaybackKeyPairsCommandInput,
|
|
72
|
+
ListPlaybackKeyPairsCommandOutput,
|
|
73
|
+
} from "./commands/ListPlaybackKeyPairsCommand";
|
|
74
|
+
import {
|
|
75
|
+
ListRecordingConfigurationsCommandInput,
|
|
76
|
+
ListRecordingConfigurationsCommandOutput,
|
|
77
|
+
} from "./commands/ListRecordingConfigurationsCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListStreamKeysCommandInput,
|
|
80
|
+
ListStreamKeysCommandOutput,
|
|
81
|
+
} from "./commands/ListStreamKeysCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListStreamsCommandInput,
|
|
84
|
+
ListStreamsCommandOutput,
|
|
85
|
+
} from "./commands/ListStreamsCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListStreamSessionsCommandInput,
|
|
88
|
+
ListStreamSessionsCommandOutput,
|
|
89
|
+
} from "./commands/ListStreamSessionsCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListTagsForResourceCommandInput,
|
|
92
|
+
ListTagsForResourceCommandOutput,
|
|
93
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
94
|
+
import {
|
|
95
|
+
PutMetadataCommandInput,
|
|
96
|
+
PutMetadataCommandOutput,
|
|
97
|
+
} from "./commands/PutMetadataCommand";
|
|
98
|
+
import {
|
|
99
|
+
StopStreamCommandInput,
|
|
100
|
+
StopStreamCommandOutput,
|
|
101
|
+
} from "./commands/StopStreamCommand";
|
|
102
|
+
import {
|
|
103
|
+
TagResourceCommandInput,
|
|
104
|
+
TagResourceCommandOutput,
|
|
105
|
+
} from "./commands/TagResourceCommand";
|
|
106
|
+
import {
|
|
107
|
+
UntagResourceCommandInput,
|
|
108
|
+
UntagResourceCommandOutput,
|
|
109
|
+
} from "./commands/UntagResourceCommand";
|
|
110
|
+
import {
|
|
111
|
+
UpdateChannelCommandInput,
|
|
112
|
+
UpdateChannelCommandOutput,
|
|
113
|
+
} from "./commands/UpdateChannelCommand";
|
|
114
|
+
import { IvsClient } from "./IvsClient";
|
|
115
|
+
export declare class Ivs extends IvsClient {
|
|
116
|
+
batchGetChannel(
|
|
117
|
+
args: BatchGetChannelCommandInput,
|
|
118
|
+
options?: __HttpHandlerOptions
|
|
119
|
+
): Promise<BatchGetChannelCommandOutput>;
|
|
120
|
+
batchGetChannel(
|
|
121
|
+
args: BatchGetChannelCommandInput,
|
|
122
|
+
cb: (err: any, data?: BatchGetChannelCommandOutput) => void
|
|
123
|
+
): void;
|
|
124
|
+
batchGetChannel(
|
|
125
|
+
args: BatchGetChannelCommandInput,
|
|
126
|
+
options: __HttpHandlerOptions,
|
|
127
|
+
cb: (err: any, data?: BatchGetChannelCommandOutput) => void
|
|
128
|
+
): void;
|
|
129
|
+
batchGetStreamKey(
|
|
130
|
+
args: BatchGetStreamKeyCommandInput,
|
|
131
|
+
options?: __HttpHandlerOptions
|
|
132
|
+
): Promise<BatchGetStreamKeyCommandOutput>;
|
|
133
|
+
batchGetStreamKey(
|
|
134
|
+
args: BatchGetStreamKeyCommandInput,
|
|
135
|
+
cb: (err: any, data?: BatchGetStreamKeyCommandOutput) => void
|
|
136
|
+
): void;
|
|
137
|
+
batchGetStreamKey(
|
|
138
|
+
args: BatchGetStreamKeyCommandInput,
|
|
139
|
+
options: __HttpHandlerOptions,
|
|
140
|
+
cb: (err: any, data?: BatchGetStreamKeyCommandOutput) => void
|
|
141
|
+
): void;
|
|
142
|
+
createChannel(
|
|
143
|
+
args: CreateChannelCommandInput,
|
|
144
|
+
options?: __HttpHandlerOptions
|
|
145
|
+
): Promise<CreateChannelCommandOutput>;
|
|
146
|
+
createChannel(
|
|
147
|
+
args: CreateChannelCommandInput,
|
|
148
|
+
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
149
|
+
): void;
|
|
150
|
+
createChannel(
|
|
151
|
+
args: CreateChannelCommandInput,
|
|
152
|
+
options: __HttpHandlerOptions,
|
|
153
|
+
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
154
|
+
): void;
|
|
155
|
+
createRecordingConfiguration(
|
|
156
|
+
args: CreateRecordingConfigurationCommandInput,
|
|
157
|
+
options?: __HttpHandlerOptions
|
|
158
|
+
): Promise<CreateRecordingConfigurationCommandOutput>;
|
|
159
|
+
createRecordingConfiguration(
|
|
160
|
+
args: CreateRecordingConfigurationCommandInput,
|
|
161
|
+
cb: (err: any, data?: CreateRecordingConfigurationCommandOutput) => void
|
|
162
|
+
): void;
|
|
163
|
+
createRecordingConfiguration(
|
|
164
|
+
args: CreateRecordingConfigurationCommandInput,
|
|
165
|
+
options: __HttpHandlerOptions,
|
|
166
|
+
cb: (err: any, data?: CreateRecordingConfigurationCommandOutput) => void
|
|
167
|
+
): void;
|
|
168
|
+
createStreamKey(
|
|
169
|
+
args: CreateStreamKeyCommandInput,
|
|
170
|
+
options?: __HttpHandlerOptions
|
|
171
|
+
): Promise<CreateStreamKeyCommandOutput>;
|
|
172
|
+
createStreamKey(
|
|
173
|
+
args: CreateStreamKeyCommandInput,
|
|
174
|
+
cb: (err: any, data?: CreateStreamKeyCommandOutput) => void
|
|
175
|
+
): void;
|
|
176
|
+
createStreamKey(
|
|
177
|
+
args: CreateStreamKeyCommandInput,
|
|
178
|
+
options: __HttpHandlerOptions,
|
|
179
|
+
cb: (err: any, data?: CreateStreamKeyCommandOutput) => void
|
|
180
|
+
): void;
|
|
181
|
+
deleteChannel(
|
|
182
|
+
args: DeleteChannelCommandInput,
|
|
183
|
+
options?: __HttpHandlerOptions
|
|
184
|
+
): Promise<DeleteChannelCommandOutput>;
|
|
185
|
+
deleteChannel(
|
|
186
|
+
args: DeleteChannelCommandInput,
|
|
187
|
+
cb: (err: any, data?: DeleteChannelCommandOutput) => void
|
|
188
|
+
): void;
|
|
189
|
+
deleteChannel(
|
|
190
|
+
args: DeleteChannelCommandInput,
|
|
191
|
+
options: __HttpHandlerOptions,
|
|
192
|
+
cb: (err: any, data?: DeleteChannelCommandOutput) => void
|
|
193
|
+
): void;
|
|
194
|
+
deletePlaybackKeyPair(
|
|
195
|
+
args: DeletePlaybackKeyPairCommandInput,
|
|
196
|
+
options?: __HttpHandlerOptions
|
|
197
|
+
): Promise<DeletePlaybackKeyPairCommandOutput>;
|
|
198
|
+
deletePlaybackKeyPair(
|
|
199
|
+
args: DeletePlaybackKeyPairCommandInput,
|
|
200
|
+
cb: (err: any, data?: DeletePlaybackKeyPairCommandOutput) => void
|
|
201
|
+
): void;
|
|
202
|
+
deletePlaybackKeyPair(
|
|
203
|
+
args: DeletePlaybackKeyPairCommandInput,
|
|
204
|
+
options: __HttpHandlerOptions,
|
|
205
|
+
cb: (err: any, data?: DeletePlaybackKeyPairCommandOutput) => void
|
|
206
|
+
): void;
|
|
207
|
+
deleteRecordingConfiguration(
|
|
208
|
+
args: DeleteRecordingConfigurationCommandInput,
|
|
209
|
+
options?: __HttpHandlerOptions
|
|
210
|
+
): Promise<DeleteRecordingConfigurationCommandOutput>;
|
|
211
|
+
deleteRecordingConfiguration(
|
|
212
|
+
args: DeleteRecordingConfigurationCommandInput,
|
|
213
|
+
cb: (err: any, data?: DeleteRecordingConfigurationCommandOutput) => void
|
|
214
|
+
): void;
|
|
215
|
+
deleteRecordingConfiguration(
|
|
216
|
+
args: DeleteRecordingConfigurationCommandInput,
|
|
217
|
+
options: __HttpHandlerOptions,
|
|
218
|
+
cb: (err: any, data?: DeleteRecordingConfigurationCommandOutput) => void
|
|
219
|
+
): void;
|
|
220
|
+
deleteStreamKey(
|
|
221
|
+
args: DeleteStreamKeyCommandInput,
|
|
222
|
+
options?: __HttpHandlerOptions
|
|
223
|
+
): Promise<DeleteStreamKeyCommandOutput>;
|
|
224
|
+
deleteStreamKey(
|
|
225
|
+
args: DeleteStreamKeyCommandInput,
|
|
226
|
+
cb: (err: any, data?: DeleteStreamKeyCommandOutput) => void
|
|
227
|
+
): void;
|
|
228
|
+
deleteStreamKey(
|
|
229
|
+
args: DeleteStreamKeyCommandInput,
|
|
230
|
+
options: __HttpHandlerOptions,
|
|
231
|
+
cb: (err: any, data?: DeleteStreamKeyCommandOutput) => void
|
|
232
|
+
): void;
|
|
233
|
+
getChannel(
|
|
234
|
+
args: GetChannelCommandInput,
|
|
235
|
+
options?: __HttpHandlerOptions
|
|
236
|
+
): Promise<GetChannelCommandOutput>;
|
|
237
|
+
getChannel(
|
|
238
|
+
args: GetChannelCommandInput,
|
|
239
|
+
cb: (err: any, data?: GetChannelCommandOutput) => void
|
|
240
|
+
): void;
|
|
241
|
+
getChannel(
|
|
242
|
+
args: GetChannelCommandInput,
|
|
243
|
+
options: __HttpHandlerOptions,
|
|
244
|
+
cb: (err: any, data?: GetChannelCommandOutput) => void
|
|
245
|
+
): void;
|
|
246
|
+
getPlaybackKeyPair(
|
|
247
|
+
args: GetPlaybackKeyPairCommandInput,
|
|
248
|
+
options?: __HttpHandlerOptions
|
|
249
|
+
): Promise<GetPlaybackKeyPairCommandOutput>;
|
|
250
|
+
getPlaybackKeyPair(
|
|
251
|
+
args: GetPlaybackKeyPairCommandInput,
|
|
252
|
+
cb: (err: any, data?: GetPlaybackKeyPairCommandOutput) => void
|
|
253
|
+
): void;
|
|
254
|
+
getPlaybackKeyPair(
|
|
255
|
+
args: GetPlaybackKeyPairCommandInput,
|
|
256
|
+
options: __HttpHandlerOptions,
|
|
257
|
+
cb: (err: any, data?: GetPlaybackKeyPairCommandOutput) => void
|
|
258
|
+
): void;
|
|
259
|
+
getRecordingConfiguration(
|
|
260
|
+
args: GetRecordingConfigurationCommandInput,
|
|
261
|
+
options?: __HttpHandlerOptions
|
|
262
|
+
): Promise<GetRecordingConfigurationCommandOutput>;
|
|
263
|
+
getRecordingConfiguration(
|
|
264
|
+
args: GetRecordingConfigurationCommandInput,
|
|
265
|
+
cb: (err: any, data?: GetRecordingConfigurationCommandOutput) => void
|
|
266
|
+
): void;
|
|
267
|
+
getRecordingConfiguration(
|
|
268
|
+
args: GetRecordingConfigurationCommandInput,
|
|
269
|
+
options: __HttpHandlerOptions,
|
|
270
|
+
cb: (err: any, data?: GetRecordingConfigurationCommandOutput) => void
|
|
271
|
+
): void;
|
|
272
|
+
getStream(
|
|
273
|
+
args: GetStreamCommandInput,
|
|
274
|
+
options?: __HttpHandlerOptions
|
|
275
|
+
): Promise<GetStreamCommandOutput>;
|
|
276
|
+
getStream(
|
|
277
|
+
args: GetStreamCommandInput,
|
|
278
|
+
cb: (err: any, data?: GetStreamCommandOutput) => void
|
|
279
|
+
): void;
|
|
280
|
+
getStream(
|
|
281
|
+
args: GetStreamCommandInput,
|
|
282
|
+
options: __HttpHandlerOptions,
|
|
283
|
+
cb: (err: any, data?: GetStreamCommandOutput) => void
|
|
284
|
+
): void;
|
|
285
|
+
getStreamKey(
|
|
286
|
+
args: GetStreamKeyCommandInput,
|
|
287
|
+
options?: __HttpHandlerOptions
|
|
288
|
+
): Promise<GetStreamKeyCommandOutput>;
|
|
289
|
+
getStreamKey(
|
|
290
|
+
args: GetStreamKeyCommandInput,
|
|
291
|
+
cb: (err: any, data?: GetStreamKeyCommandOutput) => void
|
|
292
|
+
): void;
|
|
293
|
+
getStreamKey(
|
|
294
|
+
args: GetStreamKeyCommandInput,
|
|
295
|
+
options: __HttpHandlerOptions,
|
|
296
|
+
cb: (err: any, data?: GetStreamKeyCommandOutput) => void
|
|
297
|
+
): void;
|
|
298
|
+
getStreamSession(
|
|
299
|
+
args: GetStreamSessionCommandInput,
|
|
300
|
+
options?: __HttpHandlerOptions
|
|
301
|
+
): Promise<GetStreamSessionCommandOutput>;
|
|
302
|
+
getStreamSession(
|
|
303
|
+
args: GetStreamSessionCommandInput,
|
|
304
|
+
cb: (err: any, data?: GetStreamSessionCommandOutput) => void
|
|
305
|
+
): void;
|
|
306
|
+
getStreamSession(
|
|
307
|
+
args: GetStreamSessionCommandInput,
|
|
308
|
+
options: __HttpHandlerOptions,
|
|
309
|
+
cb: (err: any, data?: GetStreamSessionCommandOutput) => void
|
|
310
|
+
): void;
|
|
311
|
+
importPlaybackKeyPair(
|
|
312
|
+
args: ImportPlaybackKeyPairCommandInput,
|
|
313
|
+
options?: __HttpHandlerOptions
|
|
314
|
+
): Promise<ImportPlaybackKeyPairCommandOutput>;
|
|
315
|
+
importPlaybackKeyPair(
|
|
316
|
+
args: ImportPlaybackKeyPairCommandInput,
|
|
317
|
+
cb: (err: any, data?: ImportPlaybackKeyPairCommandOutput) => void
|
|
318
|
+
): void;
|
|
319
|
+
importPlaybackKeyPair(
|
|
320
|
+
args: ImportPlaybackKeyPairCommandInput,
|
|
321
|
+
options: __HttpHandlerOptions,
|
|
322
|
+
cb: (err: any, data?: ImportPlaybackKeyPairCommandOutput) => void
|
|
323
|
+
): void;
|
|
324
|
+
listChannels(
|
|
325
|
+
args: ListChannelsCommandInput,
|
|
326
|
+
options?: __HttpHandlerOptions
|
|
327
|
+
): Promise<ListChannelsCommandOutput>;
|
|
328
|
+
listChannels(
|
|
329
|
+
args: ListChannelsCommandInput,
|
|
330
|
+
cb: (err: any, data?: ListChannelsCommandOutput) => void
|
|
331
|
+
): void;
|
|
332
|
+
listChannels(
|
|
333
|
+
args: ListChannelsCommandInput,
|
|
334
|
+
options: __HttpHandlerOptions,
|
|
335
|
+
cb: (err: any, data?: ListChannelsCommandOutput) => void
|
|
336
|
+
): void;
|
|
337
|
+
listPlaybackKeyPairs(
|
|
338
|
+
args: ListPlaybackKeyPairsCommandInput,
|
|
339
|
+
options?: __HttpHandlerOptions
|
|
340
|
+
): Promise<ListPlaybackKeyPairsCommandOutput>;
|
|
341
|
+
listPlaybackKeyPairs(
|
|
342
|
+
args: ListPlaybackKeyPairsCommandInput,
|
|
343
|
+
cb: (err: any, data?: ListPlaybackKeyPairsCommandOutput) => void
|
|
344
|
+
): void;
|
|
345
|
+
listPlaybackKeyPairs(
|
|
346
|
+
args: ListPlaybackKeyPairsCommandInput,
|
|
347
|
+
options: __HttpHandlerOptions,
|
|
348
|
+
cb: (err: any, data?: ListPlaybackKeyPairsCommandOutput) => void
|
|
349
|
+
): void;
|
|
350
|
+
listRecordingConfigurations(
|
|
351
|
+
args: ListRecordingConfigurationsCommandInput,
|
|
352
|
+
options?: __HttpHandlerOptions
|
|
353
|
+
): Promise<ListRecordingConfigurationsCommandOutput>;
|
|
354
|
+
listRecordingConfigurations(
|
|
355
|
+
args: ListRecordingConfigurationsCommandInput,
|
|
356
|
+
cb: (err: any, data?: ListRecordingConfigurationsCommandOutput) => void
|
|
357
|
+
): void;
|
|
358
|
+
listRecordingConfigurations(
|
|
359
|
+
args: ListRecordingConfigurationsCommandInput,
|
|
360
|
+
options: __HttpHandlerOptions,
|
|
361
|
+
cb: (err: any, data?: ListRecordingConfigurationsCommandOutput) => void
|
|
362
|
+
): void;
|
|
363
|
+
listStreamKeys(
|
|
364
|
+
args: ListStreamKeysCommandInput,
|
|
365
|
+
options?: __HttpHandlerOptions
|
|
366
|
+
): Promise<ListStreamKeysCommandOutput>;
|
|
367
|
+
listStreamKeys(
|
|
368
|
+
args: ListStreamKeysCommandInput,
|
|
369
|
+
cb: (err: any, data?: ListStreamKeysCommandOutput) => void
|
|
370
|
+
): void;
|
|
371
|
+
listStreamKeys(
|
|
372
|
+
args: ListStreamKeysCommandInput,
|
|
373
|
+
options: __HttpHandlerOptions,
|
|
374
|
+
cb: (err: any, data?: ListStreamKeysCommandOutput) => void
|
|
375
|
+
): void;
|
|
376
|
+
listStreams(
|
|
377
|
+
args: ListStreamsCommandInput,
|
|
378
|
+
options?: __HttpHandlerOptions
|
|
379
|
+
): Promise<ListStreamsCommandOutput>;
|
|
380
|
+
listStreams(
|
|
381
|
+
args: ListStreamsCommandInput,
|
|
382
|
+
cb: (err: any, data?: ListStreamsCommandOutput) => void
|
|
383
|
+
): void;
|
|
384
|
+
listStreams(
|
|
385
|
+
args: ListStreamsCommandInput,
|
|
386
|
+
options: __HttpHandlerOptions,
|
|
387
|
+
cb: (err: any, data?: ListStreamsCommandOutput) => void
|
|
388
|
+
): void;
|
|
389
|
+
listStreamSessions(
|
|
390
|
+
args: ListStreamSessionsCommandInput,
|
|
391
|
+
options?: __HttpHandlerOptions
|
|
392
|
+
): Promise<ListStreamSessionsCommandOutput>;
|
|
393
|
+
listStreamSessions(
|
|
394
|
+
args: ListStreamSessionsCommandInput,
|
|
395
|
+
cb: (err: any, data?: ListStreamSessionsCommandOutput) => void
|
|
396
|
+
): void;
|
|
397
|
+
listStreamSessions(
|
|
398
|
+
args: ListStreamSessionsCommandInput,
|
|
399
|
+
options: __HttpHandlerOptions,
|
|
400
|
+
cb: (err: any, data?: ListStreamSessionsCommandOutput) => void
|
|
401
|
+
): void;
|
|
402
|
+
listTagsForResource(
|
|
403
|
+
args: ListTagsForResourceCommandInput,
|
|
404
|
+
options?: __HttpHandlerOptions
|
|
405
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
406
|
+
listTagsForResource(
|
|
407
|
+
args: ListTagsForResourceCommandInput,
|
|
408
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
409
|
+
): void;
|
|
410
|
+
listTagsForResource(
|
|
411
|
+
args: ListTagsForResourceCommandInput,
|
|
412
|
+
options: __HttpHandlerOptions,
|
|
413
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
414
|
+
): void;
|
|
415
|
+
putMetadata(
|
|
416
|
+
args: PutMetadataCommandInput,
|
|
417
|
+
options?: __HttpHandlerOptions
|
|
418
|
+
): Promise<PutMetadataCommandOutput>;
|
|
419
|
+
putMetadata(
|
|
420
|
+
args: PutMetadataCommandInput,
|
|
421
|
+
cb: (err: any, data?: PutMetadataCommandOutput) => void
|
|
422
|
+
): void;
|
|
423
|
+
putMetadata(
|
|
424
|
+
args: PutMetadataCommandInput,
|
|
425
|
+
options: __HttpHandlerOptions,
|
|
426
|
+
cb: (err: any, data?: PutMetadataCommandOutput) => void
|
|
427
|
+
): void;
|
|
428
|
+
stopStream(
|
|
429
|
+
args: StopStreamCommandInput,
|
|
430
|
+
options?: __HttpHandlerOptions
|
|
431
|
+
): Promise<StopStreamCommandOutput>;
|
|
432
|
+
stopStream(
|
|
433
|
+
args: StopStreamCommandInput,
|
|
434
|
+
cb: (err: any, data?: StopStreamCommandOutput) => void
|
|
435
|
+
): void;
|
|
436
|
+
stopStream(
|
|
437
|
+
args: StopStreamCommandInput,
|
|
438
|
+
options: __HttpHandlerOptions,
|
|
439
|
+
cb: (err: any, data?: StopStreamCommandOutput) => void
|
|
440
|
+
): void;
|
|
441
|
+
tagResource(
|
|
442
|
+
args: TagResourceCommandInput,
|
|
443
|
+
options?: __HttpHandlerOptions
|
|
444
|
+
): Promise<TagResourceCommandOutput>;
|
|
445
|
+
tagResource(
|
|
446
|
+
args: TagResourceCommandInput,
|
|
447
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
448
|
+
): void;
|
|
449
|
+
tagResource(
|
|
450
|
+
args: TagResourceCommandInput,
|
|
451
|
+
options: __HttpHandlerOptions,
|
|
452
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
453
|
+
): void;
|
|
454
|
+
untagResource(
|
|
455
|
+
args: UntagResourceCommandInput,
|
|
456
|
+
options?: __HttpHandlerOptions
|
|
457
|
+
): Promise<UntagResourceCommandOutput>;
|
|
458
|
+
untagResource(
|
|
459
|
+
args: UntagResourceCommandInput,
|
|
460
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
461
|
+
): void;
|
|
462
|
+
untagResource(
|
|
463
|
+
args: UntagResourceCommandInput,
|
|
464
|
+
options: __HttpHandlerOptions,
|
|
465
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
466
|
+
): void;
|
|
467
|
+
updateChannel(
|
|
468
|
+
args: UpdateChannelCommandInput,
|
|
469
|
+
options?: __HttpHandlerOptions
|
|
470
|
+
): Promise<UpdateChannelCommandOutput>;
|
|
471
|
+
updateChannel(
|
|
472
|
+
args: UpdateChannelCommandInput,
|
|
473
|
+
cb: (err: any, data?: UpdateChannelCommandOutput) => void
|
|
474
|
+
): void;
|
|
475
|
+
updateChannel(
|
|
476
|
+
args: UpdateChannelCommandInput,
|
|
477
|
+
options: __HttpHandlerOptions,
|
|
478
|
+
cb: (err: any, data?: UpdateChannelCommandOutput) => void
|
|
479
|
+
): void;
|
|
480
|
+
}
|