@aws-sdk/client-mediaconnect 3.934.0 → 3.935.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 (170) hide show
  1. package/README.md +240 -0
  2. package/dist-cjs/index.js +6833 -1636
  3. package/dist-es/MediaConnect.js +60 -0
  4. package/dist-es/commands/BatchGetRouterInputCommand.js +16 -0
  5. package/dist-es/commands/BatchGetRouterNetworkInterfaceCommand.js +16 -0
  6. package/dist-es/commands/BatchGetRouterOutputCommand.js +16 -0
  7. package/dist-es/commands/CreateRouterInputCommand.js +16 -0
  8. package/dist-es/commands/CreateRouterNetworkInterfaceCommand.js +16 -0
  9. package/dist-es/commands/CreateRouterOutputCommand.js +16 -0
  10. package/dist-es/commands/DeleteRouterInputCommand.js +16 -0
  11. package/dist-es/commands/DeleteRouterNetworkInterfaceCommand.js +16 -0
  12. package/dist-es/commands/DeleteRouterOutputCommand.js +16 -0
  13. package/dist-es/commands/GetRouterInputCommand.js +16 -0
  14. package/dist-es/commands/GetRouterInputSourceMetadataCommand.js +16 -0
  15. package/dist-es/commands/GetRouterInputThumbnailCommand.js +16 -0
  16. package/dist-es/commands/GetRouterNetworkInterfaceCommand.js +16 -0
  17. package/dist-es/commands/GetRouterOutputCommand.js +16 -0
  18. package/dist-es/commands/ListRouterInputsCommand.js +16 -0
  19. package/dist-es/commands/ListRouterNetworkInterfacesCommand.js +16 -0
  20. package/dist-es/commands/ListRouterOutputsCommand.js +16 -0
  21. package/dist-es/commands/ListTagsForGlobalResourceCommand.js +16 -0
  22. package/dist-es/commands/RestartRouterInputCommand.js +16 -0
  23. package/dist-es/commands/RestartRouterOutputCommand.js +16 -0
  24. package/dist-es/commands/StartRouterInputCommand.js +16 -0
  25. package/dist-es/commands/StartRouterOutputCommand.js +16 -0
  26. package/dist-es/commands/StopRouterInputCommand.js +16 -0
  27. package/dist-es/commands/StopRouterOutputCommand.js +16 -0
  28. package/dist-es/commands/TagGlobalResourceCommand.js +16 -0
  29. package/dist-es/commands/TakeRouterInputCommand.js +16 -0
  30. package/dist-es/commands/UntagGlobalResourceCommand.js +16 -0
  31. package/dist-es/commands/UpdateRouterInputCommand.js +16 -0
  32. package/dist-es/commands/UpdateRouterNetworkInterfaceCommand.js +16 -0
  33. package/dist-es/commands/UpdateRouterOutputCommand.js +16 -0
  34. package/dist-es/commands/index.js +30 -0
  35. package/dist-es/index.js +2 -1
  36. package/dist-es/models/enums.js +303 -0
  37. package/dist-es/models/errors.js +215 -0
  38. package/dist-es/models/models_0.js +1 -358
  39. package/dist-es/models/models_1.js +1 -0
  40. package/dist-es/pagination/ListRouterInputsPaginator.js +4 -0
  41. package/dist-es/pagination/ListRouterNetworkInterfacesPaginator.js +4 -0
  42. package/dist-es/pagination/ListRouterOutputsPaginator.js +4 -0
  43. package/dist-es/pagination/index.js +3 -0
  44. package/dist-es/schemas/schemas_0.js +5554 -1351
  45. package/dist-es/waiters/index.js +7 -0
  46. package/dist-es/waiters/waitForInputActive.js +64 -0
  47. package/dist-es/waiters/waitForInputDeleted.js +49 -0
  48. package/dist-es/waiters/waitForInputStandby.js +55 -0
  49. package/dist-es/waiters/waitForOutputActive.js +64 -0
  50. package/dist-es/waiters/waitForOutputDeleted.js +49 -0
  51. package/dist-es/waiters/waitForOutputRouted.js +46 -0
  52. package/dist-es/waiters/waitForOutputStandby.js +55 -0
  53. package/dist-types/MediaConnect.d.ts +213 -0
  54. package/dist-types/MediaConnectClient.d.ts +32 -2
  55. package/dist-types/commands/AddFlowOutputsCommand.d.ts +23 -0
  56. package/dist-types/commands/AddFlowSourcesCommand.d.ts +23 -0
  57. package/dist-types/commands/BatchGetRouterInputCommand.d.ts +278 -0
  58. package/dist-types/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +129 -0
  59. package/dist-types/commands/BatchGetRouterOutputCommand.d.ts +215 -0
  60. package/dist-types/commands/CreateFlowCommand.d.ts +69 -0
  61. package/dist-types/commands/CreateRouterInputCommand.d.ts +400 -0
  62. package/dist-types/commands/CreateRouterNetworkInterfaceCommand.d.ts +144 -0
  63. package/dist-types/commands/CreateRouterOutputCommand.d.ts +293 -0
  64. package/dist-types/commands/DeleteRouterInputCommand.d.ts +97 -0
  65. package/dist-types/commands/DeleteRouterNetworkInterfaceCommand.d.ts +97 -0
  66. package/dist-types/commands/DeleteRouterOutputCommand.d.ts +97 -0
  67. package/dist-types/commands/DescribeFlowCommand.d.ts +36 -0
  68. package/dist-types/commands/GetRouterInputCommand.d.ts +273 -0
  69. package/dist-types/commands/GetRouterInputSourceMetadataCommand.d.ts +129 -0
  70. package/dist-types/commands/GetRouterInputThumbnailCommand.d.ts +104 -0
  71. package/dist-types/commands/GetRouterNetworkInterfaceCommand.d.ts +124 -0
  72. package/dist-types/commands/GetRouterOutputCommand.d.ts +210 -0
  73. package/dist-types/commands/ListRouterInputsCommand.d.ts +135 -0
  74. package/dist-types/commands/ListRouterNetworkInterfacesCommand.d.ts +117 -0
  75. package/dist-types/commands/ListRouterOutputsCommand.d.ts +139 -0
  76. package/dist-types/commands/ListTagsForGlobalResourceCommand.d.ts +85 -0
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  78. package/dist-types/commands/RestartRouterInputCommand.d.ts +97 -0
  79. package/dist-types/commands/RestartRouterOutputCommand.d.ts +97 -0
  80. package/dist-types/commands/StartRouterInputCommand.d.ts +105 -0
  81. package/dist-types/commands/StartRouterOutputCommand.d.ts +105 -0
  82. package/dist-types/commands/StopRouterInputCommand.d.ts +97 -0
  83. package/dist-types/commands/StopRouterOutputCommand.d.ts +97 -0
  84. package/dist-types/commands/TagGlobalResourceCommand.d.ts +84 -0
  85. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  86. package/dist-types/commands/TakeRouterInputCommand.d.ts +100 -0
  87. package/dist-types/commands/UntagGlobalResourceCommand.d.ts +84 -0
  88. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  89. package/dist-types/commands/UpdateFlowCommand.d.ts +36 -0
  90. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +23 -0
  91. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +23 -0
  92. package/dist-types/commands/UpdateRouterInputCommand.d.ts +395 -0
  93. package/dist-types/commands/UpdateRouterNetworkInterfaceCommand.d.ts +137 -0
  94. package/dist-types/commands/UpdateRouterOutputCommand.d.ts +288 -0
  95. package/dist-types/commands/index.d.ts +30 -0
  96. package/dist-types/index.d.ts +4 -1
  97. package/dist-types/models/enums.d.ts +727 -0
  98. package/dist-types/models/errors.d.ts +201 -0
  99. package/dist-types/models/models_0.d.ts +4082 -1520
  100. package/dist-types/models/models_1.d.ts +287 -0
  101. package/dist-types/pagination/ListRouterInputsPaginator.d.ts +7 -0
  102. package/dist-types/pagination/ListRouterNetworkInterfacesPaginator.d.ts +7 -0
  103. package/dist-types/pagination/ListRouterOutputsPaginator.d.ts +7 -0
  104. package/dist-types/pagination/index.d.ts +3 -0
  105. package/dist-types/schemas/schemas_0.d.ts +185 -0
  106. package/dist-types/ts3.4/MediaConnect.d.ts +513 -0
  107. package/dist-types/ts3.4/MediaConnectClient.d.ts +182 -2
  108. package/dist-types/ts3.4/commands/BatchGetRouterInputCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/BatchGetRouterOutputCommand.d.ts +51 -0
  111. package/dist-types/ts3.4/commands/CreateRouterInputCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/CreateRouterNetworkInterfaceCommand.d.ts +51 -0
  113. package/dist-types/ts3.4/commands/CreateRouterOutputCommand.d.ts +51 -0
  114. package/dist-types/ts3.4/commands/DeleteRouterInputCommand.d.ts +51 -0
  115. package/dist-types/ts3.4/commands/DeleteRouterNetworkInterfaceCommand.d.ts +51 -0
  116. package/dist-types/ts3.4/commands/DeleteRouterOutputCommand.d.ts +51 -0
  117. package/dist-types/ts3.4/commands/GetRouterInputCommand.d.ts +50 -0
  118. package/dist-types/ts3.4/commands/GetRouterInputSourceMetadataCommand.d.ts +51 -0
  119. package/dist-types/ts3.4/commands/GetRouterInputThumbnailCommand.d.ts +51 -0
  120. package/dist-types/ts3.4/commands/GetRouterNetworkInterfaceCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/GetRouterOutputCommand.d.ts +50 -0
  122. package/dist-types/ts3.4/commands/ListRouterInputsCommand.d.ts +50 -0
  123. package/dist-types/ts3.4/commands/ListRouterNetworkInterfacesCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/ListRouterOutputsCommand.d.ts +51 -0
  125. package/dist-types/ts3.4/commands/ListTagsForGlobalResourceCommand.d.ts +51 -0
  126. package/dist-types/ts3.4/commands/RestartRouterInputCommand.d.ts +51 -0
  127. package/dist-types/ts3.4/commands/RestartRouterOutputCommand.d.ts +51 -0
  128. package/dist-types/ts3.4/commands/StartRouterInputCommand.d.ts +50 -0
  129. package/dist-types/ts3.4/commands/StartRouterOutputCommand.d.ts +51 -0
  130. package/dist-types/ts3.4/commands/StopRouterInputCommand.d.ts +50 -0
  131. package/dist-types/ts3.4/commands/StopRouterOutputCommand.d.ts +50 -0
  132. package/dist-types/ts3.4/commands/TagGlobalResourceCommand.d.ts +46 -0
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/TakeRouterInputCommand.d.ts +50 -0
  135. package/dist-types/ts3.4/commands/UntagGlobalResourceCommand.d.ts +46 -0
  136. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UpdateRouterInputCommand.d.ts +51 -0
  138. package/dist-types/ts3.4/commands/UpdateRouterNetworkInterfaceCommand.d.ts +51 -0
  139. package/dist-types/ts3.4/commands/UpdateRouterOutputCommand.d.ts +51 -0
  140. package/dist-types/ts3.4/commands/index.d.ts +30 -0
  141. package/dist-types/ts3.4/index.d.ts +4 -1
  142. package/dist-types/ts3.4/models/enums.d.ts +385 -0
  143. package/dist-types/ts3.4/models/errors.d.ts +132 -0
  144. package/dist-types/ts3.4/models/models_0.d.ts +1262 -332
  145. package/dist-types/ts3.4/models/models_1.d.ts +88 -0
  146. package/dist-types/ts3.4/pagination/ListRouterInputsPaginator.d.ts +11 -0
  147. package/dist-types/ts3.4/pagination/ListRouterNetworkInterfacesPaginator.d.ts +11 -0
  148. package/dist-types/ts3.4/pagination/ListRouterOutputsPaginator.d.ts +11 -0
  149. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  150. package/dist-types/ts3.4/schemas/schemas_0.d.ts +185 -0
  151. package/dist-types/ts3.4/waiters/index.d.ts +7 -0
  152. package/dist-types/ts3.4/waiters/waitForInputActive.d.ts +11 -0
  153. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +11 -0
  154. package/dist-types/ts3.4/waiters/waitForInputStandby.d.ts +11 -0
  155. package/dist-types/ts3.4/waiters/waitForOutputActive.d.ts +11 -0
  156. package/dist-types/ts3.4/waiters/waitForOutputDeleted.d.ts +11 -0
  157. package/dist-types/ts3.4/waiters/waitForOutputRouted.d.ts +11 -0
  158. package/dist-types/ts3.4/waiters/waitForOutputStandby.d.ts +11 -0
  159. package/dist-types/waiters/index.d.ts +7 -0
  160. package/dist-types/waiters/waitForInputActive.d.ts +14 -0
  161. package/dist-types/waiters/waitForInputDeleted.d.ts +14 -0
  162. package/dist-types/waiters/waitForInputStandby.d.ts +14 -0
  163. package/dist-types/waiters/waitForOutputActive.d.ts +14 -0
  164. package/dist-types/waiters/waitForOutputDeleted.d.ts +14 -0
  165. package/dist-types/waiters/waitForOutputRouted.d.ts +14 -0
  166. package/dist-types/waiters/waitForOutputStandby.d.ts +14 -0
  167. package/package.json +12 -12
  168. package/dist-es/models/index.js +0 -1
  169. package/dist-types/models/index.d.ts +0 -1
  170. package/dist-types/ts3.4/models/index.d.ts +0 -1
@@ -0,0 +1,727 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const Protocol: {
6
+ readonly cdi: "cdi";
7
+ readonly fujitsu_qos: "fujitsu-qos";
8
+ readonly ndi_speed_hq: "ndi-speed-hq";
9
+ readonly rist: "rist";
10
+ readonly rtp: "rtp";
11
+ readonly rtp_fec: "rtp-fec";
12
+ readonly srt_caller: "srt-caller";
13
+ readonly srt_listener: "srt-listener";
14
+ readonly st2110_jpegxs: "st2110-jpegxs";
15
+ readonly udp: "udp";
16
+ readonly zixi_pull: "zixi-pull";
17
+ readonly zixi_push: "zixi-push";
18
+ };
19
+ /**
20
+ * @public
21
+ */
22
+ export type Protocol = (typeof Protocol)[keyof typeof Protocol];
23
+ /**
24
+ * @public
25
+ * @enum
26
+ */
27
+ export declare const Colorimetry: {
28
+ readonly BT2020: "BT2020";
29
+ readonly BT2100: "BT2100";
30
+ readonly BT601: "BT601";
31
+ readonly BT709: "BT709";
32
+ readonly ST2065_1: "ST2065-1";
33
+ readonly ST2065_3: "ST2065-3";
34
+ readonly XYZ: "XYZ";
35
+ };
36
+ /**
37
+ * @public
38
+ */
39
+ export type Colorimetry = (typeof Colorimetry)[keyof typeof Colorimetry];
40
+ /**
41
+ * @public
42
+ * @enum
43
+ */
44
+ export declare const Range: {
45
+ readonly FULL: "FULL";
46
+ readonly FULLPROTECT: "FULLPROTECT";
47
+ readonly NARROW: "NARROW";
48
+ };
49
+ /**
50
+ * @public
51
+ */
52
+ export type Range = (typeof Range)[keyof typeof Range];
53
+ /**
54
+ * @public
55
+ * @enum
56
+ */
57
+ export declare const ScanMode: {
58
+ readonly interlace: "interlace";
59
+ readonly progressive: "progressive";
60
+ readonly progressive_segmented_frame: "progressive-segmented-frame";
61
+ };
62
+ /**
63
+ * @public
64
+ */
65
+ export type ScanMode = (typeof ScanMode)[keyof typeof ScanMode];
66
+ /**
67
+ * @public
68
+ * @enum
69
+ */
70
+ export declare const Tcs: {
71
+ readonly BT2100LINHLG: "BT2100LINHLG";
72
+ readonly BT2100LINPQ: "BT2100LINPQ";
73
+ readonly DENSITY: "DENSITY";
74
+ readonly HLG: "HLG";
75
+ readonly LINEAR: "LINEAR";
76
+ readonly PQ: "PQ";
77
+ readonly SDR: "SDR";
78
+ readonly ST2065_1: "ST2065-1";
79
+ readonly ST428_1: "ST428-1";
80
+ };
81
+ /**
82
+ * @public
83
+ */
84
+ export type Tcs = (typeof Tcs)[keyof typeof Tcs];
85
+ /**
86
+ * @public
87
+ * @enum
88
+ */
89
+ export declare const MediaStreamType: {
90
+ readonly ancillary_data: "ancillary-data";
91
+ readonly audio: "audio";
92
+ readonly video: "video";
93
+ };
94
+ /**
95
+ * @public
96
+ */
97
+ export type MediaStreamType = (typeof MediaStreamType)[keyof typeof MediaStreamType];
98
+ /**
99
+ * @public
100
+ * @enum
101
+ */
102
+ export declare const Algorithm: {
103
+ readonly aes128: "aes128";
104
+ readonly aes192: "aes192";
105
+ readonly aes256: "aes256";
106
+ };
107
+ /**
108
+ * @public
109
+ */
110
+ export type Algorithm = (typeof Algorithm)[keyof typeof Algorithm];
111
+ /**
112
+ * @public
113
+ * @enum
114
+ */
115
+ export declare const KeyType: {
116
+ readonly speke: "speke";
117
+ readonly srt_password: "srt-password";
118
+ readonly static_key: "static-key";
119
+ };
120
+ /**
121
+ * @public
122
+ */
123
+ export type KeyType = (typeof KeyType)[keyof typeof KeyType];
124
+ /**
125
+ * @public
126
+ * @enum
127
+ */
128
+ export declare const EncodingName: {
129
+ readonly jxsv: "jxsv";
130
+ readonly pcm: "pcm";
131
+ readonly raw: "raw";
132
+ readonly smpte291: "smpte291";
133
+ };
134
+ /**
135
+ * @public
136
+ */
137
+ export type EncodingName = (typeof EncodingName)[keyof typeof EncodingName];
138
+ /**
139
+ * @public
140
+ * @enum
141
+ */
142
+ export declare const EncoderProfile: {
143
+ readonly high: "high";
144
+ readonly main: "main";
145
+ };
146
+ /**
147
+ * @public
148
+ */
149
+ export type EncoderProfile = (typeof EncoderProfile)[keyof typeof EncoderProfile];
150
+ /**
151
+ * @public
152
+ * @enum
153
+ */
154
+ export declare const OutputStatus: {
155
+ readonly DISABLED: "DISABLED";
156
+ readonly ENABLED: "ENABLED";
157
+ };
158
+ /**
159
+ * @public
160
+ */
161
+ export type OutputStatus = (typeof OutputStatus)[keyof typeof OutputStatus];
162
+ /**
163
+ * @public
164
+ * @enum
165
+ */
166
+ export declare const State: {
167
+ readonly DISABLED: "DISABLED";
168
+ readonly ENABLED: "ENABLED";
169
+ };
170
+ /**
171
+ * @public
172
+ */
173
+ export type State = (typeof State)[keyof typeof State];
174
+ /**
175
+ * @public
176
+ * @enum
177
+ */
178
+ export declare const FlowTransitEncryptionKeyType: {
179
+ readonly AUTOMATIC: "AUTOMATIC";
180
+ readonly SECRETS_MANAGER: "SECRETS_MANAGER";
181
+ };
182
+ /**
183
+ * @public
184
+ */
185
+ export type FlowTransitEncryptionKeyType = (typeof FlowTransitEncryptionKeyType)[keyof typeof FlowTransitEncryptionKeyType];
186
+ /**
187
+ * @public
188
+ * @enum
189
+ */
190
+ export declare const EntitlementStatus: {
191
+ readonly DISABLED: "DISABLED";
192
+ readonly ENABLED: "ENABLED";
193
+ };
194
+ /**
195
+ * @public
196
+ */
197
+ export type EntitlementStatus = (typeof EntitlementStatus)[keyof typeof EntitlementStatus];
198
+ /**
199
+ * @public
200
+ * @enum
201
+ */
202
+ export declare const BridgeState: {
203
+ readonly ACTIVE: "ACTIVE";
204
+ readonly CREATING: "CREATING";
205
+ readonly DELETED: "DELETED";
206
+ readonly DELETING: "DELETING";
207
+ readonly DEPLOYING: "DEPLOYING";
208
+ readonly STANDBY: "STANDBY";
209
+ readonly STARTING: "STARTING";
210
+ readonly START_FAILED: "START_FAILED";
211
+ readonly START_PENDING: "START_PENDING";
212
+ readonly STOPPING: "STOPPING";
213
+ readonly STOP_FAILED: "STOP_FAILED";
214
+ readonly UPDATING: "UPDATING";
215
+ };
216
+ /**
217
+ * @public
218
+ */
219
+ export type BridgeState = (typeof BridgeState)[keyof typeof BridgeState];
220
+ /**
221
+ * @public
222
+ * @enum
223
+ */
224
+ export declare const MaintenanceDay: {
225
+ readonly Friday: "Friday";
226
+ readonly Monday: "Monday";
227
+ readonly Saturday: "Saturday";
228
+ readonly Sunday: "Sunday";
229
+ readonly Thursday: "Thursday";
230
+ readonly Tuesday: "Tuesday";
231
+ readonly Wednesday: "Wednesday";
232
+ };
233
+ /**
234
+ * @public
235
+ */
236
+ export type MaintenanceDay = (typeof MaintenanceDay)[keyof typeof MaintenanceDay];
237
+ /**
238
+ * @public
239
+ * @enum
240
+ */
241
+ export declare const SourceType: {
242
+ readonly ENTITLED: "ENTITLED";
243
+ readonly OWNED: "OWNED";
244
+ };
245
+ /**
246
+ * @public
247
+ */
248
+ export type SourceType = (typeof SourceType)[keyof typeof SourceType];
249
+ /**
250
+ * @public
251
+ * @enum
252
+ */
253
+ export declare const Status: {
254
+ readonly ACTIVE: "ACTIVE";
255
+ readonly DELETING: "DELETING";
256
+ readonly ERROR: "ERROR";
257
+ readonly STANDBY: "STANDBY";
258
+ readonly STARTING: "STARTING";
259
+ readonly STOPPING: "STOPPING";
260
+ readonly UPDATING: "UPDATING";
261
+ };
262
+ /**
263
+ * @public
264
+ */
265
+ export type Status = (typeof Status)[keyof typeof Status];
266
+ /**
267
+ * @public
268
+ * @enum
269
+ */
270
+ export declare const GatewayState: {
271
+ readonly ACTIVE: "ACTIVE";
272
+ readonly CREATING: "CREATING";
273
+ readonly DELETED: "DELETED";
274
+ readonly DELETING: "DELETING";
275
+ readonly ERROR: "ERROR";
276
+ readonly UPDATING: "UPDATING";
277
+ };
278
+ /**
279
+ * @public
280
+ */
281
+ export type GatewayState = (typeof GatewayState)[keyof typeof GatewayState];
282
+ /**
283
+ * @public
284
+ * @enum
285
+ */
286
+ export declare const InstanceState: {
287
+ readonly ACTIVE: "ACTIVE";
288
+ readonly DEREGISTERED: "DEREGISTERED";
289
+ readonly DEREGISTERING: "DEREGISTERING";
290
+ readonly DEREGISTRATION_ERROR: "DEREGISTRATION_ERROR";
291
+ readonly REGISTERING: "REGISTERING";
292
+ readonly REGISTRATION_ERROR: "REGISTRATION_ERROR";
293
+ };
294
+ /**
295
+ * @public
296
+ */
297
+ export type InstanceState = (typeof InstanceState)[keyof typeof InstanceState];
298
+ /**
299
+ * @public
300
+ * @enum
301
+ */
302
+ export declare const DurationUnits: {
303
+ readonly MONTHS: "MONTHS";
304
+ };
305
+ /**
306
+ * @public
307
+ */
308
+ export type DurationUnits = (typeof DurationUnits)[keyof typeof DurationUnits];
309
+ /**
310
+ * @public
311
+ * @enum
312
+ */
313
+ export declare const PriceUnits: {
314
+ readonly HOURLY: "HOURLY";
315
+ };
316
+ /**
317
+ * @public
318
+ */
319
+ export type PriceUnits = (typeof PriceUnits)[keyof typeof PriceUnits];
320
+ /**
321
+ * @public
322
+ * @enum
323
+ */
324
+ export declare const ResourceType: {
325
+ readonly Mbps_Outbound_Bandwidth: "Mbps_Outbound_Bandwidth";
326
+ };
327
+ /**
328
+ * @public
329
+ */
330
+ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
331
+ /**
332
+ * @public
333
+ * @enum
334
+ */
335
+ export declare const ReservationState: {
336
+ readonly ACTIVE: "ACTIVE";
337
+ readonly CANCELED: "CANCELED";
338
+ readonly EXPIRED: "EXPIRED";
339
+ readonly PROCESSING: "PROCESSING";
340
+ };
341
+ /**
342
+ * @public
343
+ */
344
+ export type ReservationState = (typeof ReservationState)[keyof typeof ReservationState];
345
+ /**
346
+ * @public
347
+ * @enum
348
+ */
349
+ export declare const NetworkInterfaceType: {
350
+ readonly efa: "efa";
351
+ readonly ena: "ena";
352
+ };
353
+ /**
354
+ * @public
355
+ */
356
+ export type NetworkInterfaceType = (typeof NetworkInterfaceType)[keyof typeof NetworkInterfaceType];
357
+ /**
358
+ * @public
359
+ * @enum
360
+ */
361
+ export declare const ForwardErrorCorrectionState: {
362
+ readonly DISABLED: "DISABLED";
363
+ readonly ENABLED: "ENABLED";
364
+ };
365
+ /**
366
+ * @public
367
+ */
368
+ export type ForwardErrorCorrectionState = (typeof ForwardErrorCorrectionState)[keyof typeof ForwardErrorCorrectionState];
369
+ /**
370
+ * @public
371
+ * @enum
372
+ */
373
+ export declare const FailoverInputSourcePriorityMode: {
374
+ readonly NO_PRIORITY: "NO_PRIORITY";
375
+ readonly PRIMARY_SECONDARY: "PRIMARY_SECONDARY";
376
+ };
377
+ /**
378
+ * @public
379
+ */
380
+ export type FailoverInputSourcePriorityMode = (typeof FailoverInputSourcePriorityMode)[keyof typeof FailoverInputSourcePriorityMode];
381
+ /**
382
+ * @public
383
+ * @enum
384
+ */
385
+ export declare const RouterInputProtocol: {
386
+ readonly RIST: "RIST";
387
+ readonly RTP: "RTP";
388
+ readonly SRT_CALLER: "SRT_CALLER";
389
+ readonly SRT_LISTENER: "SRT_LISTENER";
390
+ };
391
+ /**
392
+ * @public
393
+ */
394
+ export type RouterInputProtocol = (typeof RouterInputProtocol)[keyof typeof RouterInputProtocol];
395
+ /**
396
+ * @public
397
+ * @enum
398
+ */
399
+ export declare const RouterInputType: {
400
+ readonly FAILOVER: "FAILOVER";
401
+ readonly MEDIACONNECT_FLOW: "MEDIACONNECT_FLOW";
402
+ readonly MERGE: "MERGE";
403
+ readonly STANDARD: "STANDARD";
404
+ };
405
+ /**
406
+ * @public
407
+ */
408
+ export type RouterInputType = (typeof RouterInputType)[keyof typeof RouterInputType];
409
+ /**
410
+ * @public
411
+ * @enum
412
+ */
413
+ export declare const Day: {
414
+ readonly FRIDAY: "FRIDAY";
415
+ readonly MONDAY: "MONDAY";
416
+ readonly SATURDAY: "SATURDAY";
417
+ readonly SUNDAY: "SUNDAY";
418
+ readonly THURSDAY: "THURSDAY";
419
+ readonly TUESDAY: "TUESDAY";
420
+ readonly WEDNESDAY: "WEDNESDAY";
421
+ };
422
+ /**
423
+ * @public
424
+ */
425
+ export type Day = (typeof Day)[keyof typeof Day];
426
+ /**
427
+ * @public
428
+ * @enum
429
+ */
430
+ export declare const MaintenanceScheduleType: {
431
+ readonly WINDOW: "WINDOW";
432
+ };
433
+ /**
434
+ * @public
435
+ */
436
+ export type MaintenanceScheduleType = (typeof MaintenanceScheduleType)[keyof typeof MaintenanceScheduleType];
437
+ /**
438
+ * @public
439
+ * @enum
440
+ */
441
+ export declare const MaintenanceType: {
442
+ readonly DEFAULT: "DEFAULT";
443
+ readonly PREFERRED_DAY_TIME: "PREFERRED_DAY_TIME";
444
+ };
445
+ /**
446
+ * @public
447
+ */
448
+ export type MaintenanceType = (typeof MaintenanceType)[keyof typeof MaintenanceType];
449
+ /**
450
+ * @public
451
+ * @enum
452
+ */
453
+ export declare const RoutingScope: {
454
+ readonly GLOBAL: "GLOBAL";
455
+ readonly REGIONAL: "REGIONAL";
456
+ };
457
+ /**
458
+ * @public
459
+ */
460
+ export type RoutingScope = (typeof RoutingScope)[keyof typeof RoutingScope];
461
+ /**
462
+ * @public
463
+ * @enum
464
+ */
465
+ export declare const RouterInputState: {
466
+ readonly ACTIVE: "ACTIVE";
467
+ readonly CREATING: "CREATING";
468
+ readonly DELETING: "DELETING";
469
+ readonly ERROR: "ERROR";
470
+ readonly MIGRATING: "MIGRATING";
471
+ readonly RECOVERING: "RECOVERING";
472
+ readonly STANDBY: "STANDBY";
473
+ readonly STARTING: "STARTING";
474
+ readonly STOPPING: "STOPPING";
475
+ readonly UPDATING: "UPDATING";
476
+ };
477
+ /**
478
+ * @public
479
+ */
480
+ export type RouterInputState = (typeof RouterInputState)[keyof typeof RouterInputState];
481
+ /**
482
+ * @public
483
+ * @enum
484
+ */
485
+ export declare const RouterInputTier: {
486
+ readonly INPUT_100: "INPUT_100";
487
+ readonly INPUT_20: "INPUT_20";
488
+ readonly INPUT_50: "INPUT_50";
489
+ };
490
+ /**
491
+ * @public
492
+ */
493
+ export type RouterInputTier = (typeof RouterInputTier)[keyof typeof RouterInputTier];
494
+ /**
495
+ * @public
496
+ * @enum
497
+ */
498
+ export declare const RouterInputTransitEncryptionKeyType: {
499
+ readonly AUTOMATIC: "AUTOMATIC";
500
+ readonly SECRETS_MANAGER: "SECRETS_MANAGER";
501
+ };
502
+ /**
503
+ * @public
504
+ */
505
+ export type RouterInputTransitEncryptionKeyType = (typeof RouterInputTransitEncryptionKeyType)[keyof typeof RouterInputTransitEncryptionKeyType];
506
+ /**
507
+ * @public
508
+ * @enum
509
+ */
510
+ export declare const RouterNetworkInterfaceType: {
511
+ readonly PUBLIC: "PUBLIC";
512
+ readonly VPC: "VPC";
513
+ };
514
+ /**
515
+ * @public
516
+ */
517
+ export type RouterNetworkInterfaceType = (typeof RouterNetworkInterfaceType)[keyof typeof RouterNetworkInterfaceType];
518
+ /**
519
+ * @public
520
+ * @enum
521
+ */
522
+ export declare const RouterNetworkInterfaceState: {
523
+ readonly ACTIVE: "ACTIVE";
524
+ readonly CREATING: "CREATING";
525
+ readonly DELETING: "DELETING";
526
+ readonly ERROR: "ERROR";
527
+ readonly RECOVERING: "RECOVERING";
528
+ readonly UPDATING: "UPDATING";
529
+ };
530
+ /**
531
+ * @public
532
+ */
533
+ export type RouterNetworkInterfaceState = (typeof RouterNetworkInterfaceState)[keyof typeof RouterNetworkInterfaceState];
534
+ /**
535
+ * @public
536
+ * @enum
537
+ */
538
+ export declare const MediaLiveTransitEncryptionKeyType: {
539
+ readonly AUTOMATIC: "AUTOMATIC";
540
+ readonly SECRETS_MANAGER: "SECRETS_MANAGER";
541
+ };
542
+ /**
543
+ * @public
544
+ */
545
+ export type MediaLiveTransitEncryptionKeyType = (typeof MediaLiveTransitEncryptionKeyType)[keyof typeof MediaLiveTransitEncryptionKeyType];
546
+ /**
547
+ * @public
548
+ * @enum
549
+ */
550
+ export declare const MediaLiveInputPipelineId: {
551
+ readonly PIPELINE_0: "PIPELINE_0";
552
+ readonly PIPELINE_1: "PIPELINE_1";
553
+ };
554
+ /**
555
+ * @public
556
+ */
557
+ export type MediaLiveInputPipelineId = (typeof MediaLiveInputPipelineId)[keyof typeof MediaLiveInputPipelineId];
558
+ /**
559
+ * @public
560
+ * @enum
561
+ */
562
+ export declare const RouterOutputProtocol: {
563
+ readonly RIST: "RIST";
564
+ readonly RTP: "RTP";
565
+ readonly SRT_CALLER: "SRT_CALLER";
566
+ readonly SRT_LISTENER: "SRT_LISTENER";
567
+ };
568
+ /**
569
+ * @public
570
+ */
571
+ export type RouterOutputProtocol = (typeof RouterOutputProtocol)[keyof typeof RouterOutputProtocol];
572
+ /**
573
+ * @public
574
+ * @enum
575
+ */
576
+ export declare const RouterOutputType: {
577
+ readonly MEDIACONNECT_FLOW: "MEDIACONNECT_FLOW";
578
+ readonly MEDIALIVE_INPUT: "MEDIALIVE_INPUT";
579
+ readonly STANDARD: "STANDARD";
580
+ };
581
+ /**
582
+ * @public
583
+ */
584
+ export type RouterOutputType = (typeof RouterOutputType)[keyof typeof RouterOutputType];
585
+ /**
586
+ * @public
587
+ * @enum
588
+ */
589
+ export declare const RouterOutputRoutedState: {
590
+ readonly ROUTED: "ROUTED";
591
+ readonly ROUTING: "ROUTING";
592
+ readonly UNROUTED: "UNROUTED";
593
+ };
594
+ /**
595
+ * @public
596
+ */
597
+ export type RouterOutputRoutedState = (typeof RouterOutputRoutedState)[keyof typeof RouterOutputRoutedState];
598
+ /**
599
+ * @public
600
+ * @enum
601
+ */
602
+ export declare const RouterOutputState: {
603
+ readonly ACTIVE: "ACTIVE";
604
+ readonly CREATING: "CREATING";
605
+ readonly DELETING: "DELETING";
606
+ readonly ERROR: "ERROR";
607
+ readonly MIGRATING: "MIGRATING";
608
+ readonly RECOVERING: "RECOVERING";
609
+ readonly STANDBY: "STANDBY";
610
+ readonly STARTING: "STARTING";
611
+ readonly STOPPING: "STOPPING";
612
+ readonly UPDATING: "UPDATING";
613
+ };
614
+ /**
615
+ * @public
616
+ */
617
+ export type RouterOutputState = (typeof RouterOutputState)[keyof typeof RouterOutputState];
618
+ /**
619
+ * @public
620
+ * @enum
621
+ */
622
+ export declare const RouterOutputTier: {
623
+ readonly OUTPUT_100: "OUTPUT_100";
624
+ readonly OUTPUT_20: "OUTPUT_20";
625
+ readonly OUTPUT_50: "OUTPUT_50";
626
+ };
627
+ /**
628
+ * @public
629
+ */
630
+ export type RouterOutputTier = (typeof RouterOutputTier)[keyof typeof RouterOutputTier];
631
+ /**
632
+ * @public
633
+ * @enum
634
+ */
635
+ export declare const FailoverMode: {
636
+ readonly FAILOVER: "FAILOVER";
637
+ readonly MERGE: "MERGE";
638
+ };
639
+ /**
640
+ * @public
641
+ */
642
+ export type FailoverMode = (typeof FailoverMode)[keyof typeof FailoverMode];
643
+ /**
644
+ * @public
645
+ * @enum
646
+ */
647
+ export declare const BridgePlacement: {
648
+ readonly AVAILABLE: "AVAILABLE";
649
+ readonly LOCKED: "LOCKED";
650
+ };
651
+ /**
652
+ * @public
653
+ */
654
+ export type BridgePlacement = (typeof BridgePlacement)[keyof typeof BridgePlacement];
655
+ /**
656
+ * @public
657
+ * @enum
658
+ */
659
+ export declare const DesiredState: {
660
+ readonly ACTIVE: "ACTIVE";
661
+ readonly DELETED: "DELETED";
662
+ readonly STANDBY: "STANDBY";
663
+ };
664
+ /**
665
+ * @public
666
+ */
667
+ export type DesiredState = (typeof DesiredState)[keyof typeof DesiredState];
668
+ /**
669
+ * @public
670
+ * @enum
671
+ */
672
+ export declare const ConnectionStatus: {
673
+ readonly CONNECTED: "CONNECTED";
674
+ readonly DISCONNECTED: "DISCONNECTED";
675
+ };
676
+ /**
677
+ * @public
678
+ */
679
+ export type ConnectionStatus = (typeof ConnectionStatus)[keyof typeof ConnectionStatus];
680
+ /**
681
+ * @public
682
+ * @enum
683
+ */
684
+ export declare const ContentQualityAnalysisState: {
685
+ readonly DISABLED: "DISABLED";
686
+ readonly ENABLED: "ENABLED";
687
+ };
688
+ /**
689
+ * @public
690
+ */
691
+ export type ContentQualityAnalysisState = (typeof ContentQualityAnalysisState)[keyof typeof ContentQualityAnalysisState];
692
+ /**
693
+ * @public
694
+ * @enum
695
+ */
696
+ export declare const FlowSize: {
697
+ readonly LARGE: "LARGE";
698
+ readonly MEDIUM: "MEDIUM";
699
+ };
700
+ /**
701
+ * @public
702
+ */
703
+ export type FlowSize = (typeof FlowSize)[keyof typeof FlowSize];
704
+ /**
705
+ * @public
706
+ * @enum
707
+ */
708
+ export declare const NdiState: {
709
+ readonly DISABLED: "DISABLED";
710
+ readonly ENABLED: "ENABLED";
711
+ };
712
+ /**
713
+ * @public
714
+ */
715
+ export type NdiState = (typeof NdiState)[keyof typeof NdiState];
716
+ /**
717
+ * @public
718
+ * @enum
719
+ */
720
+ export declare const ThumbnailState: {
721
+ readonly DISABLED: "DISABLED";
722
+ readonly ENABLED: "ENABLED";
723
+ };
724
+ /**
725
+ * @public
726
+ */
727
+ export type ThumbnailState = (typeof ThumbnailState)[keyof typeof ThumbnailState];