@aws-sdk/client-mediaconnect 3.295.0 → 3.297.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.
- package/dist-types/MediaConnect.d.ts +31 -0
- package/dist-types/MediaConnectClient.d.ts +24 -4
- package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +16 -0
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +16 -0
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +16 -0
- package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +16 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFlowCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOfferingCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservationCommand.d.ts +16 -0
- package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +16 -0
- package/dist-types/commands/ListEntitlementsCommand.d.ts +16 -0
- package/dist-types/commands/ListFlowsCommand.d.ts +16 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/ListReservationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +16 -0
- package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +16 -0
- package/dist-types/commands/RemoveFlowOutputCommand.d.ts +16 -0
- package/dist-types/commands/RemoveFlowSourceCommand.d.ts +16 -0
- package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +16 -0
- package/dist-types/commands/StartFlowCommand.d.ts +16 -0
- package/dist-types/commands/StopFlowCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFlowCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +16 -0
- package/dist-types/models/MediaConnectServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +263 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListEntitlementsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFlowsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReservationsPaginator.d.ts +3 -0
- package/package.json +30 -30
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { MediaConnectServiceException as __BaseException } from "./MediaConnectServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export declare enum Colorimetry {
|
|
4
7
|
BT2020 = "BT2020",
|
|
5
8
|
BT2100 = "BT2100",
|
|
@@ -9,16 +12,25 @@ export declare enum Colorimetry {
|
|
|
9
12
|
ST2065_3 = "ST2065-3",
|
|
10
13
|
XYZ = "XYZ"
|
|
11
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
12
18
|
export declare enum Range {
|
|
13
19
|
FULL = "FULL",
|
|
14
20
|
FULLPROTECT = "FULLPROTECT",
|
|
15
21
|
NARROW = "NARROW"
|
|
16
22
|
}
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
17
26
|
export declare enum ScanMode {
|
|
18
27
|
interlace = "interlace",
|
|
19
28
|
progressive = "progressive",
|
|
20
29
|
progressive_segmented_frame = "progressive-segmented-frame"
|
|
21
30
|
}
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
22
34
|
export declare enum Tcs {
|
|
23
35
|
BT2100LINHLG = "BT2100LINHLG",
|
|
24
36
|
BT2100LINPQ = "BT2100LINPQ",
|
|
@@ -31,6 +43,7 @@ export declare enum Tcs {
|
|
|
31
43
|
ST428_1 = "ST428-1"
|
|
32
44
|
}
|
|
33
45
|
/**
|
|
46
|
+
* @public
|
|
34
47
|
* The settings that you want to use to define the media stream.
|
|
35
48
|
*/
|
|
36
49
|
export interface FmtpRequest {
|
|
@@ -64,6 +77,7 @@ export interface FmtpRequest {
|
|
|
64
77
|
Tcs?: Tcs | string;
|
|
65
78
|
}
|
|
66
79
|
/**
|
|
80
|
+
* @public
|
|
67
81
|
* Attributes that are related to the media stream.
|
|
68
82
|
*/
|
|
69
83
|
export interface MediaStreamAttributesRequest {
|
|
@@ -76,12 +90,16 @@ export interface MediaStreamAttributesRequest {
|
|
|
76
90
|
*/
|
|
77
91
|
Lang?: string;
|
|
78
92
|
}
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
79
96
|
export declare enum MediaStreamType {
|
|
80
97
|
ancillary_data = "ancillary-data",
|
|
81
98
|
audio = "audio",
|
|
82
99
|
video = "video"
|
|
83
100
|
}
|
|
84
101
|
/**
|
|
102
|
+
* @public
|
|
85
103
|
* The media stream that you want to add to the flow.
|
|
86
104
|
*/
|
|
87
105
|
export interface AddMediaStreamRequest {
|
|
@@ -114,17 +132,24 @@ export interface AddMediaStreamRequest {
|
|
|
114
132
|
*/
|
|
115
133
|
VideoFormat?: string;
|
|
116
134
|
}
|
|
135
|
+
/**
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
117
138
|
export declare enum Algorithm {
|
|
118
139
|
aes128 = "aes128",
|
|
119
140
|
aes192 = "aes192",
|
|
120
141
|
aes256 = "aes256"
|
|
121
142
|
}
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
122
146
|
export declare enum KeyType {
|
|
123
147
|
speke = "speke",
|
|
124
148
|
srt_password = "srt-password",
|
|
125
149
|
static_key = "static-key"
|
|
126
150
|
}
|
|
127
151
|
/**
|
|
152
|
+
* @public
|
|
128
153
|
* Information about the encryption of the flow.
|
|
129
154
|
*/
|
|
130
155
|
export interface Encryption {
|
|
@@ -166,6 +191,7 @@ export interface Encryption {
|
|
|
166
191
|
Url?: string;
|
|
167
192
|
}
|
|
168
193
|
/**
|
|
194
|
+
* @public
|
|
169
195
|
* The VPC interface that you want to designate where the media stream is coming from or going to.
|
|
170
196
|
*/
|
|
171
197
|
export interface InterfaceRequest {
|
|
@@ -175,6 +201,7 @@ export interface InterfaceRequest {
|
|
|
175
201
|
Name: string | undefined;
|
|
176
202
|
}
|
|
177
203
|
/**
|
|
204
|
+
* @public
|
|
178
205
|
* The transport parameters that you want to associate with an outbound media stream.
|
|
179
206
|
*/
|
|
180
207
|
export interface DestinationConfigurationRequest {
|
|
@@ -191,17 +218,24 @@ export interface DestinationConfigurationRequest {
|
|
|
191
218
|
*/
|
|
192
219
|
Interface: InterfaceRequest | undefined;
|
|
193
220
|
}
|
|
221
|
+
/**
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
194
224
|
export declare enum EncodingName {
|
|
195
225
|
jxsv = "jxsv",
|
|
196
226
|
pcm = "pcm",
|
|
197
227
|
raw = "raw",
|
|
198
228
|
smpte291 = "smpte291"
|
|
199
229
|
}
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
200
233
|
export declare enum EncoderProfile {
|
|
201
234
|
high = "high",
|
|
202
235
|
main = "main"
|
|
203
236
|
}
|
|
204
237
|
/**
|
|
238
|
+
* @public
|
|
205
239
|
* 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.
|
|
206
240
|
*/
|
|
207
241
|
export interface EncodingParametersRequest {
|
|
@@ -215,6 +249,7 @@ export interface EncodingParametersRequest {
|
|
|
215
249
|
EncoderProfile: EncoderProfile | string | undefined;
|
|
216
250
|
}
|
|
217
251
|
/**
|
|
252
|
+
* @public
|
|
218
253
|
* The media stream that you want to associate with the output, and the parameters for that association.
|
|
219
254
|
*/
|
|
220
255
|
export interface MediaStreamOutputConfigurationRequest {
|
|
@@ -235,6 +270,9 @@ export interface MediaStreamOutputConfigurationRequest {
|
|
|
235
270
|
*/
|
|
236
271
|
MediaStreamName: string | undefined;
|
|
237
272
|
}
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
238
276
|
export declare enum Protocol {
|
|
239
277
|
cdi = "cdi",
|
|
240
278
|
fujitsu_qos = "fujitsu-qos",
|
|
@@ -248,6 +286,7 @@ export declare enum Protocol {
|
|
|
248
286
|
zixi_push = "zixi-push"
|
|
249
287
|
}
|
|
250
288
|
/**
|
|
289
|
+
* @public
|
|
251
290
|
* The settings for attaching a VPC interface to an output.
|
|
252
291
|
*/
|
|
253
292
|
export interface VpcInterfaceAttachment {
|
|
@@ -257,6 +296,7 @@ export interface VpcInterfaceAttachment {
|
|
|
257
296
|
VpcInterfaceName?: string;
|
|
258
297
|
}
|
|
259
298
|
/**
|
|
299
|
+
* @public
|
|
260
300
|
* The output that you want to add to this flow.
|
|
261
301
|
*/
|
|
262
302
|
export interface AddOutputRequest {
|
|
@@ -322,6 +362,7 @@ export interface AddOutputRequest {
|
|
|
322
362
|
VpcInterfaceAttachment?: VpcInterfaceAttachment;
|
|
323
363
|
}
|
|
324
364
|
/**
|
|
365
|
+
* @public
|
|
325
366
|
* The VPC interface that is used for the media stream associated with the source or output.
|
|
326
367
|
*/
|
|
327
368
|
export interface Interface {
|
|
@@ -331,6 +372,7 @@ export interface Interface {
|
|
|
331
372
|
Name: string | undefined;
|
|
332
373
|
}
|
|
333
374
|
/**
|
|
375
|
+
* @public
|
|
334
376
|
* The transport parameters that are associated with an outbound media stream.
|
|
335
377
|
*/
|
|
336
378
|
export interface DestinationConfiguration {
|
|
@@ -351,11 +393,15 @@ export interface DestinationConfiguration {
|
|
|
351
393
|
*/
|
|
352
394
|
OutboundIp: string | undefined;
|
|
353
395
|
}
|
|
396
|
+
/**
|
|
397
|
+
* @public
|
|
398
|
+
*/
|
|
354
399
|
export declare enum EntitlementStatus {
|
|
355
400
|
DISABLED = "DISABLED",
|
|
356
401
|
ENABLED = "ENABLED"
|
|
357
402
|
}
|
|
358
403
|
/**
|
|
404
|
+
* @public
|
|
359
405
|
* The settings for a flow entitlement.
|
|
360
406
|
*/
|
|
361
407
|
export interface Entitlement {
|
|
@@ -389,6 +435,7 @@ export interface Entitlement {
|
|
|
389
435
|
Subscribers: string[] | undefined;
|
|
390
436
|
}
|
|
391
437
|
/**
|
|
438
|
+
* @public
|
|
392
439
|
* The entitlements that you want to grant on a flow.
|
|
393
440
|
*/
|
|
394
441
|
export interface GrantEntitlementRequest {
|
|
@@ -418,6 +465,7 @@ export interface GrantEntitlementRequest {
|
|
|
418
465
|
Subscribers: string[] | undefined;
|
|
419
466
|
}
|
|
420
467
|
/**
|
|
468
|
+
* @public
|
|
421
469
|
* The transport parameters that are associated with an incoming media stream.
|
|
422
470
|
*/
|
|
423
471
|
export interface InputConfiguration {
|
|
@@ -435,6 +483,7 @@ export interface InputConfiguration {
|
|
|
435
483
|
Interface: Interface | undefined;
|
|
436
484
|
}
|
|
437
485
|
/**
|
|
486
|
+
* @public
|
|
438
487
|
* The transport parameters that you want to associate with an incoming media stream.
|
|
439
488
|
*/
|
|
440
489
|
export interface InputConfigurationRequest {
|
|
@@ -448,6 +497,7 @@ export interface InputConfigurationRequest {
|
|
|
448
497
|
Interface: InterfaceRequest | undefined;
|
|
449
498
|
}
|
|
450
499
|
/**
|
|
500
|
+
* @public
|
|
451
501
|
* An entitlement that has been granted to you from other AWS accounts.
|
|
452
502
|
*/
|
|
453
503
|
export interface ListedEntitlement {
|
|
@@ -464,6 +514,9 @@ export interface ListedEntitlement {
|
|
|
464
514
|
*/
|
|
465
515
|
EntitlementName: string | undefined;
|
|
466
516
|
}
|
|
517
|
+
/**
|
|
518
|
+
* @public
|
|
519
|
+
*/
|
|
467
520
|
export declare enum MaintenanceDay {
|
|
468
521
|
Friday = "Friday",
|
|
469
522
|
Monday = "Monday",
|
|
@@ -474,6 +527,7 @@ export declare enum MaintenanceDay {
|
|
|
474
527
|
Wednesday = "Wednesday"
|
|
475
528
|
}
|
|
476
529
|
/**
|
|
530
|
+
* @public
|
|
477
531
|
* The maintenance setting of a flow
|
|
478
532
|
*/
|
|
479
533
|
export interface Maintenance {
|
|
@@ -494,10 +548,16 @@ export interface Maintenance {
|
|
|
494
548
|
*/
|
|
495
549
|
MaintenanceStartHour?: string;
|
|
496
550
|
}
|
|
551
|
+
/**
|
|
552
|
+
* @public
|
|
553
|
+
*/
|
|
497
554
|
export declare enum SourceType {
|
|
498
555
|
ENTITLED = "ENTITLED",
|
|
499
556
|
OWNED = "OWNED"
|
|
500
557
|
}
|
|
558
|
+
/**
|
|
559
|
+
* @public
|
|
560
|
+
*/
|
|
501
561
|
export declare enum Status {
|
|
502
562
|
ACTIVE = "ACTIVE",
|
|
503
563
|
DELETING = "DELETING",
|
|
@@ -508,6 +568,7 @@ export declare enum Status {
|
|
|
508
568
|
UPDATING = "UPDATING"
|
|
509
569
|
}
|
|
510
570
|
/**
|
|
571
|
+
* @public
|
|
511
572
|
* Provides a summary of a flow, including its ARN, Availability Zone, and source type.
|
|
512
573
|
*/
|
|
513
574
|
export interface ListedFlow {
|
|
@@ -541,6 +602,7 @@ export interface ListedFlow {
|
|
|
541
602
|
Maintenance?: Maintenance;
|
|
542
603
|
}
|
|
543
604
|
/**
|
|
605
|
+
* @public
|
|
544
606
|
* FMTP
|
|
545
607
|
*/
|
|
546
608
|
export interface Fmtp {
|
|
@@ -574,6 +636,7 @@ export interface Fmtp {
|
|
|
574
636
|
Tcs?: Tcs | string;
|
|
575
637
|
}
|
|
576
638
|
/**
|
|
639
|
+
* @public
|
|
577
640
|
* Attributes that are related to the media stream.
|
|
578
641
|
*/
|
|
579
642
|
export interface MediaStreamAttributes {
|
|
@@ -587,6 +650,7 @@ export interface MediaStreamAttributes {
|
|
|
587
650
|
Lang?: string;
|
|
588
651
|
}
|
|
589
652
|
/**
|
|
653
|
+
* @public
|
|
590
654
|
* A single track or stream of media that contains video, audio, or ancillary data. After you add a media stream to a flow, you can associate it with sources and outputs on that flow, as long as they use the CDI protocol or the ST 2110 JPEG XS protocol. Each source or output can consist of one or many media streams.
|
|
591
655
|
*/
|
|
592
656
|
export interface MediaStream {
|
|
@@ -624,6 +688,7 @@ export interface MediaStream {
|
|
|
624
688
|
VideoFormat?: string;
|
|
625
689
|
}
|
|
626
690
|
/**
|
|
691
|
+
* @public
|
|
627
692
|
* 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.
|
|
628
693
|
*/
|
|
629
694
|
export interface EncodingParameters {
|
|
@@ -637,6 +702,7 @@ export interface EncodingParameters {
|
|
|
637
702
|
EncoderProfile: EncoderProfile | string | undefined;
|
|
638
703
|
}
|
|
639
704
|
/**
|
|
705
|
+
* @public
|
|
640
706
|
* The media stream that is associated with the output, and the parameters for that association.
|
|
641
707
|
*/
|
|
642
708
|
export interface MediaStreamOutputConfiguration {
|
|
@@ -658,6 +724,7 @@ export interface MediaStreamOutputConfiguration {
|
|
|
658
724
|
MediaStreamName: string | undefined;
|
|
659
725
|
}
|
|
660
726
|
/**
|
|
727
|
+
* @public
|
|
661
728
|
* The media stream that is associated with the source, and the parameters for that association.
|
|
662
729
|
*/
|
|
663
730
|
export interface MediaStreamSourceConfiguration {
|
|
@@ -675,6 +742,7 @@ export interface MediaStreamSourceConfiguration {
|
|
|
675
742
|
MediaStreamName: string | undefined;
|
|
676
743
|
}
|
|
677
744
|
/**
|
|
745
|
+
* @public
|
|
678
746
|
* The definition of a media stream that you want to associate with the source.
|
|
679
747
|
*/
|
|
680
748
|
export interface MediaStreamSourceConfigurationRequest {
|
|
@@ -691,16 +759,26 @@ export interface MediaStreamSourceConfigurationRequest {
|
|
|
691
759
|
*/
|
|
692
760
|
MediaStreamName: string | undefined;
|
|
693
761
|
}
|
|
762
|
+
/**
|
|
763
|
+
* @public
|
|
764
|
+
*/
|
|
694
765
|
export declare enum DurationUnits {
|
|
695
766
|
MONTHS = "MONTHS"
|
|
696
767
|
}
|
|
768
|
+
/**
|
|
769
|
+
* @public
|
|
770
|
+
*/
|
|
697
771
|
export declare enum PriceUnits {
|
|
698
772
|
HOURLY = "HOURLY"
|
|
699
773
|
}
|
|
774
|
+
/**
|
|
775
|
+
* @public
|
|
776
|
+
*/
|
|
700
777
|
export declare enum ResourceType {
|
|
701
778
|
Mbps_Outbound_Bandwidth = "Mbps_Outbound_Bandwidth"
|
|
702
779
|
}
|
|
703
780
|
/**
|
|
781
|
+
* @public
|
|
704
782
|
* A definition of what is being billed for, including the type and amount.
|
|
705
783
|
*/
|
|
706
784
|
export interface ResourceSpecification {
|
|
@@ -714,6 +792,7 @@ export interface ResourceSpecification {
|
|
|
714
792
|
ResourceType: ResourceType | string | undefined;
|
|
715
793
|
}
|
|
716
794
|
/**
|
|
795
|
+
* @public
|
|
717
796
|
* A savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.
|
|
718
797
|
*/
|
|
719
798
|
export interface Offering {
|
|
@@ -751,6 +830,7 @@ export interface Offering {
|
|
|
751
830
|
ResourceSpecification: ResourceSpecification | undefined;
|
|
752
831
|
}
|
|
753
832
|
/**
|
|
833
|
+
* @public
|
|
754
834
|
* Attributes related to the transport stream that are used in a source or output.
|
|
755
835
|
*/
|
|
756
836
|
export interface Transport {
|
|
@@ -808,6 +888,7 @@ export interface Transport {
|
|
|
808
888
|
StreamId?: string;
|
|
809
889
|
}
|
|
810
890
|
/**
|
|
891
|
+
* @public
|
|
811
892
|
* The settings for an output.
|
|
812
893
|
*/
|
|
813
894
|
export interface Output {
|
|
@@ -864,6 +945,9 @@ export interface Output {
|
|
|
864
945
|
*/
|
|
865
946
|
VpcInterfaceAttachment?: VpcInterfaceAttachment;
|
|
866
947
|
}
|
|
948
|
+
/**
|
|
949
|
+
* @public
|
|
950
|
+
*/
|
|
867
951
|
export declare enum ReservationState {
|
|
868
952
|
ACTIVE = "ACTIVE",
|
|
869
953
|
CANCELED = "CANCELED",
|
|
@@ -871,6 +955,7 @@ export declare enum ReservationState {
|
|
|
871
955
|
PROCESSING = "PROCESSING"
|
|
872
956
|
}
|
|
873
957
|
/**
|
|
958
|
+
* @public
|
|
874
959
|
* 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.
|
|
875
960
|
*/
|
|
876
961
|
export interface Reservation {
|
|
@@ -928,6 +1013,7 @@ export interface Reservation {
|
|
|
928
1013
|
Start: string | undefined;
|
|
929
1014
|
}
|
|
930
1015
|
/**
|
|
1016
|
+
* @public
|
|
931
1017
|
* The settings for the source of the flow.
|
|
932
1018
|
*/
|
|
933
1019
|
export interface SetSourceRequest {
|
|
@@ -1005,6 +1091,7 @@ export interface SetSourceRequest {
|
|
|
1005
1091
|
WhitelistCidr?: string;
|
|
1006
1092
|
}
|
|
1007
1093
|
/**
|
|
1094
|
+
* @public
|
|
1008
1095
|
* The settings for the source of the flow.
|
|
1009
1096
|
*/
|
|
1010
1097
|
export interface Source {
|
|
@@ -1065,11 +1152,15 @@ export interface Source {
|
|
|
1065
1152
|
*/
|
|
1066
1153
|
WhitelistCidr?: string;
|
|
1067
1154
|
}
|
|
1155
|
+
/**
|
|
1156
|
+
* @public
|
|
1157
|
+
*/
|
|
1068
1158
|
export declare enum NetworkInterfaceType {
|
|
1069
1159
|
efa = "efa",
|
|
1070
1160
|
ena = "ena"
|
|
1071
1161
|
}
|
|
1072
1162
|
/**
|
|
1163
|
+
* @public
|
|
1073
1164
|
* The settings for a VPC Source.
|
|
1074
1165
|
*/
|
|
1075
1166
|
export interface VpcInterface {
|
|
@@ -1099,6 +1190,7 @@ export interface VpcInterface {
|
|
|
1099
1190
|
SubnetId: string | undefined;
|
|
1100
1191
|
}
|
|
1101
1192
|
/**
|
|
1193
|
+
* @public
|
|
1102
1194
|
* Desired VPC Interface for a Flow
|
|
1103
1195
|
*/
|
|
1104
1196
|
export interface VpcInterfaceRequest {
|
|
@@ -1124,6 +1216,7 @@ export interface VpcInterfaceRequest {
|
|
|
1124
1216
|
SubnetId: string | undefined;
|
|
1125
1217
|
}
|
|
1126
1218
|
/**
|
|
1219
|
+
* @public
|
|
1127
1220
|
* A request to add media streams to the flow.
|
|
1128
1221
|
*/
|
|
1129
1222
|
export interface AddFlowMediaStreamsRequest {
|
|
@@ -1136,6 +1229,9 @@ export interface AddFlowMediaStreamsRequest {
|
|
|
1136
1229
|
*/
|
|
1137
1230
|
MediaStreams: AddMediaStreamRequest[] | undefined;
|
|
1138
1231
|
}
|
|
1232
|
+
/**
|
|
1233
|
+
* @public
|
|
1234
|
+
*/
|
|
1139
1235
|
export interface AddFlowMediaStreamsResponse {
|
|
1140
1236
|
/**
|
|
1141
1237
|
* The ARN of the flow that you added media streams to.
|
|
@@ -1147,6 +1243,7 @@ export interface AddFlowMediaStreamsResponse {
|
|
|
1147
1243
|
MediaStreams?: MediaStream[];
|
|
1148
1244
|
}
|
|
1149
1245
|
/**
|
|
1246
|
+
* @public
|
|
1150
1247
|
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
1151
1248
|
*/
|
|
1152
1249
|
export declare class BadRequestException extends __BaseException {
|
|
@@ -1162,6 +1259,7 @@ export declare class BadRequestException extends __BaseException {
|
|
|
1162
1259
|
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
1163
1260
|
}
|
|
1164
1261
|
/**
|
|
1262
|
+
* @public
|
|
1165
1263
|
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
1166
1264
|
*/
|
|
1167
1265
|
export declare class ForbiddenException extends __BaseException {
|
|
@@ -1177,6 +1275,7 @@ export declare class ForbiddenException extends __BaseException {
|
|
|
1177
1275
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
1178
1276
|
}
|
|
1179
1277
|
/**
|
|
1278
|
+
* @public
|
|
1180
1279
|
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
1181
1280
|
*/
|
|
1182
1281
|
export declare class InternalServerErrorException extends __BaseException {
|
|
@@ -1192,6 +1291,7 @@ export declare class InternalServerErrorException extends __BaseException {
|
|
|
1192
1291
|
constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
|
|
1193
1292
|
}
|
|
1194
1293
|
/**
|
|
1294
|
+
* @public
|
|
1195
1295
|
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
1196
1296
|
*/
|
|
1197
1297
|
export declare class NotFoundException extends __BaseException {
|
|
@@ -1207,6 +1307,7 @@ export declare class NotFoundException extends __BaseException {
|
|
|
1207
1307
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
1208
1308
|
}
|
|
1209
1309
|
/**
|
|
1310
|
+
* @public
|
|
1210
1311
|
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
1211
1312
|
*/
|
|
1212
1313
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
@@ -1222,6 +1323,7 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
1222
1323
|
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
1223
1324
|
}
|
|
1224
1325
|
/**
|
|
1326
|
+
* @public
|
|
1225
1327
|
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
1226
1328
|
*/
|
|
1227
1329
|
export declare class TooManyRequestsException extends __BaseException {
|
|
@@ -1237,6 +1339,7 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
1237
1339
|
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
1238
1340
|
}
|
|
1239
1341
|
/**
|
|
1342
|
+
* @public
|
|
1240
1343
|
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
1241
1344
|
*/
|
|
1242
1345
|
export declare class AddFlowOutputs420Exception extends __BaseException {
|
|
@@ -1252,6 +1355,7 @@ export declare class AddFlowOutputs420Exception extends __BaseException {
|
|
|
1252
1355
|
constructor(opts: __ExceptionOptionType<AddFlowOutputs420Exception, __BaseException>);
|
|
1253
1356
|
}
|
|
1254
1357
|
/**
|
|
1358
|
+
* @public
|
|
1255
1359
|
* A request to add outputs to the specified flow.
|
|
1256
1360
|
*/
|
|
1257
1361
|
export interface AddFlowOutputsRequest {
|
|
@@ -1264,6 +1368,9 @@ export interface AddFlowOutputsRequest {
|
|
|
1264
1368
|
*/
|
|
1265
1369
|
Outputs: AddOutputRequest[] | undefined;
|
|
1266
1370
|
}
|
|
1371
|
+
/**
|
|
1372
|
+
* @public
|
|
1373
|
+
*/
|
|
1267
1374
|
export interface AddFlowOutputsResponse {
|
|
1268
1375
|
/**
|
|
1269
1376
|
* The ARN of the flow that these outputs were added to.
|
|
@@ -1275,6 +1382,7 @@ export interface AddFlowOutputsResponse {
|
|
|
1275
1382
|
Outputs?: Output[];
|
|
1276
1383
|
}
|
|
1277
1384
|
/**
|
|
1385
|
+
* @public
|
|
1278
1386
|
* A request to add sources to the flow.
|
|
1279
1387
|
*/
|
|
1280
1388
|
export interface AddFlowSourcesRequest {
|
|
@@ -1287,6 +1395,9 @@ export interface AddFlowSourcesRequest {
|
|
|
1287
1395
|
*/
|
|
1288
1396
|
Sources: SetSourceRequest[] | undefined;
|
|
1289
1397
|
}
|
|
1398
|
+
/**
|
|
1399
|
+
* @public
|
|
1400
|
+
*/
|
|
1290
1401
|
export interface AddFlowSourcesResponse {
|
|
1291
1402
|
/**
|
|
1292
1403
|
* The ARN of the flow that these sources were added to.
|
|
@@ -1298,6 +1409,7 @@ export interface AddFlowSourcesResponse {
|
|
|
1298
1409
|
Sources?: Source[];
|
|
1299
1410
|
}
|
|
1300
1411
|
/**
|
|
1412
|
+
* @public
|
|
1301
1413
|
* A request to add VPC interfaces to the flow.
|
|
1302
1414
|
*/
|
|
1303
1415
|
export interface AddFlowVpcInterfacesRequest {
|
|
@@ -1310,6 +1422,9 @@ export interface AddFlowVpcInterfacesRequest {
|
|
|
1310
1422
|
*/
|
|
1311
1423
|
VpcInterfaces: VpcInterfaceRequest[] | undefined;
|
|
1312
1424
|
}
|
|
1425
|
+
/**
|
|
1426
|
+
* @public
|
|
1427
|
+
*/
|
|
1313
1428
|
export interface AddFlowVpcInterfacesResponse {
|
|
1314
1429
|
/**
|
|
1315
1430
|
* The ARN of the flow that these VPC interfaces were added to.
|
|
@@ -1321,6 +1436,7 @@ export interface AddFlowVpcInterfacesResponse {
|
|
|
1321
1436
|
VpcInterfaces?: VpcInterface[];
|
|
1322
1437
|
}
|
|
1323
1438
|
/**
|
|
1439
|
+
* @public
|
|
1324
1440
|
* Create maintenance setting for a flow
|
|
1325
1441
|
*/
|
|
1326
1442
|
export interface AddMaintenance {
|
|
@@ -1334,6 +1450,7 @@ export interface AddMaintenance {
|
|
|
1334
1450
|
MaintenanceStartHour: string | undefined;
|
|
1335
1451
|
}
|
|
1336
1452
|
/**
|
|
1453
|
+
* @public
|
|
1337
1454
|
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
1338
1455
|
*/
|
|
1339
1456
|
export declare class CreateFlow420Exception extends __BaseException {
|
|
@@ -1348,11 +1465,15 @@ export declare class CreateFlow420Exception extends __BaseException {
|
|
|
1348
1465
|
*/
|
|
1349
1466
|
constructor(opts: __ExceptionOptionType<CreateFlow420Exception, __BaseException>);
|
|
1350
1467
|
}
|
|
1468
|
+
/**
|
|
1469
|
+
* @public
|
|
1470
|
+
*/
|
|
1351
1471
|
export declare enum FailoverMode {
|
|
1352
1472
|
FAILOVER = "FAILOVER",
|
|
1353
1473
|
MERGE = "MERGE"
|
|
1354
1474
|
}
|
|
1355
1475
|
/**
|
|
1476
|
+
* @public
|
|
1356
1477
|
* The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
|
|
1357
1478
|
*/
|
|
1358
1479
|
export interface SourcePriority {
|
|
@@ -1361,11 +1482,15 @@ export interface SourcePriority {
|
|
|
1361
1482
|
*/
|
|
1362
1483
|
PrimarySource?: string;
|
|
1363
1484
|
}
|
|
1485
|
+
/**
|
|
1486
|
+
* @public
|
|
1487
|
+
*/
|
|
1364
1488
|
export declare enum State {
|
|
1365
1489
|
DISABLED = "DISABLED",
|
|
1366
1490
|
ENABLED = "ENABLED"
|
|
1367
1491
|
}
|
|
1368
1492
|
/**
|
|
1493
|
+
* @public
|
|
1369
1494
|
* The settings for source failover.
|
|
1370
1495
|
*/
|
|
1371
1496
|
export interface FailoverConfig {
|
|
@@ -1384,6 +1509,7 @@ export interface FailoverConfig {
|
|
|
1384
1509
|
State?: State | string;
|
|
1385
1510
|
}
|
|
1386
1511
|
/**
|
|
1512
|
+
* @public
|
|
1387
1513
|
* Creates a new flow. The request must include one source. The request optionally can include outputs (up to 50) and entitlements (up to 50).
|
|
1388
1514
|
*/
|
|
1389
1515
|
export interface CreateFlowRequest {
|
|
@@ -1426,6 +1552,7 @@ export interface CreateFlowRequest {
|
|
|
1426
1552
|
Maintenance?: AddMaintenance;
|
|
1427
1553
|
}
|
|
1428
1554
|
/**
|
|
1555
|
+
* @public
|
|
1429
1556
|
* The settings for a flow, including its source, outputs, and entitlements.
|
|
1430
1557
|
*/
|
|
1431
1558
|
export interface Flow {
|
|
@@ -1483,18 +1610,27 @@ export interface Flow {
|
|
|
1483
1610
|
*/
|
|
1484
1611
|
Maintenance?: Maintenance;
|
|
1485
1612
|
}
|
|
1613
|
+
/**
|
|
1614
|
+
* @public
|
|
1615
|
+
*/
|
|
1486
1616
|
export interface CreateFlowResponse {
|
|
1487
1617
|
/**
|
|
1488
1618
|
* The settings for a flow, including its source, outputs, and entitlements.
|
|
1489
1619
|
*/
|
|
1490
1620
|
Flow?: Flow;
|
|
1491
1621
|
}
|
|
1622
|
+
/**
|
|
1623
|
+
* @public
|
|
1624
|
+
*/
|
|
1492
1625
|
export interface DeleteFlowRequest {
|
|
1493
1626
|
/**
|
|
1494
1627
|
* The ARN of the flow that you want to delete.
|
|
1495
1628
|
*/
|
|
1496
1629
|
FlowArn: string | undefined;
|
|
1497
1630
|
}
|
|
1631
|
+
/**
|
|
1632
|
+
* @public
|
|
1633
|
+
*/
|
|
1498
1634
|
export interface DeleteFlowResponse {
|
|
1499
1635
|
/**
|
|
1500
1636
|
* The ARN of the flow that was deleted.
|
|
@@ -1505,6 +1641,9 @@ export interface DeleteFlowResponse {
|
|
|
1505
1641
|
*/
|
|
1506
1642
|
Status?: Status | string;
|
|
1507
1643
|
}
|
|
1644
|
+
/**
|
|
1645
|
+
* @public
|
|
1646
|
+
*/
|
|
1508
1647
|
export interface DescribeFlowRequest {
|
|
1509
1648
|
/**
|
|
1510
1649
|
* The ARN of the flow that you want to describe.
|
|
@@ -1512,6 +1651,7 @@ export interface DescribeFlowRequest {
|
|
|
1512
1651
|
FlowArn: string | undefined;
|
|
1513
1652
|
}
|
|
1514
1653
|
/**
|
|
1654
|
+
* @public
|
|
1515
1655
|
* Messages that provide the state of the flow.
|
|
1516
1656
|
*/
|
|
1517
1657
|
export interface Messages {
|
|
@@ -1520,6 +1660,9 @@ export interface Messages {
|
|
|
1520
1660
|
*/
|
|
1521
1661
|
Errors: string[] | undefined;
|
|
1522
1662
|
}
|
|
1663
|
+
/**
|
|
1664
|
+
* @public
|
|
1665
|
+
*/
|
|
1523
1666
|
export interface DescribeFlowResponse {
|
|
1524
1667
|
/**
|
|
1525
1668
|
* The settings for a flow, including its source, outputs, and entitlements.
|
|
@@ -1530,24 +1673,36 @@ export interface DescribeFlowResponse {
|
|
|
1530
1673
|
*/
|
|
1531
1674
|
Messages?: Messages;
|
|
1532
1675
|
}
|
|
1676
|
+
/**
|
|
1677
|
+
* @public
|
|
1678
|
+
*/
|
|
1533
1679
|
export interface DescribeOfferingRequest {
|
|
1534
1680
|
/**
|
|
1535
1681
|
* The Amazon Resource Name (ARN) of the offering.
|
|
1536
1682
|
*/
|
|
1537
1683
|
OfferingArn: string | undefined;
|
|
1538
1684
|
}
|
|
1685
|
+
/**
|
|
1686
|
+
* @public
|
|
1687
|
+
*/
|
|
1539
1688
|
export interface DescribeOfferingResponse {
|
|
1540
1689
|
/**
|
|
1541
1690
|
* A savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.
|
|
1542
1691
|
*/
|
|
1543
1692
|
Offering?: Offering;
|
|
1544
1693
|
}
|
|
1694
|
+
/**
|
|
1695
|
+
* @public
|
|
1696
|
+
*/
|
|
1545
1697
|
export interface DescribeReservationRequest {
|
|
1546
1698
|
/**
|
|
1547
1699
|
* The Amazon Resource Name (ARN) of the reservation.
|
|
1548
1700
|
*/
|
|
1549
1701
|
ReservationArn: string | undefined;
|
|
1550
1702
|
}
|
|
1703
|
+
/**
|
|
1704
|
+
* @public
|
|
1705
|
+
*/
|
|
1551
1706
|
export interface DescribeReservationResponse {
|
|
1552
1707
|
/**
|
|
1553
1708
|
* 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.
|
|
@@ -1555,6 +1710,7 @@ export interface DescribeReservationResponse {
|
|
|
1555
1710
|
Reservation?: Reservation;
|
|
1556
1711
|
}
|
|
1557
1712
|
/**
|
|
1713
|
+
* @public
|
|
1558
1714
|
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
1559
1715
|
*/
|
|
1560
1716
|
export declare class GrantFlowEntitlements420Exception extends __BaseException {
|
|
@@ -1570,6 +1726,7 @@ export declare class GrantFlowEntitlements420Exception extends __BaseException {
|
|
|
1570
1726
|
constructor(opts: __ExceptionOptionType<GrantFlowEntitlements420Exception, __BaseException>);
|
|
1571
1727
|
}
|
|
1572
1728
|
/**
|
|
1729
|
+
* @public
|
|
1573
1730
|
* A request to grant entitlements on a flow.
|
|
1574
1731
|
*/
|
|
1575
1732
|
export interface GrantFlowEntitlementsRequest {
|
|
@@ -1582,6 +1739,9 @@ export interface GrantFlowEntitlementsRequest {
|
|
|
1582
1739
|
*/
|
|
1583
1740
|
FlowArn: string | undefined;
|
|
1584
1741
|
}
|
|
1742
|
+
/**
|
|
1743
|
+
* @public
|
|
1744
|
+
*/
|
|
1585
1745
|
export interface GrantFlowEntitlementsResponse {
|
|
1586
1746
|
/**
|
|
1587
1747
|
* The entitlements that were just granted.
|
|
@@ -1592,6 +1752,9 @@ export interface GrantFlowEntitlementsResponse {
|
|
|
1592
1752
|
*/
|
|
1593
1753
|
FlowArn?: string;
|
|
1594
1754
|
}
|
|
1755
|
+
/**
|
|
1756
|
+
* @public
|
|
1757
|
+
*/
|
|
1595
1758
|
export interface ListEntitlementsRequest {
|
|
1596
1759
|
/**
|
|
1597
1760
|
* The maximum number of results to return per API request. For example, you submit a ListEntitlements request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 20 results per page.
|
|
@@ -1602,6 +1765,9 @@ export interface ListEntitlementsRequest {
|
|
|
1602
1765
|
*/
|
|
1603
1766
|
NextToken?: string;
|
|
1604
1767
|
}
|
|
1768
|
+
/**
|
|
1769
|
+
* @public
|
|
1770
|
+
*/
|
|
1605
1771
|
export interface ListEntitlementsResponse {
|
|
1606
1772
|
/**
|
|
1607
1773
|
* A list of entitlements that have been granted to you from other AWS accounts.
|
|
@@ -1612,6 +1778,9 @@ export interface ListEntitlementsResponse {
|
|
|
1612
1778
|
*/
|
|
1613
1779
|
NextToken?: string;
|
|
1614
1780
|
}
|
|
1781
|
+
/**
|
|
1782
|
+
* @public
|
|
1783
|
+
*/
|
|
1615
1784
|
export interface ListFlowsRequest {
|
|
1616
1785
|
/**
|
|
1617
1786
|
* The maximum number of results to return per API request. For example, you submit a ListFlows request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page.
|
|
@@ -1622,6 +1791,9 @@ export interface ListFlowsRequest {
|
|
|
1622
1791
|
*/
|
|
1623
1792
|
NextToken?: string;
|
|
1624
1793
|
}
|
|
1794
|
+
/**
|
|
1795
|
+
* @public
|
|
1796
|
+
*/
|
|
1625
1797
|
export interface ListFlowsResponse {
|
|
1626
1798
|
/**
|
|
1627
1799
|
* A list of flow summaries.
|
|
@@ -1632,6 +1804,9 @@ export interface ListFlowsResponse {
|
|
|
1632
1804
|
*/
|
|
1633
1805
|
NextToken?: string;
|
|
1634
1806
|
}
|
|
1807
|
+
/**
|
|
1808
|
+
* @public
|
|
1809
|
+
*/
|
|
1635
1810
|
export interface ListOfferingsRequest {
|
|
1636
1811
|
/**
|
|
1637
1812
|
* The maximum number of results to return per API request. For example, you submit a ListOfferings request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page.
|
|
@@ -1642,6 +1817,9 @@ export interface ListOfferingsRequest {
|
|
|
1642
1817
|
*/
|
|
1643
1818
|
NextToken?: string;
|
|
1644
1819
|
}
|
|
1820
|
+
/**
|
|
1821
|
+
* @public
|
|
1822
|
+
*/
|
|
1645
1823
|
export interface ListOfferingsResponse {
|
|
1646
1824
|
/**
|
|
1647
1825
|
* The token that identifies which batch of results that you want to see. For example, you submit a ListOfferings request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListOfferings request a second time and specify the NextToken value.
|
|
@@ -1652,6 +1830,9 @@ export interface ListOfferingsResponse {
|
|
|
1652
1830
|
*/
|
|
1653
1831
|
Offerings?: Offering[];
|
|
1654
1832
|
}
|
|
1833
|
+
/**
|
|
1834
|
+
* @public
|
|
1835
|
+
*/
|
|
1655
1836
|
export interface ListReservationsRequest {
|
|
1656
1837
|
/**
|
|
1657
1838
|
* The maximum number of results to return per API request. For example, you submit a ListReservations request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page.
|
|
@@ -1662,6 +1843,9 @@ export interface ListReservationsRequest {
|
|
|
1662
1843
|
*/
|
|
1663
1844
|
NextToken?: string;
|
|
1664
1845
|
}
|
|
1846
|
+
/**
|
|
1847
|
+
* @public
|
|
1848
|
+
*/
|
|
1665
1849
|
export interface ListReservationsResponse {
|
|
1666
1850
|
/**
|
|
1667
1851
|
* The token that identifies which batch of results that you want to see. For example, you submit a ListReservations request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListReservations request a second time and specify the NextToken value.
|
|
@@ -1672,12 +1856,18 @@ export interface ListReservationsResponse {
|
|
|
1672
1856
|
*/
|
|
1673
1857
|
Reservations?: Reservation[];
|
|
1674
1858
|
}
|
|
1859
|
+
/**
|
|
1860
|
+
* @public
|
|
1861
|
+
*/
|
|
1675
1862
|
export interface ListTagsForResourceRequest {
|
|
1676
1863
|
/**
|
|
1677
1864
|
* The Amazon Resource Name (ARN) that identifies the AWS Elemental MediaConnect resource for which to list the tags.
|
|
1678
1865
|
*/
|
|
1679
1866
|
ResourceArn: string | undefined;
|
|
1680
1867
|
}
|
|
1868
|
+
/**
|
|
1869
|
+
* @public
|
|
1870
|
+
*/
|
|
1681
1871
|
export interface ListTagsForResourceResponse {
|
|
1682
1872
|
/**
|
|
1683
1873
|
* A map from tag keys to values. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
|
|
@@ -1685,6 +1875,7 @@ export interface ListTagsForResourceResponse {
|
|
|
1685
1875
|
Tags?: Record<string, string>;
|
|
1686
1876
|
}
|
|
1687
1877
|
/**
|
|
1878
|
+
* @public
|
|
1688
1879
|
* A request to purchase a offering.
|
|
1689
1880
|
*/
|
|
1690
1881
|
export interface PurchaseOfferingRequest {
|
|
@@ -1701,12 +1892,18 @@ export interface PurchaseOfferingRequest {
|
|
|
1701
1892
|
*/
|
|
1702
1893
|
Start: string | undefined;
|
|
1703
1894
|
}
|
|
1895
|
+
/**
|
|
1896
|
+
* @public
|
|
1897
|
+
*/
|
|
1704
1898
|
export interface PurchaseOfferingResponse {
|
|
1705
1899
|
/**
|
|
1706
1900
|
* 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.
|
|
1707
1901
|
*/
|
|
1708
1902
|
Reservation?: Reservation;
|
|
1709
1903
|
}
|
|
1904
|
+
/**
|
|
1905
|
+
* @public
|
|
1906
|
+
*/
|
|
1710
1907
|
export interface RemoveFlowMediaStreamRequest {
|
|
1711
1908
|
/**
|
|
1712
1909
|
* The Amazon Resource Name (ARN) of the flow.
|
|
@@ -1717,6 +1914,9 @@ export interface RemoveFlowMediaStreamRequest {
|
|
|
1717
1914
|
*/
|
|
1718
1915
|
MediaStreamName: string | undefined;
|
|
1719
1916
|
}
|
|
1917
|
+
/**
|
|
1918
|
+
* @public
|
|
1919
|
+
*/
|
|
1720
1920
|
export interface RemoveFlowMediaStreamResponse {
|
|
1721
1921
|
/**
|
|
1722
1922
|
* The Amazon Resource Name (ARN) of the flow.
|
|
@@ -1727,6 +1927,9 @@ export interface RemoveFlowMediaStreamResponse {
|
|
|
1727
1927
|
*/
|
|
1728
1928
|
MediaStreamName?: string;
|
|
1729
1929
|
}
|
|
1930
|
+
/**
|
|
1931
|
+
* @public
|
|
1932
|
+
*/
|
|
1730
1933
|
export interface RemoveFlowOutputRequest {
|
|
1731
1934
|
/**
|
|
1732
1935
|
* The flow that you want to remove an output from.
|
|
@@ -1737,6 +1940,9 @@ export interface RemoveFlowOutputRequest {
|
|
|
1737
1940
|
*/
|
|
1738
1941
|
OutputArn: string | undefined;
|
|
1739
1942
|
}
|
|
1943
|
+
/**
|
|
1944
|
+
* @public
|
|
1945
|
+
*/
|
|
1740
1946
|
export interface RemoveFlowOutputResponse {
|
|
1741
1947
|
/**
|
|
1742
1948
|
* The ARN of the flow that is associated with the output you removed.
|
|
@@ -1747,6 +1953,9 @@ export interface RemoveFlowOutputResponse {
|
|
|
1747
1953
|
*/
|
|
1748
1954
|
OutputArn?: string;
|
|
1749
1955
|
}
|
|
1956
|
+
/**
|
|
1957
|
+
* @public
|
|
1958
|
+
*/
|
|
1750
1959
|
export interface RemoveFlowSourceRequest {
|
|
1751
1960
|
/**
|
|
1752
1961
|
* The flow that you want to remove a source from.
|
|
@@ -1757,6 +1966,9 @@ export interface RemoveFlowSourceRequest {
|
|
|
1757
1966
|
*/
|
|
1758
1967
|
SourceArn: string | undefined;
|
|
1759
1968
|
}
|
|
1969
|
+
/**
|
|
1970
|
+
* @public
|
|
1971
|
+
*/
|
|
1760
1972
|
export interface RemoveFlowSourceResponse {
|
|
1761
1973
|
/**
|
|
1762
1974
|
* The ARN of the flow that is associated with the source you removed.
|
|
@@ -1767,6 +1979,9 @@ export interface RemoveFlowSourceResponse {
|
|
|
1767
1979
|
*/
|
|
1768
1980
|
SourceArn?: string;
|
|
1769
1981
|
}
|
|
1982
|
+
/**
|
|
1983
|
+
* @public
|
|
1984
|
+
*/
|
|
1770
1985
|
export interface RemoveFlowVpcInterfaceRequest {
|
|
1771
1986
|
/**
|
|
1772
1987
|
* The flow that you want to remove a VPC interface from.
|
|
@@ -1777,6 +1992,9 @@ export interface RemoveFlowVpcInterfaceRequest {
|
|
|
1777
1992
|
*/
|
|
1778
1993
|
VpcInterfaceName: string | undefined;
|
|
1779
1994
|
}
|
|
1995
|
+
/**
|
|
1996
|
+
* @public
|
|
1997
|
+
*/
|
|
1780
1998
|
export interface RemoveFlowVpcInterfaceResponse {
|
|
1781
1999
|
/**
|
|
1782
2000
|
* The ARN of the flow that is associated with the VPC interface you removed.
|
|
@@ -1791,6 +2009,9 @@ export interface RemoveFlowVpcInterfaceResponse {
|
|
|
1791
2009
|
*/
|
|
1792
2010
|
VpcInterfaceName?: string;
|
|
1793
2011
|
}
|
|
2012
|
+
/**
|
|
2013
|
+
* @public
|
|
2014
|
+
*/
|
|
1794
2015
|
export interface RevokeFlowEntitlementRequest {
|
|
1795
2016
|
/**
|
|
1796
2017
|
* The ARN of the entitlement that you want to revoke.
|
|
@@ -1801,6 +2022,9 @@ export interface RevokeFlowEntitlementRequest {
|
|
|
1801
2022
|
*/
|
|
1802
2023
|
FlowArn: string | undefined;
|
|
1803
2024
|
}
|
|
2025
|
+
/**
|
|
2026
|
+
* @public
|
|
2027
|
+
*/
|
|
1804
2028
|
export interface RevokeFlowEntitlementResponse {
|
|
1805
2029
|
/**
|
|
1806
2030
|
* The ARN of the entitlement that was revoked.
|
|
@@ -1811,12 +2035,18 @@ export interface RevokeFlowEntitlementResponse {
|
|
|
1811
2035
|
*/
|
|
1812
2036
|
FlowArn?: string;
|
|
1813
2037
|
}
|
|
2038
|
+
/**
|
|
2039
|
+
* @public
|
|
2040
|
+
*/
|
|
1814
2041
|
export interface StartFlowRequest {
|
|
1815
2042
|
/**
|
|
1816
2043
|
* The ARN of the flow that you want to start.
|
|
1817
2044
|
*/
|
|
1818
2045
|
FlowArn: string | undefined;
|
|
1819
2046
|
}
|
|
2047
|
+
/**
|
|
2048
|
+
* @public
|
|
2049
|
+
*/
|
|
1820
2050
|
export interface StartFlowResponse {
|
|
1821
2051
|
/**
|
|
1822
2052
|
* The ARN of the flow that you started.
|
|
@@ -1827,12 +2057,18 @@ export interface StartFlowResponse {
|
|
|
1827
2057
|
*/
|
|
1828
2058
|
Status?: Status | string;
|
|
1829
2059
|
}
|
|
2060
|
+
/**
|
|
2061
|
+
* @public
|
|
2062
|
+
*/
|
|
1830
2063
|
export interface StopFlowRequest {
|
|
1831
2064
|
/**
|
|
1832
2065
|
* The ARN of the flow that you want to stop.
|
|
1833
2066
|
*/
|
|
1834
2067
|
FlowArn: string | undefined;
|
|
1835
2068
|
}
|
|
2069
|
+
/**
|
|
2070
|
+
* @public
|
|
2071
|
+
*/
|
|
1836
2072
|
export interface StopFlowResponse {
|
|
1837
2073
|
/**
|
|
1838
2074
|
* The ARN of the flow that you stopped.
|
|
@@ -1844,6 +2080,7 @@ export interface StopFlowResponse {
|
|
|
1844
2080
|
Status?: Status | string;
|
|
1845
2081
|
}
|
|
1846
2082
|
/**
|
|
2083
|
+
* @public
|
|
1847
2084
|
* The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
|
|
1848
2085
|
*/
|
|
1849
2086
|
export interface TagResourceRequest {
|
|
@@ -1856,6 +2093,9 @@ export interface TagResourceRequest {
|
|
|
1856
2093
|
*/
|
|
1857
2094
|
Tags: Record<string, string> | undefined;
|
|
1858
2095
|
}
|
|
2096
|
+
/**
|
|
2097
|
+
* @public
|
|
2098
|
+
*/
|
|
1859
2099
|
export interface UntagResourceRequest {
|
|
1860
2100
|
/**
|
|
1861
2101
|
* The Amazon Resource Name (ARN) that identifies the AWS Elemental MediaConnect resource from which to delete tags.
|
|
@@ -1867,6 +2107,7 @@ export interface UntagResourceRequest {
|
|
|
1867
2107
|
TagKeys: string[] | undefined;
|
|
1868
2108
|
}
|
|
1869
2109
|
/**
|
|
2110
|
+
* @public
|
|
1870
2111
|
* Update maintenance setting for a flow
|
|
1871
2112
|
*/
|
|
1872
2113
|
export interface UpdateMaintenance {
|
|
@@ -1884,6 +2125,7 @@ export interface UpdateMaintenance {
|
|
|
1884
2125
|
MaintenanceStartHour?: string;
|
|
1885
2126
|
}
|
|
1886
2127
|
/**
|
|
2128
|
+
* @public
|
|
1887
2129
|
* The settings for source failover.
|
|
1888
2130
|
*/
|
|
1889
2131
|
export interface UpdateFailoverConfig {
|
|
@@ -1902,6 +2144,7 @@ export interface UpdateFailoverConfig {
|
|
|
1902
2144
|
State?: State | string;
|
|
1903
2145
|
}
|
|
1904
2146
|
/**
|
|
2147
|
+
* @public
|
|
1905
2148
|
* A request to update flow.
|
|
1906
2149
|
*/
|
|
1907
2150
|
export interface UpdateFlowRequest {
|
|
@@ -1918,6 +2161,9 @@ export interface UpdateFlowRequest {
|
|
|
1918
2161
|
*/
|
|
1919
2162
|
Maintenance?: UpdateMaintenance;
|
|
1920
2163
|
}
|
|
2164
|
+
/**
|
|
2165
|
+
* @public
|
|
2166
|
+
*/
|
|
1921
2167
|
export interface UpdateFlowResponse {
|
|
1922
2168
|
/**
|
|
1923
2169
|
* The settings for a flow, including its source, outputs, and entitlements.
|
|
@@ -1925,6 +2171,7 @@ export interface UpdateFlowResponse {
|
|
|
1925
2171
|
Flow?: Flow;
|
|
1926
2172
|
}
|
|
1927
2173
|
/**
|
|
2174
|
+
* @public
|
|
1928
2175
|
* Information about the encryption of the flow.
|
|
1929
2176
|
*/
|
|
1930
2177
|
export interface UpdateEncryption {
|
|
@@ -1966,6 +2213,7 @@ export interface UpdateEncryption {
|
|
|
1966
2213
|
Url?: string;
|
|
1967
2214
|
}
|
|
1968
2215
|
/**
|
|
2216
|
+
* @public
|
|
1969
2217
|
* The entitlement fields that you want to update.
|
|
1970
2218
|
*/
|
|
1971
2219
|
export interface UpdateFlowEntitlementRequest {
|
|
@@ -1994,6 +2242,9 @@ export interface UpdateFlowEntitlementRequest {
|
|
|
1994
2242
|
*/
|
|
1995
2243
|
Subscribers?: string[];
|
|
1996
2244
|
}
|
|
2245
|
+
/**
|
|
2246
|
+
* @public
|
|
2247
|
+
*/
|
|
1997
2248
|
export interface UpdateFlowEntitlementResponse {
|
|
1998
2249
|
/**
|
|
1999
2250
|
* The new configuration of the entitlement that you updated.
|
|
@@ -2005,6 +2256,7 @@ export interface UpdateFlowEntitlementResponse {
|
|
|
2005
2256
|
FlowArn?: string;
|
|
2006
2257
|
}
|
|
2007
2258
|
/**
|
|
2259
|
+
* @public
|
|
2008
2260
|
* The fields that you want to update in the media stream.
|
|
2009
2261
|
*/
|
|
2010
2262
|
export interface UpdateFlowMediaStreamRequest {
|
|
@@ -2037,6 +2289,9 @@ export interface UpdateFlowMediaStreamRequest {
|
|
|
2037
2289
|
*/
|
|
2038
2290
|
VideoFormat?: string;
|
|
2039
2291
|
}
|
|
2292
|
+
/**
|
|
2293
|
+
* @public
|
|
2294
|
+
*/
|
|
2040
2295
|
export interface UpdateFlowMediaStreamResponse {
|
|
2041
2296
|
/**
|
|
2042
2297
|
* The ARN of the flow that is associated with the media stream that you updated.
|
|
@@ -2048,6 +2303,7 @@ export interface UpdateFlowMediaStreamResponse {
|
|
|
2048
2303
|
MediaStream?: MediaStream;
|
|
2049
2304
|
}
|
|
2050
2305
|
/**
|
|
2306
|
+
* @public
|
|
2051
2307
|
* The fields that you want to update in the output.
|
|
2052
2308
|
*/
|
|
2053
2309
|
export interface UpdateFlowOutputRequest {
|
|
@@ -2120,6 +2376,9 @@ export interface UpdateFlowOutputRequest {
|
|
|
2120
2376
|
*/
|
|
2121
2377
|
VpcInterfaceAttachment?: VpcInterfaceAttachment;
|
|
2122
2378
|
}
|
|
2379
|
+
/**
|
|
2380
|
+
* @public
|
|
2381
|
+
*/
|
|
2123
2382
|
export interface UpdateFlowOutputResponse {
|
|
2124
2383
|
/**
|
|
2125
2384
|
* The ARN of the flow that is associated with the updated output.
|
|
@@ -2131,6 +2390,7 @@ export interface UpdateFlowOutputResponse {
|
|
|
2131
2390
|
Output?: Output;
|
|
2132
2391
|
}
|
|
2133
2392
|
/**
|
|
2393
|
+
* @public
|
|
2134
2394
|
* A request to update the source of a flow.
|
|
2135
2395
|
*/
|
|
2136
2396
|
export interface UpdateFlowSourceRequest {
|
|
@@ -2211,6 +2471,9 @@ export interface UpdateFlowSourceRequest {
|
|
|
2211
2471
|
*/
|
|
2212
2472
|
WhitelistCidr?: string;
|
|
2213
2473
|
}
|
|
2474
|
+
/**
|
|
2475
|
+
* @public
|
|
2476
|
+
*/
|
|
2214
2477
|
export interface UpdateFlowSourceResponse {
|
|
2215
2478
|
/**
|
|
2216
2479
|
* The ARN of the flow that you want to update.
|