@aws-sdk/client-mediaconnect 3.821.0 → 3.824.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 (61) hide show
  1. package/README.md +1 -26
  2. package/dist-cjs/index.js +2 -0
  3. package/dist-es/protocols/Aws_restJson1.js +2 -0
  4. package/dist-types/MediaConnect.d.ts +1 -26
  5. package/dist-types/MediaConnectClient.d.ts +1 -26
  6. package/dist-types/commands/AddBridgeOutputsCommand.d.ts +7 -14
  7. package/dist-types/commands/AddBridgeSourcesCommand.d.ts +7 -14
  8. package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +6 -12
  9. package/dist-types/commands/AddFlowOutputsCommand.d.ts +8 -14
  10. package/dist-types/commands/AddFlowSourcesCommand.d.ts +7 -12
  11. package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +6 -12
  12. package/dist-types/commands/CreateBridgeCommand.d.ts +7 -14
  13. package/dist-types/commands/CreateFlowCommand.d.ts +9 -12
  14. package/dist-types/commands/CreateGatewayCommand.d.ts +7 -14
  15. package/dist-types/commands/DeleteBridgeCommand.d.ts +7 -14
  16. package/dist-types/commands/DeleteFlowCommand.d.ts +6 -12
  17. package/dist-types/commands/DeleteGatewayCommand.d.ts +7 -14
  18. package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +7 -14
  19. package/dist-types/commands/DescribeBridgeCommand.d.ts +7 -14
  20. package/dist-types/commands/DescribeFlowCommand.d.ts +10 -15
  21. package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +7 -15
  22. package/dist-types/commands/DescribeFlowSourceThumbnailCommand.d.ts +7 -15
  23. package/dist-types/commands/DescribeGatewayCommand.d.ts +8 -16
  24. package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +8 -17
  25. package/dist-types/commands/DescribeOfferingCommand.d.ts +5 -10
  26. package/dist-types/commands/DescribeReservationCommand.d.ts +5 -10
  27. package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +7 -14
  28. package/dist-types/commands/ListBridgesCommand.d.ts +6 -12
  29. package/dist-types/commands/ListEntitlementsCommand.d.ts +4 -8
  30. package/dist-types/commands/ListFlowsCommand.d.ts +4 -8
  31. package/dist-types/commands/ListGatewayInstancesCommand.d.ts +5 -10
  32. package/dist-types/commands/ListGatewaysCommand.d.ts +5 -10
  33. package/dist-types/commands/ListOfferingsCommand.d.ts +4 -8
  34. package/dist-types/commands/ListReservationsCommand.d.ts +4 -8
  35. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -6
  36. package/dist-types/commands/PurchaseOfferingCommand.d.ts +6 -12
  37. package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +7 -14
  38. package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +7 -14
  39. package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +6 -12
  40. package/dist-types/commands/RemoveFlowOutputCommand.d.ts +6 -12
  41. package/dist-types/commands/RemoveFlowSourceCommand.d.ts +7 -14
  42. package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +6 -12
  43. package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +6 -12
  44. package/dist-types/commands/StartFlowCommand.d.ts +6 -12
  45. package/dist-types/commands/StopFlowCommand.d.ts +6 -12
  46. package/dist-types/commands/TagResourceCommand.d.ts +4 -10
  47. package/dist-types/commands/UntagResourceCommand.d.ts +3 -6
  48. package/dist-types/commands/UpdateBridgeCommand.d.ts +7 -14
  49. package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +7 -14
  50. package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +7 -14
  51. package/dist-types/commands/UpdateBridgeStateCommand.d.ts +7 -14
  52. package/dist-types/commands/UpdateFlowCommand.d.ts +9 -12
  53. package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +6 -12
  54. package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +6 -12
  55. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +7 -12
  56. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +7 -12
  57. package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +8 -16
  58. package/dist-types/index.d.ts +1 -26
  59. package/dist-types/models/models_0.d.ts +275 -754
  60. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  61. package/package.json +5 -5
@@ -23,54 +23,37 @@ export declare const Protocol: {
23
23
  */
24
24
  export type Protocol = (typeof Protocol)[keyof typeof Protocol];
25
25
  /**
26
- * <p>Add a network output to an existing bridge.
27
- * </p>
26
+ * <p>Add a network output to an existing bridge. </p>
28
27
  * @public
29
28
  */
30
29
  export interface AddBridgeNetworkOutputRequest {
31
30
  /**
32
- * <p>
33
- * The network output IP Address.
34
- * </p>
31
+ * <p> The network output IP Address. </p>
35
32
  * @public
36
33
  */
37
34
  IpAddress: string | undefined;
38
35
  /**
39
- * <p>
40
- * The network output name. This name is used to reference the output and must be unique among outputs in this bridge.
41
- * </p>
36
+ * <p> The network output name. This name is used to reference the output and must be unique among outputs in this bridge. </p>
42
37
  * @public
43
38
  */
44
39
  Name: string | undefined;
45
40
  /**
46
- * <p>
47
- * The network output's gateway network name.
48
- * </p>
41
+ * <p> The network output's gateway network name. </p>
49
42
  * @public
50
43
  */
51
44
  NetworkName: string | undefined;
52
45
  /**
53
- * <p>
54
- * The network output port.
55
- * </p>
46
+ * <p> The network output port. </p>
56
47
  * @public
57
48
  */
58
49
  Port: number | undefined;
59
50
  /**
60
- * <p>
61
- * The network output protocol.
62
- * </p>
63
- * <note>
64
- * <p>Elemental MediaConnect no longer supports the Fujitsu QoS
65
- * protocol. This reference is maintained for legacy purposes only.</p>
66
- * </note>
51
+ * <p> The network output protocol. </p> <note> <p>Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.</p> </note>
67
52
  * @public
68
53
  */
69
54
  Protocol: Protocol | undefined;
70
55
  /**
71
- * <p>
72
- * The network output TTL.
73
- * </p>
56
+ * <p> The network output TTL. </p>
74
57
  * @public
75
58
  */
76
59
  Ttl: number | undefined;
@@ -81,16 +64,13 @@ export interface AddBridgeNetworkOutputRequest {
81
64
  */
82
65
  export interface AddBridgeOutputRequest {
83
66
  /**
84
- * <p>
85
- * The network output of the bridge. A network output is delivered to your premises.
86
- * </p>
67
+ * <p> The network output of the bridge. A network output is delivered to your premises. </p>
87
68
  * @public
88
69
  */
89
70
  NetworkOutput?: AddBridgeNetworkOutputRequest | undefined;
90
71
  }
91
72
  /**
92
- * <p> The settings for attaching a VPC interface to an resource.
93
- * </p>
73
+ * <p> The settings for attaching a VPC interface to an resource. </p>
94
74
  * @public
95
75
  */
96
76
  export interface VpcInterfaceAttachment {
@@ -101,9 +81,7 @@ export interface VpcInterfaceAttachment {
101
81
  VpcInterfaceName?: string | undefined;
102
82
  }
103
83
  /**
104
- * <p>
105
- * Add a flow source to an existing bridge.
106
- * </p>
84
+ * <p> Add a flow source to an existing bridge. </p>
107
85
  * @public
108
86
  */
109
87
  export interface AddBridgeFlowSourceRequest {
@@ -113,22 +91,18 @@ export interface AddBridgeFlowSourceRequest {
113
91
  */
114
92
  FlowArn: string | undefined;
115
93
  /**
116
- * <p>The name of the VPC interface attachment to use for this source.
117
- * </p>
94
+ * <p>The name of the VPC interface attachment to use for this source. </p>
118
95
  * @public
119
96
  */
120
97
  FlowVpcInterfaceAttachment?: VpcInterfaceAttachment | undefined;
121
98
  /**
122
- * <p>
123
- * The name of the flow source. This name is used to reference the source and must be unique among sources in this bridge.
124
- * </p>
99
+ * <p> The name of the flow source. This name is used to reference the source and must be unique among sources in this bridge. </p>
125
100
  * @public
126
101
  */
127
102
  Name: string | undefined;
128
103
  }
129
104
  /**
130
- * <p> The settings related to the multicast source.
131
- * </p>
105
+ * <p> The settings related to the multicast source. </p>
132
106
  * @public
133
107
  */
134
108
  export interface MulticastSourceSettings {
@@ -139,9 +113,7 @@ export interface MulticastSourceSettings {
139
113
  MulticastSourceIp?: string | undefined;
140
114
  }
141
115
  /**
142
- * <p>
143
- * Add a network source to an existing bridge.
144
- * </p>
116
+ * <p> Add a network source to an existing bridge. </p>
145
117
  * @public
146
118
  */
147
119
  export interface AddBridgeNetworkSourceRequest {
@@ -151,9 +123,7 @@ export interface AddBridgeNetworkSourceRequest {
151
123
  */
152
124
  MulticastIp: string | undefined;
153
125
  /**
154
- * <p>
155
- * The settings related to the multicast source.
156
- * </p>
126
+ * <p> The settings related to the multicast source. </p>
157
127
  * @public
158
128
  */
159
129
  MulticastSourceSettings?: MulticastSourceSettings | undefined;
@@ -173,33 +143,23 @@ export interface AddBridgeNetworkSourceRequest {
173
143
  */
174
144
  Port: number | undefined;
175
145
  /**
176
- * <p> The network source protocol.</p>
177
- * <note>
178
- * <p>Elemental MediaConnect no longer supports the Fujitsu QoS
179
- * protocol. This reference is maintained for legacy purposes only.</p>
180
- * </note>
146
+ * <p> The network source protocol.</p> <note> <p>Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.</p> </note>
181
147
  * @public
182
148
  */
183
149
  Protocol: Protocol | undefined;
184
150
  }
185
151
  /**
186
- * <p>
187
- * Add an output to a bridge.
188
- * </p>
152
+ * <p> Add an output to a bridge. </p>
189
153
  * @public
190
154
  */
191
155
  export interface AddBridgeSourceRequest {
192
156
  /**
193
- * <p>
194
- * The source of the flow.
195
- * </p>
157
+ * <p> The source of the flow. </p>
196
158
  * @public
197
159
  */
198
160
  FlowSource?: AddBridgeFlowSourceRequest | undefined;
199
161
  /**
200
- * <p>
201
- * The source of the network.
202
- * </p>
162
+ * <p> The source of the network. </p>
203
163
  * @public
204
164
  */
205
165
  NetworkSource?: AddBridgeNetworkSourceRequest | undefined;
@@ -308,22 +268,17 @@ export interface FmtpRequest {
308
268
  Tcs?: Tcs | undefined;
309
269
  }
310
270
  /**
311
- * <p>Attributes that are related to the media stream.
312
- * </p>
271
+ * <p>Attributes that are related to the media stream. </p>
313
272
  * @public
314
273
  */
315
274
  export interface MediaStreamAttributesRequest {
316
275
  /**
317
- * <p>The settings that you want to use to define the media stream.
318
- * </p>
276
+ * <p>The settings that you want to use to define the media stream. </p>
319
277
  * @public
320
278
  */
321
279
  Fmtp?: FmtpRequest | undefined;
322
280
  /**
323
- * <p>The audio language, in a format that is recognized by the receiver.
324
- *
325
- *
326
- * </p>
281
+ * <p>The audio language, in a format that is recognized by the receiver. </p>
327
282
  * @public
328
283
  */
329
284
  Lang?: string | undefined;
@@ -342,8 +297,7 @@ export declare const MediaStreamType: {
342
297
  */
343
298
  export type MediaStreamType = (typeof MediaStreamType)[keyof typeof MediaStreamType];
344
299
  /**
345
- * <p> The media stream that you want to add to the flow.
346
- * </p>
300
+ * <p> The media stream that you want to add to the flow. </p>
347
301
  * @public
348
302
  */
349
303
  export interface AddMediaStreamRequest {
@@ -363,8 +317,7 @@ export interface AddMediaStreamRequest {
363
317
  */
364
318
  Description?: string | undefined;
365
319
  /**
366
- * <p> A unique identifier for the media stream.
367
- * </p>
320
+ * <p> A unique identifier for the media stream. </p>
368
321
  * @public
369
322
  */
370
323
  MediaStreamId: number | undefined;
@@ -473,8 +426,7 @@ export interface InterfaceRequest {
473
426
  Name: string | undefined;
474
427
  }
475
428
  /**
476
- * <p>The definition of a media stream that you want to associate with the output.
477
- * </p>
429
+ * <p>The definition of a media stream that you want to associate with the output. </p>
478
430
  * @public
479
431
  */
480
432
  export interface DestinationConfigurationRequest {
@@ -542,9 +494,7 @@ export interface EncodingParametersRequest {
542
494
  */
543
495
  export interface MediaStreamOutputConfigurationRequest {
544
496
  /**
545
- * <p>
546
- * The media streams that you want to associate with the output.
547
- * </p>
497
+ * <p> The media streams that you want to associate with the output. </p>
548
498
  * @public
549
499
  */
550
500
  DestinationConfigurations?: DestinationConfigurationRequest[] | undefined;
@@ -554,9 +504,7 @@ export interface MediaStreamOutputConfigurationRequest {
554
504
  */
555
505
  EncodingName: EncodingName | undefined;
556
506
  /**
557
- * <p>
558
- * 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.
559
- * </p>
507
+ * <p> 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. </p>
560
508
  * @public
561
509
  */
562
510
  EncodingParameters?: EncodingParametersRequest | undefined;
@@ -629,11 +577,7 @@ export interface AddOutputRequest {
629
577
  */
630
578
  Port?: number | undefined;
631
579
  /**
632
- * <p> The protocol to use for the output.</p>
633
- * <note>
634
- * <p>Elemental MediaConnect no longer supports the Fujitsu QoS
635
- * protocol. This reference is maintained for legacy purposes only.</p>
636
- * </note>
580
+ * <p> The protocol to use for the output.</p> <note> <p>Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.</p> </note>
637
581
  * @public
638
582
  */
639
583
  Protocol: Protocol | undefined;
@@ -668,15 +612,12 @@ export interface AddOutputRequest {
668
612
  */
669
613
  OutputStatus?: OutputStatus | undefined;
670
614
  /**
671
- * <p>A quality setting for the NDI Speed HQ encoder.
672
- * </p>
615
+ * <p>A quality setting for the NDI Speed HQ encoder. </p>
673
616
  * @public
674
617
  */
675
618
  NdiSpeedHqQuality?: number | undefined;
676
619
  /**
677
- * <p>
678
- * A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name.
679
- * </p>
620
+ * <p> A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. </p>
680
621
  * @public
681
622
  */
682
623
  NdiProgramName?: string | undefined;
@@ -694,20 +635,17 @@ export declare const State: {
694
635
  */
695
636
  export type State = (typeof State)[keyof typeof State];
696
637
  /**
697
- * <p>Configures settings for the <code>SilentAudio</code> metric.
698
- * </p>
638
+ * <p>Configures settings for the <code>SilentAudio</code> metric. </p>
699
639
  * @public
700
640
  */
701
641
  export interface SilentAudio {
702
642
  /**
703
- * <p>Indicates whether the <code>SilentAudio</code> metric is enabled or disabled.
704
- * </p>
643
+ * <p>Indicates whether the <code>SilentAudio</code> metric is enabled or disabled. </p>
705
644
  * @public
706
645
  */
707
646
  State?: State | undefined;
708
647
  /**
709
- * <p>Specifies the number of consecutive seconds of silence that triggers an event or alert.
710
- * </p>
648
+ * <p>Specifies the number of consecutive seconds of silence that triggers an event or alert. </p>
711
649
  * @public
712
650
  */
713
651
  ThresholdSeconds?: number | undefined;
@@ -718,9 +656,7 @@ export interface SilentAudio {
718
656
  */
719
657
  export interface AudioMonitoringSetting {
720
658
  /**
721
- * <p> Detects periods of silence.
722
- *
723
- * </p>
659
+ * <p> Detects periods of silence. </p>
724
660
  * @public
725
661
  */
726
662
  SilentAudio?: SilentAudio | undefined;
@@ -772,11 +708,7 @@ export interface BridgeNetworkOutput {
772
708
  */
773
709
  Port: number | undefined;
774
710
  /**
775
- * <p> The network output protocol.</p>
776
- * <note>
777
- * <p>Elemental MediaConnect no longer supports the Fujitsu QoS
778
- * protocol. This reference is maintained for legacy purposes only.</p>
779
- * </note>
711
+ * <p> The network output protocol.</p> <note> <p>Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.</p> </note>
780
712
  * @public
781
713
  */
782
714
  Protocol: Protocol | undefined;
@@ -792,16 +724,12 @@ export interface BridgeNetworkOutput {
792
724
  */
793
725
  export interface BridgeOutput {
794
726
  /**
795
- * <p>
796
- * The output of the associated flow.
797
- * </p>
727
+ * <p> The output of the associated flow. </p>
798
728
  * @public
799
729
  */
800
730
  FlowOutput?: BridgeFlowOutput | undefined;
801
731
  /**
802
- * <p>
803
- * The network output for the bridge.
804
- * </p>
732
+ * <p> The network output for the bridge. </p>
805
733
  * @public
806
734
  */
807
735
  NetworkOutput?: BridgeNetworkOutput | undefined;
@@ -843,8 +771,7 @@ export interface BridgeNetworkSource {
843
771
  */
844
772
  MulticastIp: string | undefined;
845
773
  /**
846
- * <p>The settings related to the multicast source.
847
- * </p>
774
+ * <p>The settings related to the multicast source. </p>
848
775
  * @public
849
776
  */
850
777
  MulticastSourceSettings?: MulticastSourceSettings | undefined;
@@ -864,11 +791,7 @@ export interface BridgeNetworkSource {
864
791
  */
865
792
  Port: number | undefined;
866
793
  /**
867
- * <p> The network source protocol.</p>
868
- * <note>
869
- * <p>Elemental MediaConnect no longer supports the Fujitsu QoS
870
- * protocol. This reference is maintained for legacy purposes only.</p>
871
- * </note>
794
+ * <p> The network source protocol.</p> <note> <p>Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.</p> </note>
872
795
  * @public
873
796
  */
874
797
  Protocol: Protocol | undefined;
@@ -879,16 +802,12 @@ export interface BridgeNetworkSource {
879
802
  */
880
803
  export interface BridgeSource {
881
804
  /**
882
- * <p>
883
- * The source of the associated flow.
884
- * </p>
805
+ * <p> The source of the associated flow. </p>
885
806
  * @public
886
807
  */
887
808
  FlowSource?: BridgeFlowSource | undefined;
888
809
  /**
889
- * <p>
890
- * The network source for the bridge.
891
- * </p>
810
+ * <p> The network source for the bridge. </p>
892
811
  * @public
893
812
  */
894
813
  NetworkSource?: BridgeNetworkSource | undefined;
@@ -925,8 +844,7 @@ export interface DestinationConfiguration {
925
844
  */
926
845
  Interface: Interface | undefined;
927
846
  /**
928
- * <p>The IP address that the receiver requires in order to establish a connection with the flow. This value is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the CDI or ST 2110 JPEG XS or protocol.
929
- * </p>
847
+ * <p>The IP address that the receiver requires in order to establish a connection with the flow. This value is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the CDI or ST 2110 JPEG XS or protocol. </p>
930
848
  * @public
931
849
  */
932
850
  OutboundIp: string | undefined;
@@ -964,45 +882,38 @@ export interface Entitlement {
964
882
  */
965
883
  Encryption?: Encryption | undefined;
966
884
  /**
967
- * <p> The ARN of the entitlement.
968
- * </p>
885
+ * <p> The ARN of the entitlement. </p>
969
886
  * @public
970
887
  */
971
888
  EntitlementArn: string | undefined;
972
889
  /**
973
- * <p> An indication of whether the entitlement is enabled.
974
- * </p>
890
+ * <p> An indication of whether the entitlement is enabled. </p>
975
891
  * @public
976
892
  */
977
893
  EntitlementStatus?: EntitlementStatus | undefined;
978
894
  /**
979
- * <p> The name of the entitlement.
980
- * </p>
895
+ * <p> The name of the entitlement. </p>
981
896
  * @public
982
897
  */
983
898
  Name: string | undefined;
984
899
  /**
985
- * <p> The Amazon Web Services account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.
986
- * </p>
900
+ * <p> The Amazon Web Services account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source. </p>
987
901
  * @public
988
902
  */
989
903
  Subscribers: string[] | undefined;
990
904
  }
991
905
  /**
992
- * <p>The network settings for a gateway.
993
- * </p>
906
+ * <p>The network settings for a gateway. </p>
994
907
  * @public
995
908
  */
996
909
  export interface GatewayNetwork {
997
910
  /**
998
- * <p>A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
999
- * </p>
911
+ * <p>A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. </p>
1000
912
  * @public
1001
913
  */
1002
914
  CidrBlock: string | undefined;
1003
915
  /**
1004
- * <p>The name of the network. This name is used to reference the network and must be unique among networks in this gateway.
1005
- * </p>
916
+ * <p>The name of the network. This name is used to reference the network and must be unique among networks in this gateway. </p>
1006
917
  * @public
1007
918
  */
1008
919
  Name: string | undefined;
@@ -1113,8 +1024,7 @@ export interface ListedBridge {
1113
1024
  */
1114
1025
  BridgeArn: string | undefined;
1115
1026
  /**
1116
- * <p>The state of the bridge.
1117
- * </p>
1027
+ * <p>The state of the bridge. </p>
1118
1028
  * @public
1119
1029
  */
1120
1030
  BridgeState: BridgeState | undefined;
@@ -1263,9 +1173,7 @@ export interface ListedFlow {
1263
1173
  */
1264
1174
  Status: Status | undefined;
1265
1175
  /**
1266
- * <p>
1267
- * The maintenance settings for the flow.
1268
- * </p>
1176
+ * <p> The maintenance settings for the flow. </p>
1269
1177
  * @public
1270
1178
  */
1271
1179
  Maintenance?: Maintenance | undefined;
@@ -1350,80 +1258,64 @@ export interface ListedGatewayInstance {
1350
1258
  InstanceState?: InstanceState | undefined;
1351
1259
  }
1352
1260
  /**
1353
- * <p>
1354
- * A set of parameters that define the media stream.
1355
- * </p>
1261
+ * <p> A set of parameters that define the media stream. </p>
1356
1262
  * @public
1357
1263
  */
1358
1264
  export interface Fmtp {
1359
1265
  /**
1360
- * <p>
1361
- *
1362
- * The format of the audio channel.
1363
- * </p>
1266
+ * <p> The format of the audio channel. </p>
1364
1267
  * @public
1365
1268
  */
1366
1269
  ChannelOrder?: string | undefined;
1367
1270
  /**
1368
- * <p>The format used for the representation of color.
1369
- * </p>
1271
+ * <p>The format used for the representation of color. </p>
1370
1272
  * @public
1371
1273
  */
1372
1274
  Colorimetry?: Colorimetry | undefined;
1373
1275
  /**
1374
- * <p>The frame rate for the video stream, in frames/second. For example: 60000/1001.
1375
- * </p>
1276
+ * <p>The frame rate for the video stream, in frames/second. For example: 60000/1001. </p>
1376
1277
  * @public
1377
1278
  */
1378
1279
  ExactFramerate?: string | undefined;
1379
1280
  /**
1380
- * <p>The pixel aspect ratio (PAR) of the video.
1381
- * </p>
1281
+ * <p>The pixel aspect ratio (PAR) of the video. </p>
1382
1282
  * @public
1383
1283
  */
1384
1284
  Par?: string | undefined;
1385
1285
  /**
1386
- * <p>The encoding range of the video.
1387
- * </p>
1286
+ * <p>The encoding range of the video. </p>
1388
1287
  * @public
1389
1288
  */
1390
1289
  Range?: Range | undefined;
1391
1290
  /**
1392
- * <p>The type of compression that was used to smooth the video’s appearance.
1393
- * </p>
1291
+ * <p>The type of compression that was used to smooth the video’s appearance. </p>
1394
1292
  * @public
1395
1293
  */
1396
1294
  ScanMode?: ScanMode | undefined;
1397
1295
  /**
1398
- * <p>The transfer characteristic system (TCS) that is used in the video.
1399
- * </p>
1296
+ * <p>The transfer characteristic system (TCS) that is used in the video. </p>
1400
1297
  * @public
1401
1298
  */
1402
1299
  Tcs?: Tcs | undefined;
1403
1300
  }
1404
1301
  /**
1405
- * <p>Attributes that are related to the media stream.
1406
- * </p>
1302
+ * <p>Attributes that are related to the media stream. </p>
1407
1303
  * @public
1408
1304
  */
1409
1305
  export interface MediaStreamAttributes {
1410
1306
  /**
1411
- * <p>The settings that you want to use to define the media stream.
1412
- * </p>
1307
+ * <p>The settings that you want to use to define the media stream. </p>
1413
1308
  * @public
1414
1309
  */
1415
1310
  Fmtp: Fmtp | undefined;
1416
1311
  /**
1417
- * <p>The audio language, in a format that is recognized by the receiver.
1418
- * </p>
1312
+ * <p>The audio language, in a format that is recognized by the receiver. </p>
1419
1313
  * @public
1420
1314
  */
1421
1315
  Lang?: string | undefined;
1422
1316
  }
1423
1317
  /**
1424
- * <p>
1425
- * A media stream represents one component of your content, such as video, audio, or ancillary data. After you add a media stream to your flow, you can associate it with sources and outputs that use the ST 2110 JPEG XS or CDI protocol.
1426
- * </p>
1318
+ * <p> A media stream represents one component of your content, such as video, audio, or ancillary data. After you add a media stream to your flow, you can associate it with sources and outputs that use the ST 2110 JPEG XS or CDI protocol. </p>
1427
1319
  * @public
1428
1320
  */
1429
1321
  export interface MediaStream {
@@ -1500,8 +1392,7 @@ export interface MediaStreamOutputConfiguration {
1500
1392
  */
1501
1393
  EncodingName: EncodingName | undefined;
1502
1394
  /**
1503
- * <p>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.
1504
- * </p>
1395
+ * <p>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. </p>
1505
1396
  * @public
1506
1397
  */
1507
1398
  EncodingParameters?: EncodingParameters | undefined;
@@ -1512,59 +1403,49 @@ export interface MediaStreamOutputConfiguration {
1512
1403
  MediaStreamName: string | undefined;
1513
1404
  }
1514
1405
  /**
1515
- * <p>The media stream that is associated with the source, and the parameters for that association.
1516
- * </p>
1406
+ * <p>The media stream that is associated with the source, and the parameters for that association. </p>
1517
1407
  * @public
1518
1408
  */
1519
1409
  export interface MediaStreamSourceConfiguration {
1520
1410
  /**
1521
- * <p>
1522
- * The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
1523
- * </p>
1411
+ * <p> The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv. </p>
1524
1412
  * @public
1525
1413
  */
1526
1414
  EncodingName: EncodingName | undefined;
1527
1415
  /**
1528
- * <p>The media streams that you want to associate with the source.
1529
- * </p>
1416
+ * <p>The media streams that you want to associate with the source. </p>
1530
1417
  * @public
1531
1418
  */
1532
1419
  InputConfigurations?: InputConfiguration[] | undefined;
1533
1420
  /**
1534
- * <p>A name that helps you distinguish one media stream from another.
1535
- * </p>
1421
+ * <p>A name that helps you distinguish one media stream from another. </p>
1536
1422
  * @public
1537
1423
  */
1538
1424
  MediaStreamName: string | undefined;
1539
1425
  }
1540
1426
  /**
1541
- * <p>The media stream that you want to associate with the source, and the parameters for that association.
1542
- * </p>
1427
+ * <p>The media stream that you want to associate with the source, and the parameters for that association. </p>
1543
1428
  * @public
1544
1429
  */
1545
1430
  export interface MediaStreamSourceConfigurationRequest {
1546
1431
  /**
1547
- * <p>The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
1548
- * </p>
1432
+ * <p>The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv. </p>
1549
1433
  * @public
1550
1434
  */
1551
1435
  EncodingName: EncodingName | undefined;
1552
1436
  /**
1553
- * <p>The media streams that you want to associate with the source.
1554
- * </p>
1437
+ * <p>The media streams that you want to associate with the source. </p>
1555
1438
  * @public
1556
1439
  */
1557
1440
  InputConfigurations?: InputConfigurationRequest[] | undefined;
1558
1441
  /**
1559
- * <p>The name of the media stream.
1560
- * </p>
1442
+ * <p>The name of the media stream. </p>
1561
1443
  * @public
1562
1444
  */
1563
1445
  MediaStreamName: string | undefined;
1564
1446
  }
1565
1447
  /**
1566
- * <p>The details of an error message.
1567
- * </p>
1448
+ * <p>The details of an error message. </p>
1568
1449
  * @public
1569
1450
  */
1570
1451
  export interface MessageDetail {
@@ -1585,26 +1466,22 @@ export interface MessageDetail {
1585
1466
  ResourceName?: string | undefined;
1586
1467
  }
1587
1468
  /**
1588
- * <p>Specifies the configuration settings for individual NDI discovery servers. A maximum of 3 servers is allowed.
1589
- * </p>
1469
+ * <p>Specifies the configuration settings for individual NDI discovery servers. A maximum of 3 servers is allowed. </p>
1590
1470
  * @public
1591
1471
  */
1592
1472
  export interface NdiDiscoveryServerConfig {
1593
1473
  /**
1594
- * <p>The unique network address of the NDI discovery server.
1595
- * </p>
1474
+ * <p>The unique network address of the NDI discovery server. </p>
1596
1475
  * @public
1597
1476
  */
1598
1477
  DiscoveryServerAddress: string | undefined;
1599
1478
  /**
1600
- * <p>The port for the NDI discovery server. Defaults to 5959 if a custom port isn't specified.
1601
- * </p>
1479
+ * <p>The port for the NDI discovery server. Defaults to 5959 if a custom port isn't specified. </p>
1602
1480
  * @public
1603
1481
  */
1604
1482
  DiscoveryServerPort?: number | undefined;
1605
1483
  /**
1606
- * <p>The identifier for the Virtual Private Cloud (VPC) network interface used by the flow.
1607
- * </p>
1484
+ * <p>The identifier for the Virtual Private Cloud (VPC) network interface used by the flow. </p>
1608
1485
  * @public
1609
1486
  */
1610
1487
  VpcInterfaceAdapter: string | undefined;
@@ -1735,11 +1612,7 @@ export interface Transport {
1735
1612
  */
1736
1613
  MinLatency?: number | undefined;
1737
1614
  /**
1738
- * <p> The protocol that is used by the source or output.</p>
1739
- * <note>
1740
- * <p>Elemental MediaConnect no longer supports the Fujitsu QoS
1741
- * protocol. This reference is maintained for legacy purposes only.</p>
1742
- * </note>
1615
+ * <p> The protocol that is used by the source or output.</p> <note> <p>Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.</p> </note>
1743
1616
  * @public
1744
1617
  */
1745
1618
  Protocol: Protocol | undefined;
@@ -1779,21 +1652,18 @@ export interface Transport {
1779
1652
  */
1780
1653
  StreamId?: string | undefined;
1781
1654
  /**
1782
- * <p>A quality setting for the NDI Speed HQ encoder.
1783
- * </p>
1655
+ * <p>A quality setting for the NDI Speed HQ encoder. </p>
1784
1656
  * @public
1785
1657
  */
1786
1658
  NdiSpeedHqQuality?: number | undefined;
1787
1659
  /**
1788
- * <p>A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name.
1789
- * </p>
1660
+ * <p>A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. </p>
1790
1661
  * @public
1791
1662
  */
1792
1663
  NdiProgramName?: string | undefined;
1793
1664
  }
1794
1665
  /**
1795
- * <p>The settings for an output.
1796
- * </p>
1666
+ * <p>The settings for an output. </p>
1797
1667
  * @public
1798
1668
  */
1799
1669
  export interface Output {
@@ -1877,6 +1747,11 @@ export interface Output {
1877
1747
  * @public
1878
1748
  */
1879
1749
  OutputStatus?: OutputStatus | undefined;
1750
+ /**
1751
+ * <p>The IP address of the device that is currently receiving content from this output.</p> <note> <ul> <li> <p>For outputs that use protocols where you specify the destination (such as SRT Caller or Zixi Push), this value matches the configured destination address.</p> </li> <li> <p>For outputs that use listener protocols (such as SRT Listener), this value shows the address of the connected receiver. </p> </li> <li> <p>Peer IP addresses aren't available for entitlements, managed MediaLive outputs, NDI outputs, and CDI/ST2110 outputs. </p> </li> <li> <p>The peer IP address might not be visible for flows that haven't been started yet, or flows that were started before May 2025. In these cases, restart your flow to see the peer IP address.</p> </li> </ul> </note>
1752
+ * @public
1753
+ */
1754
+ PeerIpAddress?: string | undefined;
1880
1755
  }
1881
1756
  /**
1882
1757
  * @public
@@ -2035,11 +1910,7 @@ export interface SetSourceRequest {
2035
1910
  */
2036
1911
  Name?: string | undefined;
2037
1912
  /**
2038
- * <p> The protocol that is used by the source.</p>
2039
- * <note>
2040
- * <p>Elemental MediaConnect no longer supports the Fujitsu QoS
2041
- * protocol. This reference is maintained for legacy purposes only.</p>
2042
- * </note>
1913
+ * <p> The protocol that is used by the source.</p> <note> <p>Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.</p> </note>
2043
1914
  * @public
2044
1915
  */
2045
1916
  Protocol?: Protocol | undefined;
@@ -2180,6 +2051,11 @@ export interface Source {
2180
2051
  * @public
2181
2052
  */
2182
2053
  GatewayBridgeSource?: GatewayBridgeSource | undefined;
2054
+ /**
2055
+ * <p>The IP address of the device that is currently sending content to this source. </p> <note> <ul> <li> <p>For sources that use protocols where you specify the origin (such as SRT Caller), this value matches the configured origin address. </p> </li> <li> <p>For sources that use listener protocols (such as SRT Listener or RTP), this value shows the address of the connected sender. </p> </li> <li> <p>Peer IP addresses aren't available for entitlements and CDI/ST2110 sources.</p> </li> <li> <p>The peer IP address might not be visible for flows that haven't been started yet, or flows that were started before May 2025. In these cases, restart your flow to see the peer IP address.</p> </li> </ul> </note>
2056
+ * @public
2057
+ */
2058
+ PeerIpAddress?: string | undefined;
2183
2059
  }
2184
2060
  /**
2185
2061
  * <p> The frame resolution used by the video stream.</p>
@@ -2218,8 +2094,7 @@ export interface TransportStream {
2218
2094
  */
2219
2095
  FrameRate?: string | undefined;
2220
2096
  /**
2221
- * <p>The frame resolution used by the video stream.
2222
- * </p>
2097
+ * <p>The frame resolution used by the video stream. </p>
2223
2098
  * @public
2224
2099
  */
2225
2100
  FrameResolution?: FrameResolution | undefined;
@@ -2281,14 +2156,12 @@ export interface TransportStreamProgram {
2281
2156
  */
2282
2157
  export interface BlackFrames {
2283
2158
  /**
2284
- * <p>
2285
- * Indicates whether the <code>BlackFrames</code> metric is enabled or disabled..</p>
2159
+ * <p> Indicates whether the <code>BlackFrames</code> metric is enabled or disabled..</p>
2286
2160
  * @public
2287
2161
  */
2288
2162
  State?: State | undefined;
2289
2163
  /**
2290
- * <p>
2291
- * Specifies the number of consecutive seconds of black frames that triggers an event or alert.</p>
2164
+ * <p> Specifies the number of consecutive seconds of black frames that triggers an event or alert.</p>
2292
2165
  * @public
2293
2166
  */
2294
2167
  ThresholdSeconds?: number | undefined;
@@ -2315,14 +2188,12 @@ export interface FrozenFrames {
2315
2188
  */
2316
2189
  export interface VideoMonitoringSetting {
2317
2190
  /**
2318
- * <p>Detects video frames that are black.
2319
- * </p>
2191
+ * <p>Detects video frames that are black. </p>
2320
2192
  * @public
2321
2193
  */
2322
2194
  BlackFrames?: BlackFrames | undefined;
2323
2195
  /**
2324
- * <p>Detects video frames that have not changed.
2325
- * </p>
2196
+ * <p>Detects video frames that have not changed. </p>
2326
2197
  * @public
2327
2198
  */
2328
2199
  FrozenFrames?: FrozenFrames | undefined;
@@ -2376,39 +2247,32 @@ export interface VpcInterface {
2376
2247
  SubnetId: string | undefined;
2377
2248
  }
2378
2249
  /**
2379
- * <p>The details of the VPC interfaces that you want to add to the flow.
2380
- * </p>
2250
+ * <p>The details of the VPC interfaces that you want to add to the flow. </p>
2381
2251
  * @public
2382
2252
  */
2383
2253
  export interface VpcInterfaceRequest {
2384
2254
  /**
2385
- * <p>The name for the VPC interface. This name must be unique within the flow.
2386
- * </p>
2255
+ * <p>The name for the VPC interface. This name must be unique within the flow. </p>
2387
2256
  * @public
2388
2257
  */
2389
2258
  Name: string | undefined;
2390
2259
  /**
2391
- * <p>The type of network interface.
2392
- * </p>
2260
+ * <p>The type of network interface. </p>
2393
2261
  * @public
2394
2262
  */
2395
2263
  NetworkInterfaceType?: NetworkInterfaceType | undefined;
2396
2264
  /**
2397
- * <p>The Amazon Resource Name (ARN) of the role that you created when you set up MediaConnect as a trusted service.
2398
- * </p>
2265
+ * <p>The Amazon Resource Name (ARN) of the role that you created when you set up MediaConnect as a trusted service. </p>
2399
2266
  * @public
2400
2267
  */
2401
2268
  RoleArn: string | undefined;
2402
2269
  /**
2403
- * <p>A virtual firewall to control inbound and outbound traffic.
2404
- * </p>
2270
+ * <p>A virtual firewall to control inbound and outbound traffic. </p>
2405
2271
  * @public
2406
2272
  */
2407
2273
  SecurityGroupIds: string[] | undefined;
2408
2274
  /**
2409
- * <p>
2410
- * The subnet IDs that you want to use for your VPC interface. A range of IP addresses in your VPC. When you create your VPC, you specify a range of IPv4 addresses for the VPC in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. This is the primary CIDR block for your VPC. When you create a subnet for your VPC, you specify the CIDR block for the subnet, which is a subset of the VPC CIDR block. The subnets that you use across all VPC interfaces on the flow must be in the same Availability Zone as the flow.
2411
- * </p>
2275
+ * <p> The subnet IDs that you want to use for your VPC interface. A range of IP addresses in your VPC. When you create your VPC, you specify a range of IPv4 addresses for the VPC in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. This is the primary CIDR block for your VPC. When you create a subnet for your VPC, you specify the CIDR block for the subnet, which is a subset of the VPC CIDR block. The subnets that you use across all VPC interfaces on the flow must be in the same Availability Zone as the flow. </p>
2412
2276
  * @public
2413
2277
  */
2414
2278
  SubnetId: string | undefined;
@@ -2444,8 +2308,7 @@ export interface AddBridgeOutputsResponse {
2444
2308
  Outputs?: BridgeOutput[] | undefined;
2445
2309
  }
2446
2310
  /**
2447
- * <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message.
2448
- * </p>
2311
+ * <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message. </p>
2449
2312
  * @public
2450
2313
  */
2451
2314
  export declare class BadRequestException extends __BaseException {
@@ -2458,8 +2321,7 @@ export declare class BadRequestException extends __BaseException {
2458
2321
  constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
2459
2322
  }
2460
2323
  /**
2461
- * <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
2462
- * </p>
2324
+ * <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. </p>
2463
2325
  * @public
2464
2326
  */
2465
2327
  export declare class ConflictException extends __BaseException {
@@ -2473,8 +2335,7 @@ export declare class ConflictException extends __BaseException {
2473
2335
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
2474
2336
  }
2475
2337
  /**
2476
- * <p>You do not have sufficient access to perform this action.
2477
- * </p>
2338
+ * <p>You do not have sufficient access to perform this action. </p>
2478
2339
  * @public
2479
2340
  */
2480
2341
  export declare class ForbiddenException extends __BaseException {
@@ -2487,8 +2348,7 @@ export declare class ForbiddenException extends __BaseException {
2487
2348
  constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
2488
2349
  }
2489
2350
  /**
2490
- * <p>The server encountered an internal error and is unable to complete the request.
2491
- * </p>
2351
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
2492
2352
  * @public
2493
2353
  */
2494
2354
  export declare class InternalServerErrorException extends __BaseException {
@@ -2502,8 +2362,7 @@ export declare class InternalServerErrorException extends __BaseException {
2502
2362
  constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
2503
2363
  }
2504
2364
  /**
2505
- * <p>One or more of the resources in the request does not exist in the system.
2506
- * </p>
2365
+ * <p>One or more of the resources in the request does not exist in the system. </p>
2507
2366
  * @public
2508
2367
  */
2509
2368
  export declare class NotFoundException extends __BaseException {
@@ -2516,8 +2375,7 @@ export declare class NotFoundException extends __BaseException {
2516
2375
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
2517
2376
  }
2518
2377
  /**
2519
- * <p>The service is currently unavailable or busy.
2520
- * </p>
2378
+ * <p>The service is currently unavailable or busy. </p>
2521
2379
  * @public
2522
2380
  */
2523
2381
  export declare class ServiceUnavailableException extends __BaseException {
@@ -2531,8 +2389,7 @@ export declare class ServiceUnavailableException extends __BaseException {
2531
2389
  constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
2532
2390
  }
2533
2391
  /**
2534
- * <p>The request was denied due to request throttling.
2535
- * </p>
2392
+ * <p>The request was denied due to request throttling. </p>
2536
2393
  * @public
2537
2394
  */
2538
2395
  export declare class TooManyRequestsException extends __BaseException {
@@ -2576,9 +2433,7 @@ export interface AddBridgeSourcesResponse {
2576
2433
  Sources?: BridgeSource[] | undefined;
2577
2434
  }
2578
2435
  /**
2579
- * <p>
2580
- * Create a bridge with the egress bridge type. An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.
2581
- * </p>
2436
+ * <p> Create a bridge with the egress bridge type. An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises. </p>
2582
2437
  * @public
2583
2438
  */
2584
2439
  export interface AddEgressGatewayBridgeRequest {
@@ -2619,8 +2474,7 @@ export interface AddFlowMediaStreamsResponse {
2619
2474
  MediaStreams?: MediaStream[] | undefined;
2620
2475
  }
2621
2476
  /**
2622
- * <p>Exception raised by Elemental MediaConnect when adding the flow output. See the error message for the operation for more information on the cause of this exception.
2623
- * </p>
2477
+ * <p>Exception raised by Elemental MediaConnect when adding the flow output. See the error message for the operation for more information on the cause of this exception. </p>
2624
2478
  * @public
2625
2479
  */
2626
2480
  export declare class AddFlowOutputs420Exception extends __BaseException {
@@ -2723,8 +2577,7 @@ export interface AddFlowVpcInterfacesResponse {
2723
2577
  VpcInterfaces?: VpcInterface[] | undefined;
2724
2578
  }
2725
2579
  /**
2726
- * <p>Create a bridge with the ingress bridge type. An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.
2727
- * </p>
2580
+ * <p>Create a bridge with the ingress bridge type. An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud. </p>
2728
2581
  * @public
2729
2582
  */
2730
2583
  export interface AddIngressGatewayBridgeRequest {
@@ -2750,19 +2603,13 @@ export interface AddMaintenance {
2750
2603
  */
2751
2604
  MaintenanceDay: MaintenanceDay | undefined;
2752
2605
  /**
2753
- * <p> UTC time when the maintenance will happen. </p>
2754
- * <p>Use 24-hour HH:MM format. </p>
2755
- * <p>Minutes must be 00. </p>
2756
- * <p>Example: 13:00. </p>
2757
- * <p>The default value is 02:00.</p>
2606
+ * <p> UTC time when the maintenance will happen. </p> <p>Use 24-hour HH:MM format. </p> <p>Minutes must be 00. </p> <p>Example: 13:00. </p> <p>The default value is 02:00.</p>
2758
2607
  * @public
2759
2608
  */
2760
2609
  MaintenanceStartHour: string | undefined;
2761
2610
  }
2762
2611
  /**
2763
- * <p>
2764
- * Create a bridge with the egress bridge type. An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.
2765
- * </p>
2612
+ * <p> Create a bridge with the egress bridge type. An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises. </p>
2766
2613
  * @public
2767
2614
  */
2768
2615
  export interface EgressGatewayBridge {
@@ -2778,26 +2625,22 @@ export interface EgressGatewayBridge {
2778
2625
  MaxBitrate: number | undefined;
2779
2626
  }
2780
2627
  /**
2781
- * <p>Create a bridge with the ingress bridge type. An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.
2782
- * </p>
2628
+ * <p>Create a bridge with the ingress bridge type. An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud. </p>
2783
2629
  * @public
2784
2630
  */
2785
2631
  export interface IngressGatewayBridge {
2786
2632
  /**
2787
- * <p>The ID of the instance running this bridge.
2788
- * </p>
2633
+ * <p>The ID of the instance running this bridge. </p>
2789
2634
  * @public
2790
2635
  */
2791
2636
  InstanceId?: string | undefined;
2792
2637
  /**
2793
- * <p>The maximum expected bitrate (in bps) of the ingress bridge.
2794
- * </p>
2638
+ * <p>The maximum expected bitrate (in bps) of the ingress bridge. </p>
2795
2639
  * @public
2796
2640
  */
2797
2641
  MaxBitrate: number | undefined;
2798
2642
  /**
2799
- * <p>The maximum number of outputs on the ingress bridge.
2800
- * </p>
2643
+ * <p>The maximum number of outputs on the ingress bridge. </p>
2801
2644
  * @public
2802
2645
  */
2803
2646
  MaxOutputs: number | undefined;
@@ -2846,8 +2689,7 @@ export interface FailoverConfig {
2846
2689
  */
2847
2690
  SourcePriority?: SourcePriority | undefined;
2848
2691
  /**
2849
- * <p>The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
2850
- * </p>
2692
+ * <p>The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources. </p>
2851
2693
  * @public
2852
2694
  */
2853
2695
  State?: State | undefined;
@@ -2863,29 +2705,22 @@ export interface Bridge {
2863
2705
  */
2864
2706
  BridgeArn: string | undefined;
2865
2707
  /**
2866
- * <p>
2867
- * Messages with details about the bridge.
2868
- * </p>
2708
+ * <p> Messages with details about the bridge. </p>
2869
2709
  * @public
2870
2710
  */
2871
2711
  BridgeMessages?: MessageDetail[] | undefined;
2872
2712
  /**
2873
- * <p>The state of the bridge.
2874
- * </p>
2713
+ * <p>The state of the bridge. </p>
2875
2714
  * @public
2876
2715
  */
2877
2716
  BridgeState: BridgeState | undefined;
2878
2717
  /**
2879
- * <p>
2880
- * An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.
2881
- * </p>
2718
+ * <p> An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises. </p>
2882
2719
  * @public
2883
2720
  */
2884
2721
  EgressGatewayBridge?: EgressGatewayBridge | undefined;
2885
2722
  /**
2886
- * <p>
2887
- * An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.
2888
- * </p>
2723
+ * <p> An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud. </p>
2889
2724
  * @public
2890
2725
  */
2891
2726
  IngressGatewayBridge?: IngressGatewayBridge | undefined;
@@ -2905,9 +2740,7 @@ export interface Bridge {
2905
2740
  */
2906
2741
  PlacementArn: string | undefined;
2907
2742
  /**
2908
- * <p>
2909
- * The settings for source failover.
2910
- * </p>
2743
+ * <p> The settings for source failover. </p>
2911
2744
  * @public
2912
2745
  */
2913
2746
  SourceFailoverConfig?: FailoverConfig | undefined;
@@ -2930,8 +2763,7 @@ export declare const BridgePlacement: {
2930
2763
  */
2931
2764
  export type BridgePlacement = (typeof BridgePlacement)[keyof typeof BridgePlacement];
2932
2765
  /**
2933
- * <p>Exception raised by Elemental MediaConnect when creating the bridge. See the error message for the operation for more information on the cause of this exception.
2934
- * </p>
2766
+ * <p>Exception raised by Elemental MediaConnect when creating the bridge. See the error message for the operation for more information on the cause of this exception. </p>
2935
2767
  * @public
2936
2768
  */
2937
2769
  export declare class CreateBridge420Exception extends __BaseException {
@@ -2953,8 +2785,7 @@ export interface CreateBridgeRequest {
2953
2785
  */
2954
2786
  EgressGatewayBridge?: AddEgressGatewayBridgeRequest | undefined;
2955
2787
  /**
2956
- * <p>An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and
2957
- * is delivered to the cloud. </p>
2788
+ * <p>An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud. </p>
2958
2789
  * @public
2959
2790
  */
2960
2791
  IngressGatewayBridge?: AddIngressGatewayBridgeRequest | undefined;
@@ -3039,30 +2870,17 @@ export interface DescribeBridgeResponse {
3039
2870
  */
3040
2871
  export interface ListBridgesRequest {
3041
2872
  /**
3042
- * <p> Filter the list results to display only the bridges associated with the selected
3043
- * ARN.</p>
2873
+ * <p> Filter the list results to display only the bridges associated with the selected ARN.</p>
3044
2874
  * @public
3045
2875
  */
3046
2876
  FilterArn?: string | undefined;
3047
2877
  /**
3048
- * <p> The maximum number of results to return per API request. </p>
3049
- * <p>For example, you submit a <code>ListBridges</code> request with <code>MaxResults</code>
3050
- * set at 5. Although 20 items match your request, the service returns no more than the first
3051
- * 5 items. (The service also returns a <code>NextToken</code> value that you can use to fetch
3052
- * the next batch of results.) </p>
3053
- * <p>The service might return fewer results than the <code>MaxResults</code> value. If
3054
- * <code>MaxResults</code> is not included in the request, the service defaults to
3055
- * pagination with a maximum of 10 results per page.</p>
2878
+ * <p> The maximum number of results to return per API request. </p> <p>For example, you submit a <code>ListBridges</code> request with <code>MaxResults</code> set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a <code>NextToken</code> value that you can use to fetch the next batch of results.) </p> <p>The service might return fewer results than the <code>MaxResults</code> value. If <code>MaxResults</code> is not included in the request, the service defaults to pagination with a maximum of 10 results per page.</p>
3056
2879
  * @public
3057
2880
  */
3058
2881
  MaxResults?: number | undefined;
3059
2882
  /**
3060
- * <p> The token that identifies the batch of results that you want to see. </p>
3061
- * <p>For example, you submit a <code>ListBridges</code> request with <code>MaxResults</code>
3062
- * set at 5. The service returns the first batch of results (up to 5) and a
3063
- * <code>NextToken</code> value. To see the next batch of results, you can submit the
3064
- * <code>ListBridges</code> request a second time and specify the <code>NextToken</code>
3065
- * value.</p>
2883
+ * <p> The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a <code>ListBridges</code> request with <code>MaxResults</code> set at 5. The service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the <code>ListBridges</code> request a second time and specify the <code>NextToken</code> value.</p>
3066
2884
  * @public
3067
2885
  */
3068
2886
  NextToken?: string | undefined;
@@ -3077,12 +2895,7 @@ export interface ListBridgesResponse {
3077
2895
  */
3078
2896
  Bridges?: ListedBridge[] | undefined;
3079
2897
  /**
3080
- * <p> The token that identifies the batch of results that you want to see. </p>
3081
- * <p>For example, you submit a <code>ListBridges</code> request with <code>MaxResults</code>
3082
- * set at 5. The service returns the first batch of results (up to 5) and a
3083
- * <code>NextToken</code> value. To see the next batch of results, you can submit the
3084
- * <code>ListBridges</code> request a second time and specify the <code>NextToken</code>
3085
- * value.</p>
2898
+ * <p> The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a <code>ListBridges</code> request with <code>MaxResults</code> set at 5. The service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the <code>ListBridges</code> request a second time and specify the <code>NextToken</code> value.</p>
3086
2899
  * @public
3087
2900
  */
3088
2901
  NextToken?: string | undefined;
@@ -3112,9 +2925,7 @@ export interface RemoveBridgeOutputResponse {
3112
2925
  */
3113
2926
  BridgeArn?: string | undefined;
3114
2927
  /**
3115
- * <p>
3116
- * The name of the bridge output that was removed.
3117
- * </p>
2928
+ * <p> The name of the bridge output that was removed. </p>
3118
2929
  * @public
3119
2930
  */
3120
2931
  OutputName?: string | undefined;
@@ -3144,9 +2955,7 @@ export interface RemoveBridgeSourceResponse {
3144
2955
  */
3145
2956
  BridgeArn?: string | undefined;
3146
2957
  /**
3147
- * <p>
3148
- * The name of the bridge source that was removed.
3149
- * </p>
2958
+ * <p> The name of the bridge source that was removed. </p>
3150
2959
  * @public
3151
2960
  */
3152
2961
  SourceName?: string | undefined;
@@ -3157,16 +2966,13 @@ export interface RemoveBridgeSourceResponse {
3157
2966
  */
3158
2967
  export interface UpdateEgressGatewayBridgeRequest {
3159
2968
  /**
3160
- * <p>The maximum expected bitrate (in bps).
3161
- * </p>
2969
+ * <p>The maximum expected bitrate (in bps). </p>
3162
2970
  * @public
3163
2971
  */
3164
2972
  MaxBitrate?: number | undefined;
3165
2973
  }
3166
2974
  /**
3167
- * <p>
3168
- * Update an existing ingress-type bridge.
3169
- * </p>
2975
+ * <p> Update an existing ingress-type bridge. </p>
3170
2976
  * @public
3171
2977
  */
3172
2978
  export interface UpdateIngressGatewayBridgeRequest {
@@ -3202,8 +3008,7 @@ export interface UpdateFailoverConfig {
3202
3008
  */
3203
3009
  SourcePriority?: SourcePriority | undefined;
3204
3010
  /**
3205
- * <p>The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
3206
- * </p>
3011
+ * <p>The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources. </p>
3207
3012
  * @public
3208
3013
  */
3209
3014
  State?: State | undefined;
@@ -3218,23 +3023,17 @@ export interface UpdateBridgeRequest {
3218
3023
  */
3219
3024
  BridgeArn: string | undefined;
3220
3025
  /**
3221
- * <p>
3222
- * A cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.
3223
- * </p>
3026
+ * <p> A cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises. </p>
3224
3027
  * @public
3225
3028
  */
3226
3029
  EgressGatewayBridge?: UpdateEgressGatewayBridgeRequest | undefined;
3227
3030
  /**
3228
- * <p>
3229
- * A ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.
3230
- * </p>
3031
+ * <p> A ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud. </p>
3231
3032
  * @public
3232
3033
  */
3233
3034
  IngressGatewayBridge?: UpdateIngressGatewayBridgeRequest | undefined;
3234
3035
  /**
3235
- * <p>
3236
- * The settings for source failover.
3237
- * </p>
3036
+ * <p> The settings for source failover. </p>
3238
3037
  * @public
3239
3038
  */
3240
3039
  SourceFailoverConfig?: UpdateFailoverConfig | undefined;
@@ -3244,50 +3043,38 @@ export interface UpdateBridgeRequest {
3244
3043
  */
3245
3044
  export interface UpdateBridgeResponse {
3246
3045
  /**
3247
- * <p>
3248
- * The bridge that was updated.
3249
- * </p>
3046
+ * <p> The bridge that was updated. </p>
3250
3047
  * @public
3251
3048
  */
3252
3049
  Bridge?: Bridge | undefined;
3253
3050
  }
3254
3051
  /**
3255
- * <p>Update an existing network output.
3256
- * </p>
3052
+ * <p>Update an existing network output. </p>
3257
3053
  * @public
3258
3054
  */
3259
3055
  export interface UpdateBridgeNetworkOutputRequest {
3260
3056
  /**
3261
- * <p>The network output IP Address.
3262
- * </p>
3057
+ * <p>The network output IP Address. </p>
3263
3058
  * @public
3264
3059
  */
3265
3060
  IpAddress?: string | undefined;
3266
3061
  /**
3267
- * <p>The network output's gateway network name.
3268
- * </p>
3062
+ * <p>The network output's gateway network name. </p>
3269
3063
  * @public
3270
3064
  */
3271
3065
  NetworkName?: string | undefined;
3272
3066
  /**
3273
- * <p>The network output port.
3274
- * </p>
3067
+ * <p>The network output port. </p>
3275
3068
  * @public
3276
3069
  */
3277
3070
  Port?: number | undefined;
3278
3071
  /**
3279
- * <p>The network output protocol.
3280
- * </p>
3281
- * <note>
3282
- * <p>Elemental MediaConnect no longer supports the Fujitsu QoS
3283
- * protocol. This reference is maintained for legacy purposes only.</p>
3284
- * </note>
3072
+ * <p>The network output protocol. </p> <note> <p>Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.</p> </note>
3285
3073
  * @public
3286
3074
  */
3287
3075
  Protocol?: Protocol | undefined;
3288
3076
  /**
3289
- * <p>The network output TTL.
3290
- * </p>
3077
+ * <p>The network output TTL. </p>
3291
3078
  * @public
3292
3079
  */
3293
3080
  Ttl?: number | undefined;
@@ -3302,16 +3089,12 @@ export interface UpdateBridgeOutputRequest {
3302
3089
  */
3303
3090
  BridgeArn: string | undefined;
3304
3091
  /**
3305
- * <p>
3306
- * The network of the bridge output.
3307
- * </p>
3092
+ * <p> The network of the bridge output. </p>
3308
3093
  * @public
3309
3094
  */
3310
3095
  NetworkOutput?: UpdateBridgeNetworkOutputRequest | undefined;
3311
3096
  /**
3312
- * <p>
3313
- * Tname of the output that you want to update.
3314
- * </p>
3097
+ * <p> Tname of the output that you want to update. </p>
3315
3098
  * @public
3316
3099
  */
3317
3100
  OutputName: string | undefined;
@@ -3321,24 +3104,18 @@ export interface UpdateBridgeOutputRequest {
3321
3104
  */
3322
3105
  export interface UpdateBridgeOutputResponse {
3323
3106
  /**
3324
- * <p>
3325
- * The ARN of the bridge that was updated.
3326
- * </p>
3107
+ * <p> The ARN of the bridge that was updated. </p>
3327
3108
  * @public
3328
3109
  */
3329
3110
  BridgeArn?: string | undefined;
3330
3111
  /**
3331
- * <p>
3332
- * The bridge output that was updated.
3333
- * </p>
3112
+ * <p> The bridge output that was updated. </p>
3334
3113
  * @public
3335
3114
  */
3336
3115
  Output?: BridgeOutput | undefined;
3337
3116
  }
3338
3117
  /**
3339
- * <p>
3340
- * Update the flow source of the bridge.
3341
- * </p>
3118
+ * <p> Update the flow source of the bridge. </p>
3342
3119
  * @public
3343
3120
  */
3344
3121
  export interface UpdateBridgeFlowSourceRequest {
@@ -3348,8 +3125,7 @@ export interface UpdateBridgeFlowSourceRequest {
3348
3125
  */
3349
3126
  FlowArn?: string | undefined;
3350
3127
  /**
3351
- * <p>The name of the VPC interface attachment to use for this source.
3352
- * </p>
3128
+ * <p>The name of the VPC interface attachment to use for this source. </p>
3353
3129
  * @public
3354
3130
  */
3355
3131
  FlowVpcInterfaceAttachment?: VpcInterfaceAttachment | undefined;
@@ -3365,30 +3141,22 @@ export interface UpdateBridgeNetworkSourceRequest {
3365
3141
  */
3366
3142
  MulticastIp?: string | undefined;
3367
3143
  /**
3368
- * <p>The settings related to the multicast source.
3369
- * </p>
3144
+ * <p>The settings related to the multicast source. </p>
3370
3145
  * @public
3371
3146
  */
3372
3147
  MulticastSourceSettings?: MulticastSourceSettings | undefined;
3373
3148
  /**
3374
- * <p>The network source's gateway network name.
3375
- * </p>
3149
+ * <p>The network source's gateway network name. </p>
3376
3150
  * @public
3377
3151
  */
3378
3152
  NetworkName?: string | undefined;
3379
3153
  /**
3380
- * <p>The network source port.
3381
- * </p>
3154
+ * <p>The network source port. </p>
3382
3155
  * @public
3383
3156
  */
3384
3157
  Port?: number | undefined;
3385
3158
  /**
3386
- * <p>The network source protocol.
3387
- * </p>
3388
- * <note>
3389
- * <p>Elemental MediaConnect no longer supports the Fujitsu QoS
3390
- * protocol. This reference is maintained for legacy purposes only.</p>
3391
- * </note>
3159
+ * <p>The network source protocol. </p> <note> <p>Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.</p> </note>
3392
3160
  * @public
3393
3161
  */
3394
3162
  Protocol?: Protocol | undefined;
@@ -3408,16 +3176,12 @@ export interface UpdateBridgeSourceRequest {
3408
3176
  */
3409
3177
  FlowSource?: UpdateBridgeFlowSourceRequest | undefined;
3410
3178
  /**
3411
- * <p>
3412
- * The network for the bridge source.
3413
- * </p>
3179
+ * <p> The network for the bridge source. </p>
3414
3180
  * @public
3415
3181
  */
3416
3182
  NetworkSource?: UpdateBridgeNetworkSourceRequest | undefined;
3417
3183
  /**
3418
- * <p>
3419
- * The name of the source that you want to update.
3420
- * </p>
3184
+ * <p> The name of the source that you want to update. </p>
3421
3185
  * @public
3422
3186
  */
3423
3187
  SourceName: string | undefined;
@@ -3432,9 +3196,7 @@ export interface UpdateBridgeSourceResponse {
3432
3196
  */
3433
3197
  BridgeArn?: string | undefined;
3434
3198
  /**
3435
- * <p>
3436
- * The updated bridge source.
3437
- * </p>
3199
+ * <p> The updated bridge source. </p>
3438
3200
  * @public
3439
3201
  */
3440
3202
  Source?: BridgeSource | undefined;
@@ -3462,9 +3224,7 @@ export interface UpdateBridgeStateRequest {
3462
3224
  */
3463
3225
  BridgeArn: string | undefined;
3464
3226
  /**
3465
- * <p>
3466
- * The desired state for the bridge.
3467
- * </p>
3227
+ * <p> The desired state for the bridge. </p>
3468
3228
  * @public
3469
3229
  */
3470
3230
  DesiredState: DesiredState | undefined;
@@ -3479,9 +3239,7 @@ export interface UpdateBridgeStateResponse {
3479
3239
  */
3480
3240
  BridgeArn?: string | undefined;
3481
3241
  /**
3482
- * <p>
3483
- * The new state of the bridge.
3484
- * </p>
3242
+ * <p> The new state of the bridge. </p>
3485
3243
  * @public
3486
3244
  */
3487
3245
  DesiredState?: DesiredState | undefined;
@@ -3511,8 +3269,7 @@ export declare const ContentQualityAnalysisState: {
3511
3269
  */
3512
3270
  export type ContentQualityAnalysisState = (typeof ContentQualityAnalysisState)[keyof typeof ContentQualityAnalysisState];
3513
3271
  /**
3514
- * <p>Exception raised by Elemental MediaConnect when creating the flow. See the error message for the operation for more information on the cause of this exception.
3515
- * </p>
3272
+ * <p>Exception raised by Elemental MediaConnect when creating the flow. See the error message for the operation for more information on the cause of this exception. </p>
3516
3273
  * @public
3517
3274
  */
3518
3275
  export declare class CreateFlow420Exception extends __BaseException {
@@ -3549,26 +3306,22 @@ export declare const NdiState: {
3549
3306
  */
3550
3307
  export type NdiState = (typeof NdiState)[keyof typeof NdiState];
3551
3308
  /**
3552
- * <p>Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.
3553
- * </p>
3309
+ * <p>Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs. </p>
3554
3310
  * @public
3555
3311
  */
3556
3312
  export interface NdiConfig {
3557
3313
  /**
3558
- * <p>A setting that controls whether NDI outputs can be used in the flow. Must be ENABLED to add NDI outputs. Default is DISABLED.
3559
- * </p>
3314
+ * <p>A setting that controls whether NDI outputs can be used in the flow. Must be ENABLED to add NDI outputs. Default is DISABLED. </p>
3560
3315
  * @public
3561
3316
  */
3562
3317
  NdiState?: NdiState | undefined;
3563
3318
  /**
3564
- * <p>A prefix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect generates a unique 12-character ID as the prefix.
3565
- * </p>
3319
+ * <p>A prefix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect generates a unique 12-character ID as the prefix. </p>
3566
3320
  * @public
3567
3321
  */
3568
3322
  MachineName?: string | undefined;
3569
3323
  /**
3570
- * <p>A list of up to three NDI discovery server configurations. While not required by the API, this configuration is necessary for NDI functionality to work properly.
3571
- * </p>
3324
+ * <p>A list of up to three NDI discovery server configurations. While not required by the API, this configuration is necessary for NDI functionality to work properly. </p>
3572
3325
  * @public
3573
3326
  */
3574
3327
  NdiDiscoveryServers?: NdiDiscoveryServerConfig[] | undefined;
@@ -3641,22 +3394,17 @@ export interface CreateFlowRequest {
3641
3394
  */
3642
3395
  Outputs?: AddOutputRequest[] | undefined;
3643
3396
  /**
3644
- * <p>
3645
- * The settings for the source that you want to use for the new flow.
3646
- * </p>
3397
+ * <p> The settings for the source that you want to use for the new flow. </p>
3647
3398
  * @public
3648
3399
  */
3649
3400
  Source?: SetSourceRequest | undefined;
3650
3401
  /**
3651
- * <p>
3652
- * The settings for source failover.
3653
- * </p>
3402
+ * <p> The settings for source failover. </p>
3654
3403
  * @public
3655
3404
  */
3656
3405
  SourceFailoverConfig?: FailoverConfig | undefined;
3657
3406
  /**
3658
- * <p>The sources that are assigned to the flow.
3659
- * </p>
3407
+ * <p>The sources that are assigned to the flow. </p>
3660
3408
  * @public
3661
3409
  */
3662
3410
  Sources?: SetSourceRequest[] | undefined;
@@ -3666,29 +3414,22 @@ export interface CreateFlowRequest {
3666
3414
  */
3667
3415
  VpcInterfaces?: VpcInterfaceRequest[] | undefined;
3668
3416
  /**
3669
- * <p>
3670
- * The maintenance settings you want to use for the flow.
3671
- * </p>
3417
+ * <p> The maintenance settings you want to use for the flow. </p>
3672
3418
  * @public
3673
3419
  */
3674
3420
  Maintenance?: AddMaintenance | undefined;
3675
3421
  /**
3676
- * <p>
3677
- * The settings for source monitoring.
3678
- * </p>
3422
+ * <p> The settings for source monitoring. </p>
3679
3423
  * @public
3680
3424
  */
3681
3425
  SourceMonitoringConfig?: MonitoringConfig | undefined;
3682
3426
  /**
3683
- * <p> Determines the processing capacity and feature set of the flow. Set this optional parameter
3684
- * to <code>LARGE</code> if you want to enable NDI outputs on the flow. </p>
3427
+ * <p> Determines the processing capacity and feature set of the flow. Set this optional parameter to <code>LARGE</code> if you want to enable NDI outputs on the flow. </p>
3685
3428
  * @public
3686
3429
  */
3687
3430
  FlowSize?: FlowSize | undefined;
3688
3431
  /**
3689
- * <p>
3690
- * Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.
3691
- * </p>
3432
+ * <p> Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs. </p>
3692
3433
  * @public
3693
3434
  */
3694
3435
  NdiConfig?: NdiConfig | undefined;
@@ -3739,22 +3480,17 @@ export interface Flow {
3739
3480
  */
3740
3481
  Outputs: Output[] | undefined;
3741
3482
  /**
3742
- * <p>
3743
- * The source for the flow.
3744
- * </p>
3483
+ * <p> The source for the flow. </p>
3745
3484
  * @public
3746
3485
  */
3747
3486
  Source: Source | undefined;
3748
3487
  /**
3749
- * <p>
3750
- * The settings for the source failover.
3751
- * </p>
3488
+ * <p> The settings for the source failover. </p>
3752
3489
  * @public
3753
3490
  */
3754
3491
  SourceFailoverConfig?: FailoverConfig | undefined;
3755
3492
  /**
3756
- * <p>The settings for the sources that are assigned to the flow.
3757
- * </p>
3493
+ * <p>The settings for the sources that are assigned to the flow. </p>
3758
3494
  * @public
3759
3495
  */
3760
3496
  Sources?: Source[] | undefined;
@@ -3769,29 +3505,22 @@ export interface Flow {
3769
3505
  */
3770
3506
  VpcInterfaces?: VpcInterface[] | undefined;
3771
3507
  /**
3772
- * <p>
3773
- * The maintenance settings for the flow.
3774
- * </p>
3508
+ * <p> The maintenance settings for the flow. </p>
3775
3509
  * @public
3776
3510
  */
3777
3511
  Maintenance?: Maintenance | undefined;
3778
3512
  /**
3779
- * <p>
3780
- * The settings for source monitoring.
3781
- * </p>
3513
+ * <p> The settings for source monitoring. </p>
3782
3514
  * @public
3783
3515
  */
3784
3516
  SourceMonitoringConfig?: MonitoringConfig | undefined;
3785
3517
  /**
3786
- * <p>
3787
- * Determines the processing capacity and feature set of the flow. Set this optional parameter to LARGE if you want to enable NDI outputs on the flow.
3788
- * </p>
3518
+ * <p> Determines the processing capacity and feature set of the flow. Set this optional parameter to LARGE if you want to enable NDI outputs on the flow. </p>
3789
3519
  * @public
3790
3520
  */
3791
3521
  FlowSize?: FlowSize | undefined;
3792
3522
  /**
3793
- * <p>Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.
3794
- * </p>
3523
+ * <p>Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs. </p>
3795
3524
  * @public
3796
3525
  */
3797
3526
  NdiConfig?: NdiConfig | undefined;
@@ -3801,16 +3530,13 @@ export interface Flow {
3801
3530
  */
3802
3531
  export interface CreateFlowResponse {
3803
3532
  /**
3804
- * <p>
3805
- * The flow that you created.
3806
- * </p>
3533
+ * <p> The flow that you created. </p>
3807
3534
  * @public
3808
3535
  */
3809
3536
  Flow?: Flow | undefined;
3810
3537
  }
3811
3538
  /**
3812
- * <p>Exception raised by Elemental MediaConnect when creating the gateway. See the error message for the operation for more information on the cause of this exception.
3813
- * </p>
3539
+ * <p>Exception raised by Elemental MediaConnect when creating the gateway. See the error message for the operation for more information on the cause of this exception. </p>
3814
3540
  * @public
3815
3541
  */
3816
3542
  export declare class CreateGateway420Exception extends __BaseException {
@@ -3843,10 +3569,7 @@ export interface CreateGatewayRequest {
3843
3569
  Networks: GatewayNetwork[] | undefined;
3844
3570
  }
3845
3571
  /**
3846
- * <p>The settings for a gateway, including its networks.
3847
- *
3848
- *
3849
- * </p>
3572
+ * <p>The settings for a gateway, including its networks. </p>
3850
3573
  * @public
3851
3574
  */
3852
3575
  export interface Gateway {
@@ -3861,8 +3584,7 @@ export interface Gateway {
3861
3584
  */
3862
3585
  GatewayArn: string | undefined;
3863
3586
  /**
3864
- * <p>Messages with information about the gateway.
3865
- * </p>
3587
+ * <p>Messages with information about the gateway. </p>
3866
3588
  * @public
3867
3589
  */
3868
3590
  GatewayMessages?: MessageDetail[] | undefined;
@@ -3887,9 +3609,7 @@ export interface Gateway {
3887
3609
  */
3888
3610
  export interface CreateGatewayResponse {
3889
3611
  /**
3890
- * <p>
3891
- * The gateway that you created.
3892
- * </p>
3612
+ * <p> The gateway that you created. </p>
3893
3613
  * @public
3894
3614
  */
3895
3615
  Gateway?: Gateway | undefined;
@@ -3995,15 +3715,12 @@ export interface Messages {
3995
3715
  */
3996
3716
  export interface DescribeFlowResponse {
3997
3717
  /**
3998
- * <p>The flow that you requested a description of.
3999
- * </p>
3718
+ * <p>The flow that you requested a description of. </p>
4000
3719
  * @public
4001
3720
  */
4002
3721
  Flow?: Flow | undefined;
4003
3722
  /**
4004
- * <p>
4005
- * Any errors that apply currently to the flow. If there are no errors, MediaConnect will not include this field in the response.
4006
- * </p>
3723
+ * <p> Any errors that apply currently to the flow. If there are no errors, MediaConnect will not include this field in the response. </p>
4007
3724
  * @public
4008
3725
  */
4009
3726
  Messages?: Messages | undefined;
@@ -4049,9 +3766,7 @@ export interface DescribeFlowSourceMetadataResponse {
4049
3766
  */
4050
3767
  Timestamp?: Date | undefined;
4051
3768
  /**
4052
- * <p>
4053
- * Information about the flow's transport media.
4054
- * </p>
3769
+ * <p> Information about the flow's transport media. </p>
4055
3770
  * @public
4056
3771
  */
4057
3772
  TransportMediaInfo?: TransportMediaInfo | undefined;
@@ -4077,8 +3792,7 @@ export interface ThumbnailDetails {
4077
3792
  */
4078
3793
  FlowArn: string | undefined;
4079
3794
  /**
4080
- * <p>Thumbnail Base64 string.
4081
- * </p>
3795
+ * <p>Thumbnail Base64 string. </p>
4082
3796
  * @public
4083
3797
  */
4084
3798
  Thumbnail?: string | undefined;
@@ -4103,8 +3817,7 @@ export interface ThumbnailDetails {
4103
3817
  */
4104
3818
  export interface DescribeFlowSourceThumbnailResponse {
4105
3819
  /**
4106
- * <p>The details of the thumbnail, including thumbnail base64 string, timecode and the time when thumbnail was generated.
4107
- * </p>
3820
+ * <p>The details of the thumbnail, including thumbnail base64 string, timecode and the time when thumbnail was generated. </p>
4108
3821
  * @public
4109
3822
  */
4110
3823
  ThumbnailDetails?: ThumbnailDetails | undefined;
@@ -4124,8 +3837,7 @@ export interface DescribeGatewayRequest {
4124
3837
  */
4125
3838
  export interface DescribeGatewayResponse {
4126
3839
  /**
4127
- * <p>The gateway that you wanted to describe.
4128
- * </p>
3840
+ * <p>The gateway that you wanted to describe. </p>
4129
3841
  * @public
4130
3842
  */
4131
3843
  Gateway?: Gateway | undefined;
@@ -4146,52 +3858,42 @@ export interface DescribeGatewayInstanceRequest {
4146
3858
  */
4147
3859
  export interface GatewayInstance {
4148
3860
  /**
4149
- * <p>The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new bridges can be deployed to this instance.
4150
- * </p>
3861
+ * <p>The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new bridges can be deployed to this instance. </p>
4151
3862
  * @public
4152
3863
  */
4153
3864
  BridgePlacement: BridgePlacement | undefined;
4154
3865
  /**
4155
- * <p>The connection state of the instance.
4156
- * </p>
3866
+ * <p>The connection state of the instance. </p>
4157
3867
  * @public
4158
3868
  */
4159
3869
  ConnectionStatus: ConnectionStatus | undefined;
4160
3870
  /**
4161
- * <p>The Amazon Resource Name (ARN) of the instance.
4162
- * </p>
3871
+ * <p>The Amazon Resource Name (ARN) of the instance. </p>
4163
3872
  * @public
4164
3873
  */
4165
3874
  GatewayArn: string | undefined;
4166
3875
  /**
4167
- * <p>The ARN of the gateway.
4168
- * </p>
3876
+ * <p>The ARN of the gateway. </p>
4169
3877
  * @public
4170
3878
  */
4171
3879
  GatewayInstanceArn: string | undefined;
4172
3880
  /**
4173
- * <p>The instance ID generated by the SSM install. This will begin with "mi-".
4174
- * </p>
3881
+ * <p>The instance ID generated by the SSM install. This will begin with "mi-". </p>
4175
3882
  * @public
4176
3883
  */
4177
3884
  InstanceId: string | undefined;
4178
3885
  /**
4179
- * <p>
4180
- * Messages with information about the gateway.
4181
- * </p>
3886
+ * <p> Messages with information about the gateway. </p>
4182
3887
  * @public
4183
3888
  */
4184
3889
  InstanceMessages?: MessageDetail[] | undefined;
4185
3890
  /**
4186
- * <p>The status of the instance.
4187
- * </p>
3891
+ * <p>The status of the instance. </p>
4188
3892
  * @public
4189
3893
  */
4190
3894
  InstanceState: InstanceState | undefined;
4191
3895
  /**
4192
- * <p>
4193
- * The running bridge count.
4194
- * </p>
3896
+ * <p> The running bridge count. </p>
4195
3897
  * @public
4196
3898
  */
4197
3899
  RunningBridgeCount: number | undefined;
@@ -4201,8 +3903,7 @@ export interface GatewayInstance {
4201
3903
  */
4202
3904
  export interface DescribeGatewayInstanceResponse {
4203
3905
  /**
4204
- * <p>The gateway instance that you requested a description of.
4205
- * </p>
3906
+ * <p>The gateway instance that you requested a description of. </p>
4206
3907
  * @public
4207
3908
  */
4208
3909
  GatewayInstance?: GatewayInstance | undefined;
@@ -4222,8 +3923,7 @@ export interface DescribeOfferingRequest {
4222
3923
  */
4223
3924
  export interface DescribeOfferingResponse {
4224
3925
  /**
4225
- * <p>The offering that you requested a description of.
4226
- * </p>
3926
+ * <p>The offering that you requested a description of. </p>
4227
3927
  * @public
4228
3928
  */
4229
3929
  Offering?: Offering | undefined;
@@ -4243,16 +3943,13 @@ export interface DescribeReservationRequest {
4243
3943
  */
4244
3944
  export interface DescribeReservationResponse {
4245
3945
  /**
4246
- * <p>
4247
- * 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.
4248
- * </p>
3946
+ * <p> 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. </p>
4249
3947
  * @public
4250
3948
  */
4251
3949
  Reservation?: Reservation | undefined;
4252
3950
  }
4253
3951
  /**
4254
- * <p>Exception raised by Elemental MediaConnect when granting the entitlement. See the error message for the operation for more information on the cause of this exception.
4255
- * </p>
3952
+ * <p>Exception raised by Elemental MediaConnect when granting the entitlement. See the error message for the operation for more information on the cause of this exception. </p>
4256
3953
  * @public
4257
3954
  */
4258
3955
  export declare class GrantFlowEntitlements420Exception extends __BaseException {
@@ -4299,23 +3996,12 @@ export interface GrantFlowEntitlementsResponse {
4299
3996
  */
4300
3997
  export interface ListFlowsRequest {
4301
3998
  /**
4302
- * <p> The maximum number of results to return per API request. </p>
4303
- * <p>For example, you submit a <code>ListFlows</code> request with MaxResults set at 5.
4304
- * Although 20 items match your request, the service returns no more than the first 5 items.
4305
- * (The service also returns a <code>NextToken</code> value that you can use to fetch the next
4306
- * batch of results.) </p>
4307
- * <p>The service might return fewer results than the <code>MaxResults</code> value. If
4308
- * <code>MaxResults</code> is not included in the request, the service defaults to
4309
- * pagination with a maximum of 10 results per page.</p>
3999
+ * <p> The maximum number of results to return per API request. </p> <p>For example, you submit a <code>ListFlows</code> 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 <code>NextToken</code> value that you can use to fetch the next batch of results.) </p> <p>The service might return fewer results than the <code>MaxResults</code> value. If <code>MaxResults</code> is not included in the request, the service defaults to pagination with a maximum of 10 results per page.</p>
4310
4000
  * @public
4311
4001
  */
4312
4002
  MaxResults?: number | undefined;
4313
4003
  /**
4314
- * <p> The token that identifies the batch of results that you want to see. </p>
4315
- * <p>For example, you submit a <code>ListFlows</code> request with MaxResults set at 5. The
4316
- * service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To
4317
- * see the next batch of results, you can submit the <code>ListFlows</code> request a second
4318
- * time and specify the <code>NextToken</code> value.</p>
4004
+ * <p> The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a <code>ListFlows</code> request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the <code>ListFlows</code> request a second time and specify the <code>NextToken</code> value.</p>
4319
4005
  * @public
4320
4006
  */
4321
4007
  NextToken?: string | undefined;
@@ -4330,11 +4016,7 @@ export interface ListFlowsResponse {
4330
4016
  */
4331
4017
  Flows?: ListedFlow[] | undefined;
4332
4018
  /**
4333
- * <p> The token that identifies the batch of results that you want to see. </p>
4334
- * <p>For example, you submit a <code>ListFlows</code> request with MaxResults set at 5. The
4335
- * service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To
4336
- * see the next batch of results, you can submit the <code>ListFlows</code> request a second
4337
- * time and specify the <code>NextToken</code> value.</p>
4019
+ * <p> The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a <code>ListFlows</code> request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the <code>ListFlows</code> request a second time and specify the <code>NextToken</code> value.</p>
4338
4020
  * @public
4339
4021
  */
4340
4022
  NextToken?: string | undefined;
@@ -4379,8 +4061,7 @@ export interface RemoveFlowOutputRequest {
4379
4061
  */
4380
4062
  FlowArn: string | undefined;
4381
4063
  /**
4382
- * <p> The ARN of the output that you want to remove.
4383
- * </p>
4064
+ * <p> The ARN of the output that you want to remove. </p>
4384
4065
  * @public
4385
4066
  */
4386
4067
  OutputArn: string | undefined;
@@ -4390,14 +4071,12 @@ export interface RemoveFlowOutputRequest {
4390
4071
  */
4391
4072
  export interface RemoveFlowOutputResponse {
4392
4073
  /**
4393
- * <p> The ARN of the flow that the output was removed from.
4394
- * </p>
4074
+ * <p> The ARN of the flow that the output was removed from. </p>
4395
4075
  * @public
4396
4076
  */
4397
4077
  FlowArn?: string | undefined;
4398
4078
  /**
4399
- * <p> The ARN of the output that was removed.
4400
- * </p>
4079
+ * <p> The ARN of the output that was removed. </p>
4401
4080
  * @public
4402
4081
  */
4403
4082
  OutputArn?: string | undefined;
@@ -4422,14 +4101,12 @@ export interface RemoveFlowSourceRequest {
4422
4101
  */
4423
4102
  export interface RemoveFlowSourceResponse {
4424
4103
  /**
4425
- * <p> The ARN of the flow that the source was removed from.
4426
- * </p>
4104
+ * <p> The ARN of the flow that the source was removed from. </p>
4427
4105
  * @public
4428
4106
  */
4429
4107
  FlowArn?: string | undefined;
4430
4108
  /**
4431
- * <p> The ARN of the source that was removed.
4432
- * </p>
4109
+ * <p> The ARN of the source that was removed. </p>
4433
4110
  * @public
4434
4111
  */
4435
4112
  SourceArn?: string | undefined;
@@ -4439,8 +4116,7 @@ export interface RemoveFlowSourceResponse {
4439
4116
  */
4440
4117
  export interface RemoveFlowVpcInterfaceRequest {
4441
4118
  /**
4442
- * <p> The Amazon Resource Name (ARN) of the flow that you want to remove a VPC interface
4443
- * from.</p>
4119
+ * <p> The Amazon Resource Name (ARN) of the flow that you want to remove a VPC interface from.</p>
4444
4120
  * @public
4445
4121
  */
4446
4122
  FlowArn: string | undefined;
@@ -4581,30 +4257,22 @@ export interface UpdateFlowRequest {
4581
4257
  */
4582
4258
  FlowArn: string | undefined;
4583
4259
  /**
4584
- * <p>
4585
- * The settings for source failover.
4586
- * </p>
4260
+ * <p> The settings for source failover. </p>
4587
4261
  * @public
4588
4262
  */
4589
4263
  SourceFailoverConfig?: UpdateFailoverConfig | undefined;
4590
4264
  /**
4591
- * <p>
4592
- * The maintenance setting of the flow.
4593
- * </p>
4265
+ * <p> The maintenance setting of the flow. </p>
4594
4266
  * @public
4595
4267
  */
4596
4268
  Maintenance?: UpdateMaintenance | undefined;
4597
4269
  /**
4598
- * <p>
4599
- * The settings for source monitoring.
4600
- * </p>
4270
+ * <p> The settings for source monitoring. </p>
4601
4271
  * @public
4602
4272
  */
4603
4273
  SourceMonitoringConfig?: MonitoringConfig | undefined;
4604
4274
  /**
4605
- * <p>
4606
- * Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.
4607
- * </p>
4275
+ * <p> Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs. </p>
4608
4276
  * @public
4609
4277
  */
4610
4278
  NdiConfig?: NdiConfig | undefined;
@@ -4614,9 +4282,7 @@ export interface UpdateFlowRequest {
4614
4282
  */
4615
4283
  export interface UpdateFlowResponse {
4616
4284
  /**
4617
- * <p>
4618
- * The updated flow.
4619
- * </p>
4285
+ * <p> The updated flow. </p>
4620
4286
  * @public
4621
4287
  */
4622
4288
  Flow?: Flow | undefined;
@@ -4652,8 +4318,7 @@ export interface UpdateEncryption {
4652
4318
  */
4653
4319
  Region?: string | undefined;
4654
4320
  /**
4655
- * <p> An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
4656
- * </p>
4321
+ * <p> An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption. </p>
4657
4322
  * @public
4658
4323
  */
4659
4324
  ResourceId?: string | undefined;
@@ -4693,16 +4358,12 @@ export interface UpdateFlowEntitlementRequest {
4693
4358
  */
4694
4359
  EntitlementArn: string | undefined;
4695
4360
  /**
4696
- * <p> An indication of whether you want to enable the entitlement to allow access, or disable it
4697
- * to stop streaming content to the subscriber’s flow temporarily. If you don’t specify the
4698
- * <code>entitlementStatus</code> field in your request, MediaConnect leaves the
4699
- * value unchanged.</p>
4361
+ * <p> An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming content to the subscriber’s flow temporarily. If you don’t specify the <code>entitlementStatus</code> field in your request, MediaConnect leaves the value unchanged.</p>
4700
4362
  * @public
4701
4363
  */
4702
4364
  EntitlementStatus?: EntitlementStatus | undefined;
4703
4365
  /**
4704
- * <p> The ARN of the flow that is associated with the entitlement that you want to
4705
- * update.</p>
4366
+ * <p> The ARN of the flow that is associated with the entitlement that you want to update.</p>
4706
4367
  * @public
4707
4368
  */
4708
4369
  FlowArn: string | undefined;
@@ -4737,20 +4398,17 @@ export interface UpdateFlowMediaStreamRequest {
4737
4398
  */
4738
4399
  Attributes?: MediaStreamAttributesRequest | undefined;
4739
4400
  /**
4740
- * <p>The sample rate for the stream. This value in measured in kHz.
4741
- * </p>
4401
+ * <p>The sample rate for the stream. This value in measured in kHz. </p>
4742
4402
  * @public
4743
4403
  */
4744
4404
  ClockRate?: number | undefined;
4745
4405
  /**
4746
- * <p>A description that can help you quickly identify what your media stream is used for.
4747
- * </p>
4406
+ * <p>A description that can help you quickly identify what your media stream is used for. </p>
4748
4407
  * @public
4749
4408
  */
4750
4409
  Description?: string | undefined;
4751
4410
  /**
4752
- * <p> The Amazon Resource Name (ARN) of the flow that is associated with the media stream that
4753
- * you updated.</p>
4411
+ * <p> The Amazon Resource Name (ARN) of the flow that is associated with the media stream that you updated.</p>
4754
4412
  * @public
4755
4413
  */
4756
4414
  FlowArn: string | undefined;
@@ -4760,14 +4418,12 @@ export interface UpdateFlowMediaStreamRequest {
4760
4418
  */
4761
4419
  MediaStreamName: string | undefined;
4762
4420
  /**
4763
- * <p>The type of media stream.
4764
- * </p>
4421
+ * <p>The type of media stream. </p>
4765
4422
  * @public
4766
4423
  */
4767
4424
  MediaStreamType?: MediaStreamType | undefined;
4768
4425
  /**
4769
- * <p>The resolution of the video.
4770
- * </p>
4426
+ * <p>The resolution of the video. </p>
4771
4427
  * @public
4772
4428
  */
4773
4429
  VideoFormat?: string | undefined;
@@ -4777,14 +4433,12 @@ export interface UpdateFlowMediaStreamRequest {
4777
4433
  */
4778
4434
  export interface UpdateFlowMediaStreamResponse {
4779
4435
  /**
4780
- * <p>The ARN of the flow that is associated with the media stream that you updated.
4781
- * </p>
4436
+ * <p>The ARN of the flow that is associated with the media stream that you updated. </p>
4782
4437
  * @public
4783
4438
  */
4784
4439
  FlowArn?: string | undefined;
4785
4440
  /**
4786
- * <p>The media stream that you updated.
4787
- * </p>
4441
+ * <p>The media stream that you updated. </p>
4788
4442
  * @public
4789
4443
  */
4790
4444
  MediaStream?: MediaStream | undefined;
@@ -4809,15 +4463,12 @@ export interface UpdateFlowOutputRequest {
4809
4463
  */
4810
4464
  Destination?: string | undefined;
4811
4465
  /**
4812
- * <p> The type of key used for the encryption. If no <code>keyType</code> is provided, the
4813
- * service will use the default setting (static-key). Allowable encryption types:
4814
- * static-key.</p>
4466
+ * <p> The type of key used for the encryption. If no <code>keyType</code> is provided, the service will use the default setting (static-key). Allowable encryption types: static-key.</p>
4815
4467
  * @public
4816
4468
  */
4817
4469
  Encryption?: UpdateEncryption | undefined;
4818
4470
  /**
4819
- * <p> The Amazon Resource Name (ARN) of the flow that is associated with the output that you
4820
- * want to update.</p>
4471
+ * <p> The Amazon Resource Name (ARN) of the flow that is associated with the output that you want to update.</p>
4821
4472
  * @public
4822
4473
  */
4823
4474
  FlowArn: string | undefined;
@@ -4847,11 +4498,7 @@ export interface UpdateFlowOutputRequest {
4847
4498
  */
4848
4499
  Port?: number | undefined;
4849
4500
  /**
4850
- * <p> The protocol to use for the output.</p>
4851
- * <note>
4852
- * <p>Elemental MediaConnect no longer supports the Fujitsu QoS
4853
- * protocol. This reference is maintained for legacy purposes only.</p>
4854
- * </note>
4501
+ * <p> The protocol to use for the output.</p> <note> <p>Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.</p> </note>
4855
4502
  * @public
4856
4503
  */
4857
4504
  Protocol?: Protocol | undefined;
@@ -4886,22 +4533,17 @@ export interface UpdateFlowOutputRequest {
4886
4533
  */
4887
4534
  VpcInterfaceAttachment?: VpcInterfaceAttachment | undefined;
4888
4535
  /**
4889
- * <p> An indication of whether the output should transmit data or not. If you don't specify the
4890
- * <code>outputStatus</code> field in your request, MediaConnect leaves the value
4891
- * unchanged.</p>
4536
+ * <p> An indication of whether the output should transmit data or not. If you don't specify the <code>outputStatus</code> field in your request, MediaConnect leaves the value unchanged.</p>
4892
4537
  * @public
4893
4538
  */
4894
4539
  OutputStatus?: OutputStatus | undefined;
4895
4540
  /**
4896
- * <p>
4897
- * A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name.
4898
- * </p>
4541
+ * <p> A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. </p>
4899
4542
  * @public
4900
4543
  */
4901
4544
  NdiProgramName?: string | undefined;
4902
4545
  /**
4903
- * <p>A quality setting for the NDI Speed HQ encoder.
4904
- * </p>
4546
+ * <p>A quality setting for the NDI Speed HQ encoder. </p>
4905
4547
  * @public
4906
4548
  */
4907
4549
  NdiSpeedHqQuality?: number | undefined;
@@ -4942,110 +4584,87 @@ export interface UpdateGatewayBridgeSourceRequest {
4942
4584
  */
4943
4585
  export interface UpdateFlowSourceRequest {
4944
4586
  /**
4945
- * <p>The type of encryption that is used on the content ingested from the source.
4946
- * </p>
4587
+ * <p>The type of encryption that is used on the content ingested from the source. </p>
4947
4588
  * @public
4948
4589
  */
4949
4590
  Decryption?: UpdateEncryption | undefined;
4950
4591
  /**
4951
- * <p>A description of the source. This description is not visible outside of the current Amazon Web Services account.
4952
- * </p>
4592
+ * <p>A description of the source. This description is not visible outside of the current Amazon Web Services account. </p>
4953
4593
  * @public
4954
4594
  */
4955
4595
  Description?: string | undefined;
4956
4596
  /**
4957
- * <p>The Amazon Resource Name (ARN) of the entitlement that allows you to subscribe to the flow.
4958
- * The entitlement is set by the content originator, and the ARN is generated as part of the
4959
- * originator's flow. </p>
4597
+ * <p>The Amazon Resource Name (ARN) of the entitlement that allows you to subscribe to the flow. The entitlement is set by the content originator, and the ARN is generated as part of the originator's flow. </p>
4960
4598
  * @public
4961
4599
  */
4962
4600
  EntitlementArn?: string | undefined;
4963
4601
  /**
4964
- * <p>
4965
- * The ARN of the flow that you want to update.
4966
- * </p>
4602
+ * <p> The ARN of the flow that you want to update. </p>
4967
4603
  * @public
4968
4604
  */
4969
4605
  FlowArn: string | undefined;
4970
4606
  /**
4971
- * <p>The port that the flow listens on for incoming content. If the protocol of the source is Zixi, the port must be set to 2088.
4972
- * </p>
4607
+ * <p>The port that the flow listens on for incoming content. If the protocol of the source is Zixi, the port must be set to 2088. </p>
4973
4608
  * @public
4974
4609
  */
4975
4610
  IngestPort?: number | undefined;
4976
4611
  /**
4977
- * <p>The maximum bitrate for RIST, RTP, and RTP-FEC streams.
4978
- * </p>
4612
+ * <p>The maximum bitrate for RIST, RTP, and RTP-FEC streams. </p>
4979
4613
  * @public
4980
4614
  */
4981
4615
  MaxBitrate?: number | undefined;
4982
4616
  /**
4983
- * <p>The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
4984
- * </p>
4617
+ * <p>The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams. </p>
4985
4618
  * @public
4986
4619
  */
4987
4620
  MaxLatency?: number | undefined;
4988
4621
  /**
4989
- * <p>The size of the buffer (in milliseconds) to use to sync incoming source data.
4990
- * </p>
4622
+ * <p>The size of the buffer (in milliseconds) to use to sync incoming source data. </p>
4991
4623
  * @public
4992
4624
  */
4993
4625
  MaxSyncBuffer?: number | undefined;
4994
4626
  /**
4995
- * <p>The media stream that is associated with the source, and the parameters for that association.
4996
- * </p>
4627
+ * <p>The media stream that is associated with the source, and the parameters for that association. </p>
4997
4628
  * @public
4998
4629
  */
4999
4630
  MediaStreamSourceConfigurations?: MediaStreamSourceConfigurationRequest[] | undefined;
5000
4631
  /**
5001
- * <p>The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.
5002
- * </p>
4632
+ * <p>The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency. </p>
5003
4633
  * @public
5004
4634
  */
5005
4635
  MinLatency?: number | undefined;
5006
4636
  /**
5007
- * <p>The protocol that the source uses to deliver the content to MediaConnect.
5008
- * </p>
5009
- * <note>
5010
- * <p>Elemental MediaConnect no longer supports the Fujitsu QoS
5011
- * protocol. This reference is maintained for legacy purposes only.</p>
5012
- * </note>
4637
+ * <p>The protocol that the source uses to deliver the content to MediaConnect. </p> <note> <p>Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.</p> </note>
5013
4638
  * @public
5014
4639
  */
5015
4640
  Protocol?: Protocol | undefined;
5016
4641
  /**
5017
- * <p>The port that the flow uses to send outbound requests to initiate connection with the sender.
5018
- * </p>
4642
+ * <p>The port that the flow uses to send outbound requests to initiate connection with the sender. </p>
5019
4643
  * @public
5020
4644
  */
5021
4645
  SenderControlPort?: number | undefined;
5022
4646
  /**
5023
- * <p>The IP address that the flow communicates with to initiate connection with the sender.
5024
- * </p>
4647
+ * <p>The IP address that the flow communicates with to initiate connection with the sender. </p>
5025
4648
  * @public
5026
4649
  */
5027
4650
  SenderIpAddress?: string | undefined;
5028
4651
  /**
5029
- * <p>The ARN of the source that you want to update.
5030
- * </p>
4652
+ * <p>The ARN of the source that you want to update. </p>
5031
4653
  * @public
5032
4654
  */
5033
4655
  SourceArn: string | undefined;
5034
4656
  /**
5035
- * <p>The source IP or domain name for SRT-caller protocol.
5036
- * </p>
4657
+ * <p>The source IP or domain name for SRT-caller protocol. </p>
5037
4658
  * @public
5038
4659
  */
5039
4660
  SourceListenerAddress?: string | undefined;
5040
4661
  /**
5041
- * <p>Source port for SRT-caller protocol.
5042
- * </p>
4662
+ * <p>Source port for SRT-caller protocol. </p>
5043
4663
  * @public
5044
4664
  */
5045
4665
  SourceListenerPort?: number | undefined;
5046
4666
  /**
5047
- * <p>The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.
5048
- * </p>
4667
+ * <p>The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams. </p>
5049
4668
  * @public
5050
4669
  */
5051
4670
  StreamId?: string | undefined;
@@ -5055,14 +4674,12 @@ export interface UpdateFlowSourceRequest {
5055
4674
  */
5056
4675
  VpcInterfaceName?: string | undefined;
5057
4676
  /**
5058
- * <p>The range of IP addresses that are allowed to contribute content to your source. Format the IP addresses as a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
5059
- * </p>
4677
+ * <p>The range of IP addresses that are allowed to contribute content to your source. Format the IP addresses as a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. </p>
5060
4678
  * @public
5061
4679
  */
5062
4680
  WhitelistCidr?: string | undefined;
5063
4681
  /**
5064
- * <p>The source configuration for cloud flows receiving a stream from a bridge.
5065
- * </p>
4682
+ * <p>The source configuration for cloud flows receiving a stream from a bridge. </p>
5066
4683
  * @public
5067
4684
  */
5068
4685
  GatewayBridgeSource?: UpdateGatewayBridgeSourceRequest | undefined;
@@ -5072,14 +4689,12 @@ export interface UpdateFlowSourceRequest {
5072
4689
  */
5073
4690
  export interface UpdateFlowSourceResponse {
5074
4691
  /**
5075
- * <p>The ARN of the flow that you was updated.
5076
- * </p>
4692
+ * <p>The ARN of the flow that you was updated. </p>
5077
4693
  * @public
5078
4694
  */
5079
4695
  FlowArn?: string | undefined;
5080
4696
  /**
5081
- * <p>The details of the sources that are assigned to the flow.
5082
- * </p>
4697
+ * <p>The details of the sources that are assigned to the flow. </p>
5083
4698
  * @public
5084
4699
  */
5085
4700
  Source?: Source | undefined;
@@ -5089,30 +4704,17 @@ export interface UpdateFlowSourceResponse {
5089
4704
  */
5090
4705
  export interface ListGatewayInstancesRequest {
5091
4706
  /**
5092
- * <p> Filter the list results to display only the instances associated with the selected Gateway
5093
- * ARN.</p>
4707
+ * <p> Filter the list results to display only the instances associated with the selected Gateway ARN.</p>
5094
4708
  * @public
5095
4709
  */
5096
4710
  FilterArn?: string | undefined;
5097
4711
  /**
5098
- * <p> The maximum number of results to return per API request. </p>
5099
- * <p>For example, you submit a ListInstances request with <code>MaxResults</code> set at 5.
5100
- * Although 20 items match your request, the service returns no more than the first 5 items.
5101
- * (The service also returns a <code>NextToken</code> value that you can use to fetch the next
5102
- * batch of results.) </p>
5103
- * <p>The service might return fewer results than the <code>MaxResults</code> value. If
5104
- * <code>MaxResults</code> is not included in the request, the service defaults to
5105
- * pagination with a maximum of 10 results per page.</p>
4712
+ * <p> The maximum number of results to return per API request. </p> <p>For example, you submit a ListInstances request with <code>MaxResults</code> set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a <code>NextToken</code> value that you can use to fetch the next batch of results.) </p> <p>The service might return fewer results than the <code>MaxResults</code> value. If <code>MaxResults</code> is not included in the request, the service defaults to pagination with a maximum of 10 results per page.</p>
5106
4713
  * @public
5107
4714
  */
5108
4715
  MaxResults?: number | undefined;
5109
4716
  /**
5110
- * <p> The token that identifies the batch of results that you want to see. </p>
5111
- * <p>For example, you submit a <code>ListInstances</code> request with
5112
- * <code>MaxResults</code> set at 5. The service returns the first batch of results (up to
5113
- * 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the
5114
- * <code>ListInstances</code> request a second time and specify the <code>NextToken</code>
5115
- * value.</p>
4717
+ * <p> The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a <code>ListInstances</code> request with <code>MaxResults</code> set at 5. The service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the <code>ListInstances</code> request a second time and specify the <code>NextToken</code> value.</p>
5116
4718
  * @public
5117
4719
  */
5118
4720
  NextToken?: string | undefined;
@@ -5127,11 +4729,7 @@ export interface ListGatewayInstancesResponse {
5127
4729
  */
5128
4730
  Instances?: ListedGatewayInstance[] | undefined;
5129
4731
  /**
5130
- * <p> The token that identifies the batch of results that you want to see. </p>
5131
- * <p>For example, you submit a <code>ListInstances</code> request with MaxResults set at 5.
5132
- * The service returns the first batch of results (up to 5) and a <code>NextToken</code>
5133
- * value. To see the next batch of results, you can submit the <code>ListInstances</code>
5134
- * request a second time and specify the <code>NextToken</code> value.</p>
4732
+ * <p> The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a <code>ListInstances</code> request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the <code>ListInstances</code> request a second time and specify the <code>NextToken</code> value.</p>
5135
4733
  * @public
5136
4734
  */
5137
4735
  NextToken?: string | undefined;
@@ -5171,24 +4769,12 @@ export interface UpdateGatewayInstanceResponse {
5171
4769
  */
5172
4770
  export interface ListGatewaysRequest {
5173
4771
  /**
5174
- * <p> The maximum number of results to return per API request. </p>
5175
- * <p>For example, you submit a <code>ListGateways</code> request with <code>MaxResults</code>
5176
- * set at 5. Although 20 items match your request, the service returns no more than the first
5177
- * 5 items. (The service also returns a <code>NextToken</code> value that you can use to fetch
5178
- * the next batch of results.) </p>
5179
- * <p>The service might return fewer results than the <code>MaxResults</code> value. If
5180
- * <code>MaxResults</code> is not included in the request, the service defaults to
5181
- * pagination with a maximum of 10 results per page.</p>
4772
+ * <p> The maximum number of results to return per API request. </p> <p>For example, you submit a <code>ListGateways</code> request with <code>MaxResults</code> set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a <code>NextToken</code> value that you can use to fetch the next batch of results.) </p> <p>The service might return fewer results than the <code>MaxResults</code> value. If <code>MaxResults</code> is not included in the request, the service defaults to pagination with a maximum of 10 results per page.</p>
5182
4773
  * @public
5183
4774
  */
5184
4775
  MaxResults?: number | undefined;
5185
4776
  /**
5186
- * <p> The token that identifies the batch of results that you want to see. </p>
5187
- * <p>For example, you submit a <code>ListGateways</code> request with <code>MaxResults</code>
5188
- * set at 5. The service returns the first batch of results (up to 5) and a
5189
- * <code>NextToken</code> value. To see the next batch of results, you can submit the
5190
- * <code>ListGateways</code> request a second time and specify the <code>NextToken</code>
5191
- * value.</p>
4777
+ * <p> The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a <code>ListGateways</code> request with <code>MaxResults</code> set at 5. The service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the <code>ListGateways</code> request a second time and specify the <code>NextToken</code> value.</p>
5192
4778
  * @public
5193
4779
  */
5194
4780
  NextToken?: string | undefined;
@@ -5203,12 +4789,7 @@ export interface ListGatewaysResponse {
5203
4789
  */
5204
4790
  Gateways?: ListedGateway[] | undefined;
5205
4791
  /**
5206
- * <p> The token that identifies the batch of results that you want to see. </p>
5207
- * <p>For example, you submit a <code>ListGateways</code> request with <code>MaxResults</code>
5208
- * set at 5. The service returns the first batch of results (up to 5) and a
5209
- * <code>NextToken</code> value. To see the next batch of results, you can submit the
5210
- * <code>ListGateways</code> request a second time and specify the <code>NextToken</code>
5211
- * value.</p>
4792
+ * <p> The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a <code>ListGateways</code> request with <code>MaxResults</code> set at 5. The service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the <code>ListGateways</code> request a second time and specify the <code>NextToken</code> value.</p>
5212
4793
  * @public
5213
4794
  */
5214
4795
  NextToken?: string | undefined;
@@ -5218,24 +4799,12 @@ export interface ListGatewaysResponse {
5218
4799
  */
5219
4800
  export interface ListEntitlementsRequest {
5220
4801
  /**
5221
- * <p> The maximum number of results to return per API request. </p>
5222
- * <p>For example, you submit a <code>ListEntitlements</code> request with set at 5. Although
5223
- * 20 items match your request, the service returns no more than the first 5 items. (The
5224
- * service also returns a NextToken value that you can use to fetch the next batch of
5225
- * results.) </p>
5226
- * <p>The service might return fewer results than the <code>MaxResults</code> value. If
5227
- * <code>MaxResults</code> is not included in the request, the service defaults to
5228
- * pagination with a maximum of 20 results per page.</p>
4802
+ * <p> The maximum number of results to return per API request. </p> <p>For example, you submit a <code>ListEntitlements</code> request with 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.) </p> <p>The service might return fewer results than the <code>MaxResults</code> value. If <code>MaxResults</code> is not included in the request, the service defaults to pagination with a maximum of 20 results per page.</p>
5229
4803
  * @public
5230
4804
  */
5231
4805
  MaxResults?: number | undefined;
5232
4806
  /**
5233
- * <p> The token that identifies the batch of results that you want to see. </p>
5234
- * <p>For example, you submit a <code>ListEntitlements</code> request with
5235
- * <code>MaxResults</code> set at 5. The service returns the first batch of results (up to
5236
- * 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the
5237
- * <code>ListEntitlements</code> request a second time and specify the
5238
- * <code>NextToken</code> value.</p>
4807
+ * <p> The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a <code>ListEntitlements</code> request with <code>MaxResults</code> set at 5. The service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the <code>ListEntitlements</code> request a second time and specify the <code>NextToken</code> value.</p>
5239
4808
  * @public
5240
4809
  */
5241
4810
  NextToken?: string | undefined;
@@ -5245,17 +4814,12 @@ export interface ListEntitlementsRequest {
5245
4814
  */
5246
4815
  export interface ListEntitlementsResponse {
5247
4816
  /**
5248
- * <p>A list of entitlements that have been granted to you from other Amazon Web Services accounts.
5249
- * </p>
4817
+ * <p>A list of entitlements that have been granted to you from other Amazon Web Services accounts. </p>
5250
4818
  * @public
5251
4819
  */
5252
4820
  Entitlements?: ListedEntitlement[] | undefined;
5253
4821
  /**
5254
- * <p>The token that identifies the batch of results that you want to see. </p>
5255
- * <p>For example, you submit a ListEntitlements request with <code>MaxResults</code> set at
5256
- * 5. The service returns the first batch of results (up to 5) and a NextToken value. To see
5257
- * the next batch of results, you can submit the <code>ListEntitlements</code> request a
5258
- * second time and specify the <code>NextToken</code> value. </p>
4822
+ * <p>The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a ListEntitlements request with <code>MaxResults</code> 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 <code>ListEntitlements</code> request a second time and specify the <code>NextToken</code> value. </p>
5259
4823
  * @public
5260
4824
  */
5261
4825
  NextToken?: string | undefined;
@@ -5265,24 +4829,12 @@ export interface ListEntitlementsResponse {
5265
4829
  */
5266
4830
  export interface ListOfferingsRequest {
5267
4831
  /**
5268
- * <p> The maximum number of results to return per API request. </p>
5269
- * <p>For example, you submit a <code>ListOfferings</code> request with
5270
- * <code>MaxResults</code> set at 5. Although 20 items match your request, the service
5271
- * returns no more than the first 5 items. (The service also returns a <code>NextToken</code>
5272
- * value that you can use to fetch the next batch of results.) </p>
5273
- * <p>The service might return fewer results than the <code>MaxResults</code> value. If
5274
- * <code>MaxResults</code> is not included in the request, the service defaults to
5275
- * pagination with a maximum of 10 results per page.</p>
4832
+ * <p> The maximum number of results to return per API request. </p> <p>For example, you submit a <code>ListOfferings</code> request with <code>MaxResults</code> set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a <code>NextToken</code> value that you can use to fetch the next batch of results.) </p> <p>The service might return fewer results than the <code>MaxResults</code> value. If <code>MaxResults</code> is not included in the request, the service defaults to pagination with a maximum of 10 results per page.</p>
5276
4833
  * @public
5277
4834
  */
5278
4835
  MaxResults?: number | undefined;
5279
4836
  /**
5280
- * <p> The token that identifies the batch of results that you want to see. </p>
5281
- * <p>For example, you submit a <code>ListOfferings</code> request with
5282
- * <code>MaxResults</code> set at 5. The service returns the first batch of results (up to
5283
- * 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the
5284
- * <code>ListOfferings</code> request a second time and specify the <code>NextToken</code>
5285
- * value.</p>
4837
+ * <p> The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a <code>ListOfferings</code> request with <code>MaxResults</code> set at 5. The service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the <code>ListOfferings</code> request a second time and specify the <code>NextToken</code> value.</p>
5286
4838
  * @public
5287
4839
  */
5288
4840
  NextToken?: string | undefined;
@@ -5292,12 +4844,7 @@ export interface ListOfferingsRequest {
5292
4844
  */
5293
4845
  export interface ListOfferingsResponse {
5294
4846
  /**
5295
- * <p> The token that identifies the batch of results that you want to see. </p>
5296
- * <p>For example, you submit a <code>ListOfferings</code> request with
5297
- * <code>MaxResults</code> set at 5. The service returns the first batch of results (up to
5298
- * 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the
5299
- * <code>ListOfferings</code> request a second time and specify the <code>NextToken</code>
5300
- * value.</p>
4847
+ * <p> The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a <code>ListOfferings</code> request with <code>MaxResults</code> set at 5. The service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the <code>ListOfferings</code> request a second time and specify the <code>NextToken</code> value.</p>
5301
4848
  * @public
5302
4849
  */
5303
4850
  NextToken?: string | undefined;
@@ -5312,24 +4859,12 @@ export interface ListOfferingsResponse {
5312
4859
  */
5313
4860
  export interface ListReservationsRequest {
5314
4861
  /**
5315
- * <p> The maximum number of results to return per API request. </p>
5316
- * <p>For example, you submit a <code>ListReservations</code> request with
5317
- * <code>MaxResults</code> set at 5. Although 20 items match your request, the service
5318
- * returns no more than the first 5 items. (The service also returns a NextToken value that
5319
- * you can use to fetch the next batch of results.) </p>
5320
- * <p>The service might return fewer results than the <code>MaxResults</code> value. If
5321
- * <code>MaxResults</code> is not included in the request, the service defaults to
5322
- * pagination with a maximum of 10 results per page.</p>
4862
+ * <p> The maximum number of results to return per API request. </p> <p>For example, you submit a <code>ListReservations</code> request with <code>MaxResults</code> 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.) </p> <p>The service might return fewer results than the <code>MaxResults</code> value. If <code>MaxResults</code> is not included in the request, the service defaults to pagination with a maximum of 10 results per page.</p>
5323
4863
  * @public
5324
4864
  */
5325
4865
  MaxResults?: number | undefined;
5326
4866
  /**
5327
- * <p> The token that identifies the batch of results that you want to see. </p>
5328
- * <p>For example, you submit a <code>ListReservations</code> request with
5329
- * <code>MaxResults</code> set at 5. The service returns the first batch of results (up to
5330
- * 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the
5331
- * <code>ListOfferings</code> request a second time and specify the <code>NextToken</code>
5332
- * value. </p>
4867
+ * <p> The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a <code>ListReservations</code> request with <code>MaxResults</code> set at 5. The service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the <code>ListOfferings</code> request a second time and specify the <code>NextToken</code> value. </p>
5333
4868
  * @public
5334
4869
  */
5335
4870
  NextToken?: string | undefined;
@@ -5339,18 +4874,12 @@ export interface ListReservationsRequest {
5339
4874
  */
5340
4875
  export interface ListReservationsResponse {
5341
4876
  /**
5342
- * <p> The token that identifies the batch of results that you want to see. </p>
5343
- * <p>For example, you submit a <code>ListReservations</code> request with
5344
- * <code>MaxResults</code> set at 5. The service returns the first batch of results (up to
5345
- * 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the
5346
- * <code>ListReservations</code> request a second time and specify the
5347
- * <code>NextToken</code> value.</p>
4877
+ * <p> The token that identifies the batch of results that you want to see. </p> <p>For example, you submit a <code>ListReservations</code> request with <code>MaxResults</code> set at 5. The service returns the first batch of results (up to 5) and a <code>NextToken</code> value. To see the next batch of results, you can submit the <code>ListReservations</code> request a second time and specify the <code>NextToken</code> value.</p>
5348
4878
  * @public
5349
4879
  */
5350
4880
  NextToken?: string | undefined;
5351
4881
  /**
5352
- * <p> A list of all reservations that have been purchased by this account in the current Amazon Web Services Region.
5353
- * </p>
4882
+ * <p> A list of all reservations that have been purchased by this account in the current Amazon Web Services Region. </p>
5354
4883
  * @public
5355
4884
  */
5356
4885
  Reservations?: Reservation[] | undefined;
@@ -5390,13 +4919,7 @@ export interface PurchaseOfferingRequest {
5390
4919
  */
5391
4920
  ReservationName: string | undefined;
5392
4921
  /**
5393
- * <p> The date and time that you want the reservation to begin, in Coordinated Universal Time
5394
- * (UTC). </p>
5395
- * <p>You can specify any date and time between 12:00am on the first day of the current month
5396
- * to the current time on today's date, inclusive. Specify the start in a 24-hour notation.
5397
- * Use the following format: <code>YYYY-MM-DDTHH:mm:SSZ</code>, where <code>T</code> and
5398
- * <code>Z</code> are literal characters. For example, to specify 11:30pm on March 5, 2020,
5399
- * enter <code>2020-03-05T23:30:00Z</code>.</p>
4922
+ * <p> The date and time that you want the reservation to begin, in Coordinated Universal Time (UTC). </p> <p>You can specify any date and time between 12:00am on the first day of the current month to the current time on today's date, inclusive. Specify the start in a 24-hour notation. Use the following format: <code>YYYY-MM-DDTHH:mm:SSZ</code>, where <code>T</code> and <code>Z</code> are literal characters. For example, to specify 11:30pm on March 5, 2020, enter <code>2020-03-05T23:30:00Z</code>.</p>
5400
4923
  * @public
5401
4924
  */
5402
4925
  Start: string | undefined;
@@ -5406,8 +4929,7 @@ export interface PurchaseOfferingRequest {
5406
4929
  */
5407
4930
  export interface PurchaseOfferingResponse {
5408
4931
  /**
5409
- * <p>The details of the reservation that you just created when you purchased the offering.
5410
- * </p>
4932
+ * <p>The details of the reservation that you just created when you purchased the offering. </p>
5411
4933
  * @public
5412
4934
  */
5413
4935
  Reservation?: Reservation | undefined;
@@ -5437,8 +4959,7 @@ export interface UntagResourceRequest {
5437
4959
  */
5438
4960
  ResourceArn: string | undefined;
5439
4961
  /**
5440
- * <p>The keys of the tags to be removed.
5441
- * </p>
4962
+ * <p>The keys of the tags to be removed. </p>
5442
4963
  * @public
5443
4964
  */
5444
4965
  TagKeys: string[] | undefined;