@aws-sdk/client-ivs-realtime 3.602.0 → 3.606.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 (38) hide show
  1. package/README.md +49 -170
  2. package/dist-cjs/index.js +198 -0
  3. package/dist-es/IVSRealTime.js +8 -0
  4. package/dist-es/commands/DeletePublicKeyCommand.js +24 -0
  5. package/dist-es/commands/GetPublicKeyCommand.js +24 -0
  6. package/dist-es/commands/ImportPublicKeyCommand.js +24 -0
  7. package/dist-es/commands/ListPublicKeysCommand.js +24 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/pagination/ListPublicKeysPaginator.js +4 -0
  10. package/dist-es/pagination/index.js +1 -0
  11. package/dist-es/protocols/Aws_restJson1.js +108 -0
  12. package/dist-types/IVSRealTime.d.ts +53 -177
  13. package/dist-types/IVSRealTimeClient.d.ts +30 -179
  14. package/dist-types/commands/CreateStageCommand.d.ts +4 -0
  15. package/dist-types/commands/DeletePublicKeyCommand.d.ts +75 -0
  16. package/dist-types/commands/GetPublicKeyCommand.d.ts +77 -0
  17. package/dist-types/commands/GetStageCommand.d.ts +4 -0
  18. package/dist-types/commands/ImportPublicKeyCommand.d.ts +87 -0
  19. package/dist-types/commands/ListPublicKeysCommand.d.ts +76 -0
  20. package/dist-types/commands/UpdateStageCommand.d.ts +4 -0
  21. package/dist-types/commands/index.d.ts +4 -0
  22. package/dist-types/index.d.ts +24 -177
  23. package/dist-types/models/models_0.d.ts +201 -21
  24. package/dist-types/pagination/ListPublicKeysPaginator.d.ts +7 -0
  25. package/dist-types/pagination/index.d.ts +1 -0
  26. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  27. package/dist-types/ts3.4/IVSRealTime.d.ts +69 -0
  28. package/dist-types/ts3.4/IVSRealTimeClient.d.ts +24 -0
  29. package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +39 -0
  30. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +36 -0
  31. package/dist-types/ts3.4/commands/ImportPublicKeyCommand.d.ts +39 -0
  32. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +39 -0
  33. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  34. package/dist-types/ts3.4/models/models_0.d.ts +43 -0
  35. package/dist-types/ts3.4/pagination/ListPublicKeysPaginator.d.ts +11 -0
  36. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  37. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  38. package/package.json +3 -3
@@ -5,19 +5,23 @@ import { CreateParticipantTokenCommandInput, CreateParticipantTokenCommandOutput
5
5
  import { CreateStageCommandInput, CreateStageCommandOutput } from "../commands/CreateStageCommand";
6
6
  import { CreateStorageConfigurationCommandInput, CreateStorageConfigurationCommandOutput } from "../commands/CreateStorageConfigurationCommand";
7
7
  import { DeleteEncoderConfigurationCommandInput, DeleteEncoderConfigurationCommandOutput } from "../commands/DeleteEncoderConfigurationCommand";
8
+ import { DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput } from "../commands/DeletePublicKeyCommand";
8
9
  import { DeleteStageCommandInput, DeleteStageCommandOutput } from "../commands/DeleteStageCommand";
9
10
  import { DeleteStorageConfigurationCommandInput, DeleteStorageConfigurationCommandOutput } from "../commands/DeleteStorageConfigurationCommand";
10
11
  import { DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput } from "../commands/DisconnectParticipantCommand";
11
12
  import { GetCompositionCommandInput, GetCompositionCommandOutput } from "../commands/GetCompositionCommand";
12
13
  import { GetEncoderConfigurationCommandInput, GetEncoderConfigurationCommandOutput } from "../commands/GetEncoderConfigurationCommand";
13
14
  import { GetParticipantCommandInput, GetParticipantCommandOutput } from "../commands/GetParticipantCommand";
15
+ import { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "../commands/GetPublicKeyCommand";
14
16
  import { GetStageCommandInput, GetStageCommandOutput } from "../commands/GetStageCommand";
15
17
  import { GetStageSessionCommandInput, GetStageSessionCommandOutput } from "../commands/GetStageSessionCommand";
16
18
  import { GetStorageConfigurationCommandInput, GetStorageConfigurationCommandOutput } from "../commands/GetStorageConfigurationCommand";
19
+ import { ImportPublicKeyCommandInput, ImportPublicKeyCommandOutput } from "../commands/ImportPublicKeyCommand";
17
20
  import { ListCompositionsCommandInput, ListCompositionsCommandOutput } from "../commands/ListCompositionsCommand";
18
21
  import { ListEncoderConfigurationsCommandInput, ListEncoderConfigurationsCommandOutput } from "../commands/ListEncoderConfigurationsCommand";
19
22
  import { ListParticipantEventsCommandInput, ListParticipantEventsCommandOutput } from "../commands/ListParticipantEventsCommand";
20
23
  import { ListParticipantsCommandInput, ListParticipantsCommandOutput } from "../commands/ListParticipantsCommand";
24
+ import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "../commands/ListPublicKeysCommand";
21
25
  import { ListStagesCommandInput, ListStagesCommandOutput } from "../commands/ListStagesCommand";
22
26
  import { ListStageSessionsCommandInput, ListStageSessionsCommandOutput } from "../commands/ListStageSessionsCommand";
23
27
  import { ListStorageConfigurationsCommandInput, ListStorageConfigurationsCommandOutput } from "../commands/ListStorageConfigurationsCommand";
@@ -47,6 +51,10 @@ export declare const se_CreateStorageConfigurationCommand: (input: CreateStorage
47
51
  * serializeAws_restJson1DeleteEncoderConfigurationCommand
48
52
  */
49
53
  export declare const se_DeleteEncoderConfigurationCommand: (input: DeleteEncoderConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1DeletePublicKeyCommand
56
+ */
57
+ export declare const se_DeletePublicKeyCommand: (input: DeletePublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
58
  /**
51
59
  * serializeAws_restJson1DeleteStageCommand
52
60
  */
@@ -71,6 +79,10 @@ export declare const se_GetEncoderConfigurationCommand: (input: GetEncoderConfig
71
79
  * serializeAws_restJson1GetParticipantCommand
72
80
  */
73
81
  export declare const se_GetParticipantCommand: (input: GetParticipantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1GetPublicKeyCommand
84
+ */
85
+ export declare const se_GetPublicKeyCommand: (input: GetPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
86
  /**
75
87
  * serializeAws_restJson1GetStageCommand
76
88
  */
@@ -83,6 +95,10 @@ export declare const se_GetStageSessionCommand: (input: GetStageSessionCommandIn
83
95
  * serializeAws_restJson1GetStorageConfigurationCommand
84
96
  */
85
97
  export declare const se_GetStorageConfigurationCommand: (input: GetStorageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1ImportPublicKeyCommand
100
+ */
101
+ export declare const se_ImportPublicKeyCommand: (input: ImportPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
102
  /**
87
103
  * serializeAws_restJson1ListCompositionsCommand
88
104
  */
@@ -99,6 +115,10 @@ export declare const se_ListParticipantEventsCommand: (input: ListParticipantEve
99
115
  * serializeAws_restJson1ListParticipantsCommand
100
116
  */
101
117
  export declare const se_ListParticipantsCommand: (input: ListParticipantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_restJson1ListPublicKeysCommand
120
+ */
121
+ export declare const se_ListPublicKeysCommand: (input: ListPublicKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
122
  /**
103
123
  * serializeAws_restJson1ListStagesCommand
104
124
  */
@@ -155,6 +175,10 @@ export declare const de_CreateStorageConfigurationCommand: (output: __HttpRespon
155
175
  * deserializeAws_restJson1DeleteEncoderConfigurationCommand
156
176
  */
157
177
  export declare const de_DeleteEncoderConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEncoderConfigurationCommandOutput>;
178
+ /**
179
+ * deserializeAws_restJson1DeletePublicKeyCommand
180
+ */
181
+ export declare const de_DeletePublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePublicKeyCommandOutput>;
158
182
  /**
159
183
  * deserializeAws_restJson1DeleteStageCommand
160
184
  */
@@ -179,6 +203,10 @@ export declare const de_GetEncoderConfigurationCommand: (output: __HttpResponse,
179
203
  * deserializeAws_restJson1GetParticipantCommand
180
204
  */
181
205
  export declare const de_GetParticipantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParticipantCommandOutput>;
206
+ /**
207
+ * deserializeAws_restJson1GetPublicKeyCommand
208
+ */
209
+ export declare const de_GetPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicKeyCommandOutput>;
182
210
  /**
183
211
  * deserializeAws_restJson1GetStageCommand
184
212
  */
@@ -191,6 +219,10 @@ export declare const de_GetStageSessionCommand: (output: __HttpResponse, context
191
219
  * deserializeAws_restJson1GetStorageConfigurationCommand
192
220
  */
193
221
  export declare const de_GetStorageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageConfigurationCommandOutput>;
222
+ /**
223
+ * deserializeAws_restJson1ImportPublicKeyCommand
224
+ */
225
+ export declare const de_ImportPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportPublicKeyCommandOutput>;
194
226
  /**
195
227
  * deserializeAws_restJson1ListCompositionsCommand
196
228
  */
@@ -207,6 +239,10 @@ export declare const de_ListParticipantEventsCommand: (output: __HttpResponse, c
207
239
  * deserializeAws_restJson1ListParticipantsCommand
208
240
  */
209
241
  export declare const de_ListParticipantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListParticipantsCommandOutput>;
242
+ /**
243
+ * deserializeAws_restJson1ListPublicKeysCommand
244
+ */
245
+ export declare const de_ListPublicKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPublicKeysCommandOutput>;
210
246
  /**
211
247
  * deserializeAws_restJson1ListStagesCommand
212
248
  */
@@ -19,6 +19,10 @@ import {
19
19
  DeleteEncoderConfigurationCommandInput,
20
20
  DeleteEncoderConfigurationCommandOutput,
21
21
  } from "./commands/DeleteEncoderConfigurationCommand";
22
+ import {
23
+ DeletePublicKeyCommandInput,
24
+ DeletePublicKeyCommandOutput,
25
+ } from "./commands/DeletePublicKeyCommand";
22
26
  import {
23
27
  DeleteStageCommandInput,
24
28
  DeleteStageCommandOutput,
@@ -43,6 +47,10 @@ import {
43
47
  GetParticipantCommandInput,
44
48
  GetParticipantCommandOutput,
45
49
  } from "./commands/GetParticipantCommand";
50
+ import {
51
+ GetPublicKeyCommandInput,
52
+ GetPublicKeyCommandOutput,
53
+ } from "./commands/GetPublicKeyCommand";
46
54
  import {
47
55
  GetStageCommandInput,
48
56
  GetStageCommandOutput,
@@ -55,6 +63,10 @@ import {
55
63
  GetStorageConfigurationCommandInput,
56
64
  GetStorageConfigurationCommandOutput,
57
65
  } from "./commands/GetStorageConfigurationCommand";
66
+ import {
67
+ ImportPublicKeyCommandInput,
68
+ ImportPublicKeyCommandOutput,
69
+ } from "./commands/ImportPublicKeyCommand";
58
70
  import {
59
71
  ListCompositionsCommandInput,
60
72
  ListCompositionsCommandOutput,
@@ -71,6 +83,10 @@ import {
71
83
  ListParticipantsCommandInput,
72
84
  ListParticipantsCommandOutput,
73
85
  } from "./commands/ListParticipantsCommand";
86
+ import {
87
+ ListPublicKeysCommandInput,
88
+ ListPublicKeysCommandOutput,
89
+ } from "./commands/ListPublicKeysCommand";
74
90
  import {
75
91
  ListStagesCommandInput,
76
92
  ListStagesCommandOutput,
@@ -176,6 +192,19 @@ export interface IVSRealTime {
176
192
  options: __HttpHandlerOptions,
177
193
  cb: (err: any, data?: DeleteEncoderConfigurationCommandOutput) => void
178
194
  ): void;
195
+ deletePublicKey(
196
+ args: DeletePublicKeyCommandInput,
197
+ options?: __HttpHandlerOptions
198
+ ): Promise<DeletePublicKeyCommandOutput>;
199
+ deletePublicKey(
200
+ args: DeletePublicKeyCommandInput,
201
+ cb: (err: any, data?: DeletePublicKeyCommandOutput) => void
202
+ ): void;
203
+ deletePublicKey(
204
+ args: DeletePublicKeyCommandInput,
205
+ options: __HttpHandlerOptions,
206
+ cb: (err: any, data?: DeletePublicKeyCommandOutput) => void
207
+ ): void;
179
208
  deleteStage(
180
209
  args: DeleteStageCommandInput,
181
210
  options?: __HttpHandlerOptions
@@ -254,6 +283,19 @@ export interface IVSRealTime {
254
283
  options: __HttpHandlerOptions,
255
284
  cb: (err: any, data?: GetParticipantCommandOutput) => void
256
285
  ): void;
286
+ getPublicKey(
287
+ args: GetPublicKeyCommandInput,
288
+ options?: __HttpHandlerOptions
289
+ ): Promise<GetPublicKeyCommandOutput>;
290
+ getPublicKey(
291
+ args: GetPublicKeyCommandInput,
292
+ cb: (err: any, data?: GetPublicKeyCommandOutput) => void
293
+ ): void;
294
+ getPublicKey(
295
+ args: GetPublicKeyCommandInput,
296
+ options: __HttpHandlerOptions,
297
+ cb: (err: any, data?: GetPublicKeyCommandOutput) => void
298
+ ): void;
257
299
  getStage(
258
300
  args: GetStageCommandInput,
259
301
  options?: __HttpHandlerOptions
@@ -293,6 +335,19 @@ export interface IVSRealTime {
293
335
  options: __HttpHandlerOptions,
294
336
  cb: (err: any, data?: GetStorageConfigurationCommandOutput) => void
295
337
  ): void;
338
+ importPublicKey(
339
+ args: ImportPublicKeyCommandInput,
340
+ options?: __HttpHandlerOptions
341
+ ): Promise<ImportPublicKeyCommandOutput>;
342
+ importPublicKey(
343
+ args: ImportPublicKeyCommandInput,
344
+ cb: (err: any, data?: ImportPublicKeyCommandOutput) => void
345
+ ): void;
346
+ importPublicKey(
347
+ args: ImportPublicKeyCommandInput,
348
+ options: __HttpHandlerOptions,
349
+ cb: (err: any, data?: ImportPublicKeyCommandOutput) => void
350
+ ): void;
296
351
  listCompositions(): Promise<ListCompositionsCommandOutput>;
297
352
  listCompositions(
298
353
  args: ListCompositionsCommandInput,
@@ -347,6 +402,20 @@ export interface IVSRealTime {
347
402
  options: __HttpHandlerOptions,
348
403
  cb: (err: any, data?: ListParticipantsCommandOutput) => void
349
404
  ): void;
405
+ listPublicKeys(): Promise<ListPublicKeysCommandOutput>;
406
+ listPublicKeys(
407
+ args: ListPublicKeysCommandInput,
408
+ options?: __HttpHandlerOptions
409
+ ): Promise<ListPublicKeysCommandOutput>;
410
+ listPublicKeys(
411
+ args: ListPublicKeysCommandInput,
412
+ cb: (err: any, data?: ListPublicKeysCommandOutput) => void
413
+ ): void;
414
+ listPublicKeys(
415
+ args: ListPublicKeysCommandInput,
416
+ options: __HttpHandlerOptions,
417
+ cb: (err: any, data?: ListPublicKeysCommandOutput) => void
418
+ ): void;
350
419
  listStages(): Promise<ListStagesCommandOutput>;
351
420
  listStages(
352
421
  args: ListStagesCommandInput,
@@ -65,6 +65,10 @@ import {
65
65
  DeleteEncoderConfigurationCommandInput,
66
66
  DeleteEncoderConfigurationCommandOutput,
67
67
  } from "./commands/DeleteEncoderConfigurationCommand";
68
+ import {
69
+ DeletePublicKeyCommandInput,
70
+ DeletePublicKeyCommandOutput,
71
+ } from "./commands/DeletePublicKeyCommand";
68
72
  import {
69
73
  DeleteStageCommandInput,
70
74
  DeleteStageCommandOutput,
@@ -89,6 +93,10 @@ import {
89
93
  GetParticipantCommandInput,
90
94
  GetParticipantCommandOutput,
91
95
  } from "./commands/GetParticipantCommand";
96
+ import {
97
+ GetPublicKeyCommandInput,
98
+ GetPublicKeyCommandOutput,
99
+ } from "./commands/GetPublicKeyCommand";
92
100
  import {
93
101
  GetStageCommandInput,
94
102
  GetStageCommandOutput,
@@ -101,6 +109,10 @@ import {
101
109
  GetStorageConfigurationCommandInput,
102
110
  GetStorageConfigurationCommandOutput,
103
111
  } from "./commands/GetStorageConfigurationCommand";
112
+ import {
113
+ ImportPublicKeyCommandInput,
114
+ ImportPublicKeyCommandOutput,
115
+ } from "./commands/ImportPublicKeyCommand";
104
116
  import {
105
117
  ListCompositionsCommandInput,
106
118
  ListCompositionsCommandOutput,
@@ -117,6 +129,10 @@ import {
117
129
  ListParticipantsCommandInput,
118
130
  ListParticipantsCommandOutput,
119
131
  } from "./commands/ListParticipantsCommand";
132
+ import {
133
+ ListPublicKeysCommandInput,
134
+ ListPublicKeysCommandOutput,
135
+ } from "./commands/ListPublicKeysCommand";
120
136
  import {
121
137
  ListStagesCommandInput,
122
138
  ListStagesCommandOutput,
@@ -166,19 +182,23 @@ export type ServiceInputTypes =
166
182
  | CreateStageCommandInput
167
183
  | CreateStorageConfigurationCommandInput
168
184
  | DeleteEncoderConfigurationCommandInput
185
+ | DeletePublicKeyCommandInput
169
186
  | DeleteStageCommandInput
170
187
  | DeleteStorageConfigurationCommandInput
171
188
  | DisconnectParticipantCommandInput
172
189
  | GetCompositionCommandInput
173
190
  | GetEncoderConfigurationCommandInput
174
191
  | GetParticipantCommandInput
192
+ | GetPublicKeyCommandInput
175
193
  | GetStageCommandInput
176
194
  | GetStageSessionCommandInput
177
195
  | GetStorageConfigurationCommandInput
196
+ | ImportPublicKeyCommandInput
178
197
  | ListCompositionsCommandInput
179
198
  | ListEncoderConfigurationsCommandInput
180
199
  | ListParticipantEventsCommandInput
181
200
  | ListParticipantsCommandInput
201
+ | ListPublicKeysCommandInput
182
202
  | ListStageSessionsCommandInput
183
203
  | ListStagesCommandInput
184
204
  | ListStorageConfigurationsCommandInput
@@ -194,19 +214,23 @@ export type ServiceOutputTypes =
194
214
  | CreateStageCommandOutput
195
215
  | CreateStorageConfigurationCommandOutput
196
216
  | DeleteEncoderConfigurationCommandOutput
217
+ | DeletePublicKeyCommandOutput
197
218
  | DeleteStageCommandOutput
198
219
  | DeleteStorageConfigurationCommandOutput
199
220
  | DisconnectParticipantCommandOutput
200
221
  | GetCompositionCommandOutput
201
222
  | GetEncoderConfigurationCommandOutput
202
223
  | GetParticipantCommandOutput
224
+ | GetPublicKeyCommandOutput
203
225
  | GetStageCommandOutput
204
226
  | GetStageSessionCommandOutput
205
227
  | GetStorageConfigurationCommandOutput
228
+ | ImportPublicKeyCommandOutput
206
229
  | ListCompositionsCommandOutput
207
230
  | ListEncoderConfigurationsCommandOutput
208
231
  | ListParticipantEventsCommandOutput
209
232
  | ListParticipantsCommandOutput
233
+ | ListPublicKeysCommandOutput
210
234
  | ListStageSessionsCommandOutput
211
235
  | ListStagesCommandOutput
212
236
  | ListStorageConfigurationsCommandOutput
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IVSRealTimeClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IVSRealTimeClient";
8
+ import {
9
+ DeletePublicKeyRequest,
10
+ DeletePublicKeyResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeletePublicKeyCommandInput extends DeletePublicKeyRequest {}
15
+ export interface DeletePublicKeyCommandOutput
16
+ extends DeletePublicKeyResponse,
17
+ __MetadataBearer {}
18
+ declare const DeletePublicKeyCommand_base: {
19
+ new (
20
+ input: DeletePublicKeyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeletePublicKeyCommandInput,
23
+ DeletePublicKeyCommandOutput,
24
+ IVSRealTimeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: DeletePublicKeyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeletePublicKeyCommandInput,
32
+ DeletePublicKeyCommandOutput,
33
+ IVSRealTimeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class DeletePublicKeyCommand extends DeletePublicKeyCommand_base {}
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IVSRealTimeClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IVSRealTimeClient";
8
+ import { GetPublicKeyRequest, GetPublicKeyResponse } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetPublicKeyCommandInput extends GetPublicKeyRequest {}
12
+ export interface GetPublicKeyCommandOutput
13
+ extends GetPublicKeyResponse,
14
+ __MetadataBearer {}
15
+ declare const GetPublicKeyCommand_base: {
16
+ new (
17
+ input: GetPublicKeyCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ GetPublicKeyCommandInput,
20
+ GetPublicKeyCommandOutput,
21
+ IVSRealTimeClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: GetPublicKeyCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ GetPublicKeyCommandInput,
29
+ GetPublicKeyCommandOutput,
30
+ IVSRealTimeClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class GetPublicKeyCommand extends GetPublicKeyCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IVSRealTimeClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IVSRealTimeClient";
8
+ import {
9
+ ImportPublicKeyRequest,
10
+ ImportPublicKeyResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ImportPublicKeyCommandInput extends ImportPublicKeyRequest {}
15
+ export interface ImportPublicKeyCommandOutput
16
+ extends ImportPublicKeyResponse,
17
+ __MetadataBearer {}
18
+ declare const ImportPublicKeyCommand_base: {
19
+ new (
20
+ input: ImportPublicKeyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ImportPublicKeyCommandInput,
23
+ ImportPublicKeyCommandOutput,
24
+ IVSRealTimeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: ImportPublicKeyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ImportPublicKeyCommandInput,
32
+ ImportPublicKeyCommandOutput,
33
+ IVSRealTimeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ImportPublicKeyCommand extends ImportPublicKeyCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IVSRealTimeClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IVSRealTimeClient";
8
+ import {
9
+ ListPublicKeysRequest,
10
+ ListPublicKeysResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {}
15
+ export interface ListPublicKeysCommandOutput
16
+ extends ListPublicKeysResponse,
17
+ __MetadataBearer {}
18
+ declare const ListPublicKeysCommand_base: {
19
+ new (
20
+ input: ListPublicKeysCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListPublicKeysCommandInput,
23
+ ListPublicKeysCommandOutput,
24
+ IVSRealTimeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ ...[input]: [] | [ListPublicKeysCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListPublicKeysCommandInput,
32
+ ListPublicKeysCommandOutput,
33
+ IVSRealTimeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListPublicKeysCommand extends ListPublicKeysCommand_base {}
@@ -3,19 +3,23 @@ export * from "./CreateParticipantTokenCommand";
3
3
  export * from "./CreateStageCommand";
4
4
  export * from "./CreateStorageConfigurationCommand";
5
5
  export * from "./DeleteEncoderConfigurationCommand";
6
+ export * from "./DeletePublicKeyCommand";
6
7
  export * from "./DeleteStageCommand";
7
8
  export * from "./DeleteStorageConfigurationCommand";
8
9
  export * from "./DisconnectParticipantCommand";
9
10
  export * from "./GetCompositionCommand";
10
11
  export * from "./GetEncoderConfigurationCommand";
11
12
  export * from "./GetParticipantCommand";
13
+ export * from "./GetPublicKeyCommand";
12
14
  export * from "./GetStageCommand";
13
15
  export * from "./GetStageSessionCommand";
14
16
  export * from "./GetStorageConfigurationCommand";
17
+ export * from "./ImportPublicKeyCommand";
15
18
  export * from "./ListCompositionsCommand";
16
19
  export * from "./ListEncoderConfigurationsCommand";
17
20
  export * from "./ListParticipantEventsCommand";
18
21
  export * from "./ListParticipantsCommand";
22
+ export * from "./ListPublicKeysCommand";
19
23
  export * from "./ListStageSessionsCommand";
20
24
  export * from "./ListStagesCommand";
21
25
  export * from "./ListStorageConfigurationsCommand";
@@ -121,12 +121,17 @@ export interface CreateStageRequest {
121
121
  tags?: Record<string, string>;
122
122
  autoParticipantRecordingConfiguration?: AutoParticipantRecordingConfiguration;
123
123
  }
124
+ export interface StageEndpoints {
125
+ events?: string;
126
+ whip?: string;
127
+ }
124
128
  export interface Stage {
125
129
  arn: string | undefined;
126
130
  name?: string;
127
131
  activeSessionId?: string;
128
132
  tags?: Record<string, string>;
129
133
  autoParticipantRecordingConfiguration?: AutoParticipantRecordingConfiguration;
134
+ endpoints?: StageEndpoints;
130
135
  }
131
136
  export interface CreateStageResponse {
132
137
  stage?: Stage;
@@ -153,6 +158,10 @@ export interface DeleteEncoderConfigurationRequest {
153
158
  arn: string | undefined;
154
159
  }
155
160
  export interface DeleteEncoderConfigurationResponse {}
161
+ export interface DeletePublicKeyRequest {
162
+ arn: string | undefined;
163
+ }
164
+ export interface DeletePublicKeyResponse {}
156
165
  export interface DeleteStageRequest {
157
166
  arn: string | undefined;
158
167
  }
@@ -334,6 +343,19 @@ export interface Participant {
334
343
  export interface GetParticipantResponse {
335
344
  participant?: Participant;
336
345
  }
346
+ export interface GetPublicKeyRequest {
347
+ arn: string | undefined;
348
+ }
349
+ export interface PublicKey {
350
+ arn?: string;
351
+ name?: string;
352
+ publicKeyMaterial?: string;
353
+ fingerprint?: string;
354
+ tags?: Record<string, string>;
355
+ }
356
+ export interface GetPublicKeyResponse {
357
+ publicKey?: PublicKey;
358
+ }
337
359
  export interface GetStageRequest {
338
360
  arn: string | undefined;
339
361
  }
@@ -358,6 +380,14 @@ export interface GetStorageConfigurationRequest {
358
380
  export interface GetStorageConfigurationResponse {
359
381
  storageConfiguration?: StorageConfiguration;
360
382
  }
383
+ export interface ImportPublicKeyRequest {
384
+ publicKeyMaterial: string | undefined;
385
+ name?: string;
386
+ tags?: Record<string, string>;
387
+ }
388
+ export interface ImportPublicKeyResponse {
389
+ publicKey?: PublicKey;
390
+ }
361
391
  export interface ListCompositionsRequest {
362
392
  filterByStageArn?: string;
363
393
  filterByEncoderConfigurationArn?: string;
@@ -464,6 +494,19 @@ export interface ListParticipantsResponse {
464
494
  participants: ParticipantSummary[] | undefined;
465
495
  nextToken?: string;
466
496
  }
497
+ export interface ListPublicKeysRequest {
498
+ nextToken?: string;
499
+ maxResults?: number;
500
+ }
501
+ export interface PublicKeySummary {
502
+ arn?: string;
503
+ name?: string;
504
+ tags?: Record<string, string>;
505
+ }
506
+ export interface ListPublicKeysResponse {
507
+ publicKeys: PublicKeySummary[] | undefined;
508
+ nextToken?: string;
509
+ }
467
510
  export interface ListStagesRequest {
468
511
  nextToken?: string;
469
512
  maxResults?: number;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListPublicKeysCommandInput,
4
+ ListPublicKeysCommandOutput,
5
+ } from "../commands/ListPublicKeysCommand";
6
+ import { IVSRealTimePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListPublicKeys: (
8
+ config: IVSRealTimePaginationConfiguration,
9
+ input: ListPublicKeysCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListPublicKeysCommandOutput>;
@@ -3,6 +3,7 @@ export * from "./ListCompositionsPaginator";
3
3
  export * from "./ListEncoderConfigurationsPaginator";
4
4
  export * from "./ListParticipantEventsPaginator";
5
5
  export * from "./ListParticipantsPaginator";
6
+ export * from "./ListPublicKeysPaginator";
6
7
  export * from "./ListStageSessionsPaginator";
7
8
  export * from "./ListStagesPaginator";
8
9
  export * from "./ListStorageConfigurationsPaginator";