@aws-sdk/client-mediaconnect 3.130.0 → 3.141.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/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddFlowMediaStreamsCommand.js +2 -2
- package/dist-cjs/commands/AddFlowOutputsCommand.js +2 -2
- package/dist-cjs/commands/AddFlowSourcesCommand.js +2 -2
- package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js +2 -2
- package/dist-cjs/commands/CreateFlowCommand.js +2 -2
- package/dist-cjs/commands/DeleteFlowCommand.js +2 -2
- package/dist-cjs/commands/DescribeFlowCommand.js +2 -2
- package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
- package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
- package/dist-cjs/commands/GrantFlowEntitlementsCommand.js +2 -2
- package/dist-cjs/commands/ListEntitlementsCommand.js +2 -2
- package/dist-cjs/commands/ListFlowsCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
- package/dist-cjs/commands/ListReservationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
- package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js +2 -2
- package/dist-cjs/commands/RemoveFlowOutputCommand.js +2 -2
- package/dist-cjs/commands/RemoveFlowSourceCommand.js +2 -2
- package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js +2 -2
- package/dist-cjs/commands/RevokeFlowEntitlementCommand.js +2 -2
- package/dist-cjs/commands/StartFlowCommand.js +2 -2
- package/dist-cjs/commands/StopFlowCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateFlowCommand.js +2 -2
- package/dist-cjs/commands/UpdateFlowEntitlementCommand.js +2 -2
- package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js +2 -2
- package/dist-cjs/commands/UpdateFlowOutputCommand.js +2 -2
- package/dist-cjs/commands/UpdateFlowSourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +407 -609
- package/dist-es/commands/AddFlowMediaStreamsCommand.js +3 -3
- package/dist-es/commands/AddFlowOutputsCommand.js +3 -3
- package/dist-es/commands/AddFlowSourcesCommand.js +3 -3
- package/dist-es/commands/AddFlowVpcInterfacesCommand.js +3 -3
- package/dist-es/commands/CreateFlowCommand.js +3 -3
- package/dist-es/commands/DeleteFlowCommand.js +3 -3
- package/dist-es/commands/DescribeFlowCommand.js +3 -3
- package/dist-es/commands/DescribeOfferingCommand.js +3 -3
- package/dist-es/commands/DescribeReservationCommand.js +3 -3
- package/dist-es/commands/GrantFlowEntitlementsCommand.js +3 -3
- package/dist-es/commands/ListEntitlementsCommand.js +3 -3
- package/dist-es/commands/ListFlowsCommand.js +3 -3
- package/dist-es/commands/ListOfferingsCommand.js +3 -3
- package/dist-es/commands/ListReservationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-es/commands/RemoveFlowMediaStreamCommand.js +3 -3
- package/dist-es/commands/RemoveFlowOutputCommand.js +3 -3
- package/dist-es/commands/RemoveFlowSourceCommand.js +3 -3
- package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js +3 -3
- package/dist-es/commands/RevokeFlowEntitlementCommand.js +3 -3
- package/dist-es/commands/StartFlowCommand.js +3 -3
- package/dist-es/commands/StopFlowCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateFlowCommand.js +3 -3
- package/dist-es/commands/UpdateFlowEntitlementCommand.js +3 -3
- package/dist-es/commands/UpdateFlowMediaStreamCommand.js +3 -3
- package/dist-es/commands/UpdateFlowOutputCommand.js +3 -3
- package/dist-es/commands/UpdateFlowSourceCommand.js +3 -3
- package/dist-es/models/models_0.js +101 -404
- package/dist-types/models/models_0.d.ts +404 -606
- package/dist-types/ts3.4/models/models_0.d.ts +202 -404
- package/package.json +7 -7
|
@@ -47,10 +47,6 @@ export interface FmtpRequest {
|
|
|
47
47
|
|
|
48
48
|
Tcs?: Tcs | string;
|
|
49
49
|
}
|
|
50
|
-
export declare namespace FmtpRequest {
|
|
51
|
-
|
|
52
|
-
const filterSensitiveLog: (obj: FmtpRequest) => any;
|
|
53
|
-
}
|
|
54
50
|
|
|
55
51
|
export interface MediaStreamAttributesRequest {
|
|
56
52
|
|
|
@@ -58,10 +54,6 @@ export interface MediaStreamAttributesRequest {
|
|
|
58
54
|
|
|
59
55
|
Lang?: string;
|
|
60
56
|
}
|
|
61
|
-
export declare namespace MediaStreamAttributesRequest {
|
|
62
|
-
|
|
63
|
-
const filterSensitiveLog: (obj: MediaStreamAttributesRequest) => any;
|
|
64
|
-
}
|
|
65
57
|
export declare enum MediaStreamType {
|
|
66
58
|
ancillary_data = "ancillary-data",
|
|
67
59
|
audio = "audio",
|
|
@@ -84,10 +76,6 @@ export interface AddMediaStreamRequest {
|
|
|
84
76
|
|
|
85
77
|
VideoFormat?: string;
|
|
86
78
|
}
|
|
87
|
-
export declare namespace AddMediaStreamRequest {
|
|
88
|
-
|
|
89
|
-
const filterSensitiveLog: (obj: AddMediaStreamRequest) => any;
|
|
90
|
-
}
|
|
91
79
|
export declare enum Algorithm {
|
|
92
80
|
aes128 = "aes128",
|
|
93
81
|
aes192 = "aes192",
|
|
@@ -119,19 +107,11 @@ export interface Encryption {
|
|
|
119
107
|
|
|
120
108
|
Url?: string;
|
|
121
109
|
}
|
|
122
|
-
export declare namespace Encryption {
|
|
123
|
-
|
|
124
|
-
const filterSensitiveLog: (obj: Encryption) => any;
|
|
125
|
-
}
|
|
126
110
|
|
|
127
111
|
export interface InterfaceRequest {
|
|
128
112
|
|
|
129
113
|
Name: string | undefined;
|
|
130
114
|
}
|
|
131
|
-
export declare namespace InterfaceRequest {
|
|
132
|
-
|
|
133
|
-
const filterSensitiveLog: (obj: InterfaceRequest) => any;
|
|
134
|
-
}
|
|
135
115
|
|
|
136
116
|
export interface DestinationConfigurationRequest {
|
|
137
117
|
|
|
@@ -141,10 +121,6 @@ export interface DestinationConfigurationRequest {
|
|
|
141
121
|
|
|
142
122
|
Interface: InterfaceRequest | undefined;
|
|
143
123
|
}
|
|
144
|
-
export declare namespace DestinationConfigurationRequest {
|
|
145
|
-
|
|
146
|
-
const filterSensitiveLog: (obj: DestinationConfigurationRequest) => any;
|
|
147
|
-
}
|
|
148
124
|
export declare enum EncodingName {
|
|
149
125
|
jxsv = "jxsv",
|
|
150
126
|
pcm = "pcm",
|
|
@@ -162,10 +138,6 @@ export interface EncodingParametersRequest {
|
|
|
162
138
|
|
|
163
139
|
EncoderProfile: EncoderProfile | string | undefined;
|
|
164
140
|
}
|
|
165
|
-
export declare namespace EncodingParametersRequest {
|
|
166
|
-
|
|
167
|
-
const filterSensitiveLog: (obj: EncodingParametersRequest) => any;
|
|
168
|
-
}
|
|
169
141
|
|
|
170
142
|
export interface MediaStreamOutputConfigurationRequest {
|
|
171
143
|
|
|
@@ -177,10 +149,6 @@ export interface MediaStreamOutputConfigurationRequest {
|
|
|
177
149
|
|
|
178
150
|
MediaStreamName: string | undefined;
|
|
179
151
|
}
|
|
180
|
-
export declare namespace MediaStreamOutputConfigurationRequest {
|
|
181
|
-
|
|
182
|
-
const filterSensitiveLog: (obj: MediaStreamOutputConfigurationRequest) => any;
|
|
183
|
-
}
|
|
184
152
|
export declare enum Protocol {
|
|
185
153
|
cdi = "cdi",
|
|
186
154
|
fujitsu_qos = "fujitsu-qos",
|
|
@@ -197,10 +165,6 @@ export interface VpcInterfaceAttachment {
|
|
|
197
165
|
|
|
198
166
|
VpcInterfaceName?: string;
|
|
199
167
|
}
|
|
200
|
-
export declare namespace VpcInterfaceAttachment {
|
|
201
|
-
|
|
202
|
-
const filterSensitiveLog: (obj: VpcInterfaceAttachment) => any;
|
|
203
|
-
}
|
|
204
168
|
|
|
205
169
|
export interface AddOutputRequest {
|
|
206
170
|
|
|
@@ -234,19 +198,11 @@ export interface AddOutputRequest {
|
|
|
234
198
|
|
|
235
199
|
VpcInterfaceAttachment?: VpcInterfaceAttachment;
|
|
236
200
|
}
|
|
237
|
-
export declare namespace AddOutputRequest {
|
|
238
|
-
|
|
239
|
-
const filterSensitiveLog: (obj: AddOutputRequest) => any;
|
|
240
|
-
}
|
|
241
201
|
|
|
242
202
|
export interface Interface {
|
|
243
203
|
|
|
244
204
|
Name: string | undefined;
|
|
245
205
|
}
|
|
246
|
-
export declare namespace Interface {
|
|
247
|
-
|
|
248
|
-
const filterSensitiveLog: (obj: Interface) => any;
|
|
249
|
-
}
|
|
250
206
|
|
|
251
207
|
export interface DestinationConfiguration {
|
|
252
208
|
|
|
@@ -258,10 +214,6 @@ export interface DestinationConfiguration {
|
|
|
258
214
|
|
|
259
215
|
OutboundIp: string | undefined;
|
|
260
216
|
}
|
|
261
|
-
export declare namespace DestinationConfiguration {
|
|
262
|
-
|
|
263
|
-
const filterSensitiveLog: (obj: DestinationConfiguration) => any;
|
|
264
|
-
}
|
|
265
217
|
export declare enum EntitlementStatus {
|
|
266
218
|
DISABLED = "DISABLED",
|
|
267
219
|
ENABLED = "ENABLED"
|
|
@@ -283,10 +235,6 @@ export interface Entitlement {
|
|
|
283
235
|
|
|
284
236
|
Subscribers: string[] | undefined;
|
|
285
237
|
}
|
|
286
|
-
export declare namespace Entitlement {
|
|
287
|
-
|
|
288
|
-
const filterSensitiveLog: (obj: Entitlement) => any;
|
|
289
|
-
}
|
|
290
238
|
|
|
291
239
|
export interface GrantEntitlementRequest {
|
|
292
240
|
|
|
@@ -302,10 +250,6 @@ export interface GrantEntitlementRequest {
|
|
|
302
250
|
|
|
303
251
|
Subscribers: string[] | undefined;
|
|
304
252
|
}
|
|
305
|
-
export declare namespace GrantEntitlementRequest {
|
|
306
|
-
|
|
307
|
-
const filterSensitiveLog: (obj: GrantEntitlementRequest) => any;
|
|
308
|
-
}
|
|
309
253
|
|
|
310
254
|
export interface InputConfiguration {
|
|
311
255
|
|
|
@@ -315,10 +259,6 @@ export interface InputConfiguration {
|
|
|
315
259
|
|
|
316
260
|
Interface: Interface | undefined;
|
|
317
261
|
}
|
|
318
|
-
export declare namespace InputConfiguration {
|
|
319
|
-
|
|
320
|
-
const filterSensitiveLog: (obj: InputConfiguration) => any;
|
|
321
|
-
}
|
|
322
262
|
|
|
323
263
|
export interface InputConfigurationRequest {
|
|
324
264
|
|
|
@@ -326,10 +266,6 @@ export interface InputConfigurationRequest {
|
|
|
326
266
|
|
|
327
267
|
Interface: InterfaceRequest | undefined;
|
|
328
268
|
}
|
|
329
|
-
export declare namespace InputConfigurationRequest {
|
|
330
|
-
|
|
331
|
-
const filterSensitiveLog: (obj: InputConfigurationRequest) => any;
|
|
332
|
-
}
|
|
333
269
|
|
|
334
270
|
export interface ListedEntitlement {
|
|
335
271
|
|
|
@@ -339,10 +275,6 @@ export interface ListedEntitlement {
|
|
|
339
275
|
|
|
340
276
|
EntitlementName: string | undefined;
|
|
341
277
|
}
|
|
342
|
-
export declare namespace ListedEntitlement {
|
|
343
|
-
|
|
344
|
-
const filterSensitiveLog: (obj: ListedEntitlement) => any;
|
|
345
|
-
}
|
|
346
278
|
export declare enum MaintenanceDay {
|
|
347
279
|
Friday = "Friday",
|
|
348
280
|
Monday = "Monday",
|
|
@@ -363,10 +295,6 @@ export interface Maintenance {
|
|
|
363
295
|
|
|
364
296
|
MaintenanceStartHour?: string;
|
|
365
297
|
}
|
|
366
|
-
export declare namespace Maintenance {
|
|
367
|
-
|
|
368
|
-
const filterSensitiveLog: (obj: Maintenance) => any;
|
|
369
|
-
}
|
|
370
298
|
export declare enum SourceType {
|
|
371
299
|
ENTITLED = "ENTITLED",
|
|
372
300
|
OWNED = "OWNED"
|
|
@@ -397,10 +325,6 @@ export interface ListedFlow {
|
|
|
397
325
|
|
|
398
326
|
Maintenance?: Maintenance;
|
|
399
327
|
}
|
|
400
|
-
export declare namespace ListedFlow {
|
|
401
|
-
|
|
402
|
-
const filterSensitiveLog: (obj: ListedFlow) => any;
|
|
403
|
-
}
|
|
404
328
|
|
|
405
329
|
export interface Fmtp {
|
|
406
330
|
|
|
@@ -418,10 +342,6 @@ export interface Fmtp {
|
|
|
418
342
|
|
|
419
343
|
Tcs?: Tcs | string;
|
|
420
344
|
}
|
|
421
|
-
export declare namespace Fmtp {
|
|
422
|
-
|
|
423
|
-
const filterSensitiveLog: (obj: Fmtp) => any;
|
|
424
|
-
}
|
|
425
345
|
|
|
426
346
|
export interface MediaStreamAttributes {
|
|
427
347
|
|
|
@@ -429,10 +349,6 @@ export interface MediaStreamAttributes {
|
|
|
429
349
|
|
|
430
350
|
Lang?: string;
|
|
431
351
|
}
|
|
432
|
-
export declare namespace MediaStreamAttributes {
|
|
433
|
-
|
|
434
|
-
const filterSensitiveLog: (obj: MediaStreamAttributes) => any;
|
|
435
|
-
}
|
|
436
352
|
|
|
437
353
|
export interface MediaStream {
|
|
438
354
|
|
|
@@ -452,10 +368,6 @@ export interface MediaStream {
|
|
|
452
368
|
|
|
453
369
|
VideoFormat?: string;
|
|
454
370
|
}
|
|
455
|
-
export declare namespace MediaStream {
|
|
456
|
-
|
|
457
|
-
const filterSensitiveLog: (obj: MediaStream) => any;
|
|
458
|
-
}
|
|
459
371
|
|
|
460
372
|
export interface EncodingParameters {
|
|
461
373
|
|
|
@@ -463,10 +375,6 @@ export interface EncodingParameters {
|
|
|
463
375
|
|
|
464
376
|
EncoderProfile: EncoderProfile | string | undefined;
|
|
465
377
|
}
|
|
466
|
-
export declare namespace EncodingParameters {
|
|
467
|
-
|
|
468
|
-
const filterSensitiveLog: (obj: EncodingParameters) => any;
|
|
469
|
-
}
|
|
470
378
|
|
|
471
379
|
export interface MediaStreamOutputConfiguration {
|
|
472
380
|
|
|
@@ -478,10 +386,6 @@ export interface MediaStreamOutputConfiguration {
|
|
|
478
386
|
|
|
479
387
|
MediaStreamName: string | undefined;
|
|
480
388
|
}
|
|
481
|
-
export declare namespace MediaStreamOutputConfiguration {
|
|
482
|
-
|
|
483
|
-
const filterSensitiveLog: (obj: MediaStreamOutputConfiguration) => any;
|
|
484
|
-
}
|
|
485
389
|
|
|
486
390
|
export interface MediaStreamSourceConfiguration {
|
|
487
391
|
|
|
@@ -491,10 +395,6 @@ export interface MediaStreamSourceConfiguration {
|
|
|
491
395
|
|
|
492
396
|
MediaStreamName: string | undefined;
|
|
493
397
|
}
|
|
494
|
-
export declare namespace MediaStreamSourceConfiguration {
|
|
495
|
-
|
|
496
|
-
const filterSensitiveLog: (obj: MediaStreamSourceConfiguration) => any;
|
|
497
|
-
}
|
|
498
398
|
|
|
499
399
|
export interface MediaStreamSourceConfigurationRequest {
|
|
500
400
|
|
|
@@ -504,10 +404,6 @@ export interface MediaStreamSourceConfigurationRequest {
|
|
|
504
404
|
|
|
505
405
|
MediaStreamName: string | undefined;
|
|
506
406
|
}
|
|
507
|
-
export declare namespace MediaStreamSourceConfigurationRequest {
|
|
508
|
-
|
|
509
|
-
const filterSensitiveLog: (obj: MediaStreamSourceConfigurationRequest) => any;
|
|
510
|
-
}
|
|
511
407
|
export declare enum DurationUnits {
|
|
512
408
|
MONTHS = "MONTHS"
|
|
513
409
|
}
|
|
@@ -524,10 +420,6 @@ export interface ResourceSpecification {
|
|
|
524
420
|
|
|
525
421
|
ResourceType: ResourceType | string | undefined;
|
|
526
422
|
}
|
|
527
|
-
export declare namespace ResourceSpecification {
|
|
528
|
-
|
|
529
|
-
const filterSensitiveLog: (obj: ResourceSpecification) => any;
|
|
530
|
-
}
|
|
531
423
|
|
|
532
424
|
export interface Offering {
|
|
533
425
|
|
|
@@ -547,10 +439,6 @@ export interface Offering {
|
|
|
547
439
|
|
|
548
440
|
ResourceSpecification: ResourceSpecification | undefined;
|
|
549
441
|
}
|
|
550
|
-
export declare namespace Offering {
|
|
551
|
-
|
|
552
|
-
const filterSensitiveLog: (obj: Offering) => any;
|
|
553
|
-
}
|
|
554
442
|
|
|
555
443
|
export interface Transport {
|
|
556
444
|
|
|
@@ -576,10 +464,6 @@ export interface Transport {
|
|
|
576
464
|
|
|
577
465
|
StreamId?: string;
|
|
578
466
|
}
|
|
579
|
-
export declare namespace Transport {
|
|
580
|
-
|
|
581
|
-
const filterSensitiveLog: (obj: Transport) => any;
|
|
582
|
-
}
|
|
583
467
|
|
|
584
468
|
export interface Output {
|
|
585
469
|
|
|
@@ -609,10 +493,6 @@ export interface Output {
|
|
|
609
493
|
|
|
610
494
|
VpcInterfaceAttachment?: VpcInterfaceAttachment;
|
|
611
495
|
}
|
|
612
|
-
export declare namespace Output {
|
|
613
|
-
|
|
614
|
-
const filterSensitiveLog: (obj: Output) => any;
|
|
615
|
-
}
|
|
616
496
|
export declare enum ReservationState {
|
|
617
497
|
ACTIVE = "ACTIVE",
|
|
618
498
|
CANCELED = "CANCELED",
|
|
@@ -648,10 +528,6 @@ export interface Reservation {
|
|
|
648
528
|
|
|
649
529
|
Start: string | undefined;
|
|
650
530
|
}
|
|
651
|
-
export declare namespace Reservation {
|
|
652
|
-
|
|
653
|
-
const filterSensitiveLog: (obj: Reservation) => any;
|
|
654
|
-
}
|
|
655
531
|
|
|
656
532
|
export interface SetSourceRequest {
|
|
657
533
|
|
|
@@ -687,10 +563,6 @@ export interface SetSourceRequest {
|
|
|
687
563
|
|
|
688
564
|
WhitelistCidr?: string;
|
|
689
565
|
}
|
|
690
|
-
export declare namespace SetSourceRequest {
|
|
691
|
-
|
|
692
|
-
const filterSensitiveLog: (obj: SetSourceRequest) => any;
|
|
693
|
-
}
|
|
694
566
|
|
|
695
567
|
export interface Source {
|
|
696
568
|
|
|
@@ -722,10 +594,6 @@ export interface Source {
|
|
|
722
594
|
|
|
723
595
|
WhitelistCidr?: string;
|
|
724
596
|
}
|
|
725
|
-
export declare namespace Source {
|
|
726
|
-
|
|
727
|
-
const filterSensitiveLog: (obj: Source) => any;
|
|
728
|
-
}
|
|
729
597
|
export declare enum NetworkInterfaceType {
|
|
730
598
|
efa = "efa",
|
|
731
599
|
ena = "ena"
|
|
@@ -745,10 +613,6 @@ export interface VpcInterface {
|
|
|
745
613
|
|
|
746
614
|
SubnetId: string | undefined;
|
|
747
615
|
}
|
|
748
|
-
export declare namespace VpcInterface {
|
|
749
|
-
|
|
750
|
-
const filterSensitiveLog: (obj: VpcInterface) => any;
|
|
751
|
-
}
|
|
752
616
|
|
|
753
617
|
export interface VpcInterfaceRequest {
|
|
754
618
|
|
|
@@ -762,10 +626,6 @@ export interface VpcInterfaceRequest {
|
|
|
762
626
|
|
|
763
627
|
SubnetId: string | undefined;
|
|
764
628
|
}
|
|
765
|
-
export declare namespace VpcInterfaceRequest {
|
|
766
|
-
|
|
767
|
-
const filterSensitiveLog: (obj: VpcInterfaceRequest) => any;
|
|
768
|
-
}
|
|
769
629
|
|
|
770
630
|
export interface AddFlowMediaStreamsRequest {
|
|
771
631
|
|
|
@@ -773,20 +633,12 @@ export interface AddFlowMediaStreamsRequest {
|
|
|
773
633
|
|
|
774
634
|
MediaStreams: AddMediaStreamRequest[] | undefined;
|
|
775
635
|
}
|
|
776
|
-
export declare namespace AddFlowMediaStreamsRequest {
|
|
777
|
-
|
|
778
|
-
const filterSensitiveLog: (obj: AddFlowMediaStreamsRequest) => any;
|
|
779
|
-
}
|
|
780
636
|
export interface AddFlowMediaStreamsResponse {
|
|
781
637
|
|
|
782
638
|
FlowArn?: string;
|
|
783
639
|
|
|
784
640
|
MediaStreams?: MediaStream[];
|
|
785
641
|
}
|
|
786
|
-
export declare namespace AddFlowMediaStreamsResponse {
|
|
787
|
-
|
|
788
|
-
const filterSensitiveLog: (obj: AddFlowMediaStreamsResponse) => any;
|
|
789
|
-
}
|
|
790
642
|
|
|
791
643
|
export declare class BadRequestException extends __BaseException {
|
|
792
644
|
readonly name: "BadRequestException";
|
|
@@ -857,20 +709,12 @@ export interface AddFlowOutputsRequest {
|
|
|
857
709
|
|
|
858
710
|
Outputs: AddOutputRequest[] | undefined;
|
|
859
711
|
}
|
|
860
|
-
export declare namespace AddFlowOutputsRequest {
|
|
861
|
-
|
|
862
|
-
const filterSensitiveLog: (obj: AddFlowOutputsRequest) => any;
|
|
863
|
-
}
|
|
864
712
|
export interface AddFlowOutputsResponse {
|
|
865
713
|
|
|
866
714
|
FlowArn?: string;
|
|
867
715
|
|
|
868
716
|
Outputs?: Output[];
|
|
869
717
|
}
|
|
870
|
-
export declare namespace AddFlowOutputsResponse {
|
|
871
|
-
|
|
872
|
-
const filterSensitiveLog: (obj: AddFlowOutputsResponse) => any;
|
|
873
|
-
}
|
|
874
718
|
|
|
875
719
|
export interface AddFlowSourcesRequest {
|
|
876
720
|
|
|
@@ -878,20 +722,12 @@ export interface AddFlowSourcesRequest {
|
|
|
878
722
|
|
|
879
723
|
Sources: SetSourceRequest[] | undefined;
|
|
880
724
|
}
|
|
881
|
-
export declare namespace AddFlowSourcesRequest {
|
|
882
|
-
|
|
883
|
-
const filterSensitiveLog: (obj: AddFlowSourcesRequest) => any;
|
|
884
|
-
}
|
|
885
725
|
export interface AddFlowSourcesResponse {
|
|
886
726
|
|
|
887
727
|
FlowArn?: string;
|
|
888
728
|
|
|
889
729
|
Sources?: Source[];
|
|
890
730
|
}
|
|
891
|
-
export declare namespace AddFlowSourcesResponse {
|
|
892
|
-
|
|
893
|
-
const filterSensitiveLog: (obj: AddFlowSourcesResponse) => any;
|
|
894
|
-
}
|
|
895
731
|
|
|
896
732
|
export interface AddFlowVpcInterfacesRequest {
|
|
897
733
|
|
|
@@ -899,20 +735,12 @@ export interface AddFlowVpcInterfacesRequest {
|
|
|
899
735
|
|
|
900
736
|
VpcInterfaces: VpcInterfaceRequest[] | undefined;
|
|
901
737
|
}
|
|
902
|
-
export declare namespace AddFlowVpcInterfacesRequest {
|
|
903
|
-
|
|
904
|
-
const filterSensitiveLog: (obj: AddFlowVpcInterfacesRequest) => any;
|
|
905
|
-
}
|
|
906
738
|
export interface AddFlowVpcInterfacesResponse {
|
|
907
739
|
|
|
908
740
|
FlowArn?: string;
|
|
909
741
|
|
|
910
742
|
VpcInterfaces?: VpcInterface[];
|
|
911
743
|
}
|
|
912
|
-
export declare namespace AddFlowVpcInterfacesResponse {
|
|
913
|
-
|
|
914
|
-
const filterSensitiveLog: (obj: AddFlowVpcInterfacesResponse) => any;
|
|
915
|
-
}
|
|
916
744
|
|
|
917
745
|
export interface AddMaintenance {
|
|
918
746
|
|
|
@@ -920,10 +748,6 @@ export interface AddMaintenance {
|
|
|
920
748
|
|
|
921
749
|
MaintenanceStartHour: string | undefined;
|
|
922
750
|
}
|
|
923
|
-
export declare namespace AddMaintenance {
|
|
924
|
-
|
|
925
|
-
const filterSensitiveLog: (obj: AddMaintenance) => any;
|
|
926
|
-
}
|
|
927
751
|
|
|
928
752
|
export declare class CreateFlow420Exception extends __BaseException {
|
|
929
753
|
readonly name: "CreateFlow420Exception";
|
|
@@ -942,10 +766,6 @@ export interface SourcePriority {
|
|
|
942
766
|
|
|
943
767
|
PrimarySource?: string;
|
|
944
768
|
}
|
|
945
|
-
export declare namespace SourcePriority {
|
|
946
|
-
|
|
947
|
-
const filterSensitiveLog: (obj: SourcePriority) => any;
|
|
948
|
-
}
|
|
949
769
|
export declare enum State {
|
|
950
770
|
DISABLED = "DISABLED",
|
|
951
771
|
ENABLED = "ENABLED"
|
|
@@ -960,10 +780,6 @@ export interface FailoverConfig {
|
|
|
960
780
|
SourcePriority?: SourcePriority;
|
|
961
781
|
State?: State | string;
|
|
962
782
|
}
|
|
963
|
-
export declare namespace FailoverConfig {
|
|
964
|
-
|
|
965
|
-
const filterSensitiveLog: (obj: FailoverConfig) => any;
|
|
966
|
-
}
|
|
967
783
|
|
|
968
784
|
export interface CreateFlowRequest {
|
|
969
785
|
|
|
@@ -986,10 +802,6 @@ export interface CreateFlowRequest {
|
|
|
986
802
|
|
|
987
803
|
Maintenance?: AddMaintenance;
|
|
988
804
|
}
|
|
989
|
-
export declare namespace CreateFlowRequest {
|
|
990
|
-
|
|
991
|
-
const filterSensitiveLog: (obj: CreateFlowRequest) => any;
|
|
992
|
-
}
|
|
993
805
|
|
|
994
806
|
export interface Flow {
|
|
995
807
|
|
|
@@ -1020,95 +832,51 @@ export interface Flow {
|
|
|
1020
832
|
|
|
1021
833
|
Maintenance?: Maintenance;
|
|
1022
834
|
}
|
|
1023
|
-
export declare namespace Flow {
|
|
1024
|
-
|
|
1025
|
-
const filterSensitiveLog: (obj: Flow) => any;
|
|
1026
|
-
}
|
|
1027
835
|
export interface CreateFlowResponse {
|
|
1028
836
|
|
|
1029
837
|
Flow?: Flow;
|
|
1030
838
|
}
|
|
1031
|
-
export declare namespace CreateFlowResponse {
|
|
1032
|
-
|
|
1033
|
-
const filterSensitiveLog: (obj: CreateFlowResponse) => any;
|
|
1034
|
-
}
|
|
1035
839
|
export interface DeleteFlowRequest {
|
|
1036
840
|
|
|
1037
841
|
FlowArn: string | undefined;
|
|
1038
842
|
}
|
|
1039
|
-
export declare namespace DeleteFlowRequest {
|
|
1040
|
-
|
|
1041
|
-
const filterSensitiveLog: (obj: DeleteFlowRequest) => any;
|
|
1042
|
-
}
|
|
1043
843
|
export interface DeleteFlowResponse {
|
|
1044
844
|
|
|
1045
845
|
FlowArn?: string;
|
|
1046
846
|
|
|
1047
847
|
Status?: Status | string;
|
|
1048
848
|
}
|
|
1049
|
-
export declare namespace DeleteFlowResponse {
|
|
1050
|
-
|
|
1051
|
-
const filterSensitiveLog: (obj: DeleteFlowResponse) => any;
|
|
1052
|
-
}
|
|
1053
849
|
export interface DescribeFlowRequest {
|
|
1054
850
|
|
|
1055
851
|
FlowArn: string | undefined;
|
|
1056
852
|
}
|
|
1057
|
-
export declare namespace DescribeFlowRequest {
|
|
1058
|
-
|
|
1059
|
-
const filterSensitiveLog: (obj: DescribeFlowRequest) => any;
|
|
1060
|
-
}
|
|
1061
853
|
|
|
1062
854
|
export interface Messages {
|
|
1063
855
|
|
|
1064
856
|
Errors: string[] | undefined;
|
|
1065
857
|
}
|
|
1066
|
-
export declare namespace Messages {
|
|
1067
|
-
|
|
1068
|
-
const filterSensitiveLog: (obj: Messages) => any;
|
|
1069
|
-
}
|
|
1070
858
|
export interface DescribeFlowResponse {
|
|
1071
859
|
|
|
1072
860
|
Flow?: Flow;
|
|
1073
861
|
|
|
1074
862
|
Messages?: Messages;
|
|
1075
863
|
}
|
|
1076
|
-
export declare namespace DescribeFlowResponse {
|
|
1077
|
-
|
|
1078
|
-
const filterSensitiveLog: (obj: DescribeFlowResponse) => any;
|
|
1079
|
-
}
|
|
1080
864
|
export interface DescribeOfferingRequest {
|
|
1081
865
|
|
|
1082
866
|
OfferingArn: string | undefined;
|
|
1083
867
|
}
|
|
1084
|
-
export declare namespace DescribeOfferingRequest {
|
|
1085
|
-
|
|
1086
|
-
const filterSensitiveLog: (obj: DescribeOfferingRequest) => any;
|
|
1087
|
-
}
|
|
1088
868
|
export interface DescribeOfferingResponse {
|
|
1089
869
|
|
|
1090
870
|
Offering?: Offering;
|
|
1091
871
|
}
|
|
1092
|
-
export declare namespace DescribeOfferingResponse {
|
|
1093
|
-
|
|
1094
|
-
const filterSensitiveLog: (obj: DescribeOfferingResponse) => any;
|
|
1095
|
-
}
|
|
1096
872
|
export interface DescribeReservationRequest {
|
|
1097
873
|
|
|
1098
874
|
ReservationArn: string | undefined;
|
|
1099
875
|
}
|
|
1100
|
-
export declare namespace DescribeReservationRequest {
|
|
1101
|
-
|
|
1102
|
-
const filterSensitiveLog: (obj: DescribeReservationRequest) => any;
|
|
1103
|
-
}
|
|
1104
876
|
export interface DescribeReservationResponse {
|
|
1105
877
|
|
|
1106
878
|
Reservation?: Reservation;
|
|
1107
879
|
}
|
|
1108
|
-
export declare namespace DescribeReservationResponse {
|
|
1109
|
-
|
|
1110
|
-
const filterSensitiveLog: (obj: DescribeReservationResponse) => any;
|
|
1111
|
-
}
|
|
1112
880
|
|
|
1113
881
|
export declare class GrantFlowEntitlements420Exception extends __BaseException {
|
|
1114
882
|
readonly name: "GrantFlowEntitlements420Exception";
|
|
@@ -1125,116 +893,68 @@ export interface GrantFlowEntitlementsRequest {
|
|
|
1125
893
|
|
|
1126
894
|
FlowArn: string | undefined;
|
|
1127
895
|
}
|
|
1128
|
-
export declare namespace GrantFlowEntitlementsRequest {
|
|
1129
|
-
|
|
1130
|
-
const filterSensitiveLog: (obj: GrantFlowEntitlementsRequest) => any;
|
|
1131
|
-
}
|
|
1132
896
|
export interface GrantFlowEntitlementsResponse {
|
|
1133
897
|
|
|
1134
898
|
Entitlements?: Entitlement[];
|
|
1135
899
|
|
|
1136
900
|
FlowArn?: string;
|
|
1137
901
|
}
|
|
1138
|
-
export declare namespace GrantFlowEntitlementsResponse {
|
|
1139
|
-
|
|
1140
|
-
const filterSensitiveLog: (obj: GrantFlowEntitlementsResponse) => any;
|
|
1141
|
-
}
|
|
1142
902
|
export interface ListEntitlementsRequest {
|
|
1143
903
|
|
|
1144
904
|
MaxResults?: number;
|
|
1145
905
|
|
|
1146
906
|
NextToken?: string;
|
|
1147
907
|
}
|
|
1148
|
-
export declare namespace ListEntitlementsRequest {
|
|
1149
|
-
|
|
1150
|
-
const filterSensitiveLog: (obj: ListEntitlementsRequest) => any;
|
|
1151
|
-
}
|
|
1152
908
|
export interface ListEntitlementsResponse {
|
|
1153
909
|
|
|
1154
910
|
Entitlements?: ListedEntitlement[];
|
|
1155
911
|
|
|
1156
912
|
NextToken?: string;
|
|
1157
913
|
}
|
|
1158
|
-
export declare namespace ListEntitlementsResponse {
|
|
1159
|
-
|
|
1160
|
-
const filterSensitiveLog: (obj: ListEntitlementsResponse) => any;
|
|
1161
|
-
}
|
|
1162
914
|
export interface ListFlowsRequest {
|
|
1163
915
|
|
|
1164
916
|
MaxResults?: number;
|
|
1165
917
|
|
|
1166
918
|
NextToken?: string;
|
|
1167
919
|
}
|
|
1168
|
-
export declare namespace ListFlowsRequest {
|
|
1169
|
-
|
|
1170
|
-
const filterSensitiveLog: (obj: ListFlowsRequest) => any;
|
|
1171
|
-
}
|
|
1172
920
|
export interface ListFlowsResponse {
|
|
1173
921
|
|
|
1174
922
|
Flows?: ListedFlow[];
|
|
1175
923
|
|
|
1176
924
|
NextToken?: string;
|
|
1177
925
|
}
|
|
1178
|
-
export declare namespace ListFlowsResponse {
|
|
1179
|
-
|
|
1180
|
-
const filterSensitiveLog: (obj: ListFlowsResponse) => any;
|
|
1181
|
-
}
|
|
1182
926
|
export interface ListOfferingsRequest {
|
|
1183
927
|
|
|
1184
928
|
MaxResults?: number;
|
|
1185
929
|
|
|
1186
930
|
NextToken?: string;
|
|
1187
931
|
}
|
|
1188
|
-
export declare namespace ListOfferingsRequest {
|
|
1189
|
-
|
|
1190
|
-
const filterSensitiveLog: (obj: ListOfferingsRequest) => any;
|
|
1191
|
-
}
|
|
1192
932
|
export interface ListOfferingsResponse {
|
|
1193
933
|
|
|
1194
934
|
NextToken?: string;
|
|
1195
935
|
|
|
1196
936
|
Offerings?: Offering[];
|
|
1197
937
|
}
|
|
1198
|
-
export declare namespace ListOfferingsResponse {
|
|
1199
|
-
|
|
1200
|
-
const filterSensitiveLog: (obj: ListOfferingsResponse) => any;
|
|
1201
|
-
}
|
|
1202
938
|
export interface ListReservationsRequest {
|
|
1203
939
|
|
|
1204
940
|
MaxResults?: number;
|
|
1205
941
|
|
|
1206
942
|
NextToken?: string;
|
|
1207
943
|
}
|
|
1208
|
-
export declare namespace ListReservationsRequest {
|
|
1209
|
-
|
|
1210
|
-
const filterSensitiveLog: (obj: ListReservationsRequest) => any;
|
|
1211
|
-
}
|
|
1212
944
|
export interface ListReservationsResponse {
|
|
1213
945
|
|
|
1214
946
|
NextToken?: string;
|
|
1215
947
|
|
|
1216
948
|
Reservations?: Reservation[];
|
|
1217
949
|
}
|
|
1218
|
-
export declare namespace ListReservationsResponse {
|
|
1219
|
-
|
|
1220
|
-
const filterSensitiveLog: (obj: ListReservationsResponse) => any;
|
|
1221
|
-
}
|
|
1222
950
|
export interface ListTagsForResourceRequest {
|
|
1223
951
|
|
|
1224
952
|
ResourceArn: string | undefined;
|
|
1225
953
|
}
|
|
1226
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1227
|
-
|
|
1228
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1229
|
-
}
|
|
1230
954
|
export interface ListTagsForResourceResponse {
|
|
1231
955
|
|
|
1232
956
|
Tags?: Record<string, string>;
|
|
1233
957
|
}
|
|
1234
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1235
|
-
|
|
1236
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1237
|
-
}
|
|
1238
958
|
|
|
1239
959
|
export interface PurchaseOfferingRequest {
|
|
1240
960
|
|
|
@@ -1244,88 +964,52 @@ export interface PurchaseOfferingRequest {
|
|
|
1244
964
|
|
|
1245
965
|
Start: string | undefined;
|
|
1246
966
|
}
|
|
1247
|
-
export declare namespace PurchaseOfferingRequest {
|
|
1248
|
-
|
|
1249
|
-
const filterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
|
|
1250
|
-
}
|
|
1251
967
|
export interface PurchaseOfferingResponse {
|
|
1252
968
|
|
|
1253
969
|
Reservation?: Reservation;
|
|
1254
970
|
}
|
|
1255
|
-
export declare namespace PurchaseOfferingResponse {
|
|
1256
|
-
|
|
1257
|
-
const filterSensitiveLog: (obj: PurchaseOfferingResponse) => any;
|
|
1258
|
-
}
|
|
1259
971
|
export interface RemoveFlowMediaStreamRequest {
|
|
1260
972
|
|
|
1261
973
|
FlowArn: string | undefined;
|
|
1262
974
|
|
|
1263
975
|
MediaStreamName: string | undefined;
|
|
1264
976
|
}
|
|
1265
|
-
export declare namespace RemoveFlowMediaStreamRequest {
|
|
1266
|
-
|
|
1267
|
-
const filterSensitiveLog: (obj: RemoveFlowMediaStreamRequest) => any;
|
|
1268
|
-
}
|
|
1269
977
|
export interface RemoveFlowMediaStreamResponse {
|
|
1270
978
|
|
|
1271
979
|
FlowArn?: string;
|
|
1272
980
|
|
|
1273
981
|
MediaStreamName?: string;
|
|
1274
982
|
}
|
|
1275
|
-
export declare namespace RemoveFlowMediaStreamResponse {
|
|
1276
|
-
|
|
1277
|
-
const filterSensitiveLog: (obj: RemoveFlowMediaStreamResponse) => any;
|
|
1278
|
-
}
|
|
1279
983
|
export interface RemoveFlowOutputRequest {
|
|
1280
984
|
|
|
1281
985
|
FlowArn: string | undefined;
|
|
1282
986
|
|
|
1283
987
|
OutputArn: string | undefined;
|
|
1284
988
|
}
|
|
1285
|
-
export declare namespace RemoveFlowOutputRequest {
|
|
1286
|
-
|
|
1287
|
-
const filterSensitiveLog: (obj: RemoveFlowOutputRequest) => any;
|
|
1288
|
-
}
|
|
1289
989
|
export interface RemoveFlowOutputResponse {
|
|
1290
990
|
|
|
1291
991
|
FlowArn?: string;
|
|
1292
992
|
|
|
1293
993
|
OutputArn?: string;
|
|
1294
994
|
}
|
|
1295
|
-
export declare namespace RemoveFlowOutputResponse {
|
|
1296
|
-
|
|
1297
|
-
const filterSensitiveLog: (obj: RemoveFlowOutputResponse) => any;
|
|
1298
|
-
}
|
|
1299
995
|
export interface RemoveFlowSourceRequest {
|
|
1300
996
|
|
|
1301
997
|
FlowArn: string | undefined;
|
|
1302
998
|
|
|
1303
999
|
SourceArn: string | undefined;
|
|
1304
1000
|
}
|
|
1305
|
-
export declare namespace RemoveFlowSourceRequest {
|
|
1306
|
-
|
|
1307
|
-
const filterSensitiveLog: (obj: RemoveFlowSourceRequest) => any;
|
|
1308
|
-
}
|
|
1309
1001
|
export interface RemoveFlowSourceResponse {
|
|
1310
1002
|
|
|
1311
1003
|
FlowArn?: string;
|
|
1312
1004
|
|
|
1313
1005
|
SourceArn?: string;
|
|
1314
1006
|
}
|
|
1315
|
-
export declare namespace RemoveFlowSourceResponse {
|
|
1316
|
-
|
|
1317
|
-
const filterSensitiveLog: (obj: RemoveFlowSourceResponse) => any;
|
|
1318
|
-
}
|
|
1319
1007
|
export interface RemoveFlowVpcInterfaceRequest {
|
|
1320
1008
|
|
|
1321
1009
|
FlowArn: string | undefined;
|
|
1322
1010
|
|
|
1323
1011
|
VpcInterfaceName: string | undefined;
|
|
1324
1012
|
}
|
|
1325
|
-
export declare namespace RemoveFlowVpcInterfaceRequest {
|
|
1326
|
-
|
|
1327
|
-
const filterSensitiveLog: (obj: RemoveFlowVpcInterfaceRequest) => any;
|
|
1328
|
-
}
|
|
1329
1013
|
export interface RemoveFlowVpcInterfaceResponse {
|
|
1330
1014
|
|
|
1331
1015
|
FlowArn?: string;
|
|
@@ -1334,66 +1018,38 @@ export interface RemoveFlowVpcInterfaceResponse {
|
|
|
1334
1018
|
|
|
1335
1019
|
VpcInterfaceName?: string;
|
|
1336
1020
|
}
|
|
1337
|
-
export declare namespace RemoveFlowVpcInterfaceResponse {
|
|
1338
|
-
|
|
1339
|
-
const filterSensitiveLog: (obj: RemoveFlowVpcInterfaceResponse) => any;
|
|
1340
|
-
}
|
|
1341
1021
|
export interface RevokeFlowEntitlementRequest {
|
|
1342
1022
|
|
|
1343
1023
|
EntitlementArn: string | undefined;
|
|
1344
1024
|
|
|
1345
1025
|
FlowArn: string | undefined;
|
|
1346
1026
|
}
|
|
1347
|
-
export declare namespace RevokeFlowEntitlementRequest {
|
|
1348
|
-
|
|
1349
|
-
const filterSensitiveLog: (obj: RevokeFlowEntitlementRequest) => any;
|
|
1350
|
-
}
|
|
1351
1027
|
export interface RevokeFlowEntitlementResponse {
|
|
1352
1028
|
|
|
1353
1029
|
EntitlementArn?: string;
|
|
1354
1030
|
|
|
1355
1031
|
FlowArn?: string;
|
|
1356
1032
|
}
|
|
1357
|
-
export declare namespace RevokeFlowEntitlementResponse {
|
|
1358
|
-
|
|
1359
|
-
const filterSensitiveLog: (obj: RevokeFlowEntitlementResponse) => any;
|
|
1360
|
-
}
|
|
1361
1033
|
export interface StartFlowRequest {
|
|
1362
1034
|
|
|
1363
1035
|
FlowArn: string | undefined;
|
|
1364
1036
|
}
|
|
1365
|
-
export declare namespace StartFlowRequest {
|
|
1366
|
-
|
|
1367
|
-
const filterSensitiveLog: (obj: StartFlowRequest) => any;
|
|
1368
|
-
}
|
|
1369
1037
|
export interface StartFlowResponse {
|
|
1370
1038
|
|
|
1371
1039
|
FlowArn?: string;
|
|
1372
1040
|
|
|
1373
1041
|
Status?: Status | string;
|
|
1374
1042
|
}
|
|
1375
|
-
export declare namespace StartFlowResponse {
|
|
1376
|
-
|
|
1377
|
-
const filterSensitiveLog: (obj: StartFlowResponse) => any;
|
|
1378
|
-
}
|
|
1379
1043
|
export interface StopFlowRequest {
|
|
1380
1044
|
|
|
1381
1045
|
FlowArn: string | undefined;
|
|
1382
1046
|
}
|
|
1383
|
-
export declare namespace StopFlowRequest {
|
|
1384
|
-
|
|
1385
|
-
const filterSensitiveLog: (obj: StopFlowRequest) => any;
|
|
1386
|
-
}
|
|
1387
1047
|
export interface StopFlowResponse {
|
|
1388
1048
|
|
|
1389
1049
|
FlowArn?: string;
|
|
1390
1050
|
|
|
1391
1051
|
Status?: Status | string;
|
|
1392
1052
|
}
|
|
1393
|
-
export declare namespace StopFlowResponse {
|
|
1394
|
-
|
|
1395
|
-
const filterSensitiveLog: (obj: StopFlowResponse) => any;
|
|
1396
|
-
}
|
|
1397
1053
|
|
|
1398
1054
|
export interface TagResourceRequest {
|
|
1399
1055
|
|
|
@@ -1401,20 +1057,12 @@ export interface TagResourceRequest {
|
|
|
1401
1057
|
|
|
1402
1058
|
Tags: Record<string, string> | undefined;
|
|
1403
1059
|
}
|
|
1404
|
-
export declare namespace TagResourceRequest {
|
|
1405
|
-
|
|
1406
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1407
|
-
}
|
|
1408
1060
|
export interface UntagResourceRequest {
|
|
1409
1061
|
|
|
1410
1062
|
ResourceArn: string | undefined;
|
|
1411
1063
|
|
|
1412
1064
|
TagKeys: string[] | undefined;
|
|
1413
1065
|
}
|
|
1414
|
-
export declare namespace UntagResourceRequest {
|
|
1415
|
-
|
|
1416
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1417
|
-
}
|
|
1418
1066
|
|
|
1419
1067
|
export interface UpdateMaintenance {
|
|
1420
1068
|
|
|
@@ -1424,10 +1072,6 @@ export interface UpdateMaintenance {
|
|
|
1424
1072
|
|
|
1425
1073
|
MaintenanceStartHour?: string;
|
|
1426
1074
|
}
|
|
1427
|
-
export declare namespace UpdateMaintenance {
|
|
1428
|
-
|
|
1429
|
-
const filterSensitiveLog: (obj: UpdateMaintenance) => any;
|
|
1430
|
-
}
|
|
1431
1075
|
|
|
1432
1076
|
export interface UpdateFailoverConfig {
|
|
1433
1077
|
|
|
@@ -1438,10 +1082,6 @@ export interface UpdateFailoverConfig {
|
|
|
1438
1082
|
SourcePriority?: SourcePriority;
|
|
1439
1083
|
State?: State | string;
|
|
1440
1084
|
}
|
|
1441
|
-
export declare namespace UpdateFailoverConfig {
|
|
1442
|
-
|
|
1443
|
-
const filterSensitiveLog: (obj: UpdateFailoverConfig) => any;
|
|
1444
|
-
}
|
|
1445
1085
|
|
|
1446
1086
|
export interface UpdateFlowRequest {
|
|
1447
1087
|
|
|
@@ -1451,18 +1091,10 @@ export interface UpdateFlowRequest {
|
|
|
1451
1091
|
|
|
1452
1092
|
Maintenance?: UpdateMaintenance;
|
|
1453
1093
|
}
|
|
1454
|
-
export declare namespace UpdateFlowRequest {
|
|
1455
|
-
|
|
1456
|
-
const filterSensitiveLog: (obj: UpdateFlowRequest) => any;
|
|
1457
|
-
}
|
|
1458
1094
|
export interface UpdateFlowResponse {
|
|
1459
1095
|
|
|
1460
1096
|
Flow?: Flow;
|
|
1461
1097
|
}
|
|
1462
|
-
export declare namespace UpdateFlowResponse {
|
|
1463
|
-
|
|
1464
|
-
const filterSensitiveLog: (obj: UpdateFlowResponse) => any;
|
|
1465
|
-
}
|
|
1466
1098
|
|
|
1467
1099
|
export interface UpdateEncryption {
|
|
1468
1100
|
|
|
@@ -1484,10 +1116,6 @@ export interface UpdateEncryption {
|
|
|
1484
1116
|
|
|
1485
1117
|
Url?: string;
|
|
1486
1118
|
}
|
|
1487
|
-
export declare namespace UpdateEncryption {
|
|
1488
|
-
|
|
1489
|
-
const filterSensitiveLog: (obj: UpdateEncryption) => any;
|
|
1490
|
-
}
|
|
1491
1119
|
|
|
1492
1120
|
export interface UpdateFlowEntitlementRequest {
|
|
1493
1121
|
|
|
@@ -1503,20 +1131,12 @@ export interface UpdateFlowEntitlementRequest {
|
|
|
1503
1131
|
|
|
1504
1132
|
Subscribers?: string[];
|
|
1505
1133
|
}
|
|
1506
|
-
export declare namespace UpdateFlowEntitlementRequest {
|
|
1507
|
-
|
|
1508
|
-
const filterSensitiveLog: (obj: UpdateFlowEntitlementRequest) => any;
|
|
1509
|
-
}
|
|
1510
1134
|
export interface UpdateFlowEntitlementResponse {
|
|
1511
1135
|
|
|
1512
1136
|
Entitlement?: Entitlement;
|
|
1513
1137
|
|
|
1514
1138
|
FlowArn?: string;
|
|
1515
1139
|
}
|
|
1516
|
-
export declare namespace UpdateFlowEntitlementResponse {
|
|
1517
|
-
|
|
1518
|
-
const filterSensitiveLog: (obj: UpdateFlowEntitlementResponse) => any;
|
|
1519
|
-
}
|
|
1520
1140
|
|
|
1521
1141
|
export interface UpdateFlowMediaStreamRequest {
|
|
1522
1142
|
|
|
@@ -1534,20 +1154,12 @@ export interface UpdateFlowMediaStreamRequest {
|
|
|
1534
1154
|
|
|
1535
1155
|
VideoFormat?: string;
|
|
1536
1156
|
}
|
|
1537
|
-
export declare namespace UpdateFlowMediaStreamRequest {
|
|
1538
|
-
|
|
1539
|
-
const filterSensitiveLog: (obj: UpdateFlowMediaStreamRequest) => any;
|
|
1540
|
-
}
|
|
1541
1157
|
export interface UpdateFlowMediaStreamResponse {
|
|
1542
1158
|
|
|
1543
1159
|
FlowArn?: string;
|
|
1544
1160
|
|
|
1545
1161
|
MediaStream?: MediaStream;
|
|
1546
1162
|
}
|
|
1547
|
-
export declare namespace UpdateFlowMediaStreamResponse {
|
|
1548
|
-
|
|
1549
|
-
const filterSensitiveLog: (obj: UpdateFlowMediaStreamResponse) => any;
|
|
1550
|
-
}
|
|
1551
1163
|
|
|
1552
1164
|
export interface UpdateFlowOutputRequest {
|
|
1553
1165
|
|
|
@@ -1585,20 +1197,12 @@ export interface UpdateFlowOutputRequest {
|
|
|
1585
1197
|
|
|
1586
1198
|
VpcInterfaceAttachment?: VpcInterfaceAttachment;
|
|
1587
1199
|
}
|
|
1588
|
-
export declare namespace UpdateFlowOutputRequest {
|
|
1589
|
-
|
|
1590
|
-
const filterSensitiveLog: (obj: UpdateFlowOutputRequest) => any;
|
|
1591
|
-
}
|
|
1592
1200
|
export interface UpdateFlowOutputResponse {
|
|
1593
1201
|
|
|
1594
1202
|
FlowArn?: string;
|
|
1595
1203
|
|
|
1596
1204
|
Output?: Output;
|
|
1597
1205
|
}
|
|
1598
|
-
export declare namespace UpdateFlowOutputResponse {
|
|
1599
|
-
|
|
1600
|
-
const filterSensitiveLog: (obj: UpdateFlowOutputResponse) => any;
|
|
1601
|
-
}
|
|
1602
1206
|
|
|
1603
1207
|
export interface UpdateFlowSourceRequest {
|
|
1604
1208
|
|
|
@@ -1636,17 +1240,211 @@ export interface UpdateFlowSourceRequest {
|
|
|
1636
1240
|
|
|
1637
1241
|
WhitelistCidr?: string;
|
|
1638
1242
|
}
|
|
1639
|
-
export declare namespace UpdateFlowSourceRequest {
|
|
1640
|
-
|
|
1641
|
-
const filterSensitiveLog: (obj: UpdateFlowSourceRequest) => any;
|
|
1642
|
-
}
|
|
1643
1243
|
export interface UpdateFlowSourceResponse {
|
|
1644
1244
|
|
|
1645
1245
|
FlowArn?: string;
|
|
1646
1246
|
|
|
1647
1247
|
Source?: Source;
|
|
1648
1248
|
}
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1249
|
+
|
|
1250
|
+
export declare const FmtpRequestFilterSensitiveLog: (obj: FmtpRequest) => any;
|
|
1251
|
+
|
|
1252
|
+
export declare const MediaStreamAttributesRequestFilterSensitiveLog: (obj: MediaStreamAttributesRequest) => any;
|
|
1253
|
+
|
|
1254
|
+
export declare const AddMediaStreamRequestFilterSensitiveLog: (obj: AddMediaStreamRequest) => any;
|
|
1255
|
+
|
|
1256
|
+
export declare const EncryptionFilterSensitiveLog: (obj: Encryption) => any;
|
|
1257
|
+
|
|
1258
|
+
export declare const InterfaceRequestFilterSensitiveLog: (obj: InterfaceRequest) => any;
|
|
1259
|
+
|
|
1260
|
+
export declare const DestinationConfigurationRequestFilterSensitiveLog: (obj: DestinationConfigurationRequest) => any;
|
|
1261
|
+
|
|
1262
|
+
export declare const EncodingParametersRequestFilterSensitiveLog: (obj: EncodingParametersRequest) => any;
|
|
1263
|
+
|
|
1264
|
+
export declare const MediaStreamOutputConfigurationRequestFilterSensitiveLog: (obj: MediaStreamOutputConfigurationRequest) => any;
|
|
1265
|
+
|
|
1266
|
+
export declare const VpcInterfaceAttachmentFilterSensitiveLog: (obj: VpcInterfaceAttachment) => any;
|
|
1267
|
+
|
|
1268
|
+
export declare const AddOutputRequestFilterSensitiveLog: (obj: AddOutputRequest) => any;
|
|
1269
|
+
|
|
1270
|
+
export declare const InterfaceFilterSensitiveLog: (obj: Interface) => any;
|
|
1271
|
+
|
|
1272
|
+
export declare const DestinationConfigurationFilterSensitiveLog: (obj: DestinationConfiguration) => any;
|
|
1273
|
+
|
|
1274
|
+
export declare const EntitlementFilterSensitiveLog: (obj: Entitlement) => any;
|
|
1275
|
+
|
|
1276
|
+
export declare const GrantEntitlementRequestFilterSensitiveLog: (obj: GrantEntitlementRequest) => any;
|
|
1277
|
+
|
|
1278
|
+
export declare const InputConfigurationFilterSensitiveLog: (obj: InputConfiguration) => any;
|
|
1279
|
+
|
|
1280
|
+
export declare const InputConfigurationRequestFilterSensitiveLog: (obj: InputConfigurationRequest) => any;
|
|
1281
|
+
|
|
1282
|
+
export declare const ListedEntitlementFilterSensitiveLog: (obj: ListedEntitlement) => any;
|
|
1283
|
+
|
|
1284
|
+
export declare const MaintenanceFilterSensitiveLog: (obj: Maintenance) => any;
|
|
1285
|
+
|
|
1286
|
+
export declare const ListedFlowFilterSensitiveLog: (obj: ListedFlow) => any;
|
|
1287
|
+
|
|
1288
|
+
export declare const FmtpFilterSensitiveLog: (obj: Fmtp) => any;
|
|
1289
|
+
|
|
1290
|
+
export declare const MediaStreamAttributesFilterSensitiveLog: (obj: MediaStreamAttributes) => any;
|
|
1291
|
+
|
|
1292
|
+
export declare const MediaStreamFilterSensitiveLog: (obj: MediaStream) => any;
|
|
1293
|
+
|
|
1294
|
+
export declare const EncodingParametersFilterSensitiveLog: (obj: EncodingParameters) => any;
|
|
1295
|
+
|
|
1296
|
+
export declare const MediaStreamOutputConfigurationFilterSensitiveLog: (obj: MediaStreamOutputConfiguration) => any;
|
|
1297
|
+
|
|
1298
|
+
export declare const MediaStreamSourceConfigurationFilterSensitiveLog: (obj: MediaStreamSourceConfiguration) => any;
|
|
1299
|
+
|
|
1300
|
+
export declare const MediaStreamSourceConfigurationRequestFilterSensitiveLog: (obj: MediaStreamSourceConfigurationRequest) => any;
|
|
1301
|
+
|
|
1302
|
+
export declare const ResourceSpecificationFilterSensitiveLog: (obj: ResourceSpecification) => any;
|
|
1303
|
+
|
|
1304
|
+
export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
|
|
1305
|
+
|
|
1306
|
+
export declare const TransportFilterSensitiveLog: (obj: Transport) => any;
|
|
1307
|
+
|
|
1308
|
+
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
1309
|
+
|
|
1310
|
+
export declare const ReservationFilterSensitiveLog: (obj: Reservation) => any;
|
|
1311
|
+
|
|
1312
|
+
export declare const SetSourceRequestFilterSensitiveLog: (obj: SetSourceRequest) => any;
|
|
1313
|
+
|
|
1314
|
+
export declare const SourceFilterSensitiveLog: (obj: Source) => any;
|
|
1315
|
+
|
|
1316
|
+
export declare const VpcInterfaceFilterSensitiveLog: (obj: VpcInterface) => any;
|
|
1317
|
+
|
|
1318
|
+
export declare const VpcInterfaceRequestFilterSensitiveLog: (obj: VpcInterfaceRequest) => any;
|
|
1319
|
+
|
|
1320
|
+
export declare const AddFlowMediaStreamsRequestFilterSensitiveLog: (obj: AddFlowMediaStreamsRequest) => any;
|
|
1321
|
+
|
|
1322
|
+
export declare const AddFlowMediaStreamsResponseFilterSensitiveLog: (obj: AddFlowMediaStreamsResponse) => any;
|
|
1323
|
+
|
|
1324
|
+
export declare const AddFlowOutputsRequestFilterSensitiveLog: (obj: AddFlowOutputsRequest) => any;
|
|
1325
|
+
|
|
1326
|
+
export declare const AddFlowOutputsResponseFilterSensitiveLog: (obj: AddFlowOutputsResponse) => any;
|
|
1327
|
+
|
|
1328
|
+
export declare const AddFlowSourcesRequestFilterSensitiveLog: (obj: AddFlowSourcesRequest) => any;
|
|
1329
|
+
|
|
1330
|
+
export declare const AddFlowSourcesResponseFilterSensitiveLog: (obj: AddFlowSourcesResponse) => any;
|
|
1331
|
+
|
|
1332
|
+
export declare const AddFlowVpcInterfacesRequestFilterSensitiveLog: (obj: AddFlowVpcInterfacesRequest) => any;
|
|
1333
|
+
|
|
1334
|
+
export declare const AddFlowVpcInterfacesResponseFilterSensitiveLog: (obj: AddFlowVpcInterfacesResponse) => any;
|
|
1335
|
+
|
|
1336
|
+
export declare const AddMaintenanceFilterSensitiveLog: (obj: AddMaintenance) => any;
|
|
1337
|
+
|
|
1338
|
+
export declare const SourcePriorityFilterSensitiveLog: (obj: SourcePriority) => any;
|
|
1339
|
+
|
|
1340
|
+
export declare const FailoverConfigFilterSensitiveLog: (obj: FailoverConfig) => any;
|
|
1341
|
+
|
|
1342
|
+
export declare const CreateFlowRequestFilterSensitiveLog: (obj: CreateFlowRequest) => any;
|
|
1343
|
+
|
|
1344
|
+
export declare const FlowFilterSensitiveLog: (obj: Flow) => any;
|
|
1345
|
+
|
|
1346
|
+
export declare const CreateFlowResponseFilterSensitiveLog: (obj: CreateFlowResponse) => any;
|
|
1347
|
+
|
|
1348
|
+
export declare const DeleteFlowRequestFilterSensitiveLog: (obj: DeleteFlowRequest) => any;
|
|
1349
|
+
|
|
1350
|
+
export declare const DeleteFlowResponseFilterSensitiveLog: (obj: DeleteFlowResponse) => any;
|
|
1351
|
+
|
|
1352
|
+
export declare const DescribeFlowRequestFilterSensitiveLog: (obj: DescribeFlowRequest) => any;
|
|
1353
|
+
|
|
1354
|
+
export declare const MessagesFilterSensitiveLog: (obj: Messages) => any;
|
|
1355
|
+
|
|
1356
|
+
export declare const DescribeFlowResponseFilterSensitiveLog: (obj: DescribeFlowResponse) => any;
|
|
1357
|
+
|
|
1358
|
+
export declare const DescribeOfferingRequestFilterSensitiveLog: (obj: DescribeOfferingRequest) => any;
|
|
1359
|
+
|
|
1360
|
+
export declare const DescribeOfferingResponseFilterSensitiveLog: (obj: DescribeOfferingResponse) => any;
|
|
1361
|
+
|
|
1362
|
+
export declare const DescribeReservationRequestFilterSensitiveLog: (obj: DescribeReservationRequest) => any;
|
|
1363
|
+
|
|
1364
|
+
export declare const DescribeReservationResponseFilterSensitiveLog: (obj: DescribeReservationResponse) => any;
|
|
1365
|
+
|
|
1366
|
+
export declare const GrantFlowEntitlementsRequestFilterSensitiveLog: (obj: GrantFlowEntitlementsRequest) => any;
|
|
1367
|
+
|
|
1368
|
+
export declare const GrantFlowEntitlementsResponseFilterSensitiveLog: (obj: GrantFlowEntitlementsResponse) => any;
|
|
1369
|
+
|
|
1370
|
+
export declare const ListEntitlementsRequestFilterSensitiveLog: (obj: ListEntitlementsRequest) => any;
|
|
1371
|
+
|
|
1372
|
+
export declare const ListEntitlementsResponseFilterSensitiveLog: (obj: ListEntitlementsResponse) => any;
|
|
1373
|
+
|
|
1374
|
+
export declare const ListFlowsRequestFilterSensitiveLog: (obj: ListFlowsRequest) => any;
|
|
1375
|
+
|
|
1376
|
+
export declare const ListFlowsResponseFilterSensitiveLog: (obj: ListFlowsResponse) => any;
|
|
1377
|
+
|
|
1378
|
+
export declare const ListOfferingsRequestFilterSensitiveLog: (obj: ListOfferingsRequest) => any;
|
|
1379
|
+
|
|
1380
|
+
export declare const ListOfferingsResponseFilterSensitiveLog: (obj: ListOfferingsResponse) => any;
|
|
1381
|
+
|
|
1382
|
+
export declare const ListReservationsRequestFilterSensitiveLog: (obj: ListReservationsRequest) => any;
|
|
1383
|
+
|
|
1384
|
+
export declare const ListReservationsResponseFilterSensitiveLog: (obj: ListReservationsResponse) => any;
|
|
1385
|
+
|
|
1386
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1387
|
+
|
|
1388
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1389
|
+
|
|
1390
|
+
export declare const PurchaseOfferingRequestFilterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
|
|
1391
|
+
|
|
1392
|
+
export declare const PurchaseOfferingResponseFilterSensitiveLog: (obj: PurchaseOfferingResponse) => any;
|
|
1393
|
+
|
|
1394
|
+
export declare const RemoveFlowMediaStreamRequestFilterSensitiveLog: (obj: RemoveFlowMediaStreamRequest) => any;
|
|
1395
|
+
|
|
1396
|
+
export declare const RemoveFlowMediaStreamResponseFilterSensitiveLog: (obj: RemoveFlowMediaStreamResponse) => any;
|
|
1397
|
+
|
|
1398
|
+
export declare const RemoveFlowOutputRequestFilterSensitiveLog: (obj: RemoveFlowOutputRequest) => any;
|
|
1399
|
+
|
|
1400
|
+
export declare const RemoveFlowOutputResponseFilterSensitiveLog: (obj: RemoveFlowOutputResponse) => any;
|
|
1401
|
+
|
|
1402
|
+
export declare const RemoveFlowSourceRequestFilterSensitiveLog: (obj: RemoveFlowSourceRequest) => any;
|
|
1403
|
+
|
|
1404
|
+
export declare const RemoveFlowSourceResponseFilterSensitiveLog: (obj: RemoveFlowSourceResponse) => any;
|
|
1405
|
+
|
|
1406
|
+
export declare const RemoveFlowVpcInterfaceRequestFilterSensitiveLog: (obj: RemoveFlowVpcInterfaceRequest) => any;
|
|
1407
|
+
|
|
1408
|
+
export declare const RemoveFlowVpcInterfaceResponseFilterSensitiveLog: (obj: RemoveFlowVpcInterfaceResponse) => any;
|
|
1409
|
+
|
|
1410
|
+
export declare const RevokeFlowEntitlementRequestFilterSensitiveLog: (obj: RevokeFlowEntitlementRequest) => any;
|
|
1411
|
+
|
|
1412
|
+
export declare const RevokeFlowEntitlementResponseFilterSensitiveLog: (obj: RevokeFlowEntitlementResponse) => any;
|
|
1413
|
+
|
|
1414
|
+
export declare const StartFlowRequestFilterSensitiveLog: (obj: StartFlowRequest) => any;
|
|
1415
|
+
|
|
1416
|
+
export declare const StartFlowResponseFilterSensitiveLog: (obj: StartFlowResponse) => any;
|
|
1417
|
+
|
|
1418
|
+
export declare const StopFlowRequestFilterSensitiveLog: (obj: StopFlowRequest) => any;
|
|
1419
|
+
|
|
1420
|
+
export declare const StopFlowResponseFilterSensitiveLog: (obj: StopFlowResponse) => any;
|
|
1421
|
+
|
|
1422
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1423
|
+
|
|
1424
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1425
|
+
|
|
1426
|
+
export declare const UpdateMaintenanceFilterSensitiveLog: (obj: UpdateMaintenance) => any;
|
|
1427
|
+
|
|
1428
|
+
export declare const UpdateFailoverConfigFilterSensitiveLog: (obj: UpdateFailoverConfig) => any;
|
|
1429
|
+
|
|
1430
|
+
export declare const UpdateFlowRequestFilterSensitiveLog: (obj: UpdateFlowRequest) => any;
|
|
1431
|
+
|
|
1432
|
+
export declare const UpdateFlowResponseFilterSensitiveLog: (obj: UpdateFlowResponse) => any;
|
|
1433
|
+
|
|
1434
|
+
export declare const UpdateEncryptionFilterSensitiveLog: (obj: UpdateEncryption) => any;
|
|
1435
|
+
|
|
1436
|
+
export declare const UpdateFlowEntitlementRequestFilterSensitiveLog: (obj: UpdateFlowEntitlementRequest) => any;
|
|
1437
|
+
|
|
1438
|
+
export declare const UpdateFlowEntitlementResponseFilterSensitiveLog: (obj: UpdateFlowEntitlementResponse) => any;
|
|
1439
|
+
|
|
1440
|
+
export declare const UpdateFlowMediaStreamRequestFilterSensitiveLog: (obj: UpdateFlowMediaStreamRequest) => any;
|
|
1441
|
+
|
|
1442
|
+
export declare const UpdateFlowMediaStreamResponseFilterSensitiveLog: (obj: UpdateFlowMediaStreamResponse) => any;
|
|
1443
|
+
|
|
1444
|
+
export declare const UpdateFlowOutputRequestFilterSensitiveLog: (obj: UpdateFlowOutputRequest) => any;
|
|
1445
|
+
|
|
1446
|
+
export declare const UpdateFlowOutputResponseFilterSensitiveLog: (obj: UpdateFlowOutputResponse) => any;
|
|
1447
|
+
|
|
1448
|
+
export declare const UpdateFlowSourceRequestFilterSensitiveLog: (obj: UpdateFlowSourceRequest) => any;
|
|
1449
|
+
|
|
1450
|
+
export declare const UpdateFlowSourceResponseFilterSensitiveLog: (obj: UpdateFlowSourceResponse) => any;
|