@aws-sdk/client-mediaconnect 3.50.0 → 3.53.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 (66) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/MediaConnectServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +129 -2
  5. package/dist-cjs/protocols/Aws_restJson1.js +367 -1355
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/MediaConnectServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +119 -1
  9. package/dist-es/protocols/Aws_restJson1.js +753 -1485
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/MediaConnectServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +65 -28
  13. package/dist-types/ts3.4/MediaConnect.d.ts +155 -0
  14. package/dist-types/ts3.4/MediaConnectClient.d.ts +103 -0
  15. package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/index.d.ts +30 -0
  46. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  47. package/dist-types/ts3.4/index.d.ts +7 -0
  48. package/dist-types/ts3.4/models/MediaConnectServiceException.d.ts +6 -0
  49. package/dist-types/ts3.4/models/index.d.ts +1 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +1600 -0
  51. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  52. package/dist-types/ts3.4/pagination/ListEntitlementsPaginator.d.ts +4 -0
  53. package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +4 -0
  54. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  57. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +92 -0
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  62. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  63. package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +7 -0
  64. package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +7 -0
  65. package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +7 -0
  66. package/package.json +34 -34
@@ -0,0 +1,1600 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { MediaConnectServiceException as __BaseException } from "./MediaConnectServiceException";
3
+ export declare enum Colorimetry {
4
+ BT2020 = "BT2020",
5
+ BT2100 = "BT2100",
6
+ BT601 = "BT601",
7
+ BT709 = "BT709",
8
+ ST2065_1 = "ST2065-1",
9
+ ST2065_3 = "ST2065-3",
10
+ XYZ = "XYZ"
11
+ }
12
+ export declare enum Range {
13
+ FULL = "FULL",
14
+ FULLPROTECT = "FULLPROTECT",
15
+ NARROW = "NARROW"
16
+ }
17
+ export declare enum ScanMode {
18
+ interlace = "interlace",
19
+ progressive = "progressive",
20
+ progressive_segmented_frame = "progressive-segmented-frame"
21
+ }
22
+ export declare enum Tcs {
23
+ BT2100LINHLG = "BT2100LINHLG",
24
+ BT2100LINPQ = "BT2100LINPQ",
25
+ DENSITY = "DENSITY",
26
+ HLG = "HLG",
27
+ LINEAR = "LINEAR",
28
+ PQ = "PQ",
29
+ SDR = "SDR",
30
+ ST2065_1 = "ST2065-1",
31
+ ST428_1 = "ST428-1"
32
+ }
33
+
34
+ export interface FmtpRequest {
35
+
36
+ ChannelOrder?: string;
37
+
38
+ Colorimetry?: Colorimetry | string;
39
+
40
+ ExactFramerate?: string;
41
+
42
+ Par?: string;
43
+
44
+ Range?: Range | string;
45
+
46
+ ScanMode?: ScanMode | string;
47
+
48
+ Tcs?: Tcs | string;
49
+ }
50
+ export declare namespace FmtpRequest {
51
+
52
+ const filterSensitiveLog: (obj: FmtpRequest) => any;
53
+ }
54
+
55
+ export interface MediaStreamAttributesRequest {
56
+
57
+ Fmtp?: FmtpRequest;
58
+
59
+ Lang?: string;
60
+ }
61
+ export declare namespace MediaStreamAttributesRequest {
62
+
63
+ const filterSensitiveLog: (obj: MediaStreamAttributesRequest) => any;
64
+ }
65
+ export declare enum MediaStreamType {
66
+ ancillary_data = "ancillary-data",
67
+ audio = "audio",
68
+ video = "video"
69
+ }
70
+
71
+ export interface AddMediaStreamRequest {
72
+
73
+ Attributes?: MediaStreamAttributesRequest;
74
+
75
+ ClockRate?: number;
76
+
77
+ Description?: string;
78
+
79
+ MediaStreamId: number | undefined;
80
+
81
+ MediaStreamName: string | undefined;
82
+
83
+ MediaStreamType: MediaStreamType | string | undefined;
84
+
85
+ VideoFormat?: string;
86
+ }
87
+ export declare namespace AddMediaStreamRequest {
88
+
89
+ const filterSensitiveLog: (obj: AddMediaStreamRequest) => any;
90
+ }
91
+ export declare enum Algorithm {
92
+ aes128 = "aes128",
93
+ aes192 = "aes192",
94
+ aes256 = "aes256"
95
+ }
96
+ export declare enum KeyType {
97
+ speke = "speke",
98
+ srt_password = "srt-password",
99
+ static_key = "static-key"
100
+ }
101
+
102
+ export interface Encryption {
103
+
104
+ Algorithm?: Algorithm | string;
105
+
106
+ ConstantInitializationVector?: string;
107
+
108
+ DeviceId?: string;
109
+
110
+ KeyType?: KeyType | string;
111
+
112
+ Region?: string;
113
+
114
+ ResourceId?: string;
115
+
116
+ RoleArn: string | undefined;
117
+
118
+ SecretArn?: string;
119
+
120
+ Url?: string;
121
+ }
122
+ export declare namespace Encryption {
123
+
124
+ const filterSensitiveLog: (obj: Encryption) => any;
125
+ }
126
+
127
+ export interface InterfaceRequest {
128
+
129
+ Name: string | undefined;
130
+ }
131
+ export declare namespace InterfaceRequest {
132
+
133
+ const filterSensitiveLog: (obj: InterfaceRequest) => any;
134
+ }
135
+
136
+ export interface DestinationConfigurationRequest {
137
+
138
+ DestinationIp: string | undefined;
139
+
140
+ DestinationPort: number | undefined;
141
+
142
+ Interface: InterfaceRequest | undefined;
143
+ }
144
+ export declare namespace DestinationConfigurationRequest {
145
+
146
+ const filterSensitiveLog: (obj: DestinationConfigurationRequest) => any;
147
+ }
148
+ export declare enum EncodingName {
149
+ jxsv = "jxsv",
150
+ pcm = "pcm",
151
+ raw = "raw",
152
+ smpte291 = "smpte291"
153
+ }
154
+ export declare enum EncoderProfile {
155
+ high = "high",
156
+ main = "main"
157
+ }
158
+
159
+ export interface EncodingParametersRequest {
160
+
161
+ CompressionFactor: number | undefined;
162
+
163
+ EncoderProfile: EncoderProfile | string | undefined;
164
+ }
165
+ export declare namespace EncodingParametersRequest {
166
+
167
+ const filterSensitiveLog: (obj: EncodingParametersRequest) => any;
168
+ }
169
+
170
+ export interface MediaStreamOutputConfigurationRequest {
171
+
172
+ DestinationConfigurations?: DestinationConfigurationRequest[];
173
+
174
+ EncodingName: EncodingName | string | undefined;
175
+
176
+ EncodingParameters?: EncodingParametersRequest;
177
+
178
+ MediaStreamName: string | undefined;
179
+ }
180
+ export declare namespace MediaStreamOutputConfigurationRequest {
181
+
182
+ const filterSensitiveLog: (obj: MediaStreamOutputConfigurationRequest) => any;
183
+ }
184
+ export declare enum Protocol {
185
+ cdi = "cdi",
186
+ fujitsu_qos = "fujitsu-qos",
187
+ rist = "rist",
188
+ rtp = "rtp",
189
+ rtp_fec = "rtp-fec",
190
+ srt_listener = "srt-listener",
191
+ st2110_jpegxs = "st2110-jpegxs",
192
+ zixi_pull = "zixi-pull",
193
+ zixi_push = "zixi-push"
194
+ }
195
+
196
+ export interface VpcInterfaceAttachment {
197
+
198
+ VpcInterfaceName?: string;
199
+ }
200
+ export declare namespace VpcInterfaceAttachment {
201
+
202
+ const filterSensitiveLog: (obj: VpcInterfaceAttachment) => any;
203
+ }
204
+
205
+ export interface AddOutputRequest {
206
+
207
+ CidrAllowList?: string[];
208
+
209
+ Description?: string;
210
+
211
+ Destination?: string;
212
+
213
+ Encryption?: Encryption;
214
+
215
+ MaxLatency?: number;
216
+
217
+ MediaStreamOutputConfigurations?: MediaStreamOutputConfigurationRequest[];
218
+
219
+ MinLatency?: number;
220
+
221
+ Name?: string;
222
+
223
+ Port?: number;
224
+
225
+ Protocol: Protocol | string | undefined;
226
+
227
+ RemoteId?: string;
228
+
229
+ SenderControlPort?: number;
230
+
231
+ SmoothingLatency?: number;
232
+
233
+ StreamId?: string;
234
+
235
+ VpcInterfaceAttachment?: VpcInterfaceAttachment;
236
+ }
237
+ export declare namespace AddOutputRequest {
238
+
239
+ const filterSensitiveLog: (obj: AddOutputRequest) => any;
240
+ }
241
+
242
+ export interface Interface {
243
+
244
+ Name: string | undefined;
245
+ }
246
+ export declare namespace Interface {
247
+
248
+ const filterSensitiveLog: (obj: Interface) => any;
249
+ }
250
+
251
+ export interface DestinationConfiguration {
252
+
253
+ DestinationIp: string | undefined;
254
+
255
+ DestinationPort: number | undefined;
256
+
257
+ Interface: Interface | undefined;
258
+
259
+ OutboundIp: string | undefined;
260
+ }
261
+ export declare namespace DestinationConfiguration {
262
+
263
+ const filterSensitiveLog: (obj: DestinationConfiguration) => any;
264
+ }
265
+ export declare enum EntitlementStatus {
266
+ DISABLED = "DISABLED",
267
+ ENABLED = "ENABLED"
268
+ }
269
+
270
+ export interface Entitlement {
271
+
272
+ DataTransferSubscriberFeePercent?: number;
273
+
274
+ Description?: string;
275
+
276
+ Encryption?: Encryption;
277
+
278
+ EntitlementArn: string | undefined;
279
+
280
+ EntitlementStatus?: EntitlementStatus | string;
281
+
282
+ Name: string | undefined;
283
+
284
+ Subscribers: string[] | undefined;
285
+ }
286
+ export declare namespace Entitlement {
287
+
288
+ const filterSensitiveLog: (obj: Entitlement) => any;
289
+ }
290
+
291
+ export interface GrantEntitlementRequest {
292
+
293
+ DataTransferSubscriberFeePercent?: number;
294
+
295
+ Description?: string;
296
+
297
+ Encryption?: Encryption;
298
+
299
+ EntitlementStatus?: EntitlementStatus | string;
300
+
301
+ Name?: string;
302
+
303
+ Subscribers: string[] | undefined;
304
+ }
305
+ export declare namespace GrantEntitlementRequest {
306
+
307
+ const filterSensitiveLog: (obj: GrantEntitlementRequest) => any;
308
+ }
309
+
310
+ export interface InputConfiguration {
311
+
312
+ InputIp: string | undefined;
313
+
314
+ InputPort: number | undefined;
315
+
316
+ Interface: Interface | undefined;
317
+ }
318
+ export declare namespace InputConfiguration {
319
+
320
+ const filterSensitiveLog: (obj: InputConfiguration) => any;
321
+ }
322
+
323
+ export interface InputConfigurationRequest {
324
+
325
+ InputPort: number | undefined;
326
+
327
+ Interface: InterfaceRequest | undefined;
328
+ }
329
+ export declare namespace InputConfigurationRequest {
330
+
331
+ const filterSensitiveLog: (obj: InputConfigurationRequest) => any;
332
+ }
333
+
334
+ export interface ListedEntitlement {
335
+
336
+ DataTransferSubscriberFeePercent?: number;
337
+
338
+ EntitlementArn: string | undefined;
339
+
340
+ EntitlementName: string | undefined;
341
+ }
342
+ export declare namespace ListedEntitlement {
343
+
344
+ const filterSensitiveLog: (obj: ListedEntitlement) => any;
345
+ }
346
+ export declare enum SourceType {
347
+ ENTITLED = "ENTITLED",
348
+ OWNED = "OWNED"
349
+ }
350
+ export declare enum Status {
351
+ ACTIVE = "ACTIVE",
352
+ DELETING = "DELETING",
353
+ ERROR = "ERROR",
354
+ STANDBY = "STANDBY",
355
+ STARTING = "STARTING",
356
+ STOPPING = "STOPPING",
357
+ UPDATING = "UPDATING"
358
+ }
359
+
360
+ export interface ListedFlow {
361
+
362
+ AvailabilityZone: string | undefined;
363
+
364
+ Description: string | undefined;
365
+
366
+ FlowArn: string | undefined;
367
+
368
+ Name: string | undefined;
369
+
370
+ SourceType: SourceType | string | undefined;
371
+
372
+ Status: Status | string | undefined;
373
+ }
374
+ export declare namespace ListedFlow {
375
+
376
+ const filterSensitiveLog: (obj: ListedFlow) => any;
377
+ }
378
+
379
+ export interface Fmtp {
380
+
381
+ ChannelOrder?: string;
382
+
383
+ Colorimetry?: Colorimetry | string;
384
+
385
+ ExactFramerate?: string;
386
+
387
+ Par?: string;
388
+
389
+ Range?: Range | string;
390
+
391
+ ScanMode?: ScanMode | string;
392
+
393
+ Tcs?: Tcs | string;
394
+ }
395
+ export declare namespace Fmtp {
396
+
397
+ const filterSensitiveLog: (obj: Fmtp) => any;
398
+ }
399
+
400
+ export interface MediaStreamAttributes {
401
+
402
+ Fmtp: Fmtp | undefined;
403
+
404
+ Lang?: string;
405
+ }
406
+ export declare namespace MediaStreamAttributes {
407
+
408
+ const filterSensitiveLog: (obj: MediaStreamAttributes) => any;
409
+ }
410
+
411
+ export interface MediaStream {
412
+
413
+ Attributes?: MediaStreamAttributes;
414
+
415
+ ClockRate?: number;
416
+
417
+ Description?: string;
418
+
419
+ Fmt: number | undefined;
420
+
421
+ MediaStreamId: number | undefined;
422
+
423
+ MediaStreamName: string | undefined;
424
+
425
+ MediaStreamType: MediaStreamType | string | undefined;
426
+
427
+ VideoFormat?: string;
428
+ }
429
+ export declare namespace MediaStream {
430
+
431
+ const filterSensitiveLog: (obj: MediaStream) => any;
432
+ }
433
+
434
+ export interface EncodingParameters {
435
+
436
+ CompressionFactor: number | undefined;
437
+
438
+ EncoderProfile: EncoderProfile | string | undefined;
439
+ }
440
+ export declare namespace EncodingParameters {
441
+
442
+ const filterSensitiveLog: (obj: EncodingParameters) => any;
443
+ }
444
+
445
+ export interface MediaStreamOutputConfiguration {
446
+
447
+ DestinationConfigurations?: DestinationConfiguration[];
448
+
449
+ EncodingName: EncodingName | string | undefined;
450
+
451
+ EncodingParameters?: EncodingParameters;
452
+
453
+ MediaStreamName: string | undefined;
454
+ }
455
+ export declare namespace MediaStreamOutputConfiguration {
456
+
457
+ const filterSensitiveLog: (obj: MediaStreamOutputConfiguration) => any;
458
+ }
459
+
460
+ export interface MediaStreamSourceConfiguration {
461
+
462
+ EncodingName: EncodingName | string | undefined;
463
+
464
+ InputConfigurations?: InputConfiguration[];
465
+
466
+ MediaStreamName: string | undefined;
467
+ }
468
+ export declare namespace MediaStreamSourceConfiguration {
469
+
470
+ const filterSensitiveLog: (obj: MediaStreamSourceConfiguration) => any;
471
+ }
472
+
473
+ export interface MediaStreamSourceConfigurationRequest {
474
+
475
+ EncodingName: EncodingName | string | undefined;
476
+
477
+ InputConfigurations?: InputConfigurationRequest[];
478
+
479
+ MediaStreamName: string | undefined;
480
+ }
481
+ export declare namespace MediaStreamSourceConfigurationRequest {
482
+
483
+ const filterSensitiveLog: (obj: MediaStreamSourceConfigurationRequest) => any;
484
+ }
485
+ export declare enum DurationUnits {
486
+ MONTHS = "MONTHS"
487
+ }
488
+ export declare enum PriceUnits {
489
+ HOURLY = "HOURLY"
490
+ }
491
+ export declare enum ResourceType {
492
+ Mbps_Outbound_Bandwidth = "Mbps_Outbound_Bandwidth"
493
+ }
494
+
495
+ export interface ResourceSpecification {
496
+
497
+ ReservedBitrate?: number;
498
+
499
+ ResourceType: ResourceType | string | undefined;
500
+ }
501
+ export declare namespace ResourceSpecification {
502
+
503
+ const filterSensitiveLog: (obj: ResourceSpecification) => any;
504
+ }
505
+
506
+ export interface Offering {
507
+
508
+ CurrencyCode: string | undefined;
509
+
510
+ Duration: number | undefined;
511
+
512
+ DurationUnits: DurationUnits | string | undefined;
513
+
514
+ OfferingArn: string | undefined;
515
+
516
+ OfferingDescription: string | undefined;
517
+
518
+ PricePerUnit: string | undefined;
519
+
520
+ PriceUnits: PriceUnits | string | undefined;
521
+
522
+ ResourceSpecification: ResourceSpecification | undefined;
523
+ }
524
+ export declare namespace Offering {
525
+
526
+ const filterSensitiveLog: (obj: Offering) => any;
527
+ }
528
+
529
+ export interface Transport {
530
+
531
+ CidrAllowList?: string[];
532
+
533
+ MaxBitrate?: number;
534
+
535
+ MaxLatency?: number;
536
+
537
+ MaxSyncBuffer?: number;
538
+
539
+ MinLatency?: number;
540
+
541
+ Protocol: Protocol | string | undefined;
542
+
543
+ RemoteId?: string;
544
+
545
+ SenderControlPort?: number;
546
+
547
+ SenderIpAddress?: string;
548
+
549
+ SmoothingLatency?: number;
550
+
551
+ StreamId?: string;
552
+ }
553
+ export declare namespace Transport {
554
+
555
+ const filterSensitiveLog: (obj: Transport) => any;
556
+ }
557
+
558
+ export interface Output {
559
+
560
+ DataTransferSubscriberFeePercent?: number;
561
+
562
+ Description?: string;
563
+
564
+ Destination?: string;
565
+
566
+ Encryption?: Encryption;
567
+
568
+ EntitlementArn?: string;
569
+
570
+ ListenerAddress?: string;
571
+
572
+ MediaLiveInputArn?: string;
573
+
574
+ MediaStreamOutputConfigurations?: MediaStreamOutputConfiguration[];
575
+
576
+ Name: string | undefined;
577
+
578
+ OutputArn: string | undefined;
579
+
580
+ Port?: number;
581
+
582
+ Transport?: Transport;
583
+
584
+ VpcInterfaceAttachment?: VpcInterfaceAttachment;
585
+ }
586
+ export declare namespace Output {
587
+
588
+ const filterSensitiveLog: (obj: Output) => any;
589
+ }
590
+ export declare enum ReservationState {
591
+ ACTIVE = "ACTIVE",
592
+ CANCELED = "CANCELED",
593
+ EXPIRED = "EXPIRED",
594
+ PROCESSING = "PROCESSING"
595
+ }
596
+
597
+ export interface Reservation {
598
+
599
+ CurrencyCode: string | undefined;
600
+
601
+ Duration: number | undefined;
602
+
603
+ DurationUnits: DurationUnits | string | undefined;
604
+
605
+ End: string | undefined;
606
+
607
+ OfferingArn: string | undefined;
608
+
609
+ OfferingDescription: string | undefined;
610
+
611
+ PricePerUnit: string | undefined;
612
+
613
+ PriceUnits: PriceUnits | string | undefined;
614
+
615
+ ReservationArn: string | undefined;
616
+
617
+ ReservationName: string | undefined;
618
+
619
+ ReservationState: ReservationState | string | undefined;
620
+
621
+ ResourceSpecification: ResourceSpecification | undefined;
622
+
623
+ Start: string | undefined;
624
+ }
625
+ export declare namespace Reservation {
626
+
627
+ const filterSensitiveLog: (obj: Reservation) => any;
628
+ }
629
+
630
+ export interface SetSourceRequest {
631
+
632
+ Decryption?: Encryption;
633
+
634
+ Description?: string;
635
+
636
+ EntitlementArn?: string;
637
+
638
+ IngestPort?: number;
639
+
640
+ MaxBitrate?: number;
641
+
642
+ MaxLatency?: number;
643
+
644
+ MaxSyncBuffer?: number;
645
+
646
+ MediaStreamSourceConfigurations?: MediaStreamSourceConfigurationRequest[];
647
+
648
+ MinLatency?: number;
649
+
650
+ Name?: string;
651
+
652
+ Protocol?: Protocol | string;
653
+
654
+ SenderControlPort?: number;
655
+
656
+ SenderIpAddress?: string;
657
+
658
+ StreamId?: string;
659
+
660
+ VpcInterfaceName?: string;
661
+
662
+ WhitelistCidr?: string;
663
+ }
664
+ export declare namespace SetSourceRequest {
665
+
666
+ const filterSensitiveLog: (obj: SetSourceRequest) => any;
667
+ }
668
+
669
+ export interface Source {
670
+
671
+ DataTransferSubscriberFeePercent?: number;
672
+
673
+ Decryption?: Encryption;
674
+
675
+ Description?: string;
676
+
677
+ EntitlementArn?: string;
678
+
679
+ IngestIp?: string;
680
+
681
+ IngestPort?: number;
682
+
683
+ MediaStreamSourceConfigurations?: MediaStreamSourceConfiguration[];
684
+
685
+ Name: string | undefined;
686
+
687
+ SenderControlPort?: number;
688
+
689
+ SenderIpAddress?: string;
690
+
691
+ SourceArn: string | undefined;
692
+
693
+ Transport?: Transport;
694
+
695
+ VpcInterfaceName?: string;
696
+
697
+ WhitelistCidr?: string;
698
+ }
699
+ export declare namespace Source {
700
+
701
+ const filterSensitiveLog: (obj: Source) => any;
702
+ }
703
+ export declare enum NetworkInterfaceType {
704
+ efa = "efa",
705
+ ena = "ena"
706
+ }
707
+
708
+ export interface VpcInterface {
709
+
710
+ Name: string | undefined;
711
+
712
+ NetworkInterfaceIds: string[] | undefined;
713
+
714
+ NetworkInterfaceType: NetworkInterfaceType | string | undefined;
715
+
716
+ RoleArn: string | undefined;
717
+
718
+ SecurityGroupIds: string[] | undefined;
719
+
720
+ SubnetId: string | undefined;
721
+ }
722
+ export declare namespace VpcInterface {
723
+
724
+ const filterSensitiveLog: (obj: VpcInterface) => any;
725
+ }
726
+
727
+ export interface VpcInterfaceRequest {
728
+
729
+ Name: string | undefined;
730
+
731
+ NetworkInterfaceType?: NetworkInterfaceType | string;
732
+
733
+ RoleArn: string | undefined;
734
+
735
+ SecurityGroupIds: string[] | undefined;
736
+
737
+ SubnetId: string | undefined;
738
+ }
739
+ export declare namespace VpcInterfaceRequest {
740
+
741
+ const filterSensitiveLog: (obj: VpcInterfaceRequest) => any;
742
+ }
743
+
744
+ export interface AddFlowMediaStreamsRequest {
745
+
746
+ FlowArn: string | undefined;
747
+
748
+ MediaStreams: AddMediaStreamRequest[] | undefined;
749
+ }
750
+ export declare namespace AddFlowMediaStreamsRequest {
751
+
752
+ const filterSensitiveLog: (obj: AddFlowMediaStreamsRequest) => any;
753
+ }
754
+ export interface AddFlowMediaStreamsResponse {
755
+
756
+ FlowArn?: string;
757
+
758
+ MediaStreams?: MediaStream[];
759
+ }
760
+ export declare namespace AddFlowMediaStreamsResponse {
761
+
762
+ const filterSensitiveLog: (obj: AddFlowMediaStreamsResponse) => any;
763
+ }
764
+
765
+ export declare class BadRequestException extends __BaseException {
766
+ readonly name: "BadRequestException";
767
+ readonly $fault: "client";
768
+
769
+ Message: string | undefined;
770
+
771
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
772
+ }
773
+
774
+ export declare class ForbiddenException extends __BaseException {
775
+ readonly name: "ForbiddenException";
776
+ readonly $fault: "client";
777
+
778
+ Message: string | undefined;
779
+
780
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
781
+ }
782
+
783
+ export declare class InternalServerErrorException extends __BaseException {
784
+ readonly name: "InternalServerErrorException";
785
+ readonly $fault: "server";
786
+
787
+ Message: string | undefined;
788
+
789
+ constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
790
+ }
791
+
792
+ export declare class NotFoundException extends __BaseException {
793
+ readonly name: "NotFoundException";
794
+ readonly $fault: "client";
795
+
796
+ Message: string | undefined;
797
+
798
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
799
+ }
800
+
801
+ export declare class ServiceUnavailableException extends __BaseException {
802
+ readonly name: "ServiceUnavailableException";
803
+ readonly $fault: "server";
804
+
805
+ Message: string | undefined;
806
+
807
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
808
+ }
809
+
810
+ export declare class TooManyRequestsException extends __BaseException {
811
+ readonly name: "TooManyRequestsException";
812
+ readonly $fault: "client";
813
+
814
+ Message: string | undefined;
815
+
816
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
817
+ }
818
+
819
+ export declare class AddFlowOutputs420Exception extends __BaseException {
820
+ readonly name: "AddFlowOutputs420Exception";
821
+ readonly $fault: "client";
822
+
823
+ Message: string | undefined;
824
+
825
+ constructor(opts: __ExceptionOptionType<AddFlowOutputs420Exception, __BaseException>);
826
+ }
827
+
828
+ export interface AddFlowOutputsRequest {
829
+
830
+ FlowArn: string | undefined;
831
+
832
+ Outputs: AddOutputRequest[] | undefined;
833
+ }
834
+ export declare namespace AddFlowOutputsRequest {
835
+
836
+ const filterSensitiveLog: (obj: AddFlowOutputsRequest) => any;
837
+ }
838
+ export interface AddFlowOutputsResponse {
839
+
840
+ FlowArn?: string;
841
+
842
+ Outputs?: Output[];
843
+ }
844
+ export declare namespace AddFlowOutputsResponse {
845
+
846
+ const filterSensitiveLog: (obj: AddFlowOutputsResponse) => any;
847
+ }
848
+
849
+ export interface AddFlowSourcesRequest {
850
+
851
+ FlowArn: string | undefined;
852
+
853
+ Sources: SetSourceRequest[] | undefined;
854
+ }
855
+ export declare namespace AddFlowSourcesRequest {
856
+
857
+ const filterSensitiveLog: (obj: AddFlowSourcesRequest) => any;
858
+ }
859
+ export interface AddFlowSourcesResponse {
860
+
861
+ FlowArn?: string;
862
+
863
+ Sources?: Source[];
864
+ }
865
+ export declare namespace AddFlowSourcesResponse {
866
+
867
+ const filterSensitiveLog: (obj: AddFlowSourcesResponse) => any;
868
+ }
869
+
870
+ export interface AddFlowVpcInterfacesRequest {
871
+
872
+ FlowArn: string | undefined;
873
+
874
+ VpcInterfaces: VpcInterfaceRequest[] | undefined;
875
+ }
876
+ export declare namespace AddFlowVpcInterfacesRequest {
877
+
878
+ const filterSensitiveLog: (obj: AddFlowVpcInterfacesRequest) => any;
879
+ }
880
+ export interface AddFlowVpcInterfacesResponse {
881
+
882
+ FlowArn?: string;
883
+
884
+ VpcInterfaces?: VpcInterface[];
885
+ }
886
+ export declare namespace AddFlowVpcInterfacesResponse {
887
+
888
+ const filterSensitiveLog: (obj: AddFlowVpcInterfacesResponse) => any;
889
+ }
890
+
891
+ export declare class CreateFlow420Exception extends __BaseException {
892
+ readonly name: "CreateFlow420Exception";
893
+ readonly $fault: "client";
894
+
895
+ Message: string | undefined;
896
+
897
+ constructor(opts: __ExceptionOptionType<CreateFlow420Exception, __BaseException>);
898
+ }
899
+ export declare enum FailoverMode {
900
+ FAILOVER = "FAILOVER",
901
+ MERGE = "MERGE"
902
+ }
903
+
904
+ export interface SourcePriority {
905
+
906
+ PrimarySource?: string;
907
+ }
908
+ export declare namespace SourcePriority {
909
+
910
+ const filterSensitiveLog: (obj: SourcePriority) => any;
911
+ }
912
+ export declare enum State {
913
+ DISABLED = "DISABLED",
914
+ ENABLED = "ENABLED"
915
+ }
916
+
917
+ export interface FailoverConfig {
918
+
919
+ FailoverMode?: FailoverMode | string;
920
+
921
+ RecoveryWindow?: number;
922
+
923
+ SourcePriority?: SourcePriority;
924
+ State?: State | string;
925
+ }
926
+ export declare namespace FailoverConfig {
927
+
928
+ const filterSensitiveLog: (obj: FailoverConfig) => any;
929
+ }
930
+
931
+ export interface CreateFlowRequest {
932
+
933
+ AvailabilityZone?: string;
934
+
935
+ Entitlements?: GrantEntitlementRequest[];
936
+
937
+ MediaStreams?: AddMediaStreamRequest[];
938
+
939
+ Name: string | undefined;
940
+
941
+ Outputs?: AddOutputRequest[];
942
+
943
+ Source?: SetSourceRequest;
944
+
945
+ SourceFailoverConfig?: FailoverConfig;
946
+ Sources?: SetSourceRequest[];
947
+
948
+ VpcInterfaces?: VpcInterfaceRequest[];
949
+ }
950
+ export declare namespace CreateFlowRequest {
951
+
952
+ const filterSensitiveLog: (obj: CreateFlowRequest) => any;
953
+ }
954
+
955
+ export interface Flow {
956
+
957
+ AvailabilityZone: string | undefined;
958
+
959
+ Description?: string;
960
+
961
+ EgressIp?: string;
962
+
963
+ Entitlements: Entitlement[] | undefined;
964
+
965
+ FlowArn: string | undefined;
966
+
967
+ MediaStreams?: MediaStream[];
968
+
969
+ Name: string | undefined;
970
+
971
+ Outputs: Output[] | undefined;
972
+
973
+ Source: Source | undefined;
974
+
975
+ SourceFailoverConfig?: FailoverConfig;
976
+ Sources?: Source[];
977
+
978
+ Status: Status | string | undefined;
979
+
980
+ VpcInterfaces?: VpcInterface[];
981
+ }
982
+ export declare namespace Flow {
983
+
984
+ const filterSensitiveLog: (obj: Flow) => any;
985
+ }
986
+ export interface CreateFlowResponse {
987
+
988
+ Flow?: Flow;
989
+ }
990
+ export declare namespace CreateFlowResponse {
991
+
992
+ const filterSensitiveLog: (obj: CreateFlowResponse) => any;
993
+ }
994
+ export interface DeleteFlowRequest {
995
+
996
+ FlowArn: string | undefined;
997
+ }
998
+ export declare namespace DeleteFlowRequest {
999
+
1000
+ const filterSensitiveLog: (obj: DeleteFlowRequest) => any;
1001
+ }
1002
+ export interface DeleteFlowResponse {
1003
+
1004
+ FlowArn?: string;
1005
+
1006
+ Status?: Status | string;
1007
+ }
1008
+ export declare namespace DeleteFlowResponse {
1009
+
1010
+ const filterSensitiveLog: (obj: DeleteFlowResponse) => any;
1011
+ }
1012
+ export interface DescribeFlowRequest {
1013
+
1014
+ FlowArn: string | undefined;
1015
+ }
1016
+ export declare namespace DescribeFlowRequest {
1017
+
1018
+ const filterSensitiveLog: (obj: DescribeFlowRequest) => any;
1019
+ }
1020
+
1021
+ export interface Messages {
1022
+
1023
+ Errors: string[] | undefined;
1024
+ }
1025
+ export declare namespace Messages {
1026
+
1027
+ const filterSensitiveLog: (obj: Messages) => any;
1028
+ }
1029
+ export interface DescribeFlowResponse {
1030
+
1031
+ Flow?: Flow;
1032
+
1033
+ Messages?: Messages;
1034
+ }
1035
+ export declare namespace DescribeFlowResponse {
1036
+
1037
+ const filterSensitiveLog: (obj: DescribeFlowResponse) => any;
1038
+ }
1039
+ export interface DescribeOfferingRequest {
1040
+
1041
+ OfferingArn: string | undefined;
1042
+ }
1043
+ export declare namespace DescribeOfferingRequest {
1044
+
1045
+ const filterSensitiveLog: (obj: DescribeOfferingRequest) => any;
1046
+ }
1047
+ export interface DescribeOfferingResponse {
1048
+
1049
+ Offering?: Offering;
1050
+ }
1051
+ export declare namespace DescribeOfferingResponse {
1052
+
1053
+ const filterSensitiveLog: (obj: DescribeOfferingResponse) => any;
1054
+ }
1055
+ export interface DescribeReservationRequest {
1056
+
1057
+ ReservationArn: string | undefined;
1058
+ }
1059
+ export declare namespace DescribeReservationRequest {
1060
+
1061
+ const filterSensitiveLog: (obj: DescribeReservationRequest) => any;
1062
+ }
1063
+ export interface DescribeReservationResponse {
1064
+
1065
+ Reservation?: Reservation;
1066
+ }
1067
+ export declare namespace DescribeReservationResponse {
1068
+
1069
+ const filterSensitiveLog: (obj: DescribeReservationResponse) => any;
1070
+ }
1071
+
1072
+ export declare class GrantFlowEntitlements420Exception extends __BaseException {
1073
+ readonly name: "GrantFlowEntitlements420Exception";
1074
+ readonly $fault: "client";
1075
+
1076
+ Message: string | undefined;
1077
+
1078
+ constructor(opts: __ExceptionOptionType<GrantFlowEntitlements420Exception, __BaseException>);
1079
+ }
1080
+
1081
+ export interface GrantFlowEntitlementsRequest {
1082
+
1083
+ Entitlements: GrantEntitlementRequest[] | undefined;
1084
+
1085
+ FlowArn: string | undefined;
1086
+ }
1087
+ export declare namespace GrantFlowEntitlementsRequest {
1088
+
1089
+ const filterSensitiveLog: (obj: GrantFlowEntitlementsRequest) => any;
1090
+ }
1091
+ export interface GrantFlowEntitlementsResponse {
1092
+
1093
+ Entitlements?: Entitlement[];
1094
+
1095
+ FlowArn?: string;
1096
+ }
1097
+ export declare namespace GrantFlowEntitlementsResponse {
1098
+
1099
+ const filterSensitiveLog: (obj: GrantFlowEntitlementsResponse) => any;
1100
+ }
1101
+ export interface ListEntitlementsRequest {
1102
+
1103
+ MaxResults?: number;
1104
+
1105
+ NextToken?: string;
1106
+ }
1107
+ export declare namespace ListEntitlementsRequest {
1108
+
1109
+ const filterSensitiveLog: (obj: ListEntitlementsRequest) => any;
1110
+ }
1111
+ export interface ListEntitlementsResponse {
1112
+
1113
+ Entitlements?: ListedEntitlement[];
1114
+
1115
+ NextToken?: string;
1116
+ }
1117
+ export declare namespace ListEntitlementsResponse {
1118
+
1119
+ const filterSensitiveLog: (obj: ListEntitlementsResponse) => any;
1120
+ }
1121
+ export interface ListFlowsRequest {
1122
+
1123
+ MaxResults?: number;
1124
+
1125
+ NextToken?: string;
1126
+ }
1127
+ export declare namespace ListFlowsRequest {
1128
+
1129
+ const filterSensitiveLog: (obj: ListFlowsRequest) => any;
1130
+ }
1131
+ export interface ListFlowsResponse {
1132
+
1133
+ Flows?: ListedFlow[];
1134
+
1135
+ NextToken?: string;
1136
+ }
1137
+ export declare namespace ListFlowsResponse {
1138
+
1139
+ const filterSensitiveLog: (obj: ListFlowsResponse) => any;
1140
+ }
1141
+ export interface ListOfferingsRequest {
1142
+
1143
+ MaxResults?: number;
1144
+
1145
+ NextToken?: string;
1146
+ }
1147
+ export declare namespace ListOfferingsRequest {
1148
+
1149
+ const filterSensitiveLog: (obj: ListOfferingsRequest) => any;
1150
+ }
1151
+ export interface ListOfferingsResponse {
1152
+
1153
+ NextToken?: string;
1154
+
1155
+ Offerings?: Offering[];
1156
+ }
1157
+ export declare namespace ListOfferingsResponse {
1158
+
1159
+ const filterSensitiveLog: (obj: ListOfferingsResponse) => any;
1160
+ }
1161
+ export interface ListReservationsRequest {
1162
+
1163
+ MaxResults?: number;
1164
+
1165
+ NextToken?: string;
1166
+ }
1167
+ export declare namespace ListReservationsRequest {
1168
+
1169
+ const filterSensitiveLog: (obj: ListReservationsRequest) => any;
1170
+ }
1171
+ export interface ListReservationsResponse {
1172
+
1173
+ NextToken?: string;
1174
+
1175
+ Reservations?: Reservation[];
1176
+ }
1177
+ export declare namespace ListReservationsResponse {
1178
+
1179
+ const filterSensitiveLog: (obj: ListReservationsResponse) => any;
1180
+ }
1181
+ export interface ListTagsForResourceRequest {
1182
+
1183
+ ResourceArn: string | undefined;
1184
+ }
1185
+ export declare namespace ListTagsForResourceRequest {
1186
+
1187
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1188
+ }
1189
+ export interface ListTagsForResourceResponse {
1190
+
1191
+ Tags?: {
1192
+ [key: string]: string;
1193
+ };
1194
+ }
1195
+ export declare namespace ListTagsForResourceResponse {
1196
+
1197
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1198
+ }
1199
+
1200
+ export interface PurchaseOfferingRequest {
1201
+
1202
+ OfferingArn: string | undefined;
1203
+
1204
+ ReservationName: string | undefined;
1205
+
1206
+ Start: string | undefined;
1207
+ }
1208
+ export declare namespace PurchaseOfferingRequest {
1209
+
1210
+ const filterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
1211
+ }
1212
+ export interface PurchaseOfferingResponse {
1213
+
1214
+ Reservation?: Reservation;
1215
+ }
1216
+ export declare namespace PurchaseOfferingResponse {
1217
+
1218
+ const filterSensitiveLog: (obj: PurchaseOfferingResponse) => any;
1219
+ }
1220
+ export interface RemoveFlowMediaStreamRequest {
1221
+
1222
+ FlowArn: string | undefined;
1223
+
1224
+ MediaStreamName: string | undefined;
1225
+ }
1226
+ export declare namespace RemoveFlowMediaStreamRequest {
1227
+
1228
+ const filterSensitiveLog: (obj: RemoveFlowMediaStreamRequest) => any;
1229
+ }
1230
+ export interface RemoveFlowMediaStreamResponse {
1231
+
1232
+ FlowArn?: string;
1233
+
1234
+ MediaStreamName?: string;
1235
+ }
1236
+ export declare namespace RemoveFlowMediaStreamResponse {
1237
+
1238
+ const filterSensitiveLog: (obj: RemoveFlowMediaStreamResponse) => any;
1239
+ }
1240
+ export interface RemoveFlowOutputRequest {
1241
+
1242
+ FlowArn: string | undefined;
1243
+
1244
+ OutputArn: string | undefined;
1245
+ }
1246
+ export declare namespace RemoveFlowOutputRequest {
1247
+
1248
+ const filterSensitiveLog: (obj: RemoveFlowOutputRequest) => any;
1249
+ }
1250
+ export interface RemoveFlowOutputResponse {
1251
+
1252
+ FlowArn?: string;
1253
+
1254
+ OutputArn?: string;
1255
+ }
1256
+ export declare namespace RemoveFlowOutputResponse {
1257
+
1258
+ const filterSensitiveLog: (obj: RemoveFlowOutputResponse) => any;
1259
+ }
1260
+ export interface RemoveFlowSourceRequest {
1261
+
1262
+ FlowArn: string | undefined;
1263
+
1264
+ SourceArn: string | undefined;
1265
+ }
1266
+ export declare namespace RemoveFlowSourceRequest {
1267
+
1268
+ const filterSensitiveLog: (obj: RemoveFlowSourceRequest) => any;
1269
+ }
1270
+ export interface RemoveFlowSourceResponse {
1271
+
1272
+ FlowArn?: string;
1273
+
1274
+ SourceArn?: string;
1275
+ }
1276
+ export declare namespace RemoveFlowSourceResponse {
1277
+
1278
+ const filterSensitiveLog: (obj: RemoveFlowSourceResponse) => any;
1279
+ }
1280
+ export interface RemoveFlowVpcInterfaceRequest {
1281
+
1282
+ FlowArn: string | undefined;
1283
+
1284
+ VpcInterfaceName: string | undefined;
1285
+ }
1286
+ export declare namespace RemoveFlowVpcInterfaceRequest {
1287
+
1288
+ const filterSensitiveLog: (obj: RemoveFlowVpcInterfaceRequest) => any;
1289
+ }
1290
+ export interface RemoveFlowVpcInterfaceResponse {
1291
+
1292
+ FlowArn?: string;
1293
+
1294
+ NonDeletedNetworkInterfaceIds?: string[];
1295
+
1296
+ VpcInterfaceName?: string;
1297
+ }
1298
+ export declare namespace RemoveFlowVpcInterfaceResponse {
1299
+
1300
+ const filterSensitiveLog: (obj: RemoveFlowVpcInterfaceResponse) => any;
1301
+ }
1302
+ export interface RevokeFlowEntitlementRequest {
1303
+
1304
+ EntitlementArn: string | undefined;
1305
+
1306
+ FlowArn: string | undefined;
1307
+ }
1308
+ export declare namespace RevokeFlowEntitlementRequest {
1309
+
1310
+ const filterSensitiveLog: (obj: RevokeFlowEntitlementRequest) => any;
1311
+ }
1312
+ export interface RevokeFlowEntitlementResponse {
1313
+
1314
+ EntitlementArn?: string;
1315
+
1316
+ FlowArn?: string;
1317
+ }
1318
+ export declare namespace RevokeFlowEntitlementResponse {
1319
+
1320
+ const filterSensitiveLog: (obj: RevokeFlowEntitlementResponse) => any;
1321
+ }
1322
+ export interface StartFlowRequest {
1323
+
1324
+ FlowArn: string | undefined;
1325
+ }
1326
+ export declare namespace StartFlowRequest {
1327
+
1328
+ const filterSensitiveLog: (obj: StartFlowRequest) => any;
1329
+ }
1330
+ export interface StartFlowResponse {
1331
+
1332
+ FlowArn?: string;
1333
+
1334
+ Status?: Status | string;
1335
+ }
1336
+ export declare namespace StartFlowResponse {
1337
+
1338
+ const filterSensitiveLog: (obj: StartFlowResponse) => any;
1339
+ }
1340
+ export interface StopFlowRequest {
1341
+
1342
+ FlowArn: string | undefined;
1343
+ }
1344
+ export declare namespace StopFlowRequest {
1345
+
1346
+ const filterSensitiveLog: (obj: StopFlowRequest) => any;
1347
+ }
1348
+ export interface StopFlowResponse {
1349
+
1350
+ FlowArn?: string;
1351
+
1352
+ Status?: Status | string;
1353
+ }
1354
+ export declare namespace StopFlowResponse {
1355
+
1356
+ const filterSensitiveLog: (obj: StopFlowResponse) => any;
1357
+ }
1358
+
1359
+ export interface TagResourceRequest {
1360
+
1361
+ ResourceArn: string | undefined;
1362
+
1363
+ Tags: {
1364
+ [key: string]: string;
1365
+ } | undefined;
1366
+ }
1367
+ export declare namespace TagResourceRequest {
1368
+
1369
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
1370
+ }
1371
+ export interface UntagResourceRequest {
1372
+
1373
+ ResourceArn: string | undefined;
1374
+
1375
+ TagKeys: string[] | undefined;
1376
+ }
1377
+ export declare namespace UntagResourceRequest {
1378
+
1379
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1380
+ }
1381
+
1382
+ export interface UpdateFailoverConfig {
1383
+
1384
+ FailoverMode?: FailoverMode | string;
1385
+
1386
+ RecoveryWindow?: number;
1387
+
1388
+ SourcePriority?: SourcePriority;
1389
+ State?: State | string;
1390
+ }
1391
+ export declare namespace UpdateFailoverConfig {
1392
+
1393
+ const filterSensitiveLog: (obj: UpdateFailoverConfig) => any;
1394
+ }
1395
+
1396
+ export interface UpdateFlowRequest {
1397
+
1398
+ FlowArn: string | undefined;
1399
+
1400
+ SourceFailoverConfig?: UpdateFailoverConfig;
1401
+ }
1402
+ export declare namespace UpdateFlowRequest {
1403
+
1404
+ const filterSensitiveLog: (obj: UpdateFlowRequest) => any;
1405
+ }
1406
+ export interface UpdateFlowResponse {
1407
+
1408
+ Flow?: Flow;
1409
+ }
1410
+ export declare namespace UpdateFlowResponse {
1411
+
1412
+ const filterSensitiveLog: (obj: UpdateFlowResponse) => any;
1413
+ }
1414
+
1415
+ export interface UpdateEncryption {
1416
+
1417
+ Algorithm?: Algorithm | string;
1418
+
1419
+ ConstantInitializationVector?: string;
1420
+
1421
+ DeviceId?: string;
1422
+
1423
+ KeyType?: KeyType | string;
1424
+
1425
+ Region?: string;
1426
+
1427
+ ResourceId?: string;
1428
+
1429
+ RoleArn?: string;
1430
+
1431
+ SecretArn?: string;
1432
+
1433
+ Url?: string;
1434
+ }
1435
+ export declare namespace UpdateEncryption {
1436
+
1437
+ const filterSensitiveLog: (obj: UpdateEncryption) => any;
1438
+ }
1439
+
1440
+ export interface UpdateFlowEntitlementRequest {
1441
+
1442
+ Description?: string;
1443
+
1444
+ Encryption?: UpdateEncryption;
1445
+
1446
+ EntitlementArn: string | undefined;
1447
+
1448
+ EntitlementStatus?: EntitlementStatus | string;
1449
+
1450
+ FlowArn: string | undefined;
1451
+
1452
+ Subscribers?: string[];
1453
+ }
1454
+ export declare namespace UpdateFlowEntitlementRequest {
1455
+
1456
+ const filterSensitiveLog: (obj: UpdateFlowEntitlementRequest) => any;
1457
+ }
1458
+ export interface UpdateFlowEntitlementResponse {
1459
+
1460
+ Entitlement?: Entitlement;
1461
+
1462
+ FlowArn?: string;
1463
+ }
1464
+ export declare namespace UpdateFlowEntitlementResponse {
1465
+
1466
+ const filterSensitiveLog: (obj: UpdateFlowEntitlementResponse) => any;
1467
+ }
1468
+
1469
+ export interface UpdateFlowMediaStreamRequest {
1470
+
1471
+ Attributes?: MediaStreamAttributesRequest;
1472
+
1473
+ ClockRate?: number;
1474
+
1475
+ Description?: string;
1476
+
1477
+ FlowArn: string | undefined;
1478
+
1479
+ MediaStreamName: string | undefined;
1480
+
1481
+ MediaStreamType?: MediaStreamType | string;
1482
+
1483
+ VideoFormat?: string;
1484
+ }
1485
+ export declare namespace UpdateFlowMediaStreamRequest {
1486
+
1487
+ const filterSensitiveLog: (obj: UpdateFlowMediaStreamRequest) => any;
1488
+ }
1489
+ export interface UpdateFlowMediaStreamResponse {
1490
+
1491
+ FlowArn?: string;
1492
+
1493
+ MediaStream?: MediaStream;
1494
+ }
1495
+ export declare namespace UpdateFlowMediaStreamResponse {
1496
+
1497
+ const filterSensitiveLog: (obj: UpdateFlowMediaStreamResponse) => any;
1498
+ }
1499
+
1500
+ export interface UpdateFlowOutputRequest {
1501
+
1502
+ CidrAllowList?: string[];
1503
+
1504
+ Description?: string;
1505
+
1506
+ Destination?: string;
1507
+
1508
+ Encryption?: UpdateEncryption;
1509
+
1510
+ FlowArn: string | undefined;
1511
+
1512
+ MaxLatency?: number;
1513
+
1514
+ MediaStreamOutputConfigurations?: MediaStreamOutputConfigurationRequest[];
1515
+
1516
+ MinLatency?: number;
1517
+
1518
+ OutputArn: string | undefined;
1519
+
1520
+ Port?: number;
1521
+
1522
+ Protocol?: Protocol | string;
1523
+
1524
+ RemoteId?: string;
1525
+
1526
+ SenderControlPort?: number;
1527
+
1528
+ SenderIpAddress?: string;
1529
+
1530
+ SmoothingLatency?: number;
1531
+
1532
+ StreamId?: string;
1533
+
1534
+ VpcInterfaceAttachment?: VpcInterfaceAttachment;
1535
+ }
1536
+ export declare namespace UpdateFlowOutputRequest {
1537
+
1538
+ const filterSensitiveLog: (obj: UpdateFlowOutputRequest) => any;
1539
+ }
1540
+ export interface UpdateFlowOutputResponse {
1541
+
1542
+ FlowArn?: string;
1543
+
1544
+ Output?: Output;
1545
+ }
1546
+ export declare namespace UpdateFlowOutputResponse {
1547
+
1548
+ const filterSensitiveLog: (obj: UpdateFlowOutputResponse) => any;
1549
+ }
1550
+
1551
+ export interface UpdateFlowSourceRequest {
1552
+
1553
+ Decryption?: UpdateEncryption;
1554
+
1555
+ Description?: string;
1556
+
1557
+ EntitlementArn?: string;
1558
+
1559
+ FlowArn: string | undefined;
1560
+
1561
+ IngestPort?: number;
1562
+
1563
+ MaxBitrate?: number;
1564
+
1565
+ MaxLatency?: number;
1566
+
1567
+ MaxSyncBuffer?: number;
1568
+
1569
+ MediaStreamSourceConfigurations?: MediaStreamSourceConfigurationRequest[];
1570
+
1571
+ MinLatency?: number;
1572
+
1573
+ Protocol?: Protocol | string;
1574
+
1575
+ SenderControlPort?: number;
1576
+
1577
+ SenderIpAddress?: string;
1578
+
1579
+ SourceArn: string | undefined;
1580
+
1581
+ StreamId?: string;
1582
+
1583
+ VpcInterfaceName?: string;
1584
+
1585
+ WhitelistCidr?: string;
1586
+ }
1587
+ export declare namespace UpdateFlowSourceRequest {
1588
+
1589
+ const filterSensitiveLog: (obj: UpdateFlowSourceRequest) => any;
1590
+ }
1591
+ export interface UpdateFlowSourceResponse {
1592
+
1593
+ FlowArn?: string;
1594
+
1595
+ Source?: Source;
1596
+ }
1597
+ export declare namespace UpdateFlowSourceResponse {
1598
+
1599
+ const filterSensitiveLog: (obj: UpdateFlowSourceResponse) => any;
1600
+ }