@aws-sdk/client-mediaconnect 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/MediaConnect.d.ts +514 -155
  3. package/dist-types/ts3.4/MediaConnectClient.d.ts +285 -103
  4. package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +35 -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 +7 -6
  38. package/dist-types/ts3.4/models/index.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +1061 -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 +65 -38
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  51. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  52. package/dist-types/ts3.4/waiters/waitForFlowActive.d.ts +11 -7
  53. package/dist-types/ts3.4/waiters/waitForFlowDeleted.d.ts +11 -7
  54. package/dist-types/ts3.4/waiters/waitForFlowStandby.d.ts +11 -7
  55. package/package.json +35 -35
@@ -1,1450 +1,1061 @@
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
+ export interface FmtpRequest {
34
+ ChannelOrder?: string;
35
+ Colorimetry?: Colorimetry | string;
36
+ ExactFramerate?: string;
37
+ Par?: string;
38
+ Range?: Range | string;
39
+ ScanMode?: ScanMode | string;
40
+ Tcs?: Tcs | string;
41
+ }
42
+ export interface MediaStreamAttributesRequest {
43
+ Fmtp?: FmtpRequest;
44
+ Lang?: string;
45
+ }
46
+ export declare enum MediaStreamType {
47
+ ancillary_data = "ancillary-data",
48
+ audio = "audio",
49
+ video = "video",
50
+ }
51
+ export interface AddMediaStreamRequest {
52
+ Attributes?: MediaStreamAttributesRequest;
53
+ ClockRate?: number;
54
+ Description?: string;
55
+ MediaStreamId: number | undefined;
56
+ MediaStreamName: string | undefined;
57
+ MediaStreamType: MediaStreamType | string | undefined;
58
+ VideoFormat?: string;
59
+ }
60
+ export declare enum Algorithm {
61
+ aes128 = "aes128",
62
+ aes192 = "aes192",
63
+ aes256 = "aes256",
64
+ }
65
+ export declare enum KeyType {
66
+ speke = "speke",
67
+ srt_password = "srt-password",
68
+ static_key = "static-key",
69
+ }
70
+ export interface Encryption {
71
+ Algorithm?: Algorithm | string;
72
+ ConstantInitializationVector?: string;
73
+ DeviceId?: string;
74
+ KeyType?: KeyType | string;
75
+ Region?: string;
76
+ ResourceId?: string;
77
+ RoleArn: string | undefined;
78
+ SecretArn?: string;
79
+ Url?: string;
80
+ }
81
+ export interface InterfaceRequest {
82
+ Name: string | undefined;
83
+ }
84
+ export interface DestinationConfigurationRequest {
85
+ DestinationIp: string | undefined;
86
+ DestinationPort: number | undefined;
87
+ Interface: InterfaceRequest | undefined;
88
+ }
89
+ export declare enum EncodingName {
90
+ jxsv = "jxsv",
91
+ pcm = "pcm",
92
+ raw = "raw",
93
+ smpte291 = "smpte291",
94
+ }
95
+ export declare enum EncoderProfile {
96
+ high = "high",
97
+ main = "main",
98
+ }
99
+ export interface EncodingParametersRequest {
100
+ CompressionFactor: number | undefined;
101
+ EncoderProfile: EncoderProfile | string | undefined;
102
+ }
103
+ export interface MediaStreamOutputConfigurationRequest {
104
+ DestinationConfigurations?: DestinationConfigurationRequest[];
105
+ EncodingName: EncodingName | string | undefined;
106
+ EncodingParameters?: EncodingParametersRequest;
107
+ MediaStreamName: string | undefined;
108
+ }
109
+ export declare enum Protocol {
110
+ cdi = "cdi",
111
+ fujitsu_qos = "fujitsu-qos",
112
+ rist = "rist",
113
+ rtp = "rtp",
114
+ rtp_fec = "rtp-fec",
115
+ srt_listener = "srt-listener",
116
+ st2110_jpegxs = "st2110-jpegxs",
117
+ zixi_pull = "zixi-pull",
118
+ zixi_push = "zixi-push",
119
+ }
120
+ export interface VpcInterfaceAttachment {
121
+ VpcInterfaceName?: string;
122
+ }
123
+ export interface AddOutputRequest {
124
+ CidrAllowList?: string[];
125
+ Description?: string;
126
+ Destination?: string;
127
+ Encryption?: Encryption;
128
+ MaxLatency?: number;
129
+ MediaStreamOutputConfigurations?: MediaStreamOutputConfigurationRequest[];
130
+ MinLatency?: number;
131
+ Name?: string;
132
+ Port?: number;
133
+ Protocol: Protocol | string | undefined;
134
+ RemoteId?: string;
135
+ SenderControlPort?: number;
136
+ SmoothingLatency?: number;
137
+ StreamId?: string;
138
+ VpcInterfaceAttachment?: VpcInterfaceAttachment;
139
+ }
140
+ export interface Interface {
141
+ Name: string | undefined;
142
+ }
143
+ export interface DestinationConfiguration {
144
+ DestinationIp: string | undefined;
145
+ DestinationPort: number | undefined;
146
+ Interface: Interface | undefined;
147
+ OutboundIp: string | undefined;
148
+ }
149
+ export declare enum EntitlementStatus {
150
+ DISABLED = "DISABLED",
151
+ ENABLED = "ENABLED",
152
+ }
153
+ export interface Entitlement {
154
+ DataTransferSubscriberFeePercent?: number;
155
+ Description?: string;
156
+ Encryption?: Encryption;
157
+ EntitlementArn: string | undefined;
158
+ EntitlementStatus?: EntitlementStatus | string;
159
+ Name: string | undefined;
160
+ Subscribers: string[] | undefined;
161
+ }
162
+ export interface GrantEntitlementRequest {
163
+ DataTransferSubscriberFeePercent?: number;
164
+ Description?: string;
165
+ Encryption?: Encryption;
166
+ EntitlementStatus?: EntitlementStatus | string;
167
+ Name?: string;
168
+ Subscribers: string[] | undefined;
169
+ }
170
+ export interface InputConfiguration {
171
+ InputIp: string | undefined;
172
+ InputPort: number | undefined;
173
+ Interface: Interface | undefined;
174
+ }
175
+ export interface InputConfigurationRequest {
176
+ InputPort: number | undefined;
177
+ Interface: InterfaceRequest | undefined;
178
+ }
179
+ export interface ListedEntitlement {
180
+ DataTransferSubscriberFeePercent?: number;
181
+ EntitlementArn: string | undefined;
182
+ EntitlementName: string | undefined;
183
+ }
184
+ export declare enum MaintenanceDay {
185
+ Friday = "Friday",
186
+ Monday = "Monday",
187
+ Saturday = "Saturday",
188
+ Sunday = "Sunday",
189
+ Thursday = "Thursday",
190
+ Tuesday = "Tuesday",
191
+ Wednesday = "Wednesday",
192
+ }
193
+ export interface Maintenance {
194
+ MaintenanceDay?: MaintenanceDay | string;
195
+ MaintenanceDeadline?: string;
196
+ MaintenanceScheduledDate?: string;
197
+ MaintenanceStartHour?: string;
198
+ }
199
+ export declare enum SourceType {
200
+ ENTITLED = "ENTITLED",
201
+ OWNED = "OWNED",
202
+ }
203
+ export declare enum Status {
204
+ ACTIVE = "ACTIVE",
205
+ DELETING = "DELETING",
206
+ ERROR = "ERROR",
207
+ STANDBY = "STANDBY",
208
+ STARTING = "STARTING",
209
+ STOPPING = "STOPPING",
210
+ UPDATING = "UPDATING",
211
+ }
212
+ export interface ListedFlow {
213
+ AvailabilityZone: string | undefined;
214
+ Description: string | undefined;
215
+ FlowArn: string | undefined;
216
+ Name: string | undefined;
217
+ SourceType: SourceType | string | undefined;
218
+ Status: Status | string | undefined;
219
+ Maintenance?: Maintenance;
220
+ }
221
+ export interface Fmtp {
222
+ ChannelOrder?: string;
223
+ Colorimetry?: Colorimetry | string;
224
+ ExactFramerate?: string;
225
+ Par?: string;
226
+ Range?: Range | string;
227
+ ScanMode?: ScanMode | string;
228
+ Tcs?: Tcs | string;
229
+ }
230
+ export interface MediaStreamAttributes {
231
+ Fmtp: Fmtp | undefined;
232
+ Lang?: string;
233
+ }
234
+ export interface MediaStream {
235
+ Attributes?: MediaStreamAttributes;
236
+ ClockRate?: number;
237
+ Description?: string;
238
+ Fmt: number | undefined;
239
+ MediaStreamId: number | undefined;
240
+ MediaStreamName: string | undefined;
241
+ MediaStreamType: MediaStreamType | string | undefined;
242
+ VideoFormat?: string;
243
+ }
244
+ export interface EncodingParameters {
245
+ CompressionFactor: number | undefined;
246
+ EncoderProfile: EncoderProfile | string | undefined;
247
+ }
248
+ export interface MediaStreamOutputConfiguration {
249
+ DestinationConfigurations?: DestinationConfiguration[];
250
+ EncodingName: EncodingName | string | undefined;
251
+ EncodingParameters?: EncodingParameters;
252
+ MediaStreamName: string | undefined;
253
+ }
254
+ export interface MediaStreamSourceConfiguration {
255
+ EncodingName: EncodingName | string | undefined;
256
+ InputConfigurations?: InputConfiguration[];
257
+ MediaStreamName: string | undefined;
258
+ }
259
+ export interface MediaStreamSourceConfigurationRequest {
260
+ EncodingName: EncodingName | string | undefined;
261
+ InputConfigurations?: InputConfigurationRequest[];
262
+ MediaStreamName: string | undefined;
263
+ }
264
+ export declare enum DurationUnits {
265
+ MONTHS = "MONTHS",
266
+ }
267
+ export declare enum PriceUnits {
268
+ HOURLY = "HOURLY",
269
+ }
270
+ export declare enum ResourceType {
271
+ Mbps_Outbound_Bandwidth = "Mbps_Outbound_Bandwidth",
272
+ }
273
+ export interface ResourceSpecification {
274
+ ReservedBitrate?: number;
275
+ ResourceType: ResourceType | string | undefined;
276
+ }
277
+ export interface Offering {
278
+ CurrencyCode: string | undefined;
279
+ Duration: number | undefined;
280
+ DurationUnits: DurationUnits | string | undefined;
281
+ OfferingArn: string | undefined;
282
+ OfferingDescription: string | undefined;
283
+ PricePerUnit: string | undefined;
284
+ PriceUnits: PriceUnits | string | undefined;
285
+ ResourceSpecification: ResourceSpecification | undefined;
286
+ }
287
+ export interface Transport {
288
+ CidrAllowList?: string[];
289
+ MaxBitrate?: number;
290
+ MaxLatency?: number;
291
+ MaxSyncBuffer?: number;
292
+ MinLatency?: number;
293
+ Protocol: Protocol | string | undefined;
294
+ RemoteId?: string;
295
+ SenderControlPort?: number;
296
+ SenderIpAddress?: string;
297
+ SmoothingLatency?: number;
298
+ StreamId?: string;
299
+ }
300
+ export interface Output {
301
+ DataTransferSubscriberFeePercent?: number;
302
+ Description?: string;
303
+ Destination?: string;
304
+ Encryption?: Encryption;
305
+ EntitlementArn?: string;
306
+ ListenerAddress?: string;
307
+ MediaLiveInputArn?: string;
308
+ MediaStreamOutputConfigurations?: MediaStreamOutputConfiguration[];
309
+ Name: string | undefined;
310
+ OutputArn: string | undefined;
311
+ Port?: number;
312
+ Transport?: Transport;
313
+ VpcInterfaceAttachment?: VpcInterfaceAttachment;
314
+ }
315
+ export declare enum ReservationState {
316
+ ACTIVE = "ACTIVE",
317
+ CANCELED = "CANCELED",
318
+ EXPIRED = "EXPIRED",
319
+ PROCESSING = "PROCESSING",
320
+ }
321
+ export interface Reservation {
322
+ CurrencyCode: string | undefined;
323
+ Duration: number | undefined;
324
+ DurationUnits: DurationUnits | string | undefined;
325
+ End: string | undefined;
326
+ OfferingArn: string | undefined;
327
+ OfferingDescription: string | undefined;
328
+ PricePerUnit: string | undefined;
329
+ PriceUnits: PriceUnits | string | undefined;
330
+ ReservationArn: string | undefined;
331
+ ReservationName: string | undefined;
332
+ ReservationState: ReservationState | string | undefined;
333
+ ResourceSpecification: ResourceSpecification | undefined;
334
+ Start: string | undefined;
335
+ }
336
+ export interface SetSourceRequest {
337
+ Decryption?: Encryption;
338
+ Description?: string;
339
+ EntitlementArn?: string;
340
+ IngestPort?: number;
341
+ MaxBitrate?: number;
342
+ MaxLatency?: number;
343
+ MaxSyncBuffer?: number;
344
+ MediaStreamSourceConfigurations?: MediaStreamSourceConfigurationRequest[];
345
+ MinLatency?: number;
346
+ Name?: string;
347
+ Protocol?: Protocol | string;
348
+ SenderControlPort?: number;
349
+ SenderIpAddress?: string;
350
+ StreamId?: string;
351
+ VpcInterfaceName?: string;
352
+ WhitelistCidr?: string;
353
+ }
354
+ export interface Source {
355
+ DataTransferSubscriberFeePercent?: number;
356
+ Decryption?: Encryption;
357
+ Description?: string;
358
+ EntitlementArn?: string;
359
+ IngestIp?: string;
360
+ IngestPort?: number;
361
+ MediaStreamSourceConfigurations?: MediaStreamSourceConfiguration[];
362
+ Name: string | undefined;
363
+ SenderControlPort?: number;
364
+ SenderIpAddress?: string;
365
+ SourceArn: string | undefined;
366
+ Transport?: Transport;
367
+ VpcInterfaceName?: string;
368
+ WhitelistCidr?: string;
369
+ }
370
+ export declare enum NetworkInterfaceType {
371
+ efa = "efa",
372
+ ena = "ena",
373
+ }
374
+ export interface VpcInterface {
375
+ Name: string | undefined;
376
+ NetworkInterfaceIds: string[] | undefined;
377
+ NetworkInterfaceType: NetworkInterfaceType | string | undefined;
378
+ RoleArn: string | undefined;
379
+ SecurityGroupIds: string[] | undefined;
380
+ SubnetId: string | undefined;
381
+ }
382
+ export interface VpcInterfaceRequest {
383
+ Name: string | undefined;
384
+ NetworkInterfaceType?: NetworkInterfaceType | string;
385
+ RoleArn: string | undefined;
386
+ SecurityGroupIds: string[] | undefined;
387
+ SubnetId: string | undefined;
388
+ }
389
+ export interface AddFlowMediaStreamsRequest {
390
+ FlowArn: string | undefined;
391
+ MediaStreams: AddMediaStreamRequest[] | undefined;
392
+ }
393
+ export interface AddFlowMediaStreamsResponse {
394
+ FlowArn?: string;
395
+ MediaStreams?: MediaStream[];
396
+ }
397
+ export declare class BadRequestException extends __BaseException {
398
+ readonly name: "BadRequestException";
399
+ readonly $fault: "client";
400
+ Message: string | undefined;
401
+ constructor(
402
+ opts: __ExceptionOptionType<BadRequestException, __BaseException>
403
+ );
404
+ }
405
+ export declare class ForbiddenException extends __BaseException {
406
+ readonly name: "ForbiddenException";
407
+ readonly $fault: "client";
408
+ Message: string | undefined;
409
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
410
+ }
411
+ export declare class InternalServerErrorException extends __BaseException {
412
+ readonly name: "InternalServerErrorException";
413
+ readonly $fault: "server";
414
+ Message: string | undefined;
415
+ constructor(
416
+ opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
417
+ );
418
+ }
419
+ export declare class NotFoundException extends __BaseException {
420
+ readonly name: "NotFoundException";
421
+ readonly $fault: "client";
422
+ Message: string | undefined;
423
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
424
+ }
425
+ export declare class ServiceUnavailableException extends __BaseException {
426
+ readonly name: "ServiceUnavailableException";
427
+ readonly $fault: "server";
428
+ Message: string | undefined;
429
+ constructor(
430
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
431
+ );
432
+ }
433
+ export declare class TooManyRequestsException extends __BaseException {
434
+ readonly name: "TooManyRequestsException";
435
+ readonly $fault: "client";
436
+ Message: string | undefined;
437
+ constructor(
438
+ opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
439
+ );
440
+ }
441
+ export declare class AddFlowOutputs420Exception extends __BaseException {
442
+ readonly name: "AddFlowOutputs420Exception";
443
+ readonly $fault: "client";
444
+ Message: string | undefined;
445
+ constructor(
446
+ opts: __ExceptionOptionType<AddFlowOutputs420Exception, __BaseException>
447
+ );
448
+ }
449
+ export interface AddFlowOutputsRequest {
450
+ FlowArn: string | undefined;
451
+ Outputs: AddOutputRequest[] | undefined;
452
+ }
453
+ export interface AddFlowOutputsResponse {
454
+ FlowArn?: string;
455
+ Outputs?: Output[];
456
+ }
457
+ export interface AddFlowSourcesRequest {
458
+ FlowArn: string | undefined;
459
+ Sources: SetSourceRequest[] | undefined;
460
+ }
461
+ export interface AddFlowSourcesResponse {
462
+ FlowArn?: string;
463
+ Sources?: Source[];
464
+ }
465
+ export interface AddFlowVpcInterfacesRequest {
466
+ FlowArn: string | undefined;
467
+ VpcInterfaces: VpcInterfaceRequest[] | undefined;
468
+ }
469
+ export interface AddFlowVpcInterfacesResponse {
470
+ FlowArn?: string;
471
+ VpcInterfaces?: VpcInterface[];
472
+ }
473
+ export interface AddMaintenance {
474
+ MaintenanceDay: MaintenanceDay | string | undefined;
475
+ MaintenanceStartHour: string | undefined;
476
+ }
477
+ export declare class CreateFlow420Exception extends __BaseException {
478
+ readonly name: "CreateFlow420Exception";
479
+ readonly $fault: "client";
480
+ Message: string | undefined;
481
+ constructor(
482
+ opts: __ExceptionOptionType<CreateFlow420Exception, __BaseException>
483
+ );
484
+ }
485
+ export declare enum FailoverMode {
486
+ FAILOVER = "FAILOVER",
487
+ MERGE = "MERGE",
488
+ }
489
+ export interface SourcePriority {
490
+ PrimarySource?: string;
491
+ }
492
+ export declare enum State {
493
+ DISABLED = "DISABLED",
494
+ ENABLED = "ENABLED",
495
+ }
496
+ export interface FailoverConfig {
497
+ FailoverMode?: FailoverMode | string;
498
+ RecoveryWindow?: number;
499
+ SourcePriority?: SourcePriority;
500
+ State?: State | string;
501
+ }
502
+ export interface CreateFlowRequest {
503
+ AvailabilityZone?: string;
504
+ Entitlements?: GrantEntitlementRequest[];
505
+ MediaStreams?: AddMediaStreamRequest[];
506
+ Name: string | undefined;
507
+ Outputs?: AddOutputRequest[];
508
+ Source?: SetSourceRequest;
509
+ SourceFailoverConfig?: FailoverConfig;
510
+ Sources?: SetSourceRequest[];
511
+ VpcInterfaces?: VpcInterfaceRequest[];
512
+ Maintenance?: AddMaintenance;
513
+ }
514
+ export interface Flow {
515
+ AvailabilityZone: string | undefined;
516
+ Description?: string;
517
+ EgressIp?: string;
518
+ Entitlements: Entitlement[] | undefined;
519
+ FlowArn: string | undefined;
520
+ MediaStreams?: MediaStream[];
521
+ Name: string | undefined;
522
+ Outputs: Output[] | undefined;
523
+ Source: Source | undefined;
524
+ SourceFailoverConfig?: FailoverConfig;
525
+ Sources?: Source[];
526
+ Status: Status | string | undefined;
527
+ VpcInterfaces?: VpcInterface[];
528
+ Maintenance?: Maintenance;
529
+ }
530
+ export interface CreateFlowResponse {
531
+ Flow?: Flow;
532
+ }
533
+ export interface DeleteFlowRequest {
534
+ FlowArn: string | undefined;
535
+ }
536
+ export interface DeleteFlowResponse {
537
+ FlowArn?: string;
538
+ Status?: Status | string;
539
+ }
540
+ export interface DescribeFlowRequest {
541
+ FlowArn: string | undefined;
542
+ }
543
+ export interface Messages {
544
+ Errors: string[] | undefined;
545
+ }
546
+ export interface DescribeFlowResponse {
547
+ Flow?: Flow;
548
+ Messages?: Messages;
549
+ }
550
+ export interface DescribeOfferingRequest {
551
+ OfferingArn: string | undefined;
552
+ }
553
+ export interface DescribeOfferingResponse {
554
+ Offering?: Offering;
555
+ }
556
+ export interface DescribeReservationRequest {
557
+ ReservationArn: string | undefined;
558
+ }
559
+ export interface DescribeReservationResponse {
560
+ Reservation?: Reservation;
561
+ }
562
+ export declare class GrantFlowEntitlements420Exception extends __BaseException {
563
+ readonly name: "GrantFlowEntitlements420Exception";
564
+ readonly $fault: "client";
565
+ Message: string | undefined;
566
+ constructor(
567
+ opts: __ExceptionOptionType<
568
+ GrantFlowEntitlements420Exception,
569
+ __BaseException
570
+ >
571
+ );
572
+ }
573
+ export interface GrantFlowEntitlementsRequest {
574
+ Entitlements: GrantEntitlementRequest[] | undefined;
575
+ FlowArn: string | undefined;
576
+ }
577
+ export interface GrantFlowEntitlementsResponse {
578
+ Entitlements?: Entitlement[];
579
+ FlowArn?: string;
580
+ }
581
+ export interface ListEntitlementsRequest {
582
+ MaxResults?: number;
583
+ NextToken?: string;
584
+ }
585
+ export interface ListEntitlementsResponse {
586
+ Entitlements?: ListedEntitlement[];
587
+ NextToken?: string;
588
+ }
589
+ export interface ListFlowsRequest {
590
+ MaxResults?: number;
591
+ NextToken?: string;
592
+ }
593
+ export interface ListFlowsResponse {
594
+ Flows?: ListedFlow[];
595
+ NextToken?: string;
596
+ }
597
+ export interface ListOfferingsRequest {
598
+ MaxResults?: number;
599
+ NextToken?: string;
600
+ }
601
+ export interface ListOfferingsResponse {
602
+ NextToken?: string;
603
+ Offerings?: Offering[];
604
+ }
605
+ export interface ListReservationsRequest {
606
+ MaxResults?: number;
607
+ NextToken?: string;
608
+ }
609
+ export interface ListReservationsResponse {
610
+ NextToken?: string;
611
+ Reservations?: Reservation[];
612
+ }
613
+ export interface ListTagsForResourceRequest {
614
+ ResourceArn: string | undefined;
615
+ }
616
+ export interface ListTagsForResourceResponse {
617
+ Tags?: Record<string, string>;
618
+ }
619
+ export interface PurchaseOfferingRequest {
620
+ OfferingArn: string | undefined;
621
+ ReservationName: string | undefined;
622
+ Start: string | undefined;
623
+ }
624
+ export interface PurchaseOfferingResponse {
625
+ Reservation?: Reservation;
626
+ }
627
+ export interface RemoveFlowMediaStreamRequest {
628
+ FlowArn: string | undefined;
629
+ MediaStreamName: string | undefined;
630
+ }
631
+ export interface RemoveFlowMediaStreamResponse {
632
+ FlowArn?: string;
633
+ MediaStreamName?: string;
634
+ }
635
+ export interface RemoveFlowOutputRequest {
636
+ FlowArn: string | undefined;
637
+ OutputArn: string | undefined;
638
+ }
639
+ export interface RemoveFlowOutputResponse {
640
+ FlowArn?: string;
641
+ OutputArn?: string;
642
+ }
643
+ export interface RemoveFlowSourceRequest {
644
+ FlowArn: string | undefined;
645
+ SourceArn: string | undefined;
646
+ }
647
+ export interface RemoveFlowSourceResponse {
648
+ FlowArn?: string;
649
+ SourceArn?: string;
650
+ }
651
+ export interface RemoveFlowVpcInterfaceRequest {
652
+ FlowArn: string | undefined;
653
+ VpcInterfaceName: string | undefined;
654
+ }
655
+ export interface RemoveFlowVpcInterfaceResponse {
656
+ FlowArn?: string;
657
+ NonDeletedNetworkInterfaceIds?: string[];
658
+ VpcInterfaceName?: string;
659
+ }
660
+ export interface RevokeFlowEntitlementRequest {
661
+ EntitlementArn: string | undefined;
662
+ FlowArn: string | undefined;
663
+ }
664
+ export interface RevokeFlowEntitlementResponse {
665
+ EntitlementArn?: string;
666
+ FlowArn?: string;
667
+ }
668
+ export interface StartFlowRequest {
669
+ FlowArn: string | undefined;
670
+ }
671
+ export interface StartFlowResponse {
672
+ FlowArn?: string;
673
+ Status?: Status | string;
674
+ }
675
+ export interface StopFlowRequest {
676
+ FlowArn: string | undefined;
677
+ }
678
+ export interface StopFlowResponse {
679
+ FlowArn?: string;
680
+ Status?: Status | string;
681
+ }
682
+ export interface TagResourceRequest {
683
+ ResourceArn: string | undefined;
684
+ Tags: Record<string, string> | undefined;
685
+ }
686
+ export interface UntagResourceRequest {
687
+ ResourceArn: string | undefined;
688
+ TagKeys: string[] | undefined;
689
+ }
690
+ export interface UpdateMaintenance {
691
+ MaintenanceDay?: MaintenanceDay | string;
692
+ MaintenanceScheduledDate?: string;
693
+ MaintenanceStartHour?: string;
694
+ }
695
+ export interface UpdateFailoverConfig {
696
+ FailoverMode?: FailoverMode | string;
697
+ RecoveryWindow?: number;
698
+ SourcePriority?: SourcePriority;
699
+ State?: State | string;
700
+ }
701
+ export interface UpdateFlowRequest {
702
+ FlowArn: string | undefined;
703
+ SourceFailoverConfig?: UpdateFailoverConfig;
704
+ Maintenance?: UpdateMaintenance;
705
+ }
706
+ export interface UpdateFlowResponse {
707
+ Flow?: Flow;
708
+ }
709
+ export interface UpdateEncryption {
710
+ Algorithm?: Algorithm | string;
711
+ ConstantInitializationVector?: string;
712
+ DeviceId?: string;
713
+ KeyType?: KeyType | string;
714
+ Region?: string;
715
+ ResourceId?: string;
716
+ RoleArn?: string;
717
+ SecretArn?: string;
718
+ Url?: string;
719
+ }
720
+ export interface UpdateFlowEntitlementRequest {
721
+ Description?: string;
722
+ Encryption?: UpdateEncryption;
723
+ EntitlementArn: string | undefined;
724
+ EntitlementStatus?: EntitlementStatus | string;
725
+ FlowArn: string | undefined;
726
+ Subscribers?: string[];
727
+ }
728
+ export interface UpdateFlowEntitlementResponse {
729
+ Entitlement?: Entitlement;
730
+ FlowArn?: string;
731
+ }
732
+ export interface UpdateFlowMediaStreamRequest {
733
+ Attributes?: MediaStreamAttributesRequest;
734
+ ClockRate?: number;
735
+ Description?: string;
736
+ FlowArn: string | undefined;
737
+ MediaStreamName: string | undefined;
738
+ MediaStreamType?: MediaStreamType | string;
739
+ VideoFormat?: string;
740
+ }
741
+ export interface UpdateFlowMediaStreamResponse {
742
+ FlowArn?: string;
743
+ MediaStream?: MediaStream;
744
+ }
745
+ export interface UpdateFlowOutputRequest {
746
+ CidrAllowList?: string[];
747
+ Description?: string;
748
+ Destination?: string;
749
+ Encryption?: UpdateEncryption;
750
+ FlowArn: string | undefined;
751
+ MaxLatency?: number;
752
+ MediaStreamOutputConfigurations?: MediaStreamOutputConfigurationRequest[];
753
+ MinLatency?: number;
754
+ OutputArn: string | undefined;
755
+ Port?: number;
756
+ Protocol?: Protocol | string;
757
+ RemoteId?: string;
758
+ SenderControlPort?: number;
759
+ SenderIpAddress?: string;
760
+ SmoothingLatency?: number;
761
+ StreamId?: string;
762
+ VpcInterfaceAttachment?: VpcInterfaceAttachment;
763
+ }
764
+ export interface UpdateFlowOutputResponse {
765
+ FlowArn?: string;
766
+ Output?: Output;
767
+ }
768
+ export interface UpdateFlowSourceRequest {
769
+ Decryption?: UpdateEncryption;
770
+ Description?: string;
771
+ EntitlementArn?: string;
772
+ FlowArn: string | undefined;
773
+ IngestPort?: number;
774
+ MaxBitrate?: number;
775
+ MaxLatency?: number;
776
+ MaxSyncBuffer?: number;
777
+ MediaStreamSourceConfigurations?: MediaStreamSourceConfigurationRequest[];
778
+ MinLatency?: number;
779
+ Protocol?: Protocol | string;
780
+ SenderControlPort?: number;
781
+ SenderIpAddress?: string;
782
+ SourceArn: string | undefined;
783
+ StreamId?: string;
784
+ VpcInterfaceName?: string;
785
+ WhitelistCidr?: string;
786
+ }
787
+ export interface UpdateFlowSourceResponse {
788
+ FlowArn?: string;
789
+ Source?: Source;
790
+ }
791
+ export declare const FmtpRequestFilterSensitiveLog: (obj: FmtpRequest) => any;
792
+ export declare const MediaStreamAttributesRequestFilterSensitiveLog: (
793
+ obj: MediaStreamAttributesRequest
794
+ ) => any;
795
+ export declare const AddMediaStreamRequestFilterSensitiveLog: (
796
+ obj: AddMediaStreamRequest
797
+ ) => any;
798
+ export declare const EncryptionFilterSensitiveLog: (obj: Encryption) => any;
799
+ export declare const InterfaceRequestFilterSensitiveLog: (
800
+ obj: InterfaceRequest
801
+ ) => any;
802
+ export declare const DestinationConfigurationRequestFilterSensitiveLog: (
803
+ obj: DestinationConfigurationRequest
804
+ ) => any;
805
+ export declare const EncodingParametersRequestFilterSensitiveLog: (
806
+ obj: EncodingParametersRequest
807
+ ) => any;
808
+ export declare const MediaStreamOutputConfigurationRequestFilterSensitiveLog: (
809
+ obj: MediaStreamOutputConfigurationRequest
810
+ ) => any;
811
+ export declare const VpcInterfaceAttachmentFilterSensitiveLog: (
812
+ obj: VpcInterfaceAttachment
813
+ ) => any;
814
+ export declare const AddOutputRequestFilterSensitiveLog: (
815
+ obj: AddOutputRequest
816
+ ) => any;
817
+ export declare const InterfaceFilterSensitiveLog: (obj: Interface) => any;
818
+ export declare const DestinationConfigurationFilterSensitiveLog: (
819
+ obj: DestinationConfiguration
820
+ ) => any;
821
+ export declare const EntitlementFilterSensitiveLog: (obj: Entitlement) => any;
822
+ export declare const GrantEntitlementRequestFilterSensitiveLog: (
823
+ obj: GrantEntitlementRequest
824
+ ) => any;
825
+ export declare const InputConfigurationFilterSensitiveLog: (
826
+ obj: InputConfiguration
827
+ ) => any;
828
+ export declare const InputConfigurationRequestFilterSensitiveLog: (
829
+ obj: InputConfigurationRequest
830
+ ) => any;
831
+ export declare const ListedEntitlementFilterSensitiveLog: (
832
+ obj: ListedEntitlement
833
+ ) => any;
834
+ export declare const MaintenanceFilterSensitiveLog: (obj: Maintenance) => any;
835
+ export declare const ListedFlowFilterSensitiveLog: (obj: ListedFlow) => any;
836
+ export declare const FmtpFilterSensitiveLog: (obj: Fmtp) => any;
837
+ export declare const MediaStreamAttributesFilterSensitiveLog: (
838
+ obj: MediaStreamAttributes
839
+ ) => any;
840
+ export declare const MediaStreamFilterSensitiveLog: (obj: MediaStream) => any;
841
+ export declare const EncodingParametersFilterSensitiveLog: (
842
+ obj: EncodingParameters
843
+ ) => any;
844
+ export declare const MediaStreamOutputConfigurationFilterSensitiveLog: (
845
+ obj: MediaStreamOutputConfiguration
846
+ ) => any;
847
+ export declare const MediaStreamSourceConfigurationFilterSensitiveLog: (
848
+ obj: MediaStreamSourceConfiguration
849
+ ) => any;
850
+ export declare const MediaStreamSourceConfigurationRequestFilterSensitiveLog: (
851
+ obj: MediaStreamSourceConfigurationRequest
852
+ ) => any;
853
+ export declare const ResourceSpecificationFilterSensitiveLog: (
854
+ obj: ResourceSpecification
855
+ ) => any;
856
+ export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
857
+ export declare const TransportFilterSensitiveLog: (obj: Transport) => any;
858
+ export declare const OutputFilterSensitiveLog: (obj: Output) => any;
859
+ export declare const ReservationFilterSensitiveLog: (obj: Reservation) => any;
860
+ export declare const SetSourceRequestFilterSensitiveLog: (
861
+ obj: SetSourceRequest
862
+ ) => any;
863
+ export declare const SourceFilterSensitiveLog: (obj: Source) => any;
864
+ export declare const VpcInterfaceFilterSensitiveLog: (obj: VpcInterface) => any;
865
+ export declare const VpcInterfaceRequestFilterSensitiveLog: (
866
+ obj: VpcInterfaceRequest
867
+ ) => any;
868
+ export declare const AddFlowMediaStreamsRequestFilterSensitiveLog: (
869
+ obj: AddFlowMediaStreamsRequest
870
+ ) => any;
871
+ export declare const AddFlowMediaStreamsResponseFilterSensitiveLog: (
872
+ obj: AddFlowMediaStreamsResponse
873
+ ) => any;
874
+ export declare const AddFlowOutputsRequestFilterSensitiveLog: (
875
+ obj: AddFlowOutputsRequest
876
+ ) => any;
877
+ export declare const AddFlowOutputsResponseFilterSensitiveLog: (
878
+ obj: AddFlowOutputsResponse
879
+ ) => any;
880
+ export declare const AddFlowSourcesRequestFilterSensitiveLog: (
881
+ obj: AddFlowSourcesRequest
882
+ ) => any;
883
+ export declare const AddFlowSourcesResponseFilterSensitiveLog: (
884
+ obj: AddFlowSourcesResponse
885
+ ) => any;
886
+ export declare const AddFlowVpcInterfacesRequestFilterSensitiveLog: (
887
+ obj: AddFlowVpcInterfacesRequest
888
+ ) => any;
889
+ export declare const AddFlowVpcInterfacesResponseFilterSensitiveLog: (
890
+ obj: AddFlowVpcInterfacesResponse
891
+ ) => any;
892
+ export declare const AddMaintenanceFilterSensitiveLog: (
893
+ obj: AddMaintenance
894
+ ) => any;
895
+ export declare const SourcePriorityFilterSensitiveLog: (
896
+ obj: SourcePriority
897
+ ) => any;
898
+ export declare const FailoverConfigFilterSensitiveLog: (
899
+ obj: FailoverConfig
900
+ ) => any;
901
+ export declare const CreateFlowRequestFilterSensitiveLog: (
902
+ obj: CreateFlowRequest
903
+ ) => any;
904
+ export declare const FlowFilterSensitiveLog: (obj: Flow) => any;
905
+ export declare const CreateFlowResponseFilterSensitiveLog: (
906
+ obj: CreateFlowResponse
907
+ ) => any;
908
+ export declare const DeleteFlowRequestFilterSensitiveLog: (
909
+ obj: DeleteFlowRequest
910
+ ) => any;
911
+ export declare const DeleteFlowResponseFilterSensitiveLog: (
912
+ obj: DeleteFlowResponse
913
+ ) => any;
914
+ export declare const DescribeFlowRequestFilterSensitiveLog: (
915
+ obj: DescribeFlowRequest
916
+ ) => any;
917
+ export declare const MessagesFilterSensitiveLog: (obj: Messages) => any;
918
+ export declare const DescribeFlowResponseFilterSensitiveLog: (
919
+ obj: DescribeFlowResponse
920
+ ) => any;
921
+ export declare const DescribeOfferingRequestFilterSensitiveLog: (
922
+ obj: DescribeOfferingRequest
923
+ ) => any;
924
+ export declare const DescribeOfferingResponseFilterSensitiveLog: (
925
+ obj: DescribeOfferingResponse
926
+ ) => any;
927
+ export declare const DescribeReservationRequestFilterSensitiveLog: (
928
+ obj: DescribeReservationRequest
929
+ ) => any;
930
+ export declare const DescribeReservationResponseFilterSensitiveLog: (
931
+ obj: DescribeReservationResponse
932
+ ) => any;
933
+ export declare const GrantFlowEntitlementsRequestFilterSensitiveLog: (
934
+ obj: GrantFlowEntitlementsRequest
935
+ ) => any;
936
+ export declare const GrantFlowEntitlementsResponseFilterSensitiveLog: (
937
+ obj: GrantFlowEntitlementsResponse
938
+ ) => any;
939
+ export declare const ListEntitlementsRequestFilterSensitiveLog: (
940
+ obj: ListEntitlementsRequest
941
+ ) => any;
942
+ export declare const ListEntitlementsResponseFilterSensitiveLog: (
943
+ obj: ListEntitlementsResponse
944
+ ) => any;
945
+ export declare const ListFlowsRequestFilterSensitiveLog: (
946
+ obj: ListFlowsRequest
947
+ ) => any;
948
+ export declare const ListFlowsResponseFilterSensitiveLog: (
949
+ obj: ListFlowsResponse
950
+ ) => any;
951
+ export declare const ListOfferingsRequestFilterSensitiveLog: (
952
+ obj: ListOfferingsRequest
953
+ ) => any;
954
+ export declare const ListOfferingsResponseFilterSensitiveLog: (
955
+ obj: ListOfferingsResponse
956
+ ) => any;
957
+ export declare const ListReservationsRequestFilterSensitiveLog: (
958
+ obj: ListReservationsRequest
959
+ ) => any;
960
+ export declare const ListReservationsResponseFilterSensitiveLog: (
961
+ obj: ListReservationsResponse
962
+ ) => any;
963
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
964
+ obj: ListTagsForResourceRequest
965
+ ) => any;
966
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
967
+ obj: ListTagsForResourceResponse
968
+ ) => any;
969
+ export declare const PurchaseOfferingRequestFilterSensitiveLog: (
970
+ obj: PurchaseOfferingRequest
971
+ ) => any;
972
+ export declare const PurchaseOfferingResponseFilterSensitiveLog: (
973
+ obj: PurchaseOfferingResponse
974
+ ) => any;
975
+ export declare const RemoveFlowMediaStreamRequestFilterSensitiveLog: (
976
+ obj: RemoveFlowMediaStreamRequest
977
+ ) => any;
978
+ export declare const RemoveFlowMediaStreamResponseFilterSensitiveLog: (
979
+ obj: RemoveFlowMediaStreamResponse
980
+ ) => any;
981
+ export declare const RemoveFlowOutputRequestFilterSensitiveLog: (
982
+ obj: RemoveFlowOutputRequest
983
+ ) => any;
984
+ export declare const RemoveFlowOutputResponseFilterSensitiveLog: (
985
+ obj: RemoveFlowOutputResponse
986
+ ) => any;
987
+ export declare const RemoveFlowSourceRequestFilterSensitiveLog: (
988
+ obj: RemoveFlowSourceRequest
989
+ ) => any;
990
+ export declare const RemoveFlowSourceResponseFilterSensitiveLog: (
991
+ obj: RemoveFlowSourceResponse
992
+ ) => any;
993
+ export declare const RemoveFlowVpcInterfaceRequestFilterSensitiveLog: (
994
+ obj: RemoveFlowVpcInterfaceRequest
995
+ ) => any;
996
+ export declare const RemoveFlowVpcInterfaceResponseFilterSensitiveLog: (
997
+ obj: RemoveFlowVpcInterfaceResponse
998
+ ) => any;
999
+ export declare const RevokeFlowEntitlementRequestFilterSensitiveLog: (
1000
+ obj: RevokeFlowEntitlementRequest
1001
+ ) => any;
1002
+ export declare const RevokeFlowEntitlementResponseFilterSensitiveLog: (
1003
+ obj: RevokeFlowEntitlementResponse
1004
+ ) => any;
1005
+ export declare const StartFlowRequestFilterSensitiveLog: (
1006
+ obj: StartFlowRequest
1007
+ ) => any;
1008
+ export declare const StartFlowResponseFilterSensitiveLog: (
1009
+ obj: StartFlowResponse
1010
+ ) => any;
1011
+ export declare const StopFlowRequestFilterSensitiveLog: (
1012
+ obj: StopFlowRequest
1013
+ ) => any;
1014
+ export declare const StopFlowResponseFilterSensitiveLog: (
1015
+ obj: StopFlowResponse
1016
+ ) => any;
1017
+ export declare const TagResourceRequestFilterSensitiveLog: (
1018
+ obj: TagResourceRequest
1019
+ ) => any;
1020
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1021
+ obj: UntagResourceRequest
1022
+ ) => any;
1023
+ export declare const UpdateMaintenanceFilterSensitiveLog: (
1024
+ obj: UpdateMaintenance
1025
+ ) => any;
1026
+ export declare const UpdateFailoverConfigFilterSensitiveLog: (
1027
+ obj: UpdateFailoverConfig
1028
+ ) => any;
1029
+ export declare const UpdateFlowRequestFilterSensitiveLog: (
1030
+ obj: UpdateFlowRequest
1031
+ ) => any;
1032
+ export declare const UpdateFlowResponseFilterSensitiveLog: (
1033
+ obj: UpdateFlowResponse
1034
+ ) => any;
1035
+ export declare const UpdateEncryptionFilterSensitiveLog: (
1036
+ obj: UpdateEncryption
1037
+ ) => any;
1038
+ export declare const UpdateFlowEntitlementRequestFilterSensitiveLog: (
1039
+ obj: UpdateFlowEntitlementRequest
1040
+ ) => any;
1041
+ export declare const UpdateFlowEntitlementResponseFilterSensitiveLog: (
1042
+ obj: UpdateFlowEntitlementResponse
1043
+ ) => any;
1044
+ export declare const UpdateFlowMediaStreamRequestFilterSensitiveLog: (
1045
+ obj: UpdateFlowMediaStreamRequest
1046
+ ) => any;
1047
+ export declare const UpdateFlowMediaStreamResponseFilterSensitiveLog: (
1048
+ obj: UpdateFlowMediaStreamResponse
1049
+ ) => any;
1050
+ export declare const UpdateFlowOutputRequestFilterSensitiveLog: (
1051
+ obj: UpdateFlowOutputRequest
1052
+ ) => any;
1053
+ export declare const UpdateFlowOutputResponseFilterSensitiveLog: (
1054
+ obj: UpdateFlowOutputResponse
1055
+ ) => any;
1056
+ export declare const UpdateFlowSourceRequestFilterSensitiveLog: (
1057
+ obj: UpdateFlowSourceRequest
1058
+ ) => any;
1059
+ export declare const UpdateFlowSourceResponseFilterSensitiveLog: (
1060
+ obj: UpdateFlowSourceResponse
1061
+ ) => any;