@aws-sdk/client-mediaconnect 3.131.0 → 3.142.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 (69) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddFlowMediaStreamsCommand.js +2 -2
  4. package/dist-cjs/commands/AddFlowOutputsCommand.js +2 -2
  5. package/dist-cjs/commands/AddFlowSourcesCommand.js +2 -2
  6. package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js +2 -2
  7. package/dist-cjs/commands/CreateFlowCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteFlowCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeFlowCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
  12. package/dist-cjs/commands/GrantFlowEntitlementsCommand.js +2 -2
  13. package/dist-cjs/commands/ListEntitlementsCommand.js +2 -2
  14. package/dist-cjs/commands/ListFlowsCommand.js +2 -2
  15. package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
  16. package/dist-cjs/commands/ListReservationsCommand.js +2 -2
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  18. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
  19. package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js +2 -2
  20. package/dist-cjs/commands/RemoveFlowOutputCommand.js +2 -2
  21. package/dist-cjs/commands/RemoveFlowSourceCommand.js +2 -2
  22. package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js +2 -2
  23. package/dist-cjs/commands/RevokeFlowEntitlementCommand.js +2 -2
  24. package/dist-cjs/commands/StartFlowCommand.js +2 -2
  25. package/dist-cjs/commands/StopFlowCommand.js +2 -2
  26. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  27. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  28. package/dist-cjs/commands/UpdateFlowCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateFlowEntitlementCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateFlowOutputCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateFlowSourceCommand.js +2 -2
  33. package/dist-cjs/models/models_0.js +407 -609
  34. package/dist-cjs/protocols/Aws_restJson1.js +363 -839
  35. package/dist-es/commands/AddFlowMediaStreamsCommand.js +3 -3
  36. package/dist-es/commands/AddFlowOutputsCommand.js +3 -3
  37. package/dist-es/commands/AddFlowSourcesCommand.js +3 -3
  38. package/dist-es/commands/AddFlowVpcInterfacesCommand.js +3 -3
  39. package/dist-es/commands/CreateFlowCommand.js +3 -3
  40. package/dist-es/commands/DeleteFlowCommand.js +3 -3
  41. package/dist-es/commands/DescribeFlowCommand.js +3 -3
  42. package/dist-es/commands/DescribeOfferingCommand.js +3 -3
  43. package/dist-es/commands/DescribeReservationCommand.js +3 -3
  44. package/dist-es/commands/GrantFlowEntitlementsCommand.js +3 -3
  45. package/dist-es/commands/ListEntitlementsCommand.js +3 -3
  46. package/dist-es/commands/ListFlowsCommand.js +3 -3
  47. package/dist-es/commands/ListOfferingsCommand.js +3 -3
  48. package/dist-es/commands/ListReservationsCommand.js +3 -3
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  50. package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
  51. package/dist-es/commands/RemoveFlowMediaStreamCommand.js +3 -3
  52. package/dist-es/commands/RemoveFlowOutputCommand.js +3 -3
  53. package/dist-es/commands/RemoveFlowSourceCommand.js +3 -3
  54. package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js +3 -3
  55. package/dist-es/commands/RevokeFlowEntitlementCommand.js +3 -3
  56. package/dist-es/commands/StartFlowCommand.js +3 -3
  57. package/dist-es/commands/StopFlowCommand.js +3 -3
  58. package/dist-es/commands/TagResourceCommand.js +2 -2
  59. package/dist-es/commands/UntagResourceCommand.js +2 -2
  60. package/dist-es/commands/UpdateFlowCommand.js +3 -3
  61. package/dist-es/commands/UpdateFlowEntitlementCommand.js +3 -3
  62. package/dist-es/commands/UpdateFlowMediaStreamCommand.js +3 -3
  63. package/dist-es/commands/UpdateFlowOutputCommand.js +3 -3
  64. package/dist-es/commands/UpdateFlowSourceCommand.js +3 -3
  65. package/dist-es/models/models_0.js +101 -404
  66. package/dist-es/protocols/Aws_restJson1.js +479 -851
  67. package/dist-types/models/models_0.d.ts +404 -606
  68. package/dist-types/ts3.4/models/models_0.d.ts +202 -404
  69. package/package.json +6 -6
@@ -63,12 +63,6 @@ export interface FmtpRequest {
63
63
  */
64
64
  Tcs?: Tcs | string;
65
65
  }
66
- export declare namespace FmtpRequest {
67
- /**
68
- * @internal
69
- */
70
- const filterSensitiveLog: (obj: FmtpRequest) => any;
71
- }
72
66
  /**
73
67
  * Attributes that are related to the media stream.
74
68
  */
@@ -82,12 +76,6 @@ export interface MediaStreamAttributesRequest {
82
76
  */
83
77
  Lang?: string;
84
78
  }
85
- export declare namespace MediaStreamAttributesRequest {
86
- /**
87
- * @internal
88
- */
89
- const filterSensitiveLog: (obj: MediaStreamAttributesRequest) => any;
90
- }
91
79
  export declare enum MediaStreamType {
92
80
  ancillary_data = "ancillary-data",
93
81
  audio = "audio",
@@ -126,12 +114,6 @@ export interface AddMediaStreamRequest {
126
114
  */
127
115
  VideoFormat?: string;
128
116
  }
129
- export declare namespace AddMediaStreamRequest {
130
- /**
131
- * @internal
132
- */
133
- const filterSensitiveLog: (obj: AddMediaStreamRequest) => any;
134
- }
135
117
  export declare enum Algorithm {
136
118
  aes128 = "aes128",
137
119
  aes192 = "aes192",
@@ -183,12 +165,6 @@ export interface Encryption {
183
165
  */
184
166
  Url?: string;
185
167
  }
186
- export declare namespace Encryption {
187
- /**
188
- * @internal
189
- */
190
- const filterSensitiveLog: (obj: Encryption) => any;
191
- }
192
168
  /**
193
169
  * The VPC interface that you want to designate where the media stream is coming from or going to.
194
170
  */
@@ -198,12 +174,6 @@ export interface InterfaceRequest {
198
174
  */
199
175
  Name: string | undefined;
200
176
  }
201
- export declare namespace InterfaceRequest {
202
- /**
203
- * @internal
204
- */
205
- const filterSensitiveLog: (obj: InterfaceRequest) => any;
206
- }
207
177
  /**
208
178
  * The transport parameters that you want to associate with an outbound media stream.
209
179
  */
@@ -221,12 +191,6 @@ export interface DestinationConfigurationRequest {
221
191
  */
222
192
  Interface: InterfaceRequest | undefined;
223
193
  }
224
- export declare namespace DestinationConfigurationRequest {
225
- /**
226
- * @internal
227
- */
228
- const filterSensitiveLog: (obj: DestinationConfigurationRequest) => any;
229
- }
230
194
  export declare enum EncodingName {
231
195
  jxsv = "jxsv",
232
196
  pcm = "pcm",
@@ -250,12 +214,6 @@ export interface EncodingParametersRequest {
250
214
  */
251
215
  EncoderProfile: EncoderProfile | string | undefined;
252
216
  }
253
- export declare namespace EncodingParametersRequest {
254
- /**
255
- * @internal
256
- */
257
- const filterSensitiveLog: (obj: EncodingParametersRequest) => any;
258
- }
259
217
  /**
260
218
  * The media stream that you want to associate with the output, and the parameters for that association.
261
219
  */
@@ -277,12 +235,6 @@ export interface MediaStreamOutputConfigurationRequest {
277
235
  */
278
236
  MediaStreamName: string | undefined;
279
237
  }
280
- export declare namespace MediaStreamOutputConfigurationRequest {
281
- /**
282
- * @internal
283
- */
284
- const filterSensitiveLog: (obj: MediaStreamOutputConfigurationRequest) => any;
285
- }
286
238
  export declare enum Protocol {
287
239
  cdi = "cdi",
288
240
  fujitsu_qos = "fujitsu-qos",
@@ -303,12 +255,6 @@ export interface VpcInterfaceAttachment {
303
255
  */
304
256
  VpcInterfaceName?: string;
305
257
  }
306
- export declare namespace VpcInterfaceAttachment {
307
- /**
308
- * @internal
309
- */
310
- const filterSensitiveLog: (obj: VpcInterfaceAttachment) => any;
311
- }
312
258
  /**
313
259
  * The output that you want to add to this flow.
314
260
  */
@@ -374,12 +320,6 @@ export interface AddOutputRequest {
374
320
  */
375
321
  VpcInterfaceAttachment?: VpcInterfaceAttachment;
376
322
  }
377
- export declare namespace AddOutputRequest {
378
- /**
379
- * @internal
380
- */
381
- const filterSensitiveLog: (obj: AddOutputRequest) => any;
382
- }
383
323
  /**
384
324
  * The VPC interface that is used for the media stream associated with the source or output.
385
325
  */
@@ -389,12 +329,6 @@ export interface Interface {
389
329
  */
390
330
  Name: string | undefined;
391
331
  }
392
- export declare namespace Interface {
393
- /**
394
- * @internal
395
- */
396
- const filterSensitiveLog: (obj: Interface) => any;
397
- }
398
332
  /**
399
333
  * The transport parameters that are associated with an outbound media stream.
400
334
  */
@@ -416,12 +350,6 @@ export interface DestinationConfiguration {
416
350
  */
417
351
  OutboundIp: string | undefined;
418
352
  }
419
- export declare namespace DestinationConfiguration {
420
- /**
421
- * @internal
422
- */
423
- const filterSensitiveLog: (obj: DestinationConfiguration) => any;
424
- }
425
353
  export declare enum EntitlementStatus {
426
354
  DISABLED = "DISABLED",
427
355
  ENABLED = "ENABLED"
@@ -459,12 +387,6 @@ export interface Entitlement {
459
387
  */
460
388
  Subscribers: string[] | undefined;
461
389
  }
462
- export declare namespace Entitlement {
463
- /**
464
- * @internal
465
- */
466
- const filterSensitiveLog: (obj: Entitlement) => any;
467
- }
468
390
  /**
469
391
  * The entitlements that you want to grant on a flow.
470
392
  */
@@ -494,12 +416,6 @@ export interface GrantEntitlementRequest {
494
416
  */
495
417
  Subscribers: string[] | undefined;
496
418
  }
497
- export declare namespace GrantEntitlementRequest {
498
- /**
499
- * @internal
500
- */
501
- const filterSensitiveLog: (obj: GrantEntitlementRequest) => any;
502
- }
503
419
  /**
504
420
  * The transport parameters that are associated with an incoming media stream.
505
421
  */
@@ -517,12 +433,6 @@ export interface InputConfiguration {
517
433
  */
518
434
  Interface: Interface | undefined;
519
435
  }
520
- export declare namespace InputConfiguration {
521
- /**
522
- * @internal
523
- */
524
- const filterSensitiveLog: (obj: InputConfiguration) => any;
525
- }
526
436
  /**
527
437
  * The transport parameters that you want to associate with an incoming media stream.
528
438
  */
@@ -536,12 +446,6 @@ export interface InputConfigurationRequest {
536
446
  */
537
447
  Interface: InterfaceRequest | undefined;
538
448
  }
539
- export declare namespace InputConfigurationRequest {
540
- /**
541
- * @internal
542
- */
543
- const filterSensitiveLog: (obj: InputConfigurationRequest) => any;
544
- }
545
449
  /**
546
450
  * An entitlement that has been granted to you from other AWS accounts.
547
451
  */
@@ -559,12 +463,6 @@ export interface ListedEntitlement {
559
463
  */
560
464
  EntitlementName: string | undefined;
561
465
  }
562
- export declare namespace ListedEntitlement {
563
- /**
564
- * @internal
565
- */
566
- const filterSensitiveLog: (obj: ListedEntitlement) => any;
567
- }
568
466
  export declare enum MaintenanceDay {
569
467
  Friday = "Friday",
570
468
  Monday = "Monday",
@@ -595,12 +493,6 @@ export interface Maintenance {
595
493
  */
596
494
  MaintenanceStartHour?: string;
597
495
  }
598
- export declare namespace Maintenance {
599
- /**
600
- * @internal
601
- */
602
- const filterSensitiveLog: (obj: Maintenance) => any;
603
- }
604
496
  export declare enum SourceType {
605
497
  ENTITLED = "ENTITLED",
606
498
  OWNED = "OWNED"
@@ -647,12 +539,6 @@ export interface ListedFlow {
647
539
  */
648
540
  Maintenance?: Maintenance;
649
541
  }
650
- export declare namespace ListedFlow {
651
- /**
652
- * @internal
653
- */
654
- const filterSensitiveLog: (obj: ListedFlow) => any;
655
- }
656
542
  /**
657
543
  * FMTP
658
544
  */
@@ -686,12 +572,6 @@ export interface Fmtp {
686
572
  */
687
573
  Tcs?: Tcs | string;
688
574
  }
689
- export declare namespace Fmtp {
690
- /**
691
- * @internal
692
- */
693
- const filterSensitiveLog: (obj: Fmtp) => any;
694
- }
695
575
  /**
696
576
  * Attributes that are related to the media stream.
697
577
  */
@@ -705,12 +585,6 @@ export interface MediaStreamAttributes {
705
585
  */
706
586
  Lang?: string;
707
587
  }
708
- export declare namespace MediaStreamAttributes {
709
- /**
710
- * @internal
711
- */
712
- const filterSensitiveLog: (obj: MediaStreamAttributes) => any;
713
- }
714
588
  /**
715
589
  * A single track or stream of media that contains video, audio, or ancillary data. After you add a media stream to a flow, you can associate it with sources and outputs on that flow, as long as they use the CDI protocol or the ST 2110 JPEG XS protocol. Each source or output can consist of one or many media streams.
716
590
  */
@@ -748,12 +622,6 @@ export interface MediaStream {
748
622
  */
749
623
  VideoFormat?: string;
750
624
  }
751
- export declare namespace MediaStream {
752
- /**
753
- * @internal
754
- */
755
- const filterSensitiveLog: (obj: MediaStream) => any;
756
- }
757
625
  /**
758
626
  * A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.
759
627
  */
@@ -767,12 +635,6 @@ export interface EncodingParameters {
767
635
  */
768
636
  EncoderProfile: EncoderProfile | string | undefined;
769
637
  }
770
- export declare namespace EncodingParameters {
771
- /**
772
- * @internal
773
- */
774
- const filterSensitiveLog: (obj: EncodingParameters) => any;
775
- }
776
638
  /**
777
639
  * The media stream that is associated with the output, and the parameters for that association.
778
640
  */
@@ -794,12 +656,6 @@ export interface MediaStreamOutputConfiguration {
794
656
  */
795
657
  MediaStreamName: string | undefined;
796
658
  }
797
- export declare namespace MediaStreamOutputConfiguration {
798
- /**
799
- * @internal
800
- */
801
- const filterSensitiveLog: (obj: MediaStreamOutputConfiguration) => any;
802
- }
803
659
  /**
804
660
  * The media stream that is associated with the source, and the parameters for that association.
805
661
  */
@@ -817,12 +673,6 @@ export interface MediaStreamSourceConfiguration {
817
673
  */
818
674
  MediaStreamName: string | undefined;
819
675
  }
820
- export declare namespace MediaStreamSourceConfiguration {
821
- /**
822
- * @internal
823
- */
824
- const filterSensitiveLog: (obj: MediaStreamSourceConfiguration) => any;
825
- }
826
676
  /**
827
677
  * The definition of a media stream that you want to associate with the source.
828
678
  */
@@ -840,12 +690,6 @@ export interface MediaStreamSourceConfigurationRequest {
840
690
  */
841
691
  MediaStreamName: string | undefined;
842
692
  }
843
- export declare namespace MediaStreamSourceConfigurationRequest {
844
- /**
845
- * @internal
846
- */
847
- const filterSensitiveLog: (obj: MediaStreamSourceConfigurationRequest) => any;
848
- }
849
693
  export declare enum DurationUnits {
850
694
  MONTHS = "MONTHS"
851
695
  }
@@ -868,12 +712,6 @@ export interface ResourceSpecification {
868
712
  */
869
713
  ResourceType: ResourceType | string | undefined;
870
714
  }
871
- export declare namespace ResourceSpecification {
872
- /**
873
- * @internal
874
- */
875
- const filterSensitiveLog: (obj: ResourceSpecification) => any;
876
- }
877
715
  /**
878
716
  * A savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.
879
717
  */
@@ -911,12 +749,6 @@ export interface Offering {
911
749
  */
912
750
  ResourceSpecification: ResourceSpecification | undefined;
913
751
  }
914
- export declare namespace Offering {
915
- /**
916
- * @internal
917
- */
918
- const filterSensitiveLog: (obj: Offering) => any;
919
- }
920
752
  /**
921
753
  * Attributes related to the transport stream that are used in a source or output.
922
754
  */
@@ -966,12 +798,6 @@ export interface Transport {
966
798
  */
967
799
  StreamId?: string;
968
800
  }
969
- export declare namespace Transport {
970
- /**
971
- * @internal
972
- */
973
- const filterSensitiveLog: (obj: Transport) => any;
974
- }
975
801
  /**
976
802
  * The settings for an output.
977
803
  */
@@ -1029,12 +855,6 @@ export interface Output {
1029
855
  */
1030
856
  VpcInterfaceAttachment?: VpcInterfaceAttachment;
1031
857
  }
1032
- export declare namespace Output {
1033
- /**
1034
- * @internal
1035
- */
1036
- const filterSensitiveLog: (obj: Output) => any;
1037
- }
1038
858
  export declare enum ReservationState {
1039
859
  ACTIVE = "ACTIVE",
1040
860
  CANCELED = "CANCELED",
@@ -1098,12 +918,6 @@ export interface Reservation {
1098
918
  */
1099
919
  Start: string | undefined;
1100
920
  }
1101
- export declare namespace Reservation {
1102
- /**
1103
- * @internal
1104
- */
1105
- const filterSensitiveLog: (obj: Reservation) => any;
1106
- }
1107
921
  /**
1108
922
  * The settings for the source of the flow.
1109
923
  */
@@ -1173,12 +987,6 @@ export interface SetSourceRequest {
1173
987
  */
1174
988
  WhitelistCidr?: string;
1175
989
  }
1176
- export declare namespace SetSourceRequest {
1177
- /**
1178
- * @internal
1179
- */
1180
- const filterSensitiveLog: (obj: SetSourceRequest) => any;
1181
- }
1182
990
  /**
1183
991
  * The settings for the source of the flow.
1184
992
  */
@@ -1240,12 +1048,6 @@ export interface Source {
1240
1048
  */
1241
1049
  WhitelistCidr?: string;
1242
1050
  }
1243
- export declare namespace Source {
1244
- /**
1245
- * @internal
1246
- */
1247
- const filterSensitiveLog: (obj: Source) => any;
1248
- }
1249
1051
  export declare enum NetworkInterfaceType {
1250
1052
  efa = "efa",
1251
1053
  ena = "ena"
@@ -1279,12 +1081,6 @@ export interface VpcInterface {
1279
1081
  */
1280
1082
  SubnetId: string | undefined;
1281
1083
  }
1282
- export declare namespace VpcInterface {
1283
- /**
1284
- * @internal
1285
- */
1286
- const filterSensitiveLog: (obj: VpcInterface) => any;
1287
- }
1288
1084
  /**
1289
1085
  * Desired VPC Interface for a Flow
1290
1086
  */
@@ -1310,12 +1106,6 @@ export interface VpcInterfaceRequest {
1310
1106
  */
1311
1107
  SubnetId: string | undefined;
1312
1108
  }
1313
- export declare namespace VpcInterfaceRequest {
1314
- /**
1315
- * @internal
1316
- */
1317
- const filterSensitiveLog: (obj: VpcInterfaceRequest) => any;
1318
- }
1319
1109
  /**
1320
1110
  * A request to add media streams to the flow.
1321
1111
  */
@@ -1329,12 +1119,6 @@ export interface AddFlowMediaStreamsRequest {
1329
1119
  */
1330
1120
  MediaStreams: AddMediaStreamRequest[] | undefined;
1331
1121
  }
1332
- export declare namespace AddFlowMediaStreamsRequest {
1333
- /**
1334
- * @internal
1335
- */
1336
- const filterSensitiveLog: (obj: AddFlowMediaStreamsRequest) => any;
1337
- }
1338
1122
  export interface AddFlowMediaStreamsResponse {
1339
1123
  /**
1340
1124
  * The ARN of the flow that you added media streams to.
@@ -1345,12 +1129,6 @@ export interface AddFlowMediaStreamsResponse {
1345
1129
  */
1346
1130
  MediaStreams?: MediaStream[];
1347
1131
  }
1348
- export declare namespace AddFlowMediaStreamsResponse {
1349
- /**
1350
- * @internal
1351
- */
1352
- const filterSensitiveLog: (obj: AddFlowMediaStreamsResponse) => any;
1353
- }
1354
1132
  /**
1355
1133
  * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
1356
1134
  */
@@ -1469,12 +1247,6 @@ export interface AddFlowOutputsRequest {
1469
1247
  */
1470
1248
  Outputs: AddOutputRequest[] | undefined;
1471
1249
  }
1472
- export declare namespace AddFlowOutputsRequest {
1473
- /**
1474
- * @internal
1475
- */
1476
- const filterSensitiveLog: (obj: AddFlowOutputsRequest) => any;
1477
- }
1478
1250
  export interface AddFlowOutputsResponse {
1479
1251
  /**
1480
1252
  * The ARN of the flow that these outputs were added to.
@@ -1485,12 +1257,6 @@ export interface AddFlowOutputsResponse {
1485
1257
  */
1486
1258
  Outputs?: Output[];
1487
1259
  }
1488
- export declare namespace AddFlowOutputsResponse {
1489
- /**
1490
- * @internal
1491
- */
1492
- const filterSensitiveLog: (obj: AddFlowOutputsResponse) => any;
1493
- }
1494
1260
  /**
1495
1261
  * A request to add sources to the flow.
1496
1262
  */
@@ -1504,12 +1270,6 @@ export interface AddFlowSourcesRequest {
1504
1270
  */
1505
1271
  Sources: SetSourceRequest[] | undefined;
1506
1272
  }
1507
- export declare namespace AddFlowSourcesRequest {
1508
- /**
1509
- * @internal
1510
- */
1511
- const filterSensitiveLog: (obj: AddFlowSourcesRequest) => any;
1512
- }
1513
1273
  export interface AddFlowSourcesResponse {
1514
1274
  /**
1515
1275
  * The ARN of the flow that these sources were added to.
@@ -1520,12 +1280,6 @@ export interface AddFlowSourcesResponse {
1520
1280
  */
1521
1281
  Sources?: Source[];
1522
1282
  }
1523
- export declare namespace AddFlowSourcesResponse {
1524
- /**
1525
- * @internal
1526
- */
1527
- const filterSensitiveLog: (obj: AddFlowSourcesResponse) => any;
1528
- }
1529
1283
  /**
1530
1284
  * A request to add VPC interfaces to the flow.
1531
1285
  */
@@ -1539,12 +1293,6 @@ export interface AddFlowVpcInterfacesRequest {
1539
1293
  */
1540
1294
  VpcInterfaces: VpcInterfaceRequest[] | undefined;
1541
1295
  }
1542
- export declare namespace AddFlowVpcInterfacesRequest {
1543
- /**
1544
- * @internal
1545
- */
1546
- const filterSensitiveLog: (obj: AddFlowVpcInterfacesRequest) => any;
1547
- }
1548
1296
  export interface AddFlowVpcInterfacesResponse {
1549
1297
  /**
1550
1298
  * The ARN of the flow that these VPC interfaces were added to.
@@ -1555,12 +1303,6 @@ export interface AddFlowVpcInterfacesResponse {
1555
1303
  */
1556
1304
  VpcInterfaces?: VpcInterface[];
1557
1305
  }
1558
- export declare namespace AddFlowVpcInterfacesResponse {
1559
- /**
1560
- * @internal
1561
- */
1562
- const filterSensitiveLog: (obj: AddFlowVpcInterfacesResponse) => any;
1563
- }
1564
1306
  /**
1565
1307
  * Create maintenance setting for a flow
1566
1308
  */
@@ -1574,12 +1316,6 @@ export interface AddMaintenance {
1574
1316
  */
1575
1317
  MaintenanceStartHour: string | undefined;
1576
1318
  }
1577
- export declare namespace AddMaintenance {
1578
- /**
1579
- * @internal
1580
- */
1581
- const filterSensitiveLog: (obj: AddMaintenance) => any;
1582
- }
1583
1319
  /**
1584
1320
  * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
1585
1321
  */
@@ -1608,12 +1344,6 @@ export interface SourcePriority {
1608
1344
  */
1609
1345
  PrimarySource?: string;
1610
1346
  }
1611
- export declare namespace SourcePriority {
1612
- /**
1613
- * @internal
1614
- */
1615
- const filterSensitiveLog: (obj: SourcePriority) => any;
1616
- }
1617
1347
  export declare enum State {
1618
1348
  DISABLED = "DISABLED",
1619
1349
  ENABLED = "ENABLED"
@@ -1636,12 +1366,6 @@ export interface FailoverConfig {
1636
1366
  SourcePriority?: SourcePriority;
1637
1367
  State?: State | string;
1638
1368
  }
1639
- export declare namespace FailoverConfig {
1640
- /**
1641
- * @internal
1642
- */
1643
- const filterSensitiveLog: (obj: FailoverConfig) => any;
1644
- }
1645
1369
  /**
1646
1370
  * Creates a new flow. The request must include one source. The request optionally can include outputs (up to 50) and entitlements (up to 50).
1647
1371
  */
@@ -1684,12 +1408,6 @@ export interface CreateFlowRequest {
1684
1408
  */
1685
1409
  Maintenance?: AddMaintenance;
1686
1410
  }
1687
- export declare namespace CreateFlowRequest {
1688
- /**
1689
- * @internal
1690
- */
1691
- const filterSensitiveLog: (obj: CreateFlowRequest) => any;
1692
- }
1693
1411
  /**
1694
1412
  * The settings for a flow, including its source, outputs, and entitlements.
1695
1413
  */
@@ -1748,36 +1466,18 @@ export interface Flow {
1748
1466
  */
1749
1467
  Maintenance?: Maintenance;
1750
1468
  }
1751
- export declare namespace Flow {
1752
- /**
1753
- * @internal
1754
- */
1755
- const filterSensitiveLog: (obj: Flow) => any;
1756
- }
1757
1469
  export interface CreateFlowResponse {
1758
1470
  /**
1759
1471
  * The settings for a flow, including its source, outputs, and entitlements.
1760
1472
  */
1761
1473
  Flow?: Flow;
1762
1474
  }
1763
- export declare namespace CreateFlowResponse {
1764
- /**
1765
- * @internal
1766
- */
1767
- const filterSensitiveLog: (obj: CreateFlowResponse) => any;
1768
- }
1769
1475
  export interface DeleteFlowRequest {
1770
1476
  /**
1771
1477
  * The ARN of the flow that you want to delete.
1772
1478
  */
1773
1479
  FlowArn: string | undefined;
1774
1480
  }
1775
- export declare namespace DeleteFlowRequest {
1776
- /**
1777
- * @internal
1778
- */
1779
- const filterSensitiveLog: (obj: DeleteFlowRequest) => any;
1780
- }
1781
1481
  export interface DeleteFlowResponse {
1782
1482
  /**
1783
1483
  * The ARN of the flow that was deleted.
@@ -1788,24 +1488,12 @@ export interface DeleteFlowResponse {
1788
1488
  */
1789
1489
  Status?: Status | string;
1790
1490
  }
1791
- export declare namespace DeleteFlowResponse {
1792
- /**
1793
- * @internal
1794
- */
1795
- const filterSensitiveLog: (obj: DeleteFlowResponse) => any;
1796
- }
1797
1491
  export interface DescribeFlowRequest {
1798
1492
  /**
1799
1493
  * The ARN of the flow that you want to describe.
1800
1494
  */
1801
1495
  FlowArn: string | undefined;
1802
1496
  }
1803
- export declare namespace DescribeFlowRequest {
1804
- /**
1805
- * @internal
1806
- */
1807
- const filterSensitiveLog: (obj: DescribeFlowRequest) => any;
1808
- }
1809
1497
  /**
1810
1498
  * Messages that provide the state of the flow.
1811
1499
  */
@@ -1815,12 +1503,6 @@ export interface Messages {
1815
1503
  */
1816
1504
  Errors: string[] | undefined;
1817
1505
  }
1818
- export declare namespace Messages {
1819
- /**
1820
- * @internal
1821
- */
1822
- const filterSensitiveLog: (obj: Messages) => any;
1823
- }
1824
1506
  export interface DescribeFlowResponse {
1825
1507
  /**
1826
1508
  * The settings for a flow, including its source, outputs, and entitlements.
@@ -1831,60 +1513,30 @@ export interface DescribeFlowResponse {
1831
1513
  */
1832
1514
  Messages?: Messages;
1833
1515
  }
1834
- export declare namespace DescribeFlowResponse {
1835
- /**
1836
- * @internal
1837
- */
1838
- const filterSensitiveLog: (obj: DescribeFlowResponse) => any;
1839
- }
1840
1516
  export interface DescribeOfferingRequest {
1841
1517
  /**
1842
1518
  * The Amazon Resource Name (ARN) of the offering.
1843
1519
  */
1844
1520
  OfferingArn: string | undefined;
1845
1521
  }
1846
- export declare namespace DescribeOfferingRequest {
1847
- /**
1848
- * @internal
1849
- */
1850
- const filterSensitiveLog: (obj: DescribeOfferingRequest) => any;
1851
- }
1852
1522
  export interface DescribeOfferingResponse {
1853
1523
  /**
1854
1524
  * A savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.
1855
1525
  */
1856
1526
  Offering?: Offering;
1857
1527
  }
1858
- export declare namespace DescribeOfferingResponse {
1859
- /**
1860
- * @internal
1861
- */
1862
- const filterSensitiveLog: (obj: DescribeOfferingResponse) => any;
1863
- }
1864
1528
  export interface DescribeReservationRequest {
1865
1529
  /**
1866
1530
  * The Amazon Resource Name (ARN) of the reservation.
1867
1531
  */
1868
1532
  ReservationArn: string | undefined;
1869
1533
  }
1870
- export declare namespace DescribeReservationRequest {
1871
- /**
1872
- * @internal
1873
- */
1874
- const filterSensitiveLog: (obj: DescribeReservationRequest) => any;
1875
- }
1876
1534
  export interface DescribeReservationResponse {
1877
1535
  /**
1878
1536
  * A pricing agreement for a discounted rate for a specific outbound bandwidth that your MediaConnect account will use each month over a specific time period. The discounted rate in the reservation applies to outbound bandwidth for all flows from your account until your account reaches the amount of bandwidth in your reservation. If you use more outbound bandwidth than the agreed upon amount in a single month, the overage is charged at the on-demand rate.
1879
1537
  */
1880
1538
  Reservation?: Reservation;
1881
1539
  }
1882
- export declare namespace DescribeReservationResponse {
1883
- /**
1884
- * @internal
1885
- */
1886
- const filterSensitiveLog: (obj: DescribeReservationResponse) => any;
1887
- }
1888
1540
  /**
1889
1541
  * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
1890
1542
  */
@@ -1913,12 +1565,6 @@ export interface GrantFlowEntitlementsRequest {
1913
1565
  */
1914
1566
  FlowArn: string | undefined;
1915
1567
  }
1916
- export declare namespace GrantFlowEntitlementsRequest {
1917
- /**
1918
- * @internal
1919
- */
1920
- const filterSensitiveLog: (obj: GrantFlowEntitlementsRequest) => any;
1921
- }
1922
1568
  export interface GrantFlowEntitlementsResponse {
1923
1569
  /**
1924
1570
  * The entitlements that were just granted.
@@ -1929,12 +1575,6 @@ export interface GrantFlowEntitlementsResponse {
1929
1575
  */
1930
1576
  FlowArn?: string;
1931
1577
  }
1932
- export declare namespace GrantFlowEntitlementsResponse {
1933
- /**
1934
- * @internal
1935
- */
1936
- const filterSensitiveLog: (obj: GrantFlowEntitlementsResponse) => any;
1937
- }
1938
1578
  export interface ListEntitlementsRequest {
1939
1579
  /**
1940
1580
  * The maximum number of results to return per API request. For example, you submit a ListEntitlements request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 20 results per page.
@@ -1945,12 +1585,6 @@ export interface ListEntitlementsRequest {
1945
1585
  */
1946
1586
  NextToken?: string;
1947
1587
  }
1948
- export declare namespace ListEntitlementsRequest {
1949
- /**
1950
- * @internal
1951
- */
1952
- const filterSensitiveLog: (obj: ListEntitlementsRequest) => any;
1953
- }
1954
1588
  export interface ListEntitlementsResponse {
1955
1589
  /**
1956
1590
  * A list of entitlements that have been granted to you from other AWS accounts.
@@ -1961,12 +1595,6 @@ export interface ListEntitlementsResponse {
1961
1595
  */
1962
1596
  NextToken?: string;
1963
1597
  }
1964
- export declare namespace ListEntitlementsResponse {
1965
- /**
1966
- * @internal
1967
- */
1968
- const filterSensitiveLog: (obj: ListEntitlementsResponse) => any;
1969
- }
1970
1598
  export interface ListFlowsRequest {
1971
1599
  /**
1972
1600
  * The maximum number of results to return per API request. For example, you submit a ListFlows request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page.
@@ -1977,12 +1605,6 @@ export interface ListFlowsRequest {
1977
1605
  */
1978
1606
  NextToken?: string;
1979
1607
  }
1980
- export declare namespace ListFlowsRequest {
1981
- /**
1982
- * @internal
1983
- */
1984
- const filterSensitiveLog: (obj: ListFlowsRequest) => any;
1985
- }
1986
1608
  export interface ListFlowsResponse {
1987
1609
  /**
1988
1610
  * A list of flow summaries.
@@ -1993,12 +1615,6 @@ export interface ListFlowsResponse {
1993
1615
  */
1994
1616
  NextToken?: string;
1995
1617
  }
1996
- export declare namespace ListFlowsResponse {
1997
- /**
1998
- * @internal
1999
- */
2000
- const filterSensitiveLog: (obj: ListFlowsResponse) => any;
2001
- }
2002
1618
  export interface ListOfferingsRequest {
2003
1619
  /**
2004
1620
  * The maximum number of results to return per API request. For example, you submit a ListOfferings request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page.
@@ -2009,12 +1625,6 @@ export interface ListOfferingsRequest {
2009
1625
  */
2010
1626
  NextToken?: string;
2011
1627
  }
2012
- export declare namespace ListOfferingsRequest {
2013
- /**
2014
- * @internal
2015
- */
2016
- const filterSensitiveLog: (obj: ListOfferingsRequest) => any;
2017
- }
2018
1628
  export interface ListOfferingsResponse {
2019
1629
  /**
2020
1630
  * The token that identifies which batch of results that you want to see. For example, you submit a ListOfferings request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListOfferings request a second time and specify the NextToken value.
@@ -2025,12 +1635,6 @@ export interface ListOfferingsResponse {
2025
1635
  */
2026
1636
  Offerings?: Offering[];
2027
1637
  }
2028
- export declare namespace ListOfferingsResponse {
2029
- /**
2030
- * @internal
2031
- */
2032
- const filterSensitiveLog: (obj: ListOfferingsResponse) => any;
2033
- }
2034
1638
  export interface ListReservationsRequest {
2035
1639
  /**
2036
1640
  * The maximum number of results to return per API request. For example, you submit a ListReservations request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page.
@@ -2041,12 +1645,6 @@ export interface ListReservationsRequest {
2041
1645
  */
2042
1646
  NextToken?: string;
2043
1647
  }
2044
- export declare namespace ListReservationsRequest {
2045
- /**
2046
- * @internal
2047
- */
2048
- const filterSensitiveLog: (obj: ListReservationsRequest) => any;
2049
- }
2050
1648
  export interface ListReservationsResponse {
2051
1649
  /**
2052
1650
  * The token that identifies which batch of results that you want to see. For example, you submit a ListReservations request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListReservations request a second time and specify the NextToken value.
@@ -2057,36 +1655,18 @@ export interface ListReservationsResponse {
2057
1655
  */
2058
1656
  Reservations?: Reservation[];
2059
1657
  }
2060
- export declare namespace ListReservationsResponse {
2061
- /**
2062
- * @internal
2063
- */
2064
- const filterSensitiveLog: (obj: ListReservationsResponse) => any;
2065
- }
2066
1658
  export interface ListTagsForResourceRequest {
2067
1659
  /**
2068
1660
  * The Amazon Resource Name (ARN) that identifies the AWS Elemental MediaConnect resource for which to list the tags.
2069
1661
  */
2070
1662
  ResourceArn: string | undefined;
2071
1663
  }
2072
- export declare namespace ListTagsForResourceRequest {
2073
- /**
2074
- * @internal
2075
- */
2076
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2077
- }
2078
1664
  export interface ListTagsForResourceResponse {
2079
1665
  /**
2080
1666
  * A map from tag keys to values. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
2081
1667
  */
2082
1668
  Tags?: Record<string, string>;
2083
1669
  }
2084
- export declare namespace ListTagsForResourceResponse {
2085
- /**
2086
- * @internal
2087
- */
2088
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2089
- }
2090
1670
  /**
2091
1671
  * A request to purchase a offering.
2092
1672
  */
@@ -2104,24 +1684,12 @@ export interface PurchaseOfferingRequest {
2104
1684
  */
2105
1685
  Start: string | undefined;
2106
1686
  }
2107
- export declare namespace PurchaseOfferingRequest {
2108
- /**
2109
- * @internal
2110
- */
2111
- const filterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
2112
- }
2113
1687
  export interface PurchaseOfferingResponse {
2114
1688
  /**
2115
1689
  * A pricing agreement for a discounted rate for a specific outbound bandwidth that your MediaConnect account will use each month over a specific time period. The discounted rate in the reservation applies to outbound bandwidth for all flows from your account until your account reaches the amount of bandwidth in your reservation. If you use more outbound bandwidth than the agreed upon amount in a single month, the overage is charged at the on-demand rate.
2116
1690
  */
2117
1691
  Reservation?: Reservation;
2118
1692
  }
2119
- export declare namespace PurchaseOfferingResponse {
2120
- /**
2121
- * @internal
2122
- */
2123
- const filterSensitiveLog: (obj: PurchaseOfferingResponse) => any;
2124
- }
2125
1693
  export interface RemoveFlowMediaStreamRequest {
2126
1694
  /**
2127
1695
  * The Amazon Resource Name (ARN) of the flow.
@@ -2132,12 +1700,6 @@ export interface RemoveFlowMediaStreamRequest {
2132
1700
  */
2133
1701
  MediaStreamName: string | undefined;
2134
1702
  }
2135
- export declare namespace RemoveFlowMediaStreamRequest {
2136
- /**
2137
- * @internal
2138
- */
2139
- const filterSensitiveLog: (obj: RemoveFlowMediaStreamRequest) => any;
2140
- }
2141
1703
  export interface RemoveFlowMediaStreamResponse {
2142
1704
  /**
2143
1705
  * The Amazon Resource Name (ARN) of the flow.
@@ -2148,12 +1710,6 @@ export interface RemoveFlowMediaStreamResponse {
2148
1710
  */
2149
1711
  MediaStreamName?: string;
2150
1712
  }
2151
- export declare namespace RemoveFlowMediaStreamResponse {
2152
- /**
2153
- * @internal
2154
- */
2155
- const filterSensitiveLog: (obj: RemoveFlowMediaStreamResponse) => any;
2156
- }
2157
1713
  export interface RemoveFlowOutputRequest {
2158
1714
  /**
2159
1715
  * The flow that you want to remove an output from.
@@ -2164,12 +1720,6 @@ export interface RemoveFlowOutputRequest {
2164
1720
  */
2165
1721
  OutputArn: string | undefined;
2166
1722
  }
2167
- export declare namespace RemoveFlowOutputRequest {
2168
- /**
2169
- * @internal
2170
- */
2171
- const filterSensitiveLog: (obj: RemoveFlowOutputRequest) => any;
2172
- }
2173
1723
  export interface RemoveFlowOutputResponse {
2174
1724
  /**
2175
1725
  * The ARN of the flow that is associated with the output you removed.
@@ -2180,12 +1730,6 @@ export interface RemoveFlowOutputResponse {
2180
1730
  */
2181
1731
  OutputArn?: string;
2182
1732
  }
2183
- export declare namespace RemoveFlowOutputResponse {
2184
- /**
2185
- * @internal
2186
- */
2187
- const filterSensitiveLog: (obj: RemoveFlowOutputResponse) => any;
2188
- }
2189
1733
  export interface RemoveFlowSourceRequest {
2190
1734
  /**
2191
1735
  * The flow that you want to remove a source from.
@@ -2196,12 +1740,6 @@ export interface RemoveFlowSourceRequest {
2196
1740
  */
2197
1741
  SourceArn: string | undefined;
2198
1742
  }
2199
- export declare namespace RemoveFlowSourceRequest {
2200
- /**
2201
- * @internal
2202
- */
2203
- const filterSensitiveLog: (obj: RemoveFlowSourceRequest) => any;
2204
- }
2205
1743
  export interface RemoveFlowSourceResponse {
2206
1744
  /**
2207
1745
  * The ARN of the flow that is associated with the source you removed.
@@ -2212,12 +1750,6 @@ export interface RemoveFlowSourceResponse {
2212
1750
  */
2213
1751
  SourceArn?: string;
2214
1752
  }
2215
- export declare namespace RemoveFlowSourceResponse {
2216
- /**
2217
- * @internal
2218
- */
2219
- const filterSensitiveLog: (obj: RemoveFlowSourceResponse) => any;
2220
- }
2221
1753
  export interface RemoveFlowVpcInterfaceRequest {
2222
1754
  /**
2223
1755
  * The flow that you want to remove a VPC interface from.
@@ -2228,12 +1760,6 @@ export interface RemoveFlowVpcInterfaceRequest {
2228
1760
  */
2229
1761
  VpcInterfaceName: string | undefined;
2230
1762
  }
2231
- export declare namespace RemoveFlowVpcInterfaceRequest {
2232
- /**
2233
- * @internal
2234
- */
2235
- const filterSensitiveLog: (obj: RemoveFlowVpcInterfaceRequest) => any;
2236
- }
2237
1763
  export interface RemoveFlowVpcInterfaceResponse {
2238
1764
  /**
2239
1765
  * The ARN of the flow that is associated with the VPC interface you removed.
@@ -2248,12 +1774,6 @@ export interface RemoveFlowVpcInterfaceResponse {
2248
1774
  */
2249
1775
  VpcInterfaceName?: string;
2250
1776
  }
2251
- export declare namespace RemoveFlowVpcInterfaceResponse {
2252
- /**
2253
- * @internal
2254
- */
2255
- const filterSensitiveLog: (obj: RemoveFlowVpcInterfaceResponse) => any;
2256
- }
2257
1777
  export interface RevokeFlowEntitlementRequest {
2258
1778
  /**
2259
1779
  * The ARN of the entitlement that you want to revoke.
@@ -2264,12 +1784,6 @@ export interface RevokeFlowEntitlementRequest {
2264
1784
  */
2265
1785
  FlowArn: string | undefined;
2266
1786
  }
2267
- export declare namespace RevokeFlowEntitlementRequest {
2268
- /**
2269
- * @internal
2270
- */
2271
- const filterSensitiveLog: (obj: RevokeFlowEntitlementRequest) => any;
2272
- }
2273
1787
  export interface RevokeFlowEntitlementResponse {
2274
1788
  /**
2275
1789
  * The ARN of the entitlement that was revoked.
@@ -2280,24 +1794,12 @@ export interface RevokeFlowEntitlementResponse {
2280
1794
  */
2281
1795
  FlowArn?: string;
2282
1796
  }
2283
- export declare namespace RevokeFlowEntitlementResponse {
2284
- /**
2285
- * @internal
2286
- */
2287
- const filterSensitiveLog: (obj: RevokeFlowEntitlementResponse) => any;
2288
- }
2289
1797
  export interface StartFlowRequest {
2290
1798
  /**
2291
1799
  * The ARN of the flow that you want to start.
2292
1800
  */
2293
1801
  FlowArn: string | undefined;
2294
1802
  }
2295
- export declare namespace StartFlowRequest {
2296
- /**
2297
- * @internal
2298
- */
2299
- const filterSensitiveLog: (obj: StartFlowRequest) => any;
2300
- }
2301
1803
  export interface StartFlowResponse {
2302
1804
  /**
2303
1805
  * The ARN of the flow that you started.
@@ -2308,24 +1810,12 @@ export interface StartFlowResponse {
2308
1810
  */
2309
1811
  Status?: Status | string;
2310
1812
  }
2311
- export declare namespace StartFlowResponse {
2312
- /**
2313
- * @internal
2314
- */
2315
- const filterSensitiveLog: (obj: StartFlowResponse) => any;
2316
- }
2317
1813
  export interface StopFlowRequest {
2318
1814
  /**
2319
1815
  * The ARN of the flow that you want to stop.
2320
1816
  */
2321
1817
  FlowArn: string | undefined;
2322
1818
  }
2323
- export declare namespace StopFlowRequest {
2324
- /**
2325
- * @internal
2326
- */
2327
- const filterSensitiveLog: (obj: StopFlowRequest) => any;
2328
- }
2329
1819
  export interface StopFlowResponse {
2330
1820
  /**
2331
1821
  * The ARN of the flow that you stopped.
@@ -2336,12 +1826,6 @@ export interface StopFlowResponse {
2336
1826
  */
2337
1827
  Status?: Status | string;
2338
1828
  }
2339
- export declare namespace StopFlowResponse {
2340
- /**
2341
- * @internal
2342
- */
2343
- const filterSensitiveLog: (obj: StopFlowResponse) => any;
2344
- }
2345
1829
  /**
2346
1830
  * The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
2347
1831
  */
@@ -2355,12 +1839,6 @@ export interface TagResourceRequest {
2355
1839
  */
2356
1840
  Tags: Record<string, string> | undefined;
2357
1841
  }
2358
- export declare namespace TagResourceRequest {
2359
- /**
2360
- * @internal
2361
- */
2362
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2363
- }
2364
1842
  export interface UntagResourceRequest {
2365
1843
  /**
2366
1844
  * The Amazon Resource Name (ARN) that identifies the AWS Elemental MediaConnect resource from which to delete tags.
@@ -2371,12 +1849,6 @@ export interface UntagResourceRequest {
2371
1849
  */
2372
1850
  TagKeys: string[] | undefined;
2373
1851
  }
2374
- export declare namespace UntagResourceRequest {
2375
- /**
2376
- * @internal
2377
- */
2378
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2379
- }
2380
1852
  /**
2381
1853
  * Update maintenance setting for a flow
2382
1854
  */
@@ -2394,12 +1866,6 @@ export interface UpdateMaintenance {
2394
1866
  */
2395
1867
  MaintenanceStartHour?: string;
2396
1868
  }
2397
- export declare namespace UpdateMaintenance {
2398
- /**
2399
- * @internal
2400
- */
2401
- const filterSensitiveLog: (obj: UpdateMaintenance) => any;
2402
- }
2403
1869
  /**
2404
1870
  * The settings for source failover.
2405
1871
  */
@@ -2418,12 +1884,6 @@ export interface UpdateFailoverConfig {
2418
1884
  SourcePriority?: SourcePriority;
2419
1885
  State?: State | string;
2420
1886
  }
2421
- export declare namespace UpdateFailoverConfig {
2422
- /**
2423
- * @internal
2424
- */
2425
- const filterSensitiveLog: (obj: UpdateFailoverConfig) => any;
2426
- }
2427
1887
  /**
2428
1888
  * A request to update flow.
2429
1889
  */
@@ -2441,24 +1901,12 @@ export interface UpdateFlowRequest {
2441
1901
  */
2442
1902
  Maintenance?: UpdateMaintenance;
2443
1903
  }
2444
- export declare namespace UpdateFlowRequest {
2445
- /**
2446
- * @internal
2447
- */
2448
- const filterSensitiveLog: (obj: UpdateFlowRequest) => any;
2449
- }
2450
1904
  export interface UpdateFlowResponse {
2451
1905
  /**
2452
1906
  * The settings for a flow, including its source, outputs, and entitlements.
2453
1907
  */
2454
1908
  Flow?: Flow;
2455
1909
  }
2456
- export declare namespace UpdateFlowResponse {
2457
- /**
2458
- * @internal
2459
- */
2460
- const filterSensitiveLog: (obj: UpdateFlowResponse) => any;
2461
- }
2462
1910
  /**
2463
1911
  * Information about the encryption of the flow.
2464
1912
  */
@@ -2500,12 +1948,6 @@ export interface UpdateEncryption {
2500
1948
  */
2501
1949
  Url?: string;
2502
1950
  }
2503
- export declare namespace UpdateEncryption {
2504
- /**
2505
- * @internal
2506
- */
2507
- const filterSensitiveLog: (obj: UpdateEncryption) => any;
2508
- }
2509
1951
  /**
2510
1952
  * The entitlement fields that you want to update.
2511
1953
  */
@@ -2535,12 +1977,6 @@ export interface UpdateFlowEntitlementRequest {
2535
1977
  */
2536
1978
  Subscribers?: string[];
2537
1979
  }
2538
- export declare namespace UpdateFlowEntitlementRequest {
2539
- /**
2540
- * @internal
2541
- */
2542
- const filterSensitiveLog: (obj: UpdateFlowEntitlementRequest) => any;
2543
- }
2544
1980
  export interface UpdateFlowEntitlementResponse {
2545
1981
  /**
2546
1982
  * The new configuration of the entitlement that you updated.
@@ -2551,12 +1987,6 @@ export interface UpdateFlowEntitlementResponse {
2551
1987
  */
2552
1988
  FlowArn?: string;
2553
1989
  }
2554
- export declare namespace UpdateFlowEntitlementResponse {
2555
- /**
2556
- * @internal
2557
- */
2558
- const filterSensitiveLog: (obj: UpdateFlowEntitlementResponse) => any;
2559
- }
2560
1990
  /**
2561
1991
  * The fields that you want to update in the media stream.
2562
1992
  */
@@ -2590,12 +2020,6 @@ export interface UpdateFlowMediaStreamRequest {
2590
2020
  */
2591
2021
  VideoFormat?: string;
2592
2022
  }
2593
- export declare namespace UpdateFlowMediaStreamRequest {
2594
- /**
2595
- * @internal
2596
- */
2597
- const filterSensitiveLog: (obj: UpdateFlowMediaStreamRequest) => any;
2598
- }
2599
2023
  export interface UpdateFlowMediaStreamResponse {
2600
2024
  /**
2601
2025
  * The ARN of the flow that is associated with the media stream that you updated.
@@ -2606,12 +2030,6 @@ export interface UpdateFlowMediaStreamResponse {
2606
2030
  */
2607
2031
  MediaStream?: MediaStream;
2608
2032
  }
2609
- export declare namespace UpdateFlowMediaStreamResponse {
2610
- /**
2611
- * @internal
2612
- */
2613
- const filterSensitiveLog: (obj: UpdateFlowMediaStreamResponse) => any;
2614
- }
2615
2033
  /**
2616
2034
  * The fields that you want to update in the output.
2617
2035
  */
@@ -2685,12 +2103,6 @@ export interface UpdateFlowOutputRequest {
2685
2103
  */
2686
2104
  VpcInterfaceAttachment?: VpcInterfaceAttachment;
2687
2105
  }
2688
- export declare namespace UpdateFlowOutputRequest {
2689
- /**
2690
- * @internal
2691
- */
2692
- const filterSensitiveLog: (obj: UpdateFlowOutputRequest) => any;
2693
- }
2694
2106
  export interface UpdateFlowOutputResponse {
2695
2107
  /**
2696
2108
  * The ARN of the flow that is associated with the updated output.
@@ -2701,12 +2113,6 @@ export interface UpdateFlowOutputResponse {
2701
2113
  */
2702
2114
  Output?: Output;
2703
2115
  }
2704
- export declare namespace UpdateFlowOutputResponse {
2705
- /**
2706
- * @internal
2707
- */
2708
- const filterSensitiveLog: (obj: UpdateFlowOutputResponse) => any;
2709
- }
2710
2116
  /**
2711
2117
  * A request to update the source of a flow.
2712
2118
  */
@@ -2780,12 +2186,6 @@ export interface UpdateFlowSourceRequest {
2780
2186
  */
2781
2187
  WhitelistCidr?: string;
2782
2188
  }
2783
- export declare namespace UpdateFlowSourceRequest {
2784
- /**
2785
- * @internal
2786
- */
2787
- const filterSensitiveLog: (obj: UpdateFlowSourceRequest) => any;
2788
- }
2789
2189
  export interface UpdateFlowSourceResponse {
2790
2190
  /**
2791
2191
  * The ARN of the flow that you want to update.
@@ -2796,9 +2196,407 @@ export interface UpdateFlowSourceResponse {
2796
2196
  */
2797
2197
  Source?: Source;
2798
2198
  }
2799
- export declare namespace UpdateFlowSourceResponse {
2800
- /**
2801
- * @internal
2802
- */
2803
- const filterSensitiveLog: (obj: UpdateFlowSourceResponse) => any;
2804
- }
2199
+ /**
2200
+ * @internal
2201
+ */
2202
+ export declare const FmtpRequestFilterSensitiveLog: (obj: FmtpRequest) => any;
2203
+ /**
2204
+ * @internal
2205
+ */
2206
+ export declare const MediaStreamAttributesRequestFilterSensitiveLog: (obj: MediaStreamAttributesRequest) => any;
2207
+ /**
2208
+ * @internal
2209
+ */
2210
+ export declare const AddMediaStreamRequestFilterSensitiveLog: (obj: AddMediaStreamRequest) => any;
2211
+ /**
2212
+ * @internal
2213
+ */
2214
+ export declare const EncryptionFilterSensitiveLog: (obj: Encryption) => any;
2215
+ /**
2216
+ * @internal
2217
+ */
2218
+ export declare const InterfaceRequestFilterSensitiveLog: (obj: InterfaceRequest) => any;
2219
+ /**
2220
+ * @internal
2221
+ */
2222
+ export declare const DestinationConfigurationRequestFilterSensitiveLog: (obj: DestinationConfigurationRequest) => any;
2223
+ /**
2224
+ * @internal
2225
+ */
2226
+ export declare const EncodingParametersRequestFilterSensitiveLog: (obj: EncodingParametersRequest) => any;
2227
+ /**
2228
+ * @internal
2229
+ */
2230
+ export declare const MediaStreamOutputConfigurationRequestFilterSensitiveLog: (obj: MediaStreamOutputConfigurationRequest) => any;
2231
+ /**
2232
+ * @internal
2233
+ */
2234
+ export declare const VpcInterfaceAttachmentFilterSensitiveLog: (obj: VpcInterfaceAttachment) => any;
2235
+ /**
2236
+ * @internal
2237
+ */
2238
+ export declare const AddOutputRequestFilterSensitiveLog: (obj: AddOutputRequest) => any;
2239
+ /**
2240
+ * @internal
2241
+ */
2242
+ export declare const InterfaceFilterSensitiveLog: (obj: Interface) => any;
2243
+ /**
2244
+ * @internal
2245
+ */
2246
+ export declare const DestinationConfigurationFilterSensitiveLog: (obj: DestinationConfiguration) => any;
2247
+ /**
2248
+ * @internal
2249
+ */
2250
+ export declare const EntitlementFilterSensitiveLog: (obj: Entitlement) => any;
2251
+ /**
2252
+ * @internal
2253
+ */
2254
+ export declare const GrantEntitlementRequestFilterSensitiveLog: (obj: GrantEntitlementRequest) => any;
2255
+ /**
2256
+ * @internal
2257
+ */
2258
+ export declare const InputConfigurationFilterSensitiveLog: (obj: InputConfiguration) => any;
2259
+ /**
2260
+ * @internal
2261
+ */
2262
+ export declare const InputConfigurationRequestFilterSensitiveLog: (obj: InputConfigurationRequest) => any;
2263
+ /**
2264
+ * @internal
2265
+ */
2266
+ export declare const ListedEntitlementFilterSensitiveLog: (obj: ListedEntitlement) => any;
2267
+ /**
2268
+ * @internal
2269
+ */
2270
+ export declare const MaintenanceFilterSensitiveLog: (obj: Maintenance) => any;
2271
+ /**
2272
+ * @internal
2273
+ */
2274
+ export declare const ListedFlowFilterSensitiveLog: (obj: ListedFlow) => any;
2275
+ /**
2276
+ * @internal
2277
+ */
2278
+ export declare const FmtpFilterSensitiveLog: (obj: Fmtp) => any;
2279
+ /**
2280
+ * @internal
2281
+ */
2282
+ export declare const MediaStreamAttributesFilterSensitiveLog: (obj: MediaStreamAttributes) => any;
2283
+ /**
2284
+ * @internal
2285
+ */
2286
+ export declare const MediaStreamFilterSensitiveLog: (obj: MediaStream) => any;
2287
+ /**
2288
+ * @internal
2289
+ */
2290
+ export declare const EncodingParametersFilterSensitiveLog: (obj: EncodingParameters) => any;
2291
+ /**
2292
+ * @internal
2293
+ */
2294
+ export declare const MediaStreamOutputConfigurationFilterSensitiveLog: (obj: MediaStreamOutputConfiguration) => any;
2295
+ /**
2296
+ * @internal
2297
+ */
2298
+ export declare const MediaStreamSourceConfigurationFilterSensitiveLog: (obj: MediaStreamSourceConfiguration) => any;
2299
+ /**
2300
+ * @internal
2301
+ */
2302
+ export declare const MediaStreamSourceConfigurationRequestFilterSensitiveLog: (obj: MediaStreamSourceConfigurationRequest) => any;
2303
+ /**
2304
+ * @internal
2305
+ */
2306
+ export declare const ResourceSpecificationFilterSensitiveLog: (obj: ResourceSpecification) => any;
2307
+ /**
2308
+ * @internal
2309
+ */
2310
+ export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
2311
+ /**
2312
+ * @internal
2313
+ */
2314
+ export declare const TransportFilterSensitiveLog: (obj: Transport) => any;
2315
+ /**
2316
+ * @internal
2317
+ */
2318
+ export declare const OutputFilterSensitiveLog: (obj: Output) => any;
2319
+ /**
2320
+ * @internal
2321
+ */
2322
+ export declare const ReservationFilterSensitiveLog: (obj: Reservation) => any;
2323
+ /**
2324
+ * @internal
2325
+ */
2326
+ export declare const SetSourceRequestFilterSensitiveLog: (obj: SetSourceRequest) => any;
2327
+ /**
2328
+ * @internal
2329
+ */
2330
+ export declare const SourceFilterSensitiveLog: (obj: Source) => any;
2331
+ /**
2332
+ * @internal
2333
+ */
2334
+ export declare const VpcInterfaceFilterSensitiveLog: (obj: VpcInterface) => any;
2335
+ /**
2336
+ * @internal
2337
+ */
2338
+ export declare const VpcInterfaceRequestFilterSensitiveLog: (obj: VpcInterfaceRequest) => any;
2339
+ /**
2340
+ * @internal
2341
+ */
2342
+ export declare const AddFlowMediaStreamsRequestFilterSensitiveLog: (obj: AddFlowMediaStreamsRequest) => any;
2343
+ /**
2344
+ * @internal
2345
+ */
2346
+ export declare const AddFlowMediaStreamsResponseFilterSensitiveLog: (obj: AddFlowMediaStreamsResponse) => any;
2347
+ /**
2348
+ * @internal
2349
+ */
2350
+ export declare const AddFlowOutputsRequestFilterSensitiveLog: (obj: AddFlowOutputsRequest) => any;
2351
+ /**
2352
+ * @internal
2353
+ */
2354
+ export declare const AddFlowOutputsResponseFilterSensitiveLog: (obj: AddFlowOutputsResponse) => any;
2355
+ /**
2356
+ * @internal
2357
+ */
2358
+ export declare const AddFlowSourcesRequestFilterSensitiveLog: (obj: AddFlowSourcesRequest) => any;
2359
+ /**
2360
+ * @internal
2361
+ */
2362
+ export declare const AddFlowSourcesResponseFilterSensitiveLog: (obj: AddFlowSourcesResponse) => any;
2363
+ /**
2364
+ * @internal
2365
+ */
2366
+ export declare const AddFlowVpcInterfacesRequestFilterSensitiveLog: (obj: AddFlowVpcInterfacesRequest) => any;
2367
+ /**
2368
+ * @internal
2369
+ */
2370
+ export declare const AddFlowVpcInterfacesResponseFilterSensitiveLog: (obj: AddFlowVpcInterfacesResponse) => any;
2371
+ /**
2372
+ * @internal
2373
+ */
2374
+ export declare const AddMaintenanceFilterSensitiveLog: (obj: AddMaintenance) => any;
2375
+ /**
2376
+ * @internal
2377
+ */
2378
+ export declare const SourcePriorityFilterSensitiveLog: (obj: SourcePriority) => any;
2379
+ /**
2380
+ * @internal
2381
+ */
2382
+ export declare const FailoverConfigFilterSensitiveLog: (obj: FailoverConfig) => any;
2383
+ /**
2384
+ * @internal
2385
+ */
2386
+ export declare const CreateFlowRequestFilterSensitiveLog: (obj: CreateFlowRequest) => any;
2387
+ /**
2388
+ * @internal
2389
+ */
2390
+ export declare const FlowFilterSensitiveLog: (obj: Flow) => any;
2391
+ /**
2392
+ * @internal
2393
+ */
2394
+ export declare const CreateFlowResponseFilterSensitiveLog: (obj: CreateFlowResponse) => any;
2395
+ /**
2396
+ * @internal
2397
+ */
2398
+ export declare const DeleteFlowRequestFilterSensitiveLog: (obj: DeleteFlowRequest) => any;
2399
+ /**
2400
+ * @internal
2401
+ */
2402
+ export declare const DeleteFlowResponseFilterSensitiveLog: (obj: DeleteFlowResponse) => any;
2403
+ /**
2404
+ * @internal
2405
+ */
2406
+ export declare const DescribeFlowRequestFilterSensitiveLog: (obj: DescribeFlowRequest) => any;
2407
+ /**
2408
+ * @internal
2409
+ */
2410
+ export declare const MessagesFilterSensitiveLog: (obj: Messages) => any;
2411
+ /**
2412
+ * @internal
2413
+ */
2414
+ export declare const DescribeFlowResponseFilterSensitiveLog: (obj: DescribeFlowResponse) => any;
2415
+ /**
2416
+ * @internal
2417
+ */
2418
+ export declare const DescribeOfferingRequestFilterSensitiveLog: (obj: DescribeOfferingRequest) => any;
2419
+ /**
2420
+ * @internal
2421
+ */
2422
+ export declare const DescribeOfferingResponseFilterSensitiveLog: (obj: DescribeOfferingResponse) => any;
2423
+ /**
2424
+ * @internal
2425
+ */
2426
+ export declare const DescribeReservationRequestFilterSensitiveLog: (obj: DescribeReservationRequest) => any;
2427
+ /**
2428
+ * @internal
2429
+ */
2430
+ export declare const DescribeReservationResponseFilterSensitiveLog: (obj: DescribeReservationResponse) => any;
2431
+ /**
2432
+ * @internal
2433
+ */
2434
+ export declare const GrantFlowEntitlementsRequestFilterSensitiveLog: (obj: GrantFlowEntitlementsRequest) => any;
2435
+ /**
2436
+ * @internal
2437
+ */
2438
+ export declare const GrantFlowEntitlementsResponseFilterSensitiveLog: (obj: GrantFlowEntitlementsResponse) => any;
2439
+ /**
2440
+ * @internal
2441
+ */
2442
+ export declare const ListEntitlementsRequestFilterSensitiveLog: (obj: ListEntitlementsRequest) => any;
2443
+ /**
2444
+ * @internal
2445
+ */
2446
+ export declare const ListEntitlementsResponseFilterSensitiveLog: (obj: ListEntitlementsResponse) => any;
2447
+ /**
2448
+ * @internal
2449
+ */
2450
+ export declare const ListFlowsRequestFilterSensitiveLog: (obj: ListFlowsRequest) => any;
2451
+ /**
2452
+ * @internal
2453
+ */
2454
+ export declare const ListFlowsResponseFilterSensitiveLog: (obj: ListFlowsResponse) => any;
2455
+ /**
2456
+ * @internal
2457
+ */
2458
+ export declare const ListOfferingsRequestFilterSensitiveLog: (obj: ListOfferingsRequest) => any;
2459
+ /**
2460
+ * @internal
2461
+ */
2462
+ export declare const ListOfferingsResponseFilterSensitiveLog: (obj: ListOfferingsResponse) => any;
2463
+ /**
2464
+ * @internal
2465
+ */
2466
+ export declare const ListReservationsRequestFilterSensitiveLog: (obj: ListReservationsRequest) => any;
2467
+ /**
2468
+ * @internal
2469
+ */
2470
+ export declare const ListReservationsResponseFilterSensitiveLog: (obj: ListReservationsResponse) => any;
2471
+ /**
2472
+ * @internal
2473
+ */
2474
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2475
+ /**
2476
+ * @internal
2477
+ */
2478
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2479
+ /**
2480
+ * @internal
2481
+ */
2482
+ export declare const PurchaseOfferingRequestFilterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
2483
+ /**
2484
+ * @internal
2485
+ */
2486
+ export declare const PurchaseOfferingResponseFilterSensitiveLog: (obj: PurchaseOfferingResponse) => any;
2487
+ /**
2488
+ * @internal
2489
+ */
2490
+ export declare const RemoveFlowMediaStreamRequestFilterSensitiveLog: (obj: RemoveFlowMediaStreamRequest) => any;
2491
+ /**
2492
+ * @internal
2493
+ */
2494
+ export declare const RemoveFlowMediaStreamResponseFilterSensitiveLog: (obj: RemoveFlowMediaStreamResponse) => any;
2495
+ /**
2496
+ * @internal
2497
+ */
2498
+ export declare const RemoveFlowOutputRequestFilterSensitiveLog: (obj: RemoveFlowOutputRequest) => any;
2499
+ /**
2500
+ * @internal
2501
+ */
2502
+ export declare const RemoveFlowOutputResponseFilterSensitiveLog: (obj: RemoveFlowOutputResponse) => any;
2503
+ /**
2504
+ * @internal
2505
+ */
2506
+ export declare const RemoveFlowSourceRequestFilterSensitiveLog: (obj: RemoveFlowSourceRequest) => any;
2507
+ /**
2508
+ * @internal
2509
+ */
2510
+ export declare const RemoveFlowSourceResponseFilterSensitiveLog: (obj: RemoveFlowSourceResponse) => any;
2511
+ /**
2512
+ * @internal
2513
+ */
2514
+ export declare const RemoveFlowVpcInterfaceRequestFilterSensitiveLog: (obj: RemoveFlowVpcInterfaceRequest) => any;
2515
+ /**
2516
+ * @internal
2517
+ */
2518
+ export declare const RemoveFlowVpcInterfaceResponseFilterSensitiveLog: (obj: RemoveFlowVpcInterfaceResponse) => any;
2519
+ /**
2520
+ * @internal
2521
+ */
2522
+ export declare const RevokeFlowEntitlementRequestFilterSensitiveLog: (obj: RevokeFlowEntitlementRequest) => any;
2523
+ /**
2524
+ * @internal
2525
+ */
2526
+ export declare const RevokeFlowEntitlementResponseFilterSensitiveLog: (obj: RevokeFlowEntitlementResponse) => any;
2527
+ /**
2528
+ * @internal
2529
+ */
2530
+ export declare const StartFlowRequestFilterSensitiveLog: (obj: StartFlowRequest) => any;
2531
+ /**
2532
+ * @internal
2533
+ */
2534
+ export declare const StartFlowResponseFilterSensitiveLog: (obj: StartFlowResponse) => any;
2535
+ /**
2536
+ * @internal
2537
+ */
2538
+ export declare const StopFlowRequestFilterSensitiveLog: (obj: StopFlowRequest) => any;
2539
+ /**
2540
+ * @internal
2541
+ */
2542
+ export declare const StopFlowResponseFilterSensitiveLog: (obj: StopFlowResponse) => any;
2543
+ /**
2544
+ * @internal
2545
+ */
2546
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2547
+ /**
2548
+ * @internal
2549
+ */
2550
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2551
+ /**
2552
+ * @internal
2553
+ */
2554
+ export declare const UpdateMaintenanceFilterSensitiveLog: (obj: UpdateMaintenance) => any;
2555
+ /**
2556
+ * @internal
2557
+ */
2558
+ export declare const UpdateFailoverConfigFilterSensitiveLog: (obj: UpdateFailoverConfig) => any;
2559
+ /**
2560
+ * @internal
2561
+ */
2562
+ export declare const UpdateFlowRequestFilterSensitiveLog: (obj: UpdateFlowRequest) => any;
2563
+ /**
2564
+ * @internal
2565
+ */
2566
+ export declare const UpdateFlowResponseFilterSensitiveLog: (obj: UpdateFlowResponse) => any;
2567
+ /**
2568
+ * @internal
2569
+ */
2570
+ export declare const UpdateEncryptionFilterSensitiveLog: (obj: UpdateEncryption) => any;
2571
+ /**
2572
+ * @internal
2573
+ */
2574
+ export declare const UpdateFlowEntitlementRequestFilterSensitiveLog: (obj: UpdateFlowEntitlementRequest) => any;
2575
+ /**
2576
+ * @internal
2577
+ */
2578
+ export declare const UpdateFlowEntitlementResponseFilterSensitiveLog: (obj: UpdateFlowEntitlementResponse) => any;
2579
+ /**
2580
+ * @internal
2581
+ */
2582
+ export declare const UpdateFlowMediaStreamRequestFilterSensitiveLog: (obj: UpdateFlowMediaStreamRequest) => any;
2583
+ /**
2584
+ * @internal
2585
+ */
2586
+ export declare const UpdateFlowMediaStreamResponseFilterSensitiveLog: (obj: UpdateFlowMediaStreamResponse) => any;
2587
+ /**
2588
+ * @internal
2589
+ */
2590
+ export declare const UpdateFlowOutputRequestFilterSensitiveLog: (obj: UpdateFlowOutputRequest) => any;
2591
+ /**
2592
+ * @internal
2593
+ */
2594
+ export declare const UpdateFlowOutputResponseFilterSensitiveLog: (obj: UpdateFlowOutputResponse) => any;
2595
+ /**
2596
+ * @internal
2597
+ */
2598
+ export declare const UpdateFlowSourceRequestFilterSensitiveLog: (obj: UpdateFlowSourceRequest) => any;
2599
+ /**
2600
+ * @internal
2601
+ */
2602
+ export declare const UpdateFlowSourceResponseFilterSensitiveLog: (obj: UpdateFlowSourceResponse) => any;