cdk-comprehend-s3olap 2.0.124 → 2.0.126

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.
@@ -11,6 +11,76 @@
11
11
  "signatureVersion": "v4"
12
12
  },
13
13
  "operations": {
14
+ "AddBridgeOutputs": {
15
+ "http": {
16
+ "requestUri": "/v1/bridges/{bridgeArn}/outputs",
17
+ "responseCode": 202
18
+ },
19
+ "input": {
20
+ "type": "structure",
21
+ "members": {
22
+ "BridgeArn": {
23
+ "location": "uri",
24
+ "locationName": "bridgeArn"
25
+ },
26
+ "Outputs": {
27
+ "shape": "S3",
28
+ "locationName": "outputs"
29
+ }
30
+ },
31
+ "required": [
32
+ "BridgeArn",
33
+ "Outputs"
34
+ ]
35
+ },
36
+ "output": {
37
+ "type": "structure",
38
+ "members": {
39
+ "BridgeArn": {
40
+ "locationName": "bridgeArn"
41
+ },
42
+ "Outputs": {
43
+ "shape": "S9",
44
+ "locationName": "outputs"
45
+ }
46
+ }
47
+ }
48
+ },
49
+ "AddBridgeSources": {
50
+ "http": {
51
+ "requestUri": "/v1/bridges/{bridgeArn}/sources",
52
+ "responseCode": 202
53
+ },
54
+ "input": {
55
+ "type": "structure",
56
+ "members": {
57
+ "BridgeArn": {
58
+ "location": "uri",
59
+ "locationName": "bridgeArn"
60
+ },
61
+ "Sources": {
62
+ "shape": "Se",
63
+ "locationName": "sources"
64
+ }
65
+ },
66
+ "required": [
67
+ "BridgeArn",
68
+ "Sources"
69
+ ]
70
+ },
71
+ "output": {
72
+ "type": "structure",
73
+ "members": {
74
+ "BridgeArn": {
75
+ "locationName": "bridgeArn"
76
+ },
77
+ "Sources": {
78
+ "shape": "Sk",
79
+ "locationName": "sources"
80
+ }
81
+ }
82
+ }
83
+ },
14
84
  "AddFlowMediaStreams": {
15
85
  "http": {
16
86
  "requestUri": "/v1/flows/{flowArn}/mediaStreams",
@@ -24,7 +94,7 @@
24
94
  "locationName": "flowArn"
25
95
  },
26
96
  "MediaStreams": {
27
- "shape": "S3",
97
+ "shape": "Sp",
28
98
  "locationName": "mediaStreams"
29
99
  }
30
100
  },
@@ -40,7 +110,7 @@
40
110
  "locationName": "flowArn"
41
111
  },
42
112
  "MediaStreams": {
43
- "shape": "Se",
113
+ "shape": "Sz",
44
114
  "locationName": "mediaStreams"
45
115
  }
46
116
  }
@@ -59,7 +129,7 @@
59
129
  "locationName": "flowArn"
60
130
  },
61
131
  "Outputs": {
62
- "shape": "Sj",
132
+ "shape": "S14",
63
133
  "locationName": "outputs"
64
134
  }
65
135
  },
@@ -75,7 +145,7 @@
75
145
  "locationName": "flowArn"
76
146
  },
77
147
  "Outputs": {
78
- "shape": "S11",
148
+ "shape": "S1k",
79
149
  "locationName": "outputs"
80
150
  }
81
151
  }
@@ -94,7 +164,7 @@
94
164
  "locationName": "flowArn"
95
165
  },
96
166
  "Sources": {
97
- "shape": "S1b",
167
+ "shape": "S1v",
98
168
  "locationName": "sources"
99
169
  }
100
170
  },
@@ -110,7 +180,7 @@
110
180
  "locationName": "flowArn"
111
181
  },
112
182
  "Sources": {
113
- "shape": "S1i",
183
+ "shape": "S23",
114
184
  "locationName": "sources"
115
185
  }
116
186
  }
@@ -129,7 +199,7 @@
129
199
  "locationName": "flowArn"
130
200
  },
131
201
  "VpcInterfaces": {
132
- "shape": "S1p",
202
+ "shape": "S2b",
133
203
  "locationName": "vpcInterfaces"
134
204
  }
135
205
  },
@@ -145,12 +215,86 @@
145
215
  "locationName": "flowArn"
146
216
  },
147
217
  "VpcInterfaces": {
148
- "shape": "S1t",
218
+ "shape": "S2f",
149
219
  "locationName": "vpcInterfaces"
150
220
  }
151
221
  }
152
222
  }
153
223
  },
224
+ "CreateBridge": {
225
+ "http": {
226
+ "requestUri": "/v1/bridges",
227
+ "responseCode": 201
228
+ },
229
+ "input": {
230
+ "type": "structure",
231
+ "members": {
232
+ "EgressGatewayBridge": {
233
+ "locationName": "egressGatewayBridge",
234
+ "type": "structure",
235
+ "members": {
236
+ "MaxBitrate": {
237
+ "locationName": "maxBitrate",
238
+ "type": "integer"
239
+ }
240
+ },
241
+ "required": [
242
+ "MaxBitrate"
243
+ ]
244
+ },
245
+ "IngressGatewayBridge": {
246
+ "locationName": "ingressGatewayBridge",
247
+ "type": "structure",
248
+ "members": {
249
+ "MaxBitrate": {
250
+ "locationName": "maxBitrate",
251
+ "type": "integer"
252
+ },
253
+ "MaxOutputs": {
254
+ "locationName": "maxOutputs",
255
+ "type": "integer"
256
+ }
257
+ },
258
+ "required": [
259
+ "MaxOutputs",
260
+ "MaxBitrate"
261
+ ]
262
+ },
263
+ "Name": {
264
+ "locationName": "name"
265
+ },
266
+ "Outputs": {
267
+ "shape": "S3",
268
+ "locationName": "outputs"
269
+ },
270
+ "PlacementArn": {
271
+ "locationName": "placementArn"
272
+ },
273
+ "SourceFailoverConfig": {
274
+ "shape": "S2k",
275
+ "locationName": "sourceFailoverConfig"
276
+ },
277
+ "Sources": {
278
+ "shape": "Se",
279
+ "locationName": "sources"
280
+ }
281
+ },
282
+ "required": [
283
+ "Sources",
284
+ "PlacementArn",
285
+ "Name"
286
+ ]
287
+ },
288
+ "output": {
289
+ "type": "structure",
290
+ "members": {
291
+ "Bridge": {
292
+ "shape": "S2p",
293
+ "locationName": "bridge"
294
+ }
295
+ }
296
+ }
297
+ },
154
298
  "CreateFlow": {
155
299
  "http": {
156
300
  "requestUri": "/v1/flows",
@@ -163,34 +307,34 @@
163
307
  "locationName": "availabilityZone"
164
308
  },
165
309
  "Entitlements": {
166
- "shape": "S1w",
310
+ "shape": "S2w",
167
311
  "locationName": "entitlements"
168
312
  },
169
313
  "MediaStreams": {
170
- "shape": "S3",
314
+ "shape": "Sp",
171
315
  "locationName": "mediaStreams"
172
316
  },
173
317
  "Name": {
174
318
  "locationName": "name"
175
319
  },
176
320
  "Outputs": {
177
- "shape": "Sj",
321
+ "shape": "S14",
178
322
  "locationName": "outputs"
179
323
  },
180
324
  "Source": {
181
- "shape": "S1c",
325
+ "shape": "S1w",
182
326
  "locationName": "source"
183
327
  },
184
328
  "SourceFailoverConfig": {
185
- "shape": "S1z",
329
+ "shape": "S2k",
186
330
  "locationName": "sourceFailoverConfig"
187
331
  },
188
332
  "Sources": {
189
- "shape": "S1b",
333
+ "shape": "S1v",
190
334
  "locationName": "sources"
191
335
  },
192
336
  "VpcInterfaces": {
193
- "shape": "S1p",
337
+ "shape": "S2b",
194
338
  "locationName": "vpcInterfaces"
195
339
  },
196
340
  "Maintenance": {
@@ -218,12 +362,75 @@
218
362
  "type": "structure",
219
363
  "members": {
220
364
  "Flow": {
221
- "shape": "S26",
365
+ "shape": "S32",
222
366
  "locationName": "flow"
223
367
  }
224
368
  }
225
369
  }
226
370
  },
371
+ "CreateGateway": {
372
+ "http": {
373
+ "requestUri": "/v1/gateways",
374
+ "responseCode": 201
375
+ },
376
+ "input": {
377
+ "type": "structure",
378
+ "members": {
379
+ "EgressCidrBlocks": {
380
+ "shape": "S16",
381
+ "locationName": "egressCidrBlocks"
382
+ },
383
+ "Name": {
384
+ "locationName": "name"
385
+ },
386
+ "Networks": {
387
+ "shape": "S38",
388
+ "locationName": "networks"
389
+ }
390
+ },
391
+ "required": [
392
+ "Networks",
393
+ "EgressCidrBlocks",
394
+ "Name"
395
+ ]
396
+ },
397
+ "output": {
398
+ "type": "structure",
399
+ "members": {
400
+ "Gateway": {
401
+ "shape": "S3b",
402
+ "locationName": "gateway"
403
+ }
404
+ }
405
+ }
406
+ },
407
+ "DeleteBridge": {
408
+ "http": {
409
+ "method": "DELETE",
410
+ "requestUri": "/v1/bridges/{bridgeArn}",
411
+ "responseCode": 200
412
+ },
413
+ "input": {
414
+ "type": "structure",
415
+ "members": {
416
+ "BridgeArn": {
417
+ "location": "uri",
418
+ "locationName": "bridgeArn"
419
+ }
420
+ },
421
+ "required": [
422
+ "BridgeArn"
423
+ ]
424
+ },
425
+ "output": {
426
+ "type": "structure",
427
+ "members": {
428
+ "BridgeArn": {
429
+ "locationName": "bridgeArn"
430
+ }
431
+ }
432
+ }
433
+ },
227
434
  "DeleteFlow": {
228
435
  "http": {
229
436
  "method": "DELETE",
@@ -254,6 +461,96 @@
254
461
  }
255
462
  }
256
463
  },
464
+ "DeleteGateway": {
465
+ "http": {
466
+ "method": "DELETE",
467
+ "requestUri": "/v1/gateways/{gatewayArn}",
468
+ "responseCode": 200
469
+ },
470
+ "input": {
471
+ "type": "structure",
472
+ "members": {
473
+ "GatewayArn": {
474
+ "location": "uri",
475
+ "locationName": "gatewayArn"
476
+ }
477
+ },
478
+ "required": [
479
+ "GatewayArn"
480
+ ]
481
+ },
482
+ "output": {
483
+ "type": "structure",
484
+ "members": {
485
+ "GatewayArn": {
486
+ "locationName": "gatewayArn"
487
+ }
488
+ }
489
+ }
490
+ },
491
+ "DeregisterGatewayInstance": {
492
+ "http": {
493
+ "method": "DELETE",
494
+ "requestUri": "/v1/gateway-instances/{gatewayInstanceArn}",
495
+ "responseCode": 202
496
+ },
497
+ "input": {
498
+ "type": "structure",
499
+ "members": {
500
+ "Force": {
501
+ "location": "querystring",
502
+ "locationName": "force",
503
+ "type": "boolean"
504
+ },
505
+ "GatewayInstanceArn": {
506
+ "location": "uri",
507
+ "locationName": "gatewayInstanceArn"
508
+ }
509
+ },
510
+ "required": [
511
+ "GatewayInstanceArn"
512
+ ]
513
+ },
514
+ "output": {
515
+ "type": "structure",
516
+ "members": {
517
+ "GatewayInstanceArn": {
518
+ "locationName": "gatewayInstanceArn"
519
+ },
520
+ "InstanceState": {
521
+ "locationName": "instanceState"
522
+ }
523
+ }
524
+ }
525
+ },
526
+ "DescribeBridge": {
527
+ "http": {
528
+ "method": "GET",
529
+ "requestUri": "/v1/bridges/{bridgeArn}",
530
+ "responseCode": 200
531
+ },
532
+ "input": {
533
+ "type": "structure",
534
+ "members": {
535
+ "BridgeArn": {
536
+ "location": "uri",
537
+ "locationName": "bridgeArn"
538
+ }
539
+ },
540
+ "required": [
541
+ "BridgeArn"
542
+ ]
543
+ },
544
+ "output": {
545
+ "type": "structure",
546
+ "members": {
547
+ "Bridge": {
548
+ "shape": "S2p",
549
+ "locationName": "bridge"
550
+ }
551
+ }
552
+ }
553
+ },
257
554
  "DescribeFlow": {
258
555
  "http": {
259
556
  "method": "GET",
@@ -276,7 +573,7 @@
276
573
  "type": "structure",
277
574
  "members": {
278
575
  "Flow": {
279
- "shape": "S26",
576
+ "shape": "S32",
280
577
  "locationName": "flow"
281
578
  },
282
579
  "Messages": {
@@ -284,7 +581,7 @@
284
581
  "type": "structure",
285
582
  "members": {
286
583
  "Errors": {
287
- "shape": "Sl",
584
+ "shape": "S16",
288
585
  "locationName": "errors"
289
586
  }
290
587
  },
@@ -295,6 +592,99 @@
295
592
  }
296
593
  }
297
594
  },
595
+ "DescribeGateway": {
596
+ "http": {
597
+ "method": "GET",
598
+ "requestUri": "/v1/gateways/{gatewayArn}",
599
+ "responseCode": 200
600
+ },
601
+ "input": {
602
+ "type": "structure",
603
+ "members": {
604
+ "GatewayArn": {
605
+ "location": "uri",
606
+ "locationName": "gatewayArn"
607
+ }
608
+ },
609
+ "required": [
610
+ "GatewayArn"
611
+ ]
612
+ },
613
+ "output": {
614
+ "type": "structure",
615
+ "members": {
616
+ "Gateway": {
617
+ "shape": "S3b",
618
+ "locationName": "gateway"
619
+ }
620
+ }
621
+ }
622
+ },
623
+ "DescribeGatewayInstance": {
624
+ "http": {
625
+ "method": "GET",
626
+ "requestUri": "/v1/gateway-instances/{gatewayInstanceArn}",
627
+ "responseCode": 200
628
+ },
629
+ "input": {
630
+ "type": "structure",
631
+ "members": {
632
+ "GatewayInstanceArn": {
633
+ "location": "uri",
634
+ "locationName": "gatewayInstanceArn"
635
+ }
636
+ },
637
+ "required": [
638
+ "GatewayInstanceArn"
639
+ ]
640
+ },
641
+ "output": {
642
+ "type": "structure",
643
+ "members": {
644
+ "GatewayInstance": {
645
+ "locationName": "gatewayInstance",
646
+ "type": "structure",
647
+ "members": {
648
+ "BridgePlacement": {
649
+ "locationName": "bridgePlacement"
650
+ },
651
+ "ConnectionStatus": {
652
+ "locationName": "connectionStatus"
653
+ },
654
+ "GatewayArn": {
655
+ "locationName": "gatewayArn"
656
+ },
657
+ "GatewayInstanceArn": {
658
+ "locationName": "gatewayInstanceArn"
659
+ },
660
+ "InstanceId": {
661
+ "locationName": "instanceId"
662
+ },
663
+ "InstanceMessages": {
664
+ "shape": "S2q",
665
+ "locationName": "instanceMessages"
666
+ },
667
+ "InstanceState": {
668
+ "locationName": "instanceState"
669
+ },
670
+ "RunningBridgeCount": {
671
+ "locationName": "runningBridgeCount",
672
+ "type": "integer"
673
+ }
674
+ },
675
+ "required": [
676
+ "GatewayArn",
677
+ "InstanceState",
678
+ "GatewayInstanceArn",
679
+ "InstanceId",
680
+ "RunningBridgeCount",
681
+ "BridgePlacement",
682
+ "ConnectionStatus"
683
+ ]
684
+ }
685
+ }
686
+ }
687
+ },
298
688
  "DescribeOffering": {
299
689
  "http": {
300
690
  "method": "GET",
@@ -317,7 +707,7 @@
317
707
  "type": "structure",
318
708
  "members": {
319
709
  "Offering": {
320
- "shape": "S2i",
710
+ "shape": "S41",
321
711
  "locationName": "offering"
322
712
  }
323
713
  }
@@ -345,7 +735,7 @@
345
735
  "type": "structure",
346
736
  "members": {
347
737
  "Reservation": {
348
- "shape": "S2p",
738
+ "shape": "S48",
349
739
  "locationName": "reservation"
350
740
  }
351
741
  }
@@ -360,7 +750,7 @@
360
750
  "type": "structure",
361
751
  "members": {
362
752
  "Entitlements": {
363
- "shape": "S1w",
753
+ "shape": "S2w",
364
754
  "locationName": "entitlements"
365
755
  },
366
756
  "FlowArn": {
@@ -377,24 +767,212 @@
377
767
  "type": "structure",
378
768
  "members": {
379
769
  "Entitlements": {
380
- "shape": "S27",
770
+ "shape": "S33",
381
771
  "locationName": "entitlements"
382
772
  },
383
- "FlowArn": {
384
- "locationName": "flowArn"
773
+ "FlowArn": {
774
+ "locationName": "flowArn"
775
+ }
776
+ }
777
+ }
778
+ },
779
+ "ListBridges": {
780
+ "http": {
781
+ "method": "GET",
782
+ "requestUri": "/v1/bridges",
783
+ "responseCode": 200
784
+ },
785
+ "input": {
786
+ "type": "structure",
787
+ "members": {
788
+ "FilterArn": {
789
+ "location": "querystring",
790
+ "locationName": "filterArn"
791
+ },
792
+ "MaxResults": {
793
+ "location": "querystring",
794
+ "locationName": "maxResults",
795
+ "type": "integer"
796
+ },
797
+ "NextToken": {
798
+ "location": "querystring",
799
+ "locationName": "nextToken"
800
+ }
801
+ }
802
+ },
803
+ "output": {
804
+ "type": "structure",
805
+ "members": {
806
+ "Bridges": {
807
+ "locationName": "bridges",
808
+ "type": "list",
809
+ "member": {
810
+ "type": "structure",
811
+ "members": {
812
+ "BridgeArn": {
813
+ "locationName": "bridgeArn"
814
+ },
815
+ "BridgeState": {
816
+ "locationName": "bridgeState"
817
+ },
818
+ "BridgeType": {
819
+ "locationName": "bridgeType"
820
+ },
821
+ "Name": {
822
+ "locationName": "name"
823
+ },
824
+ "PlacementArn": {
825
+ "locationName": "placementArn"
826
+ }
827
+ },
828
+ "required": [
829
+ "BridgeArn",
830
+ "BridgeState",
831
+ "PlacementArn",
832
+ "BridgeType",
833
+ "Name"
834
+ ]
835
+ }
836
+ },
837
+ "NextToken": {
838
+ "locationName": "nextToken"
839
+ }
840
+ }
841
+ }
842
+ },
843
+ "ListEntitlements": {
844
+ "http": {
845
+ "method": "GET",
846
+ "requestUri": "/v1/entitlements",
847
+ "responseCode": 200
848
+ },
849
+ "input": {
850
+ "type": "structure",
851
+ "members": {
852
+ "MaxResults": {
853
+ "location": "querystring",
854
+ "locationName": "maxResults",
855
+ "type": "integer"
856
+ },
857
+ "NextToken": {
858
+ "location": "querystring",
859
+ "locationName": "nextToken"
860
+ }
861
+ }
862
+ },
863
+ "output": {
864
+ "type": "structure",
865
+ "members": {
866
+ "Entitlements": {
867
+ "locationName": "entitlements",
868
+ "type": "list",
869
+ "member": {
870
+ "type": "structure",
871
+ "members": {
872
+ "DataTransferSubscriberFeePercent": {
873
+ "locationName": "dataTransferSubscriberFeePercent",
874
+ "type": "integer"
875
+ },
876
+ "EntitlementArn": {
877
+ "locationName": "entitlementArn"
878
+ },
879
+ "EntitlementName": {
880
+ "locationName": "entitlementName"
881
+ }
882
+ },
883
+ "required": [
884
+ "EntitlementArn",
885
+ "EntitlementName"
886
+ ]
887
+ }
888
+ },
889
+ "NextToken": {
890
+ "locationName": "nextToken"
891
+ }
892
+ }
893
+ }
894
+ },
895
+ "ListFlows": {
896
+ "http": {
897
+ "method": "GET",
898
+ "requestUri": "/v1/flows",
899
+ "responseCode": 200
900
+ },
901
+ "input": {
902
+ "type": "structure",
903
+ "members": {
904
+ "MaxResults": {
905
+ "location": "querystring",
906
+ "locationName": "maxResults",
907
+ "type": "integer"
908
+ },
909
+ "NextToken": {
910
+ "location": "querystring",
911
+ "locationName": "nextToken"
912
+ }
913
+ }
914
+ },
915
+ "output": {
916
+ "type": "structure",
917
+ "members": {
918
+ "Flows": {
919
+ "locationName": "flows",
920
+ "type": "list",
921
+ "member": {
922
+ "type": "structure",
923
+ "members": {
924
+ "AvailabilityZone": {
925
+ "locationName": "availabilityZone"
926
+ },
927
+ "Description": {
928
+ "locationName": "description"
929
+ },
930
+ "FlowArn": {
931
+ "locationName": "flowArn"
932
+ },
933
+ "Name": {
934
+ "locationName": "name"
935
+ },
936
+ "SourceType": {
937
+ "locationName": "sourceType"
938
+ },
939
+ "Status": {
940
+ "locationName": "status"
941
+ },
942
+ "Maintenance": {
943
+ "shape": "S36",
944
+ "locationName": "maintenance"
945
+ }
946
+ },
947
+ "required": [
948
+ "Status",
949
+ "Description",
950
+ "SourceType",
951
+ "AvailabilityZone",
952
+ "FlowArn",
953
+ "Name"
954
+ ]
955
+ }
956
+ },
957
+ "NextToken": {
958
+ "locationName": "nextToken"
385
959
  }
386
960
  }
387
961
  }
388
962
  },
389
- "ListEntitlements": {
963
+ "ListGatewayInstances": {
390
964
  "http": {
391
965
  "method": "GET",
392
- "requestUri": "/v1/entitlements",
966
+ "requestUri": "/v1/gateway-instances",
393
967
  "responseCode": 200
394
968
  },
395
969
  "input": {
396
970
  "type": "structure",
397
971
  "members": {
972
+ "FilterArn": {
973
+ "location": "querystring",
974
+ "locationName": "filterArn"
975
+ },
398
976
  "MaxResults": {
399
977
  "location": "querystring",
400
978
  "locationName": "maxResults",
@@ -409,26 +987,29 @@
409
987
  "output": {
410
988
  "type": "structure",
411
989
  "members": {
412
- "Entitlements": {
413
- "locationName": "entitlements",
990
+ "Instances": {
991
+ "locationName": "instances",
414
992
  "type": "list",
415
993
  "member": {
416
994
  "type": "structure",
417
995
  "members": {
418
- "DataTransferSubscriberFeePercent": {
419
- "locationName": "dataTransferSubscriberFeePercent",
420
- "type": "integer"
996
+ "GatewayArn": {
997
+ "locationName": "gatewayArn"
421
998
  },
422
- "EntitlementArn": {
423
- "locationName": "entitlementArn"
999
+ "GatewayInstanceArn": {
1000
+ "locationName": "gatewayInstanceArn"
424
1001
  },
425
- "EntitlementName": {
426
- "locationName": "entitlementName"
1002
+ "InstanceId": {
1003
+ "locationName": "instanceId"
1004
+ },
1005
+ "InstanceState": {
1006
+ "locationName": "instanceState"
427
1007
  }
428
1008
  },
429
1009
  "required": [
430
- "EntitlementArn",
431
- "EntitlementName"
1010
+ "GatewayArn",
1011
+ "GatewayInstanceArn",
1012
+ "InstanceId"
432
1013
  ]
433
1014
  }
434
1015
  },
@@ -438,10 +1019,10 @@
438
1019
  }
439
1020
  }
440
1021
  },
441
- "ListFlows": {
1022
+ "ListGateways": {
442
1023
  "http": {
443
1024
  "method": "GET",
444
- "requestUri": "/v1/flows",
1025
+ "requestUri": "/v1/gateways",
445
1026
  "responseCode": 200
446
1027
  },
447
1028
  "input": {
@@ -461,41 +1042,25 @@
461
1042
  "output": {
462
1043
  "type": "structure",
463
1044
  "members": {
464
- "Flows": {
465
- "locationName": "flows",
1045
+ "Gateways": {
1046
+ "locationName": "gateways",
466
1047
  "type": "list",
467
1048
  "member": {
468
1049
  "type": "structure",
469
1050
  "members": {
470
- "AvailabilityZone": {
471
- "locationName": "availabilityZone"
1051
+ "GatewayArn": {
1052
+ "locationName": "gatewayArn"
472
1053
  },
473
- "Description": {
474
- "locationName": "description"
475
- },
476
- "FlowArn": {
477
- "locationName": "flowArn"
1054
+ "GatewayState": {
1055
+ "locationName": "gatewayState"
478
1056
  },
479
1057
  "Name": {
480
1058
  "locationName": "name"
481
- },
482
- "SourceType": {
483
- "locationName": "sourceType"
484
- },
485
- "Status": {
486
- "locationName": "status"
487
- },
488
- "Maintenance": {
489
- "shape": "S2a",
490
- "locationName": "maintenance"
491
1059
  }
492
1060
  },
493
1061
  "required": [
494
- "Status",
495
- "Description",
496
- "SourceType",
497
- "AvailabilityZone",
498
- "FlowArn",
1062
+ "GatewayArn",
1063
+ "GatewayState",
499
1064
  "Name"
500
1065
  ]
501
1066
  }
@@ -536,7 +1101,7 @@
536
1101
  "locationName": "offerings",
537
1102
  "type": "list",
538
1103
  "member": {
539
- "shape": "S2i"
1104
+ "shape": "S41"
540
1105
  }
541
1106
  }
542
1107
  }
@@ -572,7 +1137,7 @@
572
1137
  "locationName": "reservations",
573
1138
  "type": "list",
574
1139
  "member": {
575
- "shape": "S2p"
1140
+ "shape": "S48"
576
1141
  }
577
1142
  }
578
1143
  }
@@ -600,7 +1165,7 @@
600
1165
  "type": "structure",
601
1166
  "members": {
602
1167
  "Tags": {
603
- "shape": "S3b",
1168
+ "shape": "S56",
604
1169
  "locationName": "tags"
605
1170
  }
606
1171
  }
@@ -635,12 +1200,82 @@
635
1200
  "type": "structure",
636
1201
  "members": {
637
1202
  "Reservation": {
638
- "shape": "S2p",
1203
+ "shape": "S48",
639
1204
  "locationName": "reservation"
640
1205
  }
641
1206
  }
642
1207
  }
643
1208
  },
1209
+ "RemoveBridgeOutput": {
1210
+ "http": {
1211
+ "method": "DELETE",
1212
+ "requestUri": "/v1/bridges/{bridgeArn}/outputs/{outputName}",
1213
+ "responseCode": 202
1214
+ },
1215
+ "input": {
1216
+ "type": "structure",
1217
+ "members": {
1218
+ "BridgeArn": {
1219
+ "location": "uri",
1220
+ "locationName": "bridgeArn"
1221
+ },
1222
+ "OutputName": {
1223
+ "location": "uri",
1224
+ "locationName": "outputName"
1225
+ }
1226
+ },
1227
+ "required": [
1228
+ "OutputName",
1229
+ "BridgeArn"
1230
+ ]
1231
+ },
1232
+ "output": {
1233
+ "type": "structure",
1234
+ "members": {
1235
+ "BridgeArn": {
1236
+ "locationName": "bridgeArn"
1237
+ },
1238
+ "OutputName": {
1239
+ "locationName": "outputName"
1240
+ }
1241
+ }
1242
+ }
1243
+ },
1244
+ "RemoveBridgeSource": {
1245
+ "http": {
1246
+ "method": "DELETE",
1247
+ "requestUri": "/v1/bridges/{bridgeArn}/sources/{sourceName}",
1248
+ "responseCode": 202
1249
+ },
1250
+ "input": {
1251
+ "type": "structure",
1252
+ "members": {
1253
+ "BridgeArn": {
1254
+ "location": "uri",
1255
+ "locationName": "bridgeArn"
1256
+ },
1257
+ "SourceName": {
1258
+ "location": "uri",
1259
+ "locationName": "sourceName"
1260
+ }
1261
+ },
1262
+ "required": [
1263
+ "BridgeArn",
1264
+ "SourceName"
1265
+ ]
1266
+ },
1267
+ "output": {
1268
+ "type": "structure",
1269
+ "members": {
1270
+ "BridgeArn": {
1271
+ "locationName": "bridgeArn"
1272
+ },
1273
+ "SourceName": {
1274
+ "locationName": "sourceName"
1275
+ }
1276
+ }
1277
+ }
1278
+ },
644
1279
  "RemoveFlowMediaStream": {
645
1280
  "http": {
646
1281
  "method": "DELETE",
@@ -776,7 +1411,7 @@
776
1411
  "locationName": "flowArn"
777
1412
  },
778
1413
  "NonDeletedNetworkInterfaceIds": {
779
- "shape": "Sl",
1414
+ "shape": "S16",
780
1415
  "locationName": "nonDeletedNetworkInterfaceIds"
781
1416
  },
782
1417
  "VpcInterfaceName": {
@@ -798,132 +1433,349 @@
798
1433
  "location": "uri",
799
1434
  "locationName": "entitlementArn"
800
1435
  },
801
- "FlowArn": {
802
- "location": "uri",
803
- "locationName": "flowArn"
1436
+ "FlowArn": {
1437
+ "location": "uri",
1438
+ "locationName": "flowArn"
1439
+ }
1440
+ },
1441
+ "required": [
1442
+ "FlowArn",
1443
+ "EntitlementArn"
1444
+ ]
1445
+ },
1446
+ "output": {
1447
+ "type": "structure",
1448
+ "members": {
1449
+ "EntitlementArn": {
1450
+ "locationName": "entitlementArn"
1451
+ },
1452
+ "FlowArn": {
1453
+ "locationName": "flowArn"
1454
+ }
1455
+ }
1456
+ }
1457
+ },
1458
+ "StartFlow": {
1459
+ "http": {
1460
+ "requestUri": "/v1/flows/start/{flowArn}",
1461
+ "responseCode": 202
1462
+ },
1463
+ "input": {
1464
+ "type": "structure",
1465
+ "members": {
1466
+ "FlowArn": {
1467
+ "location": "uri",
1468
+ "locationName": "flowArn"
1469
+ }
1470
+ },
1471
+ "required": [
1472
+ "FlowArn"
1473
+ ]
1474
+ },
1475
+ "output": {
1476
+ "type": "structure",
1477
+ "members": {
1478
+ "FlowArn": {
1479
+ "locationName": "flowArn"
1480
+ },
1481
+ "Status": {
1482
+ "locationName": "status"
1483
+ }
1484
+ }
1485
+ }
1486
+ },
1487
+ "StopFlow": {
1488
+ "http": {
1489
+ "requestUri": "/v1/flows/stop/{flowArn}",
1490
+ "responseCode": 202
1491
+ },
1492
+ "input": {
1493
+ "type": "structure",
1494
+ "members": {
1495
+ "FlowArn": {
1496
+ "location": "uri",
1497
+ "locationName": "flowArn"
1498
+ }
1499
+ },
1500
+ "required": [
1501
+ "FlowArn"
1502
+ ]
1503
+ },
1504
+ "output": {
1505
+ "type": "structure",
1506
+ "members": {
1507
+ "FlowArn": {
1508
+ "locationName": "flowArn"
1509
+ },
1510
+ "Status": {
1511
+ "locationName": "status"
1512
+ }
1513
+ }
1514
+ }
1515
+ },
1516
+ "TagResource": {
1517
+ "http": {
1518
+ "requestUri": "/tags/{resourceArn}",
1519
+ "responseCode": 204
1520
+ },
1521
+ "input": {
1522
+ "type": "structure",
1523
+ "members": {
1524
+ "ResourceArn": {
1525
+ "location": "uri",
1526
+ "locationName": "resourceArn"
1527
+ },
1528
+ "Tags": {
1529
+ "shape": "S56",
1530
+ "locationName": "tags"
1531
+ }
1532
+ },
1533
+ "required": [
1534
+ "ResourceArn",
1535
+ "Tags"
1536
+ ]
1537
+ }
1538
+ },
1539
+ "UntagResource": {
1540
+ "http": {
1541
+ "method": "DELETE",
1542
+ "requestUri": "/tags/{resourceArn}",
1543
+ "responseCode": 204
1544
+ },
1545
+ "input": {
1546
+ "type": "structure",
1547
+ "members": {
1548
+ "ResourceArn": {
1549
+ "location": "uri",
1550
+ "locationName": "resourceArn"
1551
+ },
1552
+ "TagKeys": {
1553
+ "shape": "S16",
1554
+ "location": "querystring",
1555
+ "locationName": "tagKeys"
1556
+ }
1557
+ },
1558
+ "required": [
1559
+ "TagKeys",
1560
+ "ResourceArn"
1561
+ ]
1562
+ }
1563
+ },
1564
+ "UpdateBridge": {
1565
+ "http": {
1566
+ "method": "PUT",
1567
+ "requestUri": "/v1/bridges/{bridgeArn}",
1568
+ "responseCode": 202
1569
+ },
1570
+ "input": {
1571
+ "type": "structure",
1572
+ "members": {
1573
+ "BridgeArn": {
1574
+ "location": "uri",
1575
+ "locationName": "bridgeArn"
1576
+ },
1577
+ "EgressGatewayBridge": {
1578
+ "locationName": "egressGatewayBridge",
1579
+ "type": "structure",
1580
+ "members": {
1581
+ "MaxBitrate": {
1582
+ "locationName": "maxBitrate",
1583
+ "type": "integer"
1584
+ }
1585
+ }
1586
+ },
1587
+ "IngressGatewayBridge": {
1588
+ "locationName": "ingressGatewayBridge",
1589
+ "type": "structure",
1590
+ "members": {
1591
+ "MaxBitrate": {
1592
+ "locationName": "maxBitrate",
1593
+ "type": "integer"
1594
+ },
1595
+ "MaxOutputs": {
1596
+ "locationName": "maxOutputs",
1597
+ "type": "integer"
1598
+ }
1599
+ }
1600
+ },
1601
+ "SourceFailoverConfig": {
1602
+ "shape": "S5w",
1603
+ "locationName": "sourceFailoverConfig"
804
1604
  }
805
1605
  },
806
1606
  "required": [
807
- "FlowArn",
808
- "EntitlementArn"
1607
+ "BridgeArn"
809
1608
  ]
810
1609
  },
811
1610
  "output": {
812
1611
  "type": "structure",
813
1612
  "members": {
814
- "EntitlementArn": {
815
- "locationName": "entitlementArn"
816
- },
817
- "FlowArn": {
818
- "locationName": "flowArn"
1613
+ "Bridge": {
1614
+ "shape": "S2p",
1615
+ "locationName": "bridge"
819
1616
  }
820
1617
  }
821
1618
  }
822
1619
  },
823
- "StartFlow": {
1620
+ "UpdateBridgeOutput": {
824
1621
  "http": {
825
- "requestUri": "/v1/flows/start/{flowArn}",
1622
+ "method": "PUT",
1623
+ "requestUri": "/v1/bridges/{bridgeArn}/outputs/{outputName}",
826
1624
  "responseCode": 202
827
1625
  },
828
1626
  "input": {
829
1627
  "type": "structure",
830
1628
  "members": {
831
- "FlowArn": {
1629
+ "BridgeArn": {
832
1630
  "location": "uri",
833
- "locationName": "flowArn"
1631
+ "locationName": "bridgeArn"
1632
+ },
1633
+ "NetworkOutput": {
1634
+ "locationName": "networkOutput",
1635
+ "type": "structure",
1636
+ "members": {
1637
+ "IpAddress": {
1638
+ "locationName": "ipAddress"
1639
+ },
1640
+ "NetworkName": {
1641
+ "locationName": "networkName"
1642
+ },
1643
+ "Port": {
1644
+ "locationName": "port",
1645
+ "type": "integer"
1646
+ },
1647
+ "Protocol": {
1648
+ "locationName": "protocol"
1649
+ },
1650
+ "Ttl": {
1651
+ "locationName": "ttl",
1652
+ "type": "integer"
1653
+ }
1654
+ }
1655
+ },
1656
+ "OutputName": {
1657
+ "location": "uri",
1658
+ "locationName": "outputName"
834
1659
  }
835
1660
  },
836
1661
  "required": [
837
- "FlowArn"
1662
+ "OutputName",
1663
+ "BridgeArn"
838
1664
  ]
839
1665
  },
840
1666
  "output": {
841
1667
  "type": "structure",
842
1668
  "members": {
843
- "FlowArn": {
844
- "locationName": "flowArn"
1669
+ "BridgeArn": {
1670
+ "locationName": "bridgeArn"
845
1671
  },
846
- "Status": {
847
- "locationName": "status"
1672
+ "Output": {
1673
+ "shape": "Sa",
1674
+ "locationName": "output"
848
1675
  }
849
1676
  }
850
1677
  }
851
1678
  },
852
- "StopFlow": {
1679
+ "UpdateBridgeSource": {
853
1680
  "http": {
854
- "requestUri": "/v1/flows/stop/{flowArn}",
1681
+ "method": "PUT",
1682
+ "requestUri": "/v1/bridges/{bridgeArn}/sources/{sourceName}",
855
1683
  "responseCode": 202
856
1684
  },
857
1685
  "input": {
858
1686
  "type": "structure",
859
1687
  "members": {
860
- "FlowArn": {
1688
+ "BridgeArn": {
861
1689
  "location": "uri",
862
- "locationName": "flowArn"
1690
+ "locationName": "bridgeArn"
1691
+ },
1692
+ "FlowSource": {
1693
+ "locationName": "flowSource",
1694
+ "type": "structure",
1695
+ "members": {
1696
+ "FlowArn": {
1697
+ "locationName": "flowArn"
1698
+ },
1699
+ "FlowVpcInterfaceAttachment": {
1700
+ "shape": "Sh",
1701
+ "locationName": "flowVpcInterfaceAttachment"
1702
+ }
1703
+ }
1704
+ },
1705
+ "NetworkSource": {
1706
+ "locationName": "networkSource",
1707
+ "type": "structure",
1708
+ "members": {
1709
+ "MulticastIp": {
1710
+ "locationName": "multicastIp"
1711
+ },
1712
+ "NetworkName": {
1713
+ "locationName": "networkName"
1714
+ },
1715
+ "Port": {
1716
+ "locationName": "port",
1717
+ "type": "integer"
1718
+ },
1719
+ "Protocol": {
1720
+ "locationName": "protocol"
1721
+ }
1722
+ }
1723
+ },
1724
+ "SourceName": {
1725
+ "location": "uri",
1726
+ "locationName": "sourceName"
863
1727
  }
864
1728
  },
865
1729
  "required": [
866
- "FlowArn"
1730
+ "BridgeArn",
1731
+ "SourceName"
867
1732
  ]
868
1733
  },
869
1734
  "output": {
870
1735
  "type": "structure",
871
1736
  "members": {
872
- "FlowArn": {
873
- "locationName": "flowArn"
1737
+ "BridgeArn": {
1738
+ "locationName": "bridgeArn"
874
1739
  },
875
- "Status": {
876
- "locationName": "status"
1740
+ "Source": {
1741
+ "shape": "Sl",
1742
+ "locationName": "source"
877
1743
  }
878
1744
  }
879
1745
  }
880
1746
  },
881
- "TagResource": {
1747
+ "UpdateBridgeState": {
882
1748
  "http": {
883
- "requestUri": "/tags/{resourceArn}",
884
- "responseCode": 204
1749
+ "method": "PUT",
1750
+ "requestUri": "/v1/bridges/{bridgeArn}/state",
1751
+ "responseCode": 202
885
1752
  },
886
1753
  "input": {
887
1754
  "type": "structure",
888
1755
  "members": {
889
- "ResourceArn": {
1756
+ "BridgeArn": {
890
1757
  "location": "uri",
891
- "locationName": "resourceArn"
1758
+ "locationName": "bridgeArn"
892
1759
  },
893
- "Tags": {
894
- "shape": "S3b",
895
- "locationName": "tags"
1760
+ "DesiredState": {
1761
+ "locationName": "desiredState"
896
1762
  }
897
1763
  },
898
1764
  "required": [
899
- "ResourceArn",
900
- "Tags"
1765
+ "BridgeArn",
1766
+ "DesiredState"
901
1767
  ]
902
- }
903
- },
904
- "UntagResource": {
905
- "http": {
906
- "method": "DELETE",
907
- "requestUri": "/tags/{resourceArn}",
908
- "responseCode": 204
909
1768
  },
910
- "input": {
1769
+ "output": {
911
1770
  "type": "structure",
912
1771
  "members": {
913
- "ResourceArn": {
914
- "location": "uri",
915
- "locationName": "resourceArn"
1772
+ "BridgeArn": {
1773
+ "locationName": "bridgeArn"
916
1774
  },
917
- "TagKeys": {
918
- "shape": "Sl",
919
- "location": "querystring",
920
- "locationName": "tagKeys"
1775
+ "DesiredState": {
1776
+ "locationName": "desiredState"
921
1777
  }
922
- },
923
- "required": [
924
- "TagKeys",
925
- "ResourceArn"
926
- ]
1778
+ }
927
1779
  }
928
1780
  },
929
1781
  "UpdateFlow": {
@@ -940,24 +1792,8 @@
940
1792
  "locationName": "flowArn"
941
1793
  },
942
1794
  "SourceFailoverConfig": {
943
- "locationName": "sourceFailoverConfig",
944
- "type": "structure",
945
- "members": {
946
- "FailoverMode": {
947
- "locationName": "failoverMode"
948
- },
949
- "RecoveryWindow": {
950
- "locationName": "recoveryWindow",
951
- "type": "integer"
952
- },
953
- "SourcePriority": {
954
- "shape": "S21",
955
- "locationName": "sourcePriority"
956
- },
957
- "State": {
958
- "locationName": "state"
959
- }
960
- }
1795
+ "shape": "S5w",
1796
+ "locationName": "sourceFailoverConfig"
961
1797
  },
962
1798
  "Maintenance": {
963
1799
  "locationName": "maintenance",
@@ -983,7 +1819,7 @@
983
1819
  "type": "structure",
984
1820
  "members": {
985
1821
  "Flow": {
986
- "shape": "S26",
1822
+ "shape": "S32",
987
1823
  "locationName": "flow"
988
1824
  }
989
1825
  }
@@ -1002,7 +1838,7 @@
1002
1838
  "locationName": "description"
1003
1839
  },
1004
1840
  "Encryption": {
1005
- "shape": "S3z",
1841
+ "shape": "S6c",
1006
1842
  "locationName": "encryption"
1007
1843
  },
1008
1844
  "EntitlementArn": {
@@ -1017,7 +1853,7 @@
1017
1853
  "locationName": "flowArn"
1018
1854
  },
1019
1855
  "Subscribers": {
1020
- "shape": "Sl",
1856
+ "shape": "S16",
1021
1857
  "locationName": "subscribers"
1022
1858
  }
1023
1859
  },
@@ -1030,7 +1866,7 @@
1030
1866
  "type": "structure",
1031
1867
  "members": {
1032
1868
  "Entitlement": {
1033
- "shape": "S28",
1869
+ "shape": "S34",
1034
1870
  "locationName": "entitlement"
1035
1871
  },
1036
1872
  "FlowArn": {
@@ -1049,7 +1885,7 @@
1049
1885
  "type": "structure",
1050
1886
  "members": {
1051
1887
  "Attributes": {
1052
- "shape": "S5",
1888
+ "shape": "Sr",
1053
1889
  "locationName": "attributes"
1054
1890
  },
1055
1891
  "ClockRate": {
@@ -1086,7 +1922,7 @@
1086
1922
  "locationName": "flowArn"
1087
1923
  },
1088
1924
  "MediaStream": {
1089
- "shape": "Sf",
1925
+ "shape": "S10",
1090
1926
  "locationName": "mediaStream"
1091
1927
  }
1092
1928
  }
@@ -1102,7 +1938,7 @@
1102
1938
  "type": "structure",
1103
1939
  "members": {
1104
1940
  "CidrAllowList": {
1105
- "shape": "Sl",
1941
+ "shape": "S16",
1106
1942
  "locationName": "cidrAllowList"
1107
1943
  },
1108
1944
  "Description": {
@@ -1112,7 +1948,7 @@
1112
1948
  "locationName": "destination"
1113
1949
  },
1114
1950
  "Encryption": {
1115
- "shape": "S3z",
1951
+ "shape": "S6c",
1116
1952
  "locationName": "encryption"
1117
1953
  },
1118
1954
  "FlowArn": {
@@ -1124,7 +1960,7 @@
1124
1960
  "type": "integer"
1125
1961
  },
1126
1962
  "MediaStreamOutputConfigurations": {
1127
- "shape": "Sp",
1963
+ "shape": "S1a",
1128
1964
  "locationName": "mediaStreamOutputConfigurations"
1129
1965
  },
1130
1966
  "MinLatency": {
@@ -1160,7 +1996,7 @@
1160
1996
  "locationName": "streamId"
1161
1997
  },
1162
1998
  "VpcInterfaceAttachment": {
1163
- "shape": "Sz",
1999
+ "shape": "Sh",
1164
2000
  "locationName": "vpcInterfaceAttachment"
1165
2001
  }
1166
2002
  },
@@ -1176,7 +2012,7 @@
1176
2012
  "locationName": "flowArn"
1177
2013
  },
1178
2014
  "Output": {
1179
- "shape": "S12",
2015
+ "shape": "S1l",
1180
2016
  "locationName": "output"
1181
2017
  }
1182
2018
  }
@@ -1192,7 +2028,7 @@
1192
2028
  "type": "structure",
1193
2029
  "members": {
1194
2030
  "Decryption": {
1195
- "shape": "S3z",
2031
+ "shape": "S6c",
1196
2032
  "locationName": "decryption"
1197
2033
  },
1198
2034
  "Description": {
@@ -1222,7 +2058,7 @@
1222
2058
  "type": "integer"
1223
2059
  },
1224
2060
  "MediaStreamSourceConfigurations": {
1225
- "shape": "S1d",
2061
+ "shape": "S1x",
1226
2062
  "locationName": "mediaStreamSourceConfigurations"
1227
2063
  },
1228
2064
  "MinLatency": {
@@ -1256,37 +2092,318 @@
1256
2092
  "VpcInterfaceName": {
1257
2093
  "locationName": "vpcInterfaceName"
1258
2094
  },
1259
- "WhitelistCidr": {
1260
- "locationName": "whitelistCidr"
1261
- }
2095
+ "WhitelistCidr": {
2096
+ "locationName": "whitelistCidr"
2097
+ },
2098
+ "GatewayBridgeSource": {
2099
+ "locationName": "gatewayBridgeSource",
2100
+ "type": "structure",
2101
+ "members": {
2102
+ "BridgeArn": {
2103
+ "locationName": "bridgeArn"
2104
+ },
2105
+ "VpcInterfaceAttachment": {
2106
+ "shape": "Sh",
2107
+ "locationName": "vpcInterfaceAttachment"
2108
+ }
2109
+ }
2110
+ }
2111
+ },
2112
+ "required": [
2113
+ "FlowArn",
2114
+ "SourceArn"
2115
+ ]
2116
+ },
2117
+ "output": {
2118
+ "type": "structure",
2119
+ "members": {
2120
+ "FlowArn": {
2121
+ "locationName": "flowArn"
2122
+ },
2123
+ "Source": {
2124
+ "shape": "S24",
2125
+ "locationName": "source"
2126
+ }
2127
+ }
2128
+ }
2129
+ },
2130
+ "UpdateGatewayInstance": {
2131
+ "http": {
2132
+ "method": "PUT",
2133
+ "requestUri": "/v1/gateway-instances/{gatewayInstanceArn}",
2134
+ "responseCode": 200
2135
+ },
2136
+ "input": {
2137
+ "type": "structure",
2138
+ "members": {
2139
+ "BridgePlacement": {
2140
+ "locationName": "bridgePlacement"
2141
+ },
2142
+ "GatewayInstanceArn": {
2143
+ "location": "uri",
2144
+ "locationName": "gatewayInstanceArn"
2145
+ }
2146
+ },
2147
+ "required": [
2148
+ "GatewayInstanceArn"
2149
+ ]
2150
+ },
2151
+ "output": {
2152
+ "type": "structure",
2153
+ "members": {
2154
+ "BridgePlacement": {
2155
+ "locationName": "bridgePlacement"
2156
+ },
2157
+ "GatewayInstanceArn": {
2158
+ "locationName": "gatewayInstanceArn"
2159
+ }
2160
+ }
2161
+ }
2162
+ }
2163
+ },
2164
+ "shapes": {
2165
+ "S3": {
2166
+ "type": "list",
2167
+ "member": {
2168
+ "type": "structure",
2169
+ "members": {
2170
+ "NetworkOutput": {
2171
+ "locationName": "networkOutput",
2172
+ "type": "structure",
2173
+ "members": {
2174
+ "IpAddress": {
2175
+ "locationName": "ipAddress"
2176
+ },
2177
+ "Name": {
2178
+ "locationName": "name"
2179
+ },
2180
+ "NetworkName": {
2181
+ "locationName": "networkName"
2182
+ },
2183
+ "Port": {
2184
+ "locationName": "port",
2185
+ "type": "integer"
2186
+ },
2187
+ "Protocol": {
2188
+ "locationName": "protocol"
2189
+ },
2190
+ "Ttl": {
2191
+ "locationName": "ttl",
2192
+ "type": "integer"
2193
+ }
2194
+ },
2195
+ "required": [
2196
+ "NetworkName",
2197
+ "Port",
2198
+ "IpAddress",
2199
+ "Protocol",
2200
+ "Ttl",
2201
+ "Name"
2202
+ ]
2203
+ }
2204
+ }
2205
+ }
2206
+ },
2207
+ "S9": {
2208
+ "type": "list",
2209
+ "member": {
2210
+ "shape": "Sa"
2211
+ }
2212
+ },
2213
+ "Sa": {
2214
+ "type": "structure",
2215
+ "members": {
2216
+ "FlowOutput": {
2217
+ "locationName": "flowOutput",
2218
+ "type": "structure",
2219
+ "members": {
2220
+ "FlowArn": {
2221
+ "locationName": "flowArn"
2222
+ },
2223
+ "FlowSourceArn": {
2224
+ "locationName": "flowSourceArn"
2225
+ },
2226
+ "Name": {
2227
+ "locationName": "name"
2228
+ }
2229
+ },
2230
+ "required": [
2231
+ "FlowSourceArn",
2232
+ "FlowArn",
2233
+ "Name"
2234
+ ]
2235
+ },
2236
+ "NetworkOutput": {
2237
+ "locationName": "networkOutput",
2238
+ "type": "structure",
2239
+ "members": {
2240
+ "IpAddress": {
2241
+ "locationName": "ipAddress"
2242
+ },
2243
+ "Name": {
2244
+ "locationName": "name"
2245
+ },
2246
+ "NetworkName": {
2247
+ "locationName": "networkName"
2248
+ },
2249
+ "Port": {
2250
+ "locationName": "port",
2251
+ "type": "integer"
2252
+ },
2253
+ "Protocol": {
2254
+ "locationName": "protocol"
2255
+ },
2256
+ "Ttl": {
2257
+ "locationName": "ttl",
2258
+ "type": "integer"
2259
+ }
2260
+ },
2261
+ "required": [
2262
+ "NetworkName",
2263
+ "Port",
2264
+ "IpAddress",
2265
+ "Protocol",
2266
+ "Ttl",
2267
+ "Name"
2268
+ ]
2269
+ }
2270
+ }
2271
+ },
2272
+ "Se": {
2273
+ "type": "list",
2274
+ "member": {
2275
+ "type": "structure",
2276
+ "members": {
2277
+ "FlowSource": {
2278
+ "locationName": "flowSource",
2279
+ "type": "structure",
2280
+ "members": {
2281
+ "FlowArn": {
2282
+ "locationName": "flowArn"
2283
+ },
2284
+ "FlowVpcInterfaceAttachment": {
2285
+ "shape": "Sh",
2286
+ "locationName": "flowVpcInterfaceAttachment"
2287
+ },
2288
+ "Name": {
2289
+ "locationName": "name"
2290
+ }
2291
+ },
2292
+ "required": [
2293
+ "FlowArn",
2294
+ "Name"
2295
+ ]
2296
+ },
2297
+ "NetworkSource": {
2298
+ "locationName": "networkSource",
2299
+ "type": "structure",
2300
+ "members": {
2301
+ "MulticastIp": {
2302
+ "locationName": "multicastIp"
2303
+ },
2304
+ "Name": {
2305
+ "locationName": "name"
2306
+ },
2307
+ "NetworkName": {
2308
+ "locationName": "networkName"
2309
+ },
2310
+ "Port": {
2311
+ "locationName": "port",
2312
+ "type": "integer"
2313
+ },
2314
+ "Protocol": {
2315
+ "locationName": "protocol"
2316
+ }
2317
+ },
2318
+ "required": [
2319
+ "NetworkName",
2320
+ "MulticastIp",
2321
+ "Port",
2322
+ "Protocol",
2323
+ "Name"
2324
+ ]
2325
+ }
2326
+ }
2327
+ }
2328
+ },
2329
+ "Sh": {
2330
+ "type": "structure",
2331
+ "members": {
2332
+ "VpcInterfaceName": {
2333
+ "locationName": "vpcInterfaceName"
2334
+ }
2335
+ }
2336
+ },
2337
+ "Sk": {
2338
+ "type": "list",
2339
+ "member": {
2340
+ "shape": "Sl"
2341
+ }
2342
+ },
2343
+ "Sl": {
2344
+ "type": "structure",
2345
+ "members": {
2346
+ "FlowSource": {
2347
+ "locationName": "flowSource",
2348
+ "type": "structure",
2349
+ "members": {
2350
+ "FlowArn": {
2351
+ "locationName": "flowArn"
2352
+ },
2353
+ "FlowVpcInterfaceAttachment": {
2354
+ "shape": "Sh",
2355
+ "locationName": "flowVpcInterfaceAttachment"
2356
+ },
2357
+ "Name": {
2358
+ "locationName": "name"
2359
+ },
2360
+ "OutputArn": {
2361
+ "locationName": "outputArn"
2362
+ }
2363
+ },
2364
+ "required": [
2365
+ "FlowArn",
2366
+ "Name"
2367
+ ]
1262
2368
  },
1263
- "required": [
1264
- "FlowArn",
1265
- "SourceArn"
1266
- ]
1267
- },
1268
- "output": {
1269
- "type": "structure",
1270
- "members": {
1271
- "FlowArn": {
1272
- "locationName": "flowArn"
2369
+ "NetworkSource": {
2370
+ "locationName": "networkSource",
2371
+ "type": "structure",
2372
+ "members": {
2373
+ "MulticastIp": {
2374
+ "locationName": "multicastIp"
2375
+ },
2376
+ "Name": {
2377
+ "locationName": "name"
2378
+ },
2379
+ "NetworkName": {
2380
+ "locationName": "networkName"
2381
+ },
2382
+ "Port": {
2383
+ "locationName": "port",
2384
+ "type": "integer"
2385
+ },
2386
+ "Protocol": {
2387
+ "locationName": "protocol"
2388
+ }
1273
2389
  },
1274
- "Source": {
1275
- "shape": "S1j",
1276
- "locationName": "source"
1277
- }
2390
+ "required": [
2391
+ "NetworkName",
2392
+ "MulticastIp",
2393
+ "Port",
2394
+ "Protocol",
2395
+ "Name"
2396
+ ]
1278
2397
  }
1279
2398
  }
1280
- }
1281
- },
1282
- "shapes": {
1283
- "S3": {
2399
+ },
2400
+ "Sp": {
1284
2401
  "type": "list",
1285
2402
  "member": {
1286
2403
  "type": "structure",
1287
2404
  "members": {
1288
2405
  "Attributes": {
1289
- "shape": "S5",
2406
+ "shape": "Sr",
1290
2407
  "locationName": "attributes"
1291
2408
  },
1292
2409
  "ClockRate": {
@@ -1317,7 +2434,7 @@
1317
2434
  ]
1318
2435
  }
1319
2436
  },
1320
- "S5": {
2437
+ "Sr": {
1321
2438
  "type": "structure",
1322
2439
  "members": {
1323
2440
  "Fmtp": {
@@ -1352,13 +2469,13 @@
1352
2469
  }
1353
2470
  }
1354
2471
  },
1355
- "Se": {
2472
+ "Sz": {
1356
2473
  "type": "list",
1357
2474
  "member": {
1358
- "shape": "Sf"
2475
+ "shape": "S10"
1359
2476
  }
1360
2477
  },
1361
- "Sf": {
2478
+ "S10": {
1362
2479
  "type": "structure",
1363
2480
  "members": {
1364
2481
  "Attributes": {
@@ -1432,13 +2549,13 @@
1432
2549
  "Fmt"
1433
2550
  ]
1434
2551
  },
1435
- "Sj": {
2552
+ "S14": {
1436
2553
  "type": "list",
1437
2554
  "member": {
1438
2555
  "type": "structure",
1439
2556
  "members": {
1440
2557
  "CidrAllowList": {
1441
- "shape": "Sl",
2558
+ "shape": "S16",
1442
2559
  "locationName": "cidrAllowList"
1443
2560
  },
1444
2561
  "Description": {
@@ -1448,7 +2565,7 @@
1448
2565
  "locationName": "destination"
1449
2566
  },
1450
2567
  "Encryption": {
1451
- "shape": "Sm",
2568
+ "shape": "S17",
1452
2569
  "locationName": "encryption"
1453
2570
  },
1454
2571
  "MaxLatency": {
@@ -1456,7 +2573,7 @@
1456
2573
  "type": "integer"
1457
2574
  },
1458
2575
  "MediaStreamOutputConfigurations": {
1459
- "shape": "Sp",
2576
+ "shape": "S1a",
1460
2577
  "locationName": "mediaStreamOutputConfigurations"
1461
2578
  },
1462
2579
  "MinLatency": {
@@ -1488,7 +2605,7 @@
1488
2605
  "locationName": "streamId"
1489
2606
  },
1490
2607
  "VpcInterfaceAttachment": {
1491
- "shape": "Sz",
2608
+ "shape": "Sh",
1492
2609
  "locationName": "vpcInterfaceAttachment"
1493
2610
  }
1494
2611
  },
@@ -1497,11 +2614,11 @@
1497
2614
  ]
1498
2615
  }
1499
2616
  },
1500
- "Sl": {
2617
+ "S16": {
1501
2618
  "type": "list",
1502
2619
  "member": {}
1503
2620
  },
1504
- "Sm": {
2621
+ "S17": {
1505
2622
  "type": "structure",
1506
2623
  "members": {
1507
2624
  "Algorithm": {
@@ -1536,7 +2653,7 @@
1536
2653
  "RoleArn"
1537
2654
  ]
1538
2655
  },
1539
- "Sp": {
2656
+ "S1a": {
1540
2657
  "type": "list",
1541
2658
  "member": {
1542
2659
  "type": "structure",
@@ -1555,7 +2672,7 @@
1555
2672
  "type": "integer"
1556
2673
  },
1557
2674
  "Interface": {
1558
- "shape": "St",
2675
+ "shape": "S1e",
1559
2676
  "locationName": "interface"
1560
2677
  }
1561
2678
  },
@@ -1596,7 +2713,7 @@
1596
2713
  ]
1597
2714
  }
1598
2715
  },
1599
- "St": {
2716
+ "S1e": {
1600
2717
  "type": "structure",
1601
2718
  "members": {
1602
2719
  "Name": {
@@ -1607,21 +2724,13 @@
1607
2724
  "Name"
1608
2725
  ]
1609
2726
  },
1610
- "Sz": {
1611
- "type": "structure",
1612
- "members": {
1613
- "VpcInterfaceName": {
1614
- "locationName": "vpcInterfaceName"
1615
- }
1616
- }
1617
- },
1618
- "S11": {
2727
+ "S1k": {
1619
2728
  "type": "list",
1620
2729
  "member": {
1621
- "shape": "S12"
2730
+ "shape": "S1l"
1622
2731
  }
1623
2732
  },
1624
- "S12": {
2733
+ "S1l": {
1625
2734
  "type": "structure",
1626
2735
  "members": {
1627
2736
  "DataTransferSubscriberFeePercent": {
@@ -1635,7 +2744,7 @@
1635
2744
  "locationName": "destination"
1636
2745
  },
1637
2746
  "Encryption": {
1638
- "shape": "Sm",
2747
+ "shape": "S17",
1639
2748
  "locationName": "encryption"
1640
2749
  },
1641
2750
  "EntitlementArn": {
@@ -1667,7 +2776,7 @@
1667
2776
  "type": "integer"
1668
2777
  },
1669
2778
  "Interface": {
1670
- "shape": "S17",
2779
+ "shape": "S1q",
1671
2780
  "locationName": "interface"
1672
2781
  },
1673
2782
  "OutboundIp": {
@@ -1723,12 +2832,22 @@
1723
2832
  "type": "integer"
1724
2833
  },
1725
2834
  "Transport": {
1726
- "shape": "S19",
2835
+ "shape": "S1s",
1727
2836
  "locationName": "transport"
1728
2837
  },
1729
2838
  "VpcInterfaceAttachment": {
1730
- "shape": "Sz",
2839
+ "shape": "Sh",
1731
2840
  "locationName": "vpcInterfaceAttachment"
2841
+ },
2842
+ "BridgeArn": {
2843
+ "locationName": "bridgeArn"
2844
+ },
2845
+ "BridgePorts": {
2846
+ "locationName": "bridgePorts",
2847
+ "type": "list",
2848
+ "member": {
2849
+ "type": "integer"
2850
+ }
1732
2851
  }
1733
2852
  },
1734
2853
  "required": [
@@ -1736,7 +2855,7 @@
1736
2855
  "Name"
1737
2856
  ]
1738
2857
  },
1739
- "S17": {
2858
+ "S1q": {
1740
2859
  "type": "structure",
1741
2860
  "members": {
1742
2861
  "Name": {
@@ -1747,11 +2866,11 @@
1747
2866
  "Name"
1748
2867
  ]
1749
2868
  },
1750
- "S19": {
2869
+ "S1s": {
1751
2870
  "type": "structure",
1752
2871
  "members": {
1753
2872
  "CidrAllowList": {
1754
- "shape": "Sl",
2873
+ "shape": "S16",
1755
2874
  "locationName": "cidrAllowList"
1756
2875
  },
1757
2876
  "MaxBitrate": {
@@ -1802,17 +2921,17 @@
1802
2921
  "Protocol"
1803
2922
  ]
1804
2923
  },
1805
- "S1b": {
2924
+ "S1v": {
1806
2925
  "type": "list",
1807
2926
  "member": {
1808
- "shape": "S1c"
2927
+ "shape": "S1w"
1809
2928
  }
1810
2929
  },
1811
- "S1c": {
2930
+ "S1w": {
1812
2931
  "type": "structure",
1813
2932
  "members": {
1814
2933
  "Decryption": {
1815
- "shape": "Sm",
2934
+ "shape": "S17",
1816
2935
  "locationName": "decryption"
1817
2936
  },
1818
2937
  "Description": {
@@ -1838,7 +2957,7 @@
1838
2957
  "type": "integer"
1839
2958
  },
1840
2959
  "MediaStreamSourceConfigurations": {
1841
- "shape": "S1d",
2960
+ "shape": "S1x",
1842
2961
  "locationName": "mediaStreamSourceConfigurations"
1843
2962
  },
1844
2963
  "MinLatency": {
@@ -1873,10 +2992,26 @@
1873
2992
  },
1874
2993
  "WhitelistCidr": {
1875
2994
  "locationName": "whitelistCidr"
2995
+ },
2996
+ "GatewayBridgeSource": {
2997
+ "locationName": "gatewayBridgeSource",
2998
+ "type": "structure",
2999
+ "members": {
3000
+ "BridgeArn": {
3001
+ "locationName": "bridgeArn"
3002
+ },
3003
+ "VpcInterfaceAttachment": {
3004
+ "shape": "Sh",
3005
+ "locationName": "vpcInterfaceAttachment"
3006
+ }
3007
+ },
3008
+ "required": [
3009
+ "BridgeArn"
3010
+ ]
1876
3011
  }
1877
3012
  }
1878
3013
  },
1879
- "S1d": {
3014
+ "S1x": {
1880
3015
  "type": "list",
1881
3016
  "member": {
1882
3017
  "type": "structure",
@@ -1895,7 +3030,7 @@
1895
3030
  "type": "integer"
1896
3031
  },
1897
3032
  "Interface": {
1898
- "shape": "St",
3033
+ "shape": "S1e",
1899
3034
  "locationName": "interface"
1900
3035
  }
1901
3036
  },
@@ -1915,13 +3050,13 @@
1915
3050
  ]
1916
3051
  }
1917
3052
  },
1918
- "S1i": {
3053
+ "S23": {
1919
3054
  "type": "list",
1920
3055
  "member": {
1921
- "shape": "S1j"
3056
+ "shape": "S24"
1922
3057
  }
1923
3058
  },
1924
- "S1j": {
3059
+ "S24": {
1925
3060
  "type": "structure",
1926
3061
  "members": {
1927
3062
  "DataTransferSubscriberFeePercent": {
@@ -1929,7 +3064,7 @@
1929
3064
  "type": "integer"
1930
3065
  },
1931
3066
  "Decryption": {
1932
- "shape": "Sm",
3067
+ "shape": "S17",
1933
3068
  "locationName": "decryption"
1934
3069
  },
1935
3070
  "Description": {
@@ -1968,7 +3103,7 @@
1968
3103
  "type": "integer"
1969
3104
  },
1970
3105
  "Interface": {
1971
- "shape": "S17",
3106
+ "shape": "S1q",
1972
3107
  "locationName": "interface"
1973
3108
  }
1974
3109
  },
@@ -2003,7 +3138,7 @@
2003
3138
  "locationName": "sourceArn"
2004
3139
  },
2005
3140
  "Transport": {
2006
- "shape": "S19",
3141
+ "shape": "S1s",
2007
3142
  "locationName": "transport"
2008
3143
  },
2009
3144
  "VpcInterfaceName": {
@@ -2011,14 +3146,30 @@
2011
3146
  },
2012
3147
  "WhitelistCidr": {
2013
3148
  "locationName": "whitelistCidr"
3149
+ },
3150
+ "GatewayBridgeSource": {
3151
+ "locationName": "gatewayBridgeSource",
3152
+ "type": "structure",
3153
+ "members": {
3154
+ "BridgeArn": {
3155
+ "locationName": "bridgeArn"
3156
+ },
3157
+ "VpcInterfaceAttachment": {
3158
+ "shape": "Sh",
3159
+ "locationName": "vpcInterfaceAttachment"
3160
+ }
3161
+ },
3162
+ "required": [
3163
+ "BridgeArn"
3164
+ ]
2014
3165
  }
2015
3166
  },
2016
3167
  "required": [
2017
- "SourceArn",
2018
- "Name"
3168
+ "Name",
3169
+ "SourceArn"
2019
3170
  ]
2020
3171
  },
2021
- "S1p": {
3172
+ "S2b": {
2022
3173
  "type": "list",
2023
3174
  "member": {
2024
3175
  "type": "structure",
@@ -2033,7 +3184,7 @@
2033
3184
  "locationName": "roleArn"
2034
3185
  },
2035
3186
  "SecurityGroupIds": {
2036
- "shape": "Sl",
3187
+ "shape": "S16",
2037
3188
  "locationName": "securityGroupIds"
2038
3189
  },
2039
3190
  "SubnetId": {
@@ -2048,7 +3199,7 @@
2048
3199
  ]
2049
3200
  }
2050
3201
  },
2051
- "S1t": {
3202
+ "S2f": {
2052
3203
  "type": "list",
2053
3204
  "member": {
2054
3205
  "type": "structure",
@@ -2057,7 +3208,7 @@
2057
3208
  "locationName": "name"
2058
3209
  },
2059
3210
  "NetworkInterfaceIds": {
2060
- "shape": "Sl",
3211
+ "shape": "S16",
2061
3212
  "locationName": "networkInterfaceIds"
2062
3213
  },
2063
3214
  "NetworkInterfaceType": {
@@ -2067,7 +3218,7 @@
2067
3218
  "locationName": "roleArn"
2068
3219
  },
2069
3220
  "SecurityGroupIds": {
2070
- "shape": "Sl",
3221
+ "shape": "S16",
2071
3222
  "locationName": "securityGroupIds"
2072
3223
  },
2073
3224
  "SubnetId": {
@@ -2084,7 +3235,131 @@
2084
3235
  ]
2085
3236
  }
2086
3237
  },
2087
- "S1w": {
3238
+ "S2k": {
3239
+ "type": "structure",
3240
+ "members": {
3241
+ "FailoverMode": {
3242
+ "locationName": "failoverMode"
3243
+ },
3244
+ "RecoveryWindow": {
3245
+ "locationName": "recoveryWindow",
3246
+ "type": "integer"
3247
+ },
3248
+ "SourcePriority": {
3249
+ "shape": "S2m",
3250
+ "locationName": "sourcePriority"
3251
+ },
3252
+ "State": {
3253
+ "locationName": "state"
3254
+ }
3255
+ }
3256
+ },
3257
+ "S2m": {
3258
+ "type": "structure",
3259
+ "members": {
3260
+ "PrimarySource": {
3261
+ "locationName": "primarySource"
3262
+ }
3263
+ }
3264
+ },
3265
+ "S2p": {
3266
+ "type": "structure",
3267
+ "members": {
3268
+ "BridgeArn": {
3269
+ "locationName": "bridgeArn"
3270
+ },
3271
+ "BridgeMessages": {
3272
+ "shape": "S2q",
3273
+ "locationName": "bridgeMessages"
3274
+ },
3275
+ "BridgeState": {
3276
+ "locationName": "bridgeState"
3277
+ },
3278
+ "EgressGatewayBridge": {
3279
+ "locationName": "egressGatewayBridge",
3280
+ "type": "structure",
3281
+ "members": {
3282
+ "InstanceId": {
3283
+ "locationName": "instanceId"
3284
+ },
3285
+ "MaxBitrate": {
3286
+ "locationName": "maxBitrate",
3287
+ "type": "integer"
3288
+ }
3289
+ },
3290
+ "required": [
3291
+ "MaxBitrate"
3292
+ ]
3293
+ },
3294
+ "IngressGatewayBridge": {
3295
+ "locationName": "ingressGatewayBridge",
3296
+ "type": "structure",
3297
+ "members": {
3298
+ "InstanceId": {
3299
+ "locationName": "instanceId"
3300
+ },
3301
+ "MaxBitrate": {
3302
+ "locationName": "maxBitrate",
3303
+ "type": "integer"
3304
+ },
3305
+ "MaxOutputs": {
3306
+ "locationName": "maxOutputs",
3307
+ "type": "integer"
3308
+ }
3309
+ },
3310
+ "required": [
3311
+ "MaxOutputs",
3312
+ "MaxBitrate"
3313
+ ]
3314
+ },
3315
+ "Name": {
3316
+ "locationName": "name"
3317
+ },
3318
+ "Outputs": {
3319
+ "shape": "S9",
3320
+ "locationName": "outputs"
3321
+ },
3322
+ "PlacementArn": {
3323
+ "locationName": "placementArn"
3324
+ },
3325
+ "SourceFailoverConfig": {
3326
+ "shape": "S2k",
3327
+ "locationName": "sourceFailoverConfig"
3328
+ },
3329
+ "Sources": {
3330
+ "shape": "Sk",
3331
+ "locationName": "sources"
3332
+ }
3333
+ },
3334
+ "required": [
3335
+ "BridgeArn",
3336
+ "BridgeState",
3337
+ "PlacementArn",
3338
+ "Name"
3339
+ ]
3340
+ },
3341
+ "S2q": {
3342
+ "type": "list",
3343
+ "member": {
3344
+ "type": "structure",
3345
+ "members": {
3346
+ "Code": {
3347
+ "locationName": "code"
3348
+ },
3349
+ "Message": {
3350
+ "locationName": "message"
3351
+ },
3352
+ "ResourceName": {
3353
+ "locationName": "resourceName"
3354
+ }
3355
+ },
3356
+ "required": [
3357
+ "Message",
3358
+ "Code"
3359
+ ]
3360
+ }
3361
+ },
3362
+ "S2w": {
2088
3363
  "type": "list",
2089
3364
  "member": {
2090
3365
  "type": "structure",
@@ -2097,7 +3372,7 @@
2097
3372
  "locationName": "description"
2098
3373
  },
2099
3374
  "Encryption": {
2100
- "shape": "Sm",
3375
+ "shape": "S17",
2101
3376
  "locationName": "encryption"
2102
3377
  },
2103
3378
  "EntitlementStatus": {
@@ -2107,7 +3382,7 @@
2107
3382
  "locationName": "name"
2108
3383
  },
2109
3384
  "Subscribers": {
2110
- "shape": "Sl",
3385
+ "shape": "S16",
2111
3386
  "locationName": "subscribers"
2112
3387
  }
2113
3388
  },
@@ -2116,34 +3391,7 @@
2116
3391
  ]
2117
3392
  }
2118
3393
  },
2119
- "S1z": {
2120
- "type": "structure",
2121
- "members": {
2122
- "FailoverMode": {
2123
- "locationName": "failoverMode"
2124
- },
2125
- "RecoveryWindow": {
2126
- "locationName": "recoveryWindow",
2127
- "type": "integer"
2128
- },
2129
- "SourcePriority": {
2130
- "shape": "S21",
2131
- "locationName": "sourcePriority"
2132
- },
2133
- "State": {
2134
- "locationName": "state"
2135
- }
2136
- }
2137
- },
2138
- "S21": {
2139
- "type": "structure",
2140
- "members": {
2141
- "PrimarySource": {
2142
- "locationName": "primarySource"
2143
- }
2144
- }
2145
- },
2146
- "S26": {
3394
+ "S32": {
2147
3395
  "type": "structure",
2148
3396
  "members": {
2149
3397
  "AvailabilityZone": {
@@ -2156,64 +3404,64 @@
2156
3404
  "locationName": "egressIp"
2157
3405
  },
2158
3406
  "Entitlements": {
2159
- "shape": "S27",
3407
+ "shape": "S33",
2160
3408
  "locationName": "entitlements"
2161
3409
  },
2162
3410
  "FlowArn": {
2163
3411
  "locationName": "flowArn"
2164
3412
  },
2165
3413
  "MediaStreams": {
2166
- "shape": "Se",
3414
+ "shape": "Sz",
2167
3415
  "locationName": "mediaStreams"
2168
3416
  },
2169
3417
  "Name": {
2170
3418
  "locationName": "name"
2171
3419
  },
2172
3420
  "Outputs": {
2173
- "shape": "S11",
3421
+ "shape": "S1k",
2174
3422
  "locationName": "outputs"
2175
3423
  },
2176
3424
  "Source": {
2177
- "shape": "S1j",
3425
+ "shape": "S24",
2178
3426
  "locationName": "source"
2179
3427
  },
2180
3428
  "SourceFailoverConfig": {
2181
- "shape": "S1z",
3429
+ "shape": "S2k",
2182
3430
  "locationName": "sourceFailoverConfig"
2183
3431
  },
2184
3432
  "Sources": {
2185
- "shape": "S1i",
3433
+ "shape": "S23",
2186
3434
  "locationName": "sources"
2187
3435
  },
2188
3436
  "Status": {
2189
3437
  "locationName": "status"
2190
3438
  },
2191
3439
  "VpcInterfaces": {
2192
- "shape": "S1t",
3440
+ "shape": "S2f",
2193
3441
  "locationName": "vpcInterfaces"
2194
3442
  },
2195
3443
  "Maintenance": {
2196
- "shape": "S2a",
3444
+ "shape": "S36",
2197
3445
  "locationName": "maintenance"
2198
3446
  }
2199
3447
  },
2200
3448
  "required": [
2201
3449
  "Status",
2202
- "Entitlements",
2203
- "Outputs",
2204
3450
  "AvailabilityZone",
2205
- "FlowArn",
2206
3451
  "Source",
2207
- "Name"
3452
+ "Name",
3453
+ "Entitlements",
3454
+ "Outputs",
3455
+ "FlowArn"
2208
3456
  ]
2209
3457
  },
2210
- "S27": {
3458
+ "S33": {
2211
3459
  "type": "list",
2212
3460
  "member": {
2213
- "shape": "S28"
3461
+ "shape": "S34"
2214
3462
  }
2215
3463
  },
2216
- "S28": {
3464
+ "S34": {
2217
3465
  "type": "structure",
2218
3466
  "members": {
2219
3467
  "DataTransferSubscriberFeePercent": {
@@ -2224,7 +3472,7 @@
2224
3472
  "locationName": "description"
2225
3473
  },
2226
3474
  "Encryption": {
2227
- "shape": "Sm",
3475
+ "shape": "S17",
2228
3476
  "locationName": "encryption"
2229
3477
  },
2230
3478
  "EntitlementArn": {
@@ -2237,7 +3485,7 @@
2237
3485
  "locationName": "name"
2238
3486
  },
2239
3487
  "Subscribers": {
2240
- "shape": "Sl",
3488
+ "shape": "S16",
2241
3489
  "locationName": "subscribers"
2242
3490
  }
2243
3491
  },
@@ -2247,7 +3495,7 @@
2247
3495
  "Name"
2248
3496
  ]
2249
3497
  },
2250
- "S2a": {
3498
+ "S36": {
2251
3499
  "type": "structure",
2252
3500
  "members": {
2253
3501
  "MaintenanceDay": {
@@ -2264,7 +3512,57 @@
2264
3512
  }
2265
3513
  }
2266
3514
  },
2267
- "S2i": {
3515
+ "S38": {
3516
+ "type": "list",
3517
+ "member": {
3518
+ "type": "structure",
3519
+ "members": {
3520
+ "CidrBlock": {
3521
+ "locationName": "cidrBlock"
3522
+ },
3523
+ "Name": {
3524
+ "locationName": "name"
3525
+ }
3526
+ },
3527
+ "required": [
3528
+ "CidrBlock",
3529
+ "Name"
3530
+ ]
3531
+ }
3532
+ },
3533
+ "S3b": {
3534
+ "type": "structure",
3535
+ "members": {
3536
+ "EgressCidrBlocks": {
3537
+ "shape": "S16",
3538
+ "locationName": "egressCidrBlocks"
3539
+ },
3540
+ "GatewayArn": {
3541
+ "locationName": "gatewayArn"
3542
+ },
3543
+ "GatewayMessages": {
3544
+ "shape": "S2q",
3545
+ "locationName": "gatewayMessages"
3546
+ },
3547
+ "GatewayState": {
3548
+ "locationName": "gatewayState"
3549
+ },
3550
+ "Name": {
3551
+ "locationName": "name"
3552
+ },
3553
+ "Networks": {
3554
+ "shape": "S38",
3555
+ "locationName": "networks"
3556
+ }
3557
+ },
3558
+ "required": [
3559
+ "GatewayArn",
3560
+ "Networks",
3561
+ "EgressCidrBlocks",
3562
+ "Name"
3563
+ ]
3564
+ },
3565
+ "S41": {
2268
3566
  "type": "structure",
2269
3567
  "members": {
2270
3568
  "CurrencyCode": {
@@ -2290,7 +3588,7 @@
2290
3588
  "locationName": "priceUnits"
2291
3589
  },
2292
3590
  "ResourceSpecification": {
2293
- "shape": "S2l",
3591
+ "shape": "S44",
2294
3592
  "locationName": "resourceSpecification"
2295
3593
  }
2296
3594
  },
@@ -2305,7 +3603,7 @@
2305
3603
  "PriceUnits"
2306
3604
  ]
2307
3605
  },
2308
- "S2l": {
3606
+ "S44": {
2309
3607
  "type": "structure",
2310
3608
  "members": {
2311
3609
  "ReservedBitrate": {
@@ -2320,7 +3618,7 @@
2320
3618
  "ResourceType"
2321
3619
  ]
2322
3620
  },
2323
- "S2p": {
3621
+ "S48": {
2324
3622
  "type": "structure",
2325
3623
  "members": {
2326
3624
  "CurrencyCode": {
@@ -2358,7 +3656,7 @@
2358
3656
  "locationName": "reservationState"
2359
3657
  },
2360
3658
  "ResourceSpecification": {
2361
- "shape": "S2l",
3659
+ "shape": "S44",
2362
3660
  "locationName": "resourceSpecification"
2363
3661
  },
2364
3662
  "Start": {
@@ -2381,12 +3679,31 @@
2381
3679
  "PriceUnits"
2382
3680
  ]
2383
3681
  },
2384
- "S3b": {
3682
+ "S56": {
2385
3683
  "type": "map",
2386
3684
  "key": {},
2387
3685
  "value": {}
2388
3686
  },
2389
- "S3z": {
3687
+ "S5w": {
3688
+ "type": "structure",
3689
+ "members": {
3690
+ "FailoverMode": {
3691
+ "locationName": "failoverMode"
3692
+ },
3693
+ "RecoveryWindow": {
3694
+ "locationName": "recoveryWindow",
3695
+ "type": "integer"
3696
+ },
3697
+ "SourcePriority": {
3698
+ "shape": "S2m",
3699
+ "locationName": "sourcePriority"
3700
+ },
3701
+ "State": {
3702
+ "locationName": "state"
3703
+ }
3704
+ }
3705
+ },
3706
+ "S6c": {
2390
3707
  "type": "structure",
2391
3708
  "members": {
2392
3709
  "Algorithm": {