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