@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
@@ -1,358 +1 @@
1
- import { MediaConnectServiceException as __BaseException } from "./MediaConnectServiceException";
2
- export const Protocol = {
3
- cdi: "cdi",
4
- fujitsu_qos: "fujitsu-qos",
5
- ndi_speed_hq: "ndi-speed-hq",
6
- rist: "rist",
7
- rtp: "rtp",
8
- rtp_fec: "rtp-fec",
9
- srt_caller: "srt-caller",
10
- srt_listener: "srt-listener",
11
- st2110_jpegxs: "st2110-jpegxs",
12
- udp: "udp",
13
- zixi_pull: "zixi-pull",
14
- zixi_push: "zixi-push",
15
- };
16
- export const Colorimetry = {
17
- BT2020: "BT2020",
18
- BT2100: "BT2100",
19
- BT601: "BT601",
20
- BT709: "BT709",
21
- ST2065_1: "ST2065-1",
22
- ST2065_3: "ST2065-3",
23
- XYZ: "XYZ",
24
- };
25
- export const Range = {
26
- FULL: "FULL",
27
- FULLPROTECT: "FULLPROTECT",
28
- NARROW: "NARROW",
29
- };
30
- export const ScanMode = {
31
- interlace: "interlace",
32
- progressive: "progressive",
33
- progressive_segmented_frame: "progressive-segmented-frame",
34
- };
35
- export const Tcs = {
36
- BT2100LINHLG: "BT2100LINHLG",
37
- BT2100LINPQ: "BT2100LINPQ",
38
- DENSITY: "DENSITY",
39
- HLG: "HLG",
40
- LINEAR: "LINEAR",
41
- PQ: "PQ",
42
- SDR: "SDR",
43
- ST2065_1: "ST2065-1",
44
- ST428_1: "ST428-1",
45
- };
46
- export const MediaStreamType = {
47
- ancillary_data: "ancillary-data",
48
- audio: "audio",
49
- video: "video",
50
- };
51
- export const Algorithm = {
52
- aes128: "aes128",
53
- aes192: "aes192",
54
- aes256: "aes256",
55
- };
56
- export const KeyType = {
57
- speke: "speke",
58
- srt_password: "srt-password",
59
- static_key: "static-key",
60
- };
61
- export const EncodingName = {
62
- jxsv: "jxsv",
63
- pcm: "pcm",
64
- raw: "raw",
65
- smpte291: "smpte291",
66
- };
67
- export const EncoderProfile = {
68
- high: "high",
69
- main: "main",
70
- };
71
- export const OutputStatus = {
72
- DISABLED: "DISABLED",
73
- ENABLED: "ENABLED",
74
- };
75
- export const State = {
76
- DISABLED: "DISABLED",
77
- ENABLED: "ENABLED",
78
- };
79
- export const EntitlementStatus = {
80
- DISABLED: "DISABLED",
81
- ENABLED: "ENABLED",
82
- };
83
- export const BridgeState = {
84
- ACTIVE: "ACTIVE",
85
- CREATING: "CREATING",
86
- DELETED: "DELETED",
87
- DELETING: "DELETING",
88
- DEPLOYING: "DEPLOYING",
89
- STANDBY: "STANDBY",
90
- STARTING: "STARTING",
91
- START_FAILED: "START_FAILED",
92
- START_PENDING: "START_PENDING",
93
- STOPPING: "STOPPING",
94
- STOP_FAILED: "STOP_FAILED",
95
- UPDATING: "UPDATING",
96
- };
97
- export const MaintenanceDay = {
98
- Friday: "Friday",
99
- Monday: "Monday",
100
- Saturday: "Saturday",
101
- Sunday: "Sunday",
102
- Thursday: "Thursday",
103
- Tuesday: "Tuesday",
104
- Wednesday: "Wednesday",
105
- };
106
- export const SourceType = {
107
- ENTITLED: "ENTITLED",
108
- OWNED: "OWNED",
109
- };
110
- export const Status = {
111
- ACTIVE: "ACTIVE",
112
- DELETING: "DELETING",
113
- ERROR: "ERROR",
114
- STANDBY: "STANDBY",
115
- STARTING: "STARTING",
116
- STOPPING: "STOPPING",
117
- UPDATING: "UPDATING",
118
- };
119
- export const GatewayState = {
120
- ACTIVE: "ACTIVE",
121
- CREATING: "CREATING",
122
- DELETED: "DELETED",
123
- DELETING: "DELETING",
124
- ERROR: "ERROR",
125
- UPDATING: "UPDATING",
126
- };
127
- export const InstanceState = {
128
- ACTIVE: "ACTIVE",
129
- DEREGISTERED: "DEREGISTERED",
130
- DEREGISTERING: "DEREGISTERING",
131
- DEREGISTRATION_ERROR: "DEREGISTRATION_ERROR",
132
- REGISTERING: "REGISTERING",
133
- REGISTRATION_ERROR: "REGISTRATION_ERROR",
134
- };
135
- export const DurationUnits = {
136
- MONTHS: "MONTHS",
137
- };
138
- export const PriceUnits = {
139
- HOURLY: "HOURLY",
140
- };
141
- export const ResourceType = {
142
- Mbps_Outbound_Bandwidth: "Mbps_Outbound_Bandwidth",
143
- };
144
- export const ReservationState = {
145
- ACTIVE: "ACTIVE",
146
- CANCELED: "CANCELED",
147
- EXPIRED: "EXPIRED",
148
- PROCESSING: "PROCESSING",
149
- };
150
- export const NetworkInterfaceType = {
151
- efa: "efa",
152
- ena: "ena",
153
- };
154
- export class BadRequestException extends __BaseException {
155
- name = "BadRequestException";
156
- $fault = "client";
157
- Message;
158
- constructor(opts) {
159
- super({
160
- name: "BadRequestException",
161
- $fault: "client",
162
- ...opts,
163
- });
164
- Object.setPrototypeOf(this, BadRequestException.prototype);
165
- this.Message = opts.Message;
166
- }
167
- }
168
- export class ConflictException extends __BaseException {
169
- name = "ConflictException";
170
- $fault = "client";
171
- $retryable = {};
172
- Message;
173
- constructor(opts) {
174
- super({
175
- name: "ConflictException",
176
- $fault: "client",
177
- ...opts,
178
- });
179
- Object.setPrototypeOf(this, ConflictException.prototype);
180
- this.Message = opts.Message;
181
- }
182
- }
183
- export class ForbiddenException extends __BaseException {
184
- name = "ForbiddenException";
185
- $fault = "client";
186
- Message;
187
- constructor(opts) {
188
- super({
189
- name: "ForbiddenException",
190
- $fault: "client",
191
- ...opts,
192
- });
193
- Object.setPrototypeOf(this, ForbiddenException.prototype);
194
- this.Message = opts.Message;
195
- }
196
- }
197
- export class InternalServerErrorException extends __BaseException {
198
- name = "InternalServerErrorException";
199
- $fault = "server";
200
- $retryable = {};
201
- Message;
202
- constructor(opts) {
203
- super({
204
- name: "InternalServerErrorException",
205
- $fault: "server",
206
- ...opts,
207
- });
208
- Object.setPrototypeOf(this, InternalServerErrorException.prototype);
209
- this.Message = opts.Message;
210
- }
211
- }
212
- export class NotFoundException extends __BaseException {
213
- name = "NotFoundException";
214
- $fault = "client";
215
- Message;
216
- constructor(opts) {
217
- super({
218
- name: "NotFoundException",
219
- $fault: "client",
220
- ...opts,
221
- });
222
- Object.setPrototypeOf(this, NotFoundException.prototype);
223
- this.Message = opts.Message;
224
- }
225
- }
226
- export class ServiceUnavailableException extends __BaseException {
227
- name = "ServiceUnavailableException";
228
- $fault = "server";
229
- $retryable = {};
230
- Message;
231
- constructor(opts) {
232
- super({
233
- name: "ServiceUnavailableException",
234
- $fault: "server",
235
- ...opts,
236
- });
237
- Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
238
- this.Message = opts.Message;
239
- }
240
- }
241
- export class TooManyRequestsException extends __BaseException {
242
- name = "TooManyRequestsException";
243
- $fault = "client";
244
- $retryable = {};
245
- Message;
246
- constructor(opts) {
247
- super({
248
- name: "TooManyRequestsException",
249
- $fault: "client",
250
- ...opts,
251
- });
252
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
253
- this.Message = opts.Message;
254
- }
255
- }
256
- export class AddFlowOutputs420Exception extends __BaseException {
257
- name = "AddFlowOutputs420Exception";
258
- $fault = "client";
259
- Message;
260
- constructor(opts) {
261
- super({
262
- name: "AddFlowOutputs420Exception",
263
- $fault: "client",
264
- ...opts,
265
- });
266
- Object.setPrototypeOf(this, AddFlowOutputs420Exception.prototype);
267
- this.Message = opts.Message;
268
- }
269
- }
270
- export const FailoverMode = {
271
- FAILOVER: "FAILOVER",
272
- MERGE: "MERGE",
273
- };
274
- export const BridgePlacement = {
275
- AVAILABLE: "AVAILABLE",
276
- LOCKED: "LOCKED",
277
- };
278
- export class CreateBridge420Exception extends __BaseException {
279
- name = "CreateBridge420Exception";
280
- $fault = "client";
281
- Message;
282
- constructor(opts) {
283
- super({
284
- name: "CreateBridge420Exception",
285
- $fault: "client",
286
- ...opts,
287
- });
288
- Object.setPrototypeOf(this, CreateBridge420Exception.prototype);
289
- this.Message = opts.Message;
290
- }
291
- }
292
- export const DesiredState = {
293
- ACTIVE: "ACTIVE",
294
- DELETED: "DELETED",
295
- STANDBY: "STANDBY",
296
- };
297
- export const ConnectionStatus = {
298
- CONNECTED: "CONNECTED",
299
- DISCONNECTED: "DISCONNECTED",
300
- };
301
- export const ContentQualityAnalysisState = {
302
- DISABLED: "DISABLED",
303
- ENABLED: "ENABLED",
304
- };
305
- export class CreateFlow420Exception extends __BaseException {
306
- name = "CreateFlow420Exception";
307
- $fault = "client";
308
- Message;
309
- constructor(opts) {
310
- super({
311
- name: "CreateFlow420Exception",
312
- $fault: "client",
313
- ...opts,
314
- });
315
- Object.setPrototypeOf(this, CreateFlow420Exception.prototype);
316
- this.Message = opts.Message;
317
- }
318
- }
319
- export const FlowSize = {
320
- LARGE: "LARGE",
321
- MEDIUM: "MEDIUM",
322
- };
323
- export const NdiState = {
324
- DISABLED: "DISABLED",
325
- ENABLED: "ENABLED",
326
- };
327
- export const ThumbnailState = {
328
- DISABLED: "DISABLED",
329
- ENABLED: "ENABLED",
330
- };
331
- export class CreateGateway420Exception extends __BaseException {
332
- name = "CreateGateway420Exception";
333
- $fault = "client";
334
- Message;
335
- constructor(opts) {
336
- super({
337
- name: "CreateGateway420Exception",
338
- $fault: "client",
339
- ...opts,
340
- });
341
- Object.setPrototypeOf(this, CreateGateway420Exception.prototype);
342
- this.Message = opts.Message;
343
- }
344
- }
345
- export class GrantFlowEntitlements420Exception extends __BaseException {
346
- name = "GrantFlowEntitlements420Exception";
347
- $fault = "client";
348
- Message;
349
- constructor(opts) {
350
- super({
351
- name: "GrantFlowEntitlements420Exception",
352
- $fault: "client",
353
- ...opts,
354
- });
355
- Object.setPrototypeOf(this, GrantFlowEntitlements420Exception.prototype);
356
- this.Message = opts.Message;
357
- }
358
- }
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListRouterInputsCommand, } from "../commands/ListRouterInputsCommand";
3
+ import { MediaConnectClient } from "../MediaConnectClient";
4
+ export const paginateListRouterInputs = createPaginator(MediaConnectClient, ListRouterInputsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListRouterNetworkInterfacesCommand, } from "../commands/ListRouterNetworkInterfacesCommand";
3
+ import { MediaConnectClient } from "../MediaConnectClient";
4
+ export const paginateListRouterNetworkInterfaces = createPaginator(MediaConnectClient, ListRouterNetworkInterfacesCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListRouterOutputsCommand, } from "../commands/ListRouterOutputsCommand";
3
+ import { MediaConnectClient } from "../MediaConnectClient";
4
+ export const paginateListRouterOutputs = createPaginator(MediaConnectClient, ListRouterOutputsCommand, "NextToken", "NextToken", "MaxResults");
@@ -6,3 +6,6 @@ export * from "./ListGatewayInstancesPaginator";
6
6
  export * from "./ListGatewaysPaginator";
7
7
  export * from "./ListOfferingsPaginator";
8
8
  export * from "./ListReservationsPaginator";
9
+ export * from "./ListRouterInputsPaginator";
10
+ export * from "./ListRouterNetworkInterfacesPaginator";
11
+ export * from "./ListRouterOutputsPaginator";