cdk-docker-image-deployment 0.0.138 → 0.0.140
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +172 -130
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +17 -8
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +427 -311
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +53 -41
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.waiters2.json +22 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +210 -206
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +17 -11
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +97 -24
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +20 -17
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +568 -563
- package/node_modules/aws-sdk/clients/appflow.d.ts +60 -1
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +11 -2
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +8 -8
- package/node_modules/aws-sdk/clients/connect.d.ts +23 -0
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +10 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +10 -2
- package/node_modules/aws-sdk/clients/efs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/glue.d.ts +140 -1
- package/node_modules/aws-sdk/clients/groundstation.d.ts +26 -0
- package/node_modules/aws-sdk/clients/groundstation.js +1 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +5 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +83 -5
- package/node_modules/aws-sdk/clients/panorama.d.ts +7 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +9 -2
- package/node_modules/aws-sdk/clients/wafv2.d.ts +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1040 -1033
- package/node_modules/aws-sdk/dist/aws-sdk.js +43 -22
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -278,11 +278,11 @@
|
|
|
278
278
|
"locationName": "encoderSettings"
|
|
279
279
|
},
|
|
280
280
|
"InputAttachments": {
|
|
281
|
-
"shape": "
|
|
281
|
+
"shape": "Scz",
|
|
282
282
|
"locationName": "inputAttachments"
|
|
283
283
|
},
|
|
284
284
|
"InputSpecification": {
|
|
285
|
-
"shape": "
|
|
285
|
+
"shape": "Seo",
|
|
286
286
|
"locationName": "inputSpecification"
|
|
287
287
|
},
|
|
288
288
|
"LogLevel": {
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
"locationName": "roleArn"
|
|
316
316
|
},
|
|
317
317
|
"Tags": {
|
|
318
|
-
"shape": "
|
|
318
|
+
"shape": "Sew",
|
|
319
319
|
"locationName": "tags"
|
|
320
320
|
},
|
|
321
321
|
"Vpc": {
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"type": "structure",
|
|
346
346
|
"members": {
|
|
347
347
|
"Channel": {
|
|
348
|
-
"shape": "
|
|
348
|
+
"shape": "Sez",
|
|
349
349
|
"locationName": "channel"
|
|
350
350
|
}
|
|
351
351
|
}
|
|
@@ -360,11 +360,11 @@
|
|
|
360
360
|
"type": "structure",
|
|
361
361
|
"members": {
|
|
362
362
|
"Destinations": {
|
|
363
|
-
"shape": "
|
|
363
|
+
"shape": "Sf8",
|
|
364
364
|
"locationName": "destinations"
|
|
365
365
|
},
|
|
366
366
|
"InputDevices": {
|
|
367
|
-
"shape": "
|
|
367
|
+
"shape": "Sfa",
|
|
368
368
|
"locationName": "inputDevices"
|
|
369
369
|
},
|
|
370
370
|
"InputSecurityGroups": {
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"locationName": "inputSecurityGroups"
|
|
373
373
|
},
|
|
374
374
|
"MediaConnectFlows": {
|
|
375
|
-
"shape": "
|
|
375
|
+
"shape": "Sfc",
|
|
376
376
|
"locationName": "mediaConnectFlows"
|
|
377
377
|
},
|
|
378
378
|
"Name": {
|
|
@@ -386,11 +386,11 @@
|
|
|
386
386
|
"locationName": "roleArn"
|
|
387
387
|
},
|
|
388
388
|
"Sources": {
|
|
389
|
-
"shape": "
|
|
389
|
+
"shape": "Sfe",
|
|
390
390
|
"locationName": "sources"
|
|
391
391
|
},
|
|
392
392
|
"Tags": {
|
|
393
|
-
"shape": "
|
|
393
|
+
"shape": "Sew",
|
|
394
394
|
"locationName": "tags"
|
|
395
395
|
},
|
|
396
396
|
"Type": {
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"type": "structure",
|
|
420
420
|
"members": {
|
|
421
421
|
"Input": {
|
|
422
|
-
"shape": "
|
|
422
|
+
"shape": "Sfj",
|
|
423
423
|
"locationName": "input"
|
|
424
424
|
}
|
|
425
425
|
}
|
|
@@ -434,11 +434,11 @@
|
|
|
434
434
|
"type": "structure",
|
|
435
435
|
"members": {
|
|
436
436
|
"Tags": {
|
|
437
|
-
"shape": "
|
|
437
|
+
"shape": "Sew",
|
|
438
438
|
"locationName": "tags"
|
|
439
439
|
},
|
|
440
440
|
"WhitelistRules": {
|
|
441
|
-
"shape": "
|
|
441
|
+
"shape": "Sfv",
|
|
442
442
|
"locationName": "whitelistRules"
|
|
443
443
|
}
|
|
444
444
|
}
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
"type": "structure",
|
|
448
448
|
"members": {
|
|
449
449
|
"SecurityGroup": {
|
|
450
|
-
"shape": "
|
|
450
|
+
"shape": "Sfy",
|
|
451
451
|
"locationName": "securityGroup"
|
|
452
452
|
}
|
|
453
453
|
}
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
"locationName": "availabilityZones"
|
|
467
467
|
},
|
|
468
468
|
"MultiplexSettings": {
|
|
469
|
-
"shape": "
|
|
469
|
+
"shape": "Sg3",
|
|
470
470
|
"locationName": "multiplexSettings"
|
|
471
471
|
},
|
|
472
472
|
"Name": {
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
"idempotencyToken": true
|
|
478
478
|
},
|
|
479
479
|
"Tags": {
|
|
480
|
-
"shape": "
|
|
480
|
+
"shape": "Sew",
|
|
481
481
|
"locationName": "tags"
|
|
482
482
|
}
|
|
483
483
|
},
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
"type": "structure",
|
|
493
493
|
"members": {
|
|
494
494
|
"Multiplex": {
|
|
495
|
-
"shape": "
|
|
495
|
+
"shape": "Sg8",
|
|
496
496
|
"locationName": "multiplex"
|
|
497
497
|
}
|
|
498
498
|
}
|
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
"locationName": "multiplexId"
|
|
512
512
|
},
|
|
513
513
|
"MultiplexProgramSettings": {
|
|
514
|
-
"shape": "
|
|
514
|
+
"shape": "Sge",
|
|
515
515
|
"locationName": "multiplexProgramSettings"
|
|
516
516
|
},
|
|
517
517
|
"ProgramName": {
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
"type": "structure",
|
|
534
534
|
"members": {
|
|
535
535
|
"MultiplexProgram": {
|
|
536
|
-
"shape": "
|
|
536
|
+
"shape": "Sgm",
|
|
537
537
|
"locationName": "multiplexProgram"
|
|
538
538
|
}
|
|
539
539
|
}
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"idempotencyToken": true
|
|
557
557
|
},
|
|
558
558
|
"Tags": {
|
|
559
|
-
"shape": "
|
|
559
|
+
"shape": "Sew",
|
|
560
560
|
"locationName": "tags"
|
|
561
561
|
}
|
|
562
562
|
},
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
"type": "structure",
|
|
569
569
|
"members": {
|
|
570
570
|
"Input": {
|
|
571
|
-
"shape": "
|
|
571
|
+
"shape": "Sfj",
|
|
572
572
|
"locationName": "input"
|
|
573
573
|
}
|
|
574
574
|
}
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
"locationName": "resource-arn"
|
|
588
588
|
},
|
|
589
589
|
"Tags": {
|
|
590
|
-
"shape": "
|
|
590
|
+
"shape": "Sew",
|
|
591
591
|
"locationName": "tags"
|
|
592
592
|
}
|
|
593
593
|
},
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
"locationName": "destinations"
|
|
633
633
|
},
|
|
634
634
|
"EgressEndpoints": {
|
|
635
|
-
"shape": "
|
|
635
|
+
"shape": "Sf0",
|
|
636
636
|
"locationName": "egressEndpoints"
|
|
637
637
|
},
|
|
638
638
|
"EncoderSettings": {
|
|
@@ -643,25 +643,25 @@
|
|
|
643
643
|
"locationName": "id"
|
|
644
644
|
},
|
|
645
645
|
"InputAttachments": {
|
|
646
|
-
"shape": "
|
|
646
|
+
"shape": "Scz",
|
|
647
647
|
"locationName": "inputAttachments"
|
|
648
648
|
},
|
|
649
649
|
"InputSpecification": {
|
|
650
|
-
"shape": "
|
|
650
|
+
"shape": "Seo",
|
|
651
651
|
"locationName": "inputSpecification"
|
|
652
652
|
},
|
|
653
653
|
"LogLevel": {
|
|
654
654
|
"locationName": "logLevel"
|
|
655
655
|
},
|
|
656
656
|
"Maintenance": {
|
|
657
|
-
"shape": "
|
|
657
|
+
"shape": "Sf2",
|
|
658
658
|
"locationName": "maintenance"
|
|
659
659
|
},
|
|
660
660
|
"Name": {
|
|
661
661
|
"locationName": "name"
|
|
662
662
|
},
|
|
663
663
|
"PipelineDetails": {
|
|
664
|
-
"shape": "
|
|
664
|
+
"shape": "Sf3",
|
|
665
665
|
"locationName": "pipelineDetails"
|
|
666
666
|
},
|
|
667
667
|
"PipelinesRunningCount": {
|
|
@@ -675,11 +675,11 @@
|
|
|
675
675
|
"locationName": "state"
|
|
676
676
|
},
|
|
677
677
|
"Tags": {
|
|
678
|
-
"shape": "
|
|
678
|
+
"shape": "Sew",
|
|
679
679
|
"locationName": "tags"
|
|
680
680
|
},
|
|
681
681
|
"Vpc": {
|
|
682
|
-
"shape": "
|
|
682
|
+
"shape": "Sf6",
|
|
683
683
|
"locationName": "vpc"
|
|
684
684
|
}
|
|
685
685
|
}
|
|
@@ -760,14 +760,14 @@
|
|
|
760
760
|
"locationName": "availabilityZones"
|
|
761
761
|
},
|
|
762
762
|
"Destinations": {
|
|
763
|
-
"shape": "
|
|
763
|
+
"shape": "Sg9",
|
|
764
764
|
"locationName": "destinations"
|
|
765
765
|
},
|
|
766
766
|
"Id": {
|
|
767
767
|
"locationName": "id"
|
|
768
768
|
},
|
|
769
769
|
"MultiplexSettings": {
|
|
770
|
-
"shape": "
|
|
770
|
+
"shape": "Sg3",
|
|
771
771
|
"locationName": "multiplexSettings"
|
|
772
772
|
},
|
|
773
773
|
"Name": {
|
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
"locationName": "state"
|
|
786
786
|
},
|
|
787
787
|
"Tags": {
|
|
788
|
-
"shape": "
|
|
788
|
+
"shape": "Sew",
|
|
789
789
|
"locationName": "tags"
|
|
790
790
|
}
|
|
791
791
|
}
|
|
@@ -821,15 +821,15 @@
|
|
|
821
821
|
"locationName": "channelId"
|
|
822
822
|
},
|
|
823
823
|
"MultiplexProgramSettings": {
|
|
824
|
-
"shape": "
|
|
824
|
+
"shape": "Sge",
|
|
825
825
|
"locationName": "multiplexProgramSettings"
|
|
826
826
|
},
|
|
827
827
|
"PacketIdentifiersMap": {
|
|
828
|
-
"shape": "
|
|
828
|
+
"shape": "Sgn",
|
|
829
829
|
"locationName": "packetIdentifiersMap"
|
|
830
830
|
},
|
|
831
831
|
"PipelineDetails": {
|
|
832
|
-
"shape": "
|
|
832
|
+
"shape": "Sgp",
|
|
833
833
|
"locationName": "pipelineDetails"
|
|
834
834
|
},
|
|
835
835
|
"ProgramName": {
|
|
@@ -899,14 +899,14 @@
|
|
|
899
899
|
"locationName": "region"
|
|
900
900
|
},
|
|
901
901
|
"RenewalSettings": {
|
|
902
|
-
"shape": "
|
|
902
|
+
"shape": "Sh8",
|
|
903
903
|
"locationName": "renewalSettings"
|
|
904
904
|
},
|
|
905
905
|
"ReservationId": {
|
|
906
906
|
"locationName": "reservationId"
|
|
907
907
|
},
|
|
908
908
|
"ResourceSpecification": {
|
|
909
|
-
"shape": "
|
|
909
|
+
"shape": "Sha",
|
|
910
910
|
"locationName": "resourceSpecification"
|
|
911
911
|
},
|
|
912
912
|
"Start": {
|
|
@@ -916,7 +916,7 @@
|
|
|
916
916
|
"locationName": "state"
|
|
917
917
|
},
|
|
918
918
|
"Tags": {
|
|
919
|
-
"shape": "
|
|
919
|
+
"shape": "Sew",
|
|
920
920
|
"locationName": "tags"
|
|
921
921
|
},
|
|
922
922
|
"UsagePrice": {
|
|
@@ -1010,7 +1010,7 @@
|
|
|
1010
1010
|
"locationName": "destinations"
|
|
1011
1011
|
},
|
|
1012
1012
|
"EgressEndpoints": {
|
|
1013
|
-
"shape": "
|
|
1013
|
+
"shape": "Sf0",
|
|
1014
1014
|
"locationName": "egressEndpoints"
|
|
1015
1015
|
},
|
|
1016
1016
|
"EncoderSettings": {
|
|
@@ -1021,25 +1021,25 @@
|
|
|
1021
1021
|
"locationName": "id"
|
|
1022
1022
|
},
|
|
1023
1023
|
"InputAttachments": {
|
|
1024
|
-
"shape": "
|
|
1024
|
+
"shape": "Scz",
|
|
1025
1025
|
"locationName": "inputAttachments"
|
|
1026
1026
|
},
|
|
1027
1027
|
"InputSpecification": {
|
|
1028
|
-
"shape": "
|
|
1028
|
+
"shape": "Seo",
|
|
1029
1029
|
"locationName": "inputSpecification"
|
|
1030
1030
|
},
|
|
1031
1031
|
"LogLevel": {
|
|
1032
1032
|
"locationName": "logLevel"
|
|
1033
1033
|
},
|
|
1034
1034
|
"Maintenance": {
|
|
1035
|
-
"shape": "
|
|
1035
|
+
"shape": "Sf2",
|
|
1036
1036
|
"locationName": "maintenance"
|
|
1037
1037
|
},
|
|
1038
1038
|
"Name": {
|
|
1039
1039
|
"locationName": "name"
|
|
1040
1040
|
},
|
|
1041
1041
|
"PipelineDetails": {
|
|
1042
|
-
"shape": "
|
|
1042
|
+
"shape": "Sf3",
|
|
1043
1043
|
"locationName": "pipelineDetails"
|
|
1044
1044
|
},
|
|
1045
1045
|
"PipelinesRunningCount": {
|
|
@@ -1053,11 +1053,11 @@
|
|
|
1053
1053
|
"locationName": "state"
|
|
1054
1054
|
},
|
|
1055
1055
|
"Tags": {
|
|
1056
|
-
"shape": "
|
|
1056
|
+
"shape": "Sew",
|
|
1057
1057
|
"locationName": "tags"
|
|
1058
1058
|
},
|
|
1059
1059
|
"Vpc": {
|
|
1060
|
-
"shape": "
|
|
1060
|
+
"shape": "Sf6",
|
|
1061
1061
|
"locationName": "vpc"
|
|
1062
1062
|
}
|
|
1063
1063
|
}
|
|
@@ -1092,7 +1092,7 @@
|
|
|
1092
1092
|
"locationName": "attachedChannels"
|
|
1093
1093
|
},
|
|
1094
1094
|
"Destinations": {
|
|
1095
|
-
"shape": "
|
|
1095
|
+
"shape": "Sfk",
|
|
1096
1096
|
"locationName": "destinations"
|
|
1097
1097
|
},
|
|
1098
1098
|
"Id": {
|
|
@@ -1102,7 +1102,7 @@
|
|
|
1102
1102
|
"locationName": "inputClass"
|
|
1103
1103
|
},
|
|
1104
1104
|
"InputDevices": {
|
|
1105
|
-
"shape": "
|
|
1105
|
+
"shape": "Sfa",
|
|
1106
1106
|
"locationName": "inputDevices"
|
|
1107
1107
|
},
|
|
1108
1108
|
"InputPartnerIds": {
|
|
@@ -1113,7 +1113,7 @@
|
|
|
1113
1113
|
"locationName": "inputSourceType"
|
|
1114
1114
|
},
|
|
1115
1115
|
"MediaConnectFlows": {
|
|
1116
|
-
"shape": "
|
|
1116
|
+
"shape": "Sfp",
|
|
1117
1117
|
"locationName": "mediaConnectFlows"
|
|
1118
1118
|
},
|
|
1119
1119
|
"Name": {
|
|
@@ -1127,14 +1127,14 @@
|
|
|
1127
1127
|
"locationName": "securityGroups"
|
|
1128
1128
|
},
|
|
1129
1129
|
"Sources": {
|
|
1130
|
-
"shape": "
|
|
1130
|
+
"shape": "Sfr",
|
|
1131
1131
|
"locationName": "sources"
|
|
1132
1132
|
},
|
|
1133
1133
|
"State": {
|
|
1134
1134
|
"locationName": "state"
|
|
1135
1135
|
},
|
|
1136
1136
|
"Tags": {
|
|
1137
|
-
"shape": "
|
|
1137
|
+
"shape": "Sew",
|
|
1138
1138
|
"locationName": "tags"
|
|
1139
1139
|
},
|
|
1140
1140
|
"Type": {
|
|
@@ -1177,7 +1177,7 @@
|
|
|
1177
1177
|
"locationName": "deviceUpdateStatus"
|
|
1178
1178
|
},
|
|
1179
1179
|
"HdDeviceSettings": {
|
|
1180
|
-
"shape": "
|
|
1180
|
+
"shape": "Shv",
|
|
1181
1181
|
"locationName": "hdDeviceSettings"
|
|
1182
1182
|
},
|
|
1183
1183
|
"Id": {
|
|
@@ -1190,7 +1190,7 @@
|
|
|
1190
1190
|
"locationName": "name"
|
|
1191
1191
|
},
|
|
1192
1192
|
"NetworkSettings": {
|
|
1193
|
-
"shape": "
|
|
1193
|
+
"shape": "Si0",
|
|
1194
1194
|
"locationName": "networkSettings"
|
|
1195
1195
|
},
|
|
1196
1196
|
"SerialNumber": {
|
|
@@ -1200,7 +1200,7 @@
|
|
|
1200
1200
|
"locationName": "type"
|
|
1201
1201
|
},
|
|
1202
1202
|
"UhdDeviceSettings": {
|
|
1203
|
-
"shape": "
|
|
1203
|
+
"shape": "Si3",
|
|
1204
1204
|
"locationName": "uhdDeviceSettings"
|
|
1205
1205
|
}
|
|
1206
1206
|
}
|
|
@@ -1294,11 +1294,11 @@
|
|
|
1294
1294
|
"locationName": "state"
|
|
1295
1295
|
},
|
|
1296
1296
|
"Tags": {
|
|
1297
|
-
"shape": "
|
|
1297
|
+
"shape": "Sew",
|
|
1298
1298
|
"locationName": "tags"
|
|
1299
1299
|
},
|
|
1300
1300
|
"WhitelistRules": {
|
|
1301
|
-
"shape": "
|
|
1301
|
+
"shape": "Sg0",
|
|
1302
1302
|
"locationName": "whitelistRules"
|
|
1303
1303
|
}
|
|
1304
1304
|
}
|
|
@@ -1333,14 +1333,14 @@
|
|
|
1333
1333
|
"locationName": "availabilityZones"
|
|
1334
1334
|
},
|
|
1335
1335
|
"Destinations": {
|
|
1336
|
-
"shape": "
|
|
1336
|
+
"shape": "Sg9",
|
|
1337
1337
|
"locationName": "destinations"
|
|
1338
1338
|
},
|
|
1339
1339
|
"Id": {
|
|
1340
1340
|
"locationName": "id"
|
|
1341
1341
|
},
|
|
1342
1342
|
"MultiplexSettings": {
|
|
1343
|
-
"shape": "
|
|
1343
|
+
"shape": "Sg3",
|
|
1344
1344
|
"locationName": "multiplexSettings"
|
|
1345
1345
|
},
|
|
1346
1346
|
"Name": {
|
|
@@ -1358,7 +1358,7 @@
|
|
|
1358
1358
|
"locationName": "state"
|
|
1359
1359
|
},
|
|
1360
1360
|
"Tags": {
|
|
1361
|
-
"shape": "
|
|
1361
|
+
"shape": "Sew",
|
|
1362
1362
|
"locationName": "tags"
|
|
1363
1363
|
}
|
|
1364
1364
|
}
|
|
@@ -1394,15 +1394,15 @@
|
|
|
1394
1394
|
"locationName": "channelId"
|
|
1395
1395
|
},
|
|
1396
1396
|
"MultiplexProgramSettings": {
|
|
1397
|
-
"shape": "
|
|
1397
|
+
"shape": "Sge",
|
|
1398
1398
|
"locationName": "multiplexProgramSettings"
|
|
1399
1399
|
},
|
|
1400
1400
|
"PacketIdentifiersMap": {
|
|
1401
|
-
"shape": "
|
|
1401
|
+
"shape": "Sgn",
|
|
1402
1402
|
"locationName": "packetIdentifiersMap"
|
|
1403
1403
|
},
|
|
1404
1404
|
"PipelineDetails": {
|
|
1405
|
-
"shape": "
|
|
1405
|
+
"shape": "Sgp",
|
|
1406
1406
|
"locationName": "pipelineDetails"
|
|
1407
1407
|
},
|
|
1408
1408
|
"ProgramName": {
|
|
@@ -1462,7 +1462,7 @@
|
|
|
1462
1462
|
"locationName": "region"
|
|
1463
1463
|
},
|
|
1464
1464
|
"ResourceSpecification": {
|
|
1465
|
-
"shape": "
|
|
1465
|
+
"shape": "Sha",
|
|
1466
1466
|
"locationName": "resourceSpecification"
|
|
1467
1467
|
},
|
|
1468
1468
|
"UsagePrice": {
|
|
@@ -1533,14 +1533,14 @@
|
|
|
1533
1533
|
"locationName": "region"
|
|
1534
1534
|
},
|
|
1535
1535
|
"RenewalSettings": {
|
|
1536
|
-
"shape": "
|
|
1536
|
+
"shape": "Sh8",
|
|
1537
1537
|
"locationName": "renewalSettings"
|
|
1538
1538
|
},
|
|
1539
1539
|
"ReservationId": {
|
|
1540
1540
|
"locationName": "reservationId"
|
|
1541
1541
|
},
|
|
1542
1542
|
"ResourceSpecification": {
|
|
1543
|
-
"shape": "
|
|
1543
|
+
"shape": "Sha",
|
|
1544
1544
|
"locationName": "resourceSpecification"
|
|
1545
1545
|
},
|
|
1546
1546
|
"Start": {
|
|
@@ -1550,7 +1550,7 @@
|
|
|
1550
1550
|
"locationName": "state"
|
|
1551
1551
|
},
|
|
1552
1552
|
"Tags": {
|
|
1553
|
-
"shape": "
|
|
1553
|
+
"shape": "Sew",
|
|
1554
1554
|
"locationName": "tags"
|
|
1555
1555
|
},
|
|
1556
1556
|
"UsagePrice": {
|
|
@@ -1644,25 +1644,25 @@
|
|
|
1644
1644
|
"locationName": "destinations"
|
|
1645
1645
|
},
|
|
1646
1646
|
"EgressEndpoints": {
|
|
1647
|
-
"shape": "
|
|
1647
|
+
"shape": "Sf0",
|
|
1648
1648
|
"locationName": "egressEndpoints"
|
|
1649
1649
|
},
|
|
1650
1650
|
"Id": {
|
|
1651
1651
|
"locationName": "id"
|
|
1652
1652
|
},
|
|
1653
1653
|
"InputAttachments": {
|
|
1654
|
-
"shape": "
|
|
1654
|
+
"shape": "Scz",
|
|
1655
1655
|
"locationName": "inputAttachments"
|
|
1656
1656
|
},
|
|
1657
1657
|
"InputSpecification": {
|
|
1658
|
-
"shape": "
|
|
1658
|
+
"shape": "Seo",
|
|
1659
1659
|
"locationName": "inputSpecification"
|
|
1660
1660
|
},
|
|
1661
1661
|
"LogLevel": {
|
|
1662
1662
|
"locationName": "logLevel"
|
|
1663
1663
|
},
|
|
1664
1664
|
"Maintenance": {
|
|
1665
|
-
"shape": "
|
|
1665
|
+
"shape": "Sf2",
|
|
1666
1666
|
"locationName": "maintenance"
|
|
1667
1667
|
},
|
|
1668
1668
|
"Name": {
|
|
@@ -1679,11 +1679,11 @@
|
|
|
1679
1679
|
"locationName": "state"
|
|
1680
1680
|
},
|
|
1681
1681
|
"Tags": {
|
|
1682
|
-
"shape": "
|
|
1682
|
+
"shape": "Sew",
|
|
1683
1683
|
"locationName": "tags"
|
|
1684
1684
|
},
|
|
1685
1685
|
"Vpc": {
|
|
1686
|
-
"shape": "
|
|
1686
|
+
"shape": "Sf6",
|
|
1687
1687
|
"locationName": "vpc"
|
|
1688
1688
|
}
|
|
1689
1689
|
}
|
|
@@ -1794,7 +1794,7 @@
|
|
|
1794
1794
|
"locationName": "deviceUpdateStatus"
|
|
1795
1795
|
},
|
|
1796
1796
|
"HdDeviceSettings": {
|
|
1797
|
-
"shape": "
|
|
1797
|
+
"shape": "Shv",
|
|
1798
1798
|
"locationName": "hdDeviceSettings"
|
|
1799
1799
|
},
|
|
1800
1800
|
"Id": {
|
|
@@ -1807,7 +1807,7 @@
|
|
|
1807
1807
|
"locationName": "name"
|
|
1808
1808
|
},
|
|
1809
1809
|
"NetworkSettings": {
|
|
1810
|
-
"shape": "
|
|
1810
|
+
"shape": "Si0",
|
|
1811
1811
|
"locationName": "networkSettings"
|
|
1812
1812
|
},
|
|
1813
1813
|
"SerialNumber": {
|
|
@@ -1817,7 +1817,7 @@
|
|
|
1817
1817
|
"locationName": "type"
|
|
1818
1818
|
},
|
|
1819
1819
|
"UhdDeviceSettings": {
|
|
1820
|
-
"shape": "
|
|
1820
|
+
"shape": "Si3",
|
|
1821
1821
|
"locationName": "uhdDeviceSettings"
|
|
1822
1822
|
}
|
|
1823
1823
|
}
|
|
@@ -1856,7 +1856,7 @@
|
|
|
1856
1856
|
"locationName": "inputSecurityGroups",
|
|
1857
1857
|
"type": "list",
|
|
1858
1858
|
"member": {
|
|
1859
|
-
"shape": "
|
|
1859
|
+
"shape": "Sfy"
|
|
1860
1860
|
}
|
|
1861
1861
|
},
|
|
1862
1862
|
"NextToken": {
|
|
@@ -1892,7 +1892,7 @@
|
|
|
1892
1892
|
"locationName": "inputs",
|
|
1893
1893
|
"type": "list",
|
|
1894
1894
|
"member": {
|
|
1895
|
-
"shape": "
|
|
1895
|
+
"shape": "Sfj"
|
|
1896
1896
|
}
|
|
1897
1897
|
},
|
|
1898
1898
|
"NextToken": {
|
|
@@ -2016,7 +2016,7 @@
|
|
|
2016
2016
|
"locationName": "state"
|
|
2017
2017
|
},
|
|
2018
2018
|
"Tags": {
|
|
2019
|
-
"shape": "
|
|
2019
|
+
"shape": "Sew",
|
|
2020
2020
|
"locationName": "tags"
|
|
2021
2021
|
}
|
|
2022
2022
|
}
|
|
@@ -2130,7 +2130,7 @@
|
|
|
2130
2130
|
"locationName": "region"
|
|
2131
2131
|
},
|
|
2132
2132
|
"ResourceSpecification": {
|
|
2133
|
-
"shape": "
|
|
2133
|
+
"shape": "Sha",
|
|
2134
2134
|
"locationName": "resourceSpecification"
|
|
2135
2135
|
},
|
|
2136
2136
|
"UsagePrice": {
|
|
@@ -2205,7 +2205,7 @@
|
|
|
2205
2205
|
"locationName": "reservations",
|
|
2206
2206
|
"type": "list",
|
|
2207
2207
|
"member": {
|
|
2208
|
-
"shape": "
|
|
2208
|
+
"shape": "Sjn"
|
|
2209
2209
|
}
|
|
2210
2210
|
}
|
|
2211
2211
|
}
|
|
@@ -2233,7 +2233,7 @@
|
|
|
2233
2233
|
"type": "structure",
|
|
2234
2234
|
"members": {
|
|
2235
2235
|
"Tags": {
|
|
2236
|
-
"shape": "
|
|
2236
|
+
"shape": "Sew",
|
|
2237
2237
|
"locationName": "tags"
|
|
2238
2238
|
}
|
|
2239
2239
|
}
|
|
@@ -2259,7 +2259,7 @@
|
|
|
2259
2259
|
"locationName": "offeringId"
|
|
2260
2260
|
},
|
|
2261
2261
|
"RenewalSettings": {
|
|
2262
|
-
"shape": "
|
|
2262
|
+
"shape": "Sh8",
|
|
2263
2263
|
"locationName": "renewalSettings"
|
|
2264
2264
|
},
|
|
2265
2265
|
"RequestId": {
|
|
@@ -2270,7 +2270,7 @@
|
|
|
2270
2270
|
"locationName": "start"
|
|
2271
2271
|
},
|
|
2272
2272
|
"Tags": {
|
|
2273
|
-
"shape": "
|
|
2273
|
+
"shape": "Sew",
|
|
2274
2274
|
"locationName": "tags"
|
|
2275
2275
|
}
|
|
2276
2276
|
},
|
|
@@ -2283,7 +2283,7 @@
|
|
|
2283
2283
|
"type": "structure",
|
|
2284
2284
|
"members": {
|
|
2285
2285
|
"Reservation": {
|
|
2286
|
-
"shape": "
|
|
2286
|
+
"shape": "Sjn",
|
|
2287
2287
|
"locationName": "reservation"
|
|
2288
2288
|
}
|
|
2289
2289
|
}
|
|
@@ -2371,7 +2371,7 @@
|
|
|
2371
2371
|
"locationName": "destinations"
|
|
2372
2372
|
},
|
|
2373
2373
|
"EgressEndpoints": {
|
|
2374
|
-
"shape": "
|
|
2374
|
+
"shape": "Sf0",
|
|
2375
2375
|
"locationName": "egressEndpoints"
|
|
2376
2376
|
},
|
|
2377
2377
|
"EncoderSettings": {
|
|
@@ -2382,25 +2382,25 @@
|
|
|
2382
2382
|
"locationName": "id"
|
|
2383
2383
|
},
|
|
2384
2384
|
"InputAttachments": {
|
|
2385
|
-
"shape": "
|
|
2385
|
+
"shape": "Scz",
|
|
2386
2386
|
"locationName": "inputAttachments"
|
|
2387
2387
|
},
|
|
2388
2388
|
"InputSpecification": {
|
|
2389
|
-
"shape": "
|
|
2389
|
+
"shape": "Seo",
|
|
2390
2390
|
"locationName": "inputSpecification"
|
|
2391
2391
|
},
|
|
2392
2392
|
"LogLevel": {
|
|
2393
2393
|
"locationName": "logLevel"
|
|
2394
2394
|
},
|
|
2395
2395
|
"Maintenance": {
|
|
2396
|
-
"shape": "
|
|
2396
|
+
"shape": "Sf2",
|
|
2397
2397
|
"locationName": "maintenance"
|
|
2398
2398
|
},
|
|
2399
2399
|
"Name": {
|
|
2400
2400
|
"locationName": "name"
|
|
2401
2401
|
},
|
|
2402
2402
|
"PipelineDetails": {
|
|
2403
|
-
"shape": "
|
|
2403
|
+
"shape": "Sf3",
|
|
2404
2404
|
"locationName": "pipelineDetails"
|
|
2405
2405
|
},
|
|
2406
2406
|
"PipelinesRunningCount": {
|
|
@@ -2414,11 +2414,11 @@
|
|
|
2414
2414
|
"locationName": "state"
|
|
2415
2415
|
},
|
|
2416
2416
|
"Tags": {
|
|
2417
|
-
"shape": "
|
|
2417
|
+
"shape": "Sew",
|
|
2418
2418
|
"locationName": "tags"
|
|
2419
2419
|
},
|
|
2420
2420
|
"Vpc": {
|
|
2421
|
-
"shape": "
|
|
2421
|
+
"shape": "Sf6",
|
|
2422
2422
|
"locationName": "vpc"
|
|
2423
2423
|
}
|
|
2424
2424
|
}
|
|
@@ -2474,14 +2474,14 @@
|
|
|
2474
2474
|
"locationName": "availabilityZones"
|
|
2475
2475
|
},
|
|
2476
2476
|
"Destinations": {
|
|
2477
|
-
"shape": "
|
|
2477
|
+
"shape": "Sg9",
|
|
2478
2478
|
"locationName": "destinations"
|
|
2479
2479
|
},
|
|
2480
2480
|
"Id": {
|
|
2481
2481
|
"locationName": "id"
|
|
2482
2482
|
},
|
|
2483
2483
|
"MultiplexSettings": {
|
|
2484
|
-
"shape": "
|
|
2484
|
+
"shape": "Sg3",
|
|
2485
2485
|
"locationName": "multiplexSettings"
|
|
2486
2486
|
},
|
|
2487
2487
|
"Name": {
|
|
@@ -2499,7 +2499,7 @@
|
|
|
2499
2499
|
"locationName": "state"
|
|
2500
2500
|
},
|
|
2501
2501
|
"Tags": {
|
|
2502
|
-
"shape": "
|
|
2502
|
+
"shape": "Sew",
|
|
2503
2503
|
"locationName": "tags"
|
|
2504
2504
|
}
|
|
2505
2505
|
}
|
|
@@ -2540,7 +2540,7 @@
|
|
|
2540
2540
|
"locationName": "destinations"
|
|
2541
2541
|
},
|
|
2542
2542
|
"EgressEndpoints": {
|
|
2543
|
-
"shape": "
|
|
2543
|
+
"shape": "Sf0",
|
|
2544
2544
|
"locationName": "egressEndpoints"
|
|
2545
2545
|
},
|
|
2546
2546
|
"EncoderSettings": {
|
|
@@ -2551,25 +2551,25 @@
|
|
|
2551
2551
|
"locationName": "id"
|
|
2552
2552
|
},
|
|
2553
2553
|
"InputAttachments": {
|
|
2554
|
-
"shape": "
|
|
2554
|
+
"shape": "Scz",
|
|
2555
2555
|
"locationName": "inputAttachments"
|
|
2556
2556
|
},
|
|
2557
2557
|
"InputSpecification": {
|
|
2558
|
-
"shape": "
|
|
2558
|
+
"shape": "Seo",
|
|
2559
2559
|
"locationName": "inputSpecification"
|
|
2560
2560
|
},
|
|
2561
2561
|
"LogLevel": {
|
|
2562
2562
|
"locationName": "logLevel"
|
|
2563
2563
|
},
|
|
2564
2564
|
"Maintenance": {
|
|
2565
|
-
"shape": "
|
|
2565
|
+
"shape": "Sf2",
|
|
2566
2566
|
"locationName": "maintenance"
|
|
2567
2567
|
},
|
|
2568
2568
|
"Name": {
|
|
2569
2569
|
"locationName": "name"
|
|
2570
2570
|
},
|
|
2571
2571
|
"PipelineDetails": {
|
|
2572
|
-
"shape": "
|
|
2572
|
+
"shape": "Sf3",
|
|
2573
2573
|
"locationName": "pipelineDetails"
|
|
2574
2574
|
},
|
|
2575
2575
|
"PipelinesRunningCount": {
|
|
@@ -2583,11 +2583,11 @@
|
|
|
2583
2583
|
"locationName": "state"
|
|
2584
2584
|
},
|
|
2585
2585
|
"Tags": {
|
|
2586
|
-
"shape": "
|
|
2586
|
+
"shape": "Sew",
|
|
2587
2587
|
"locationName": "tags"
|
|
2588
2588
|
},
|
|
2589
2589
|
"Vpc": {
|
|
2590
|
-
"shape": "
|
|
2590
|
+
"shape": "Sf6",
|
|
2591
2591
|
"locationName": "vpc"
|
|
2592
2592
|
}
|
|
2593
2593
|
}
|
|
@@ -2621,14 +2621,14 @@
|
|
|
2621
2621
|
"locationName": "availabilityZones"
|
|
2622
2622
|
},
|
|
2623
2623
|
"Destinations": {
|
|
2624
|
-
"shape": "
|
|
2624
|
+
"shape": "Sg9",
|
|
2625
2625
|
"locationName": "destinations"
|
|
2626
2626
|
},
|
|
2627
2627
|
"Id": {
|
|
2628
2628
|
"locationName": "id"
|
|
2629
2629
|
},
|
|
2630
2630
|
"MultiplexSettings": {
|
|
2631
|
-
"shape": "
|
|
2631
|
+
"shape": "Sg3",
|
|
2632
2632
|
"locationName": "multiplexSettings"
|
|
2633
2633
|
},
|
|
2634
2634
|
"Name": {
|
|
@@ -2646,7 +2646,7 @@
|
|
|
2646
2646
|
"locationName": "state"
|
|
2647
2647
|
},
|
|
2648
2648
|
"Tags": {
|
|
2649
|
-
"shape": "
|
|
2649
|
+
"shape": "Sew",
|
|
2650
2650
|
"locationName": "tags"
|
|
2651
2651
|
}
|
|
2652
2652
|
}
|
|
@@ -2709,11 +2709,11 @@
|
|
|
2709
2709
|
"locationName": "encoderSettings"
|
|
2710
2710
|
},
|
|
2711
2711
|
"InputAttachments": {
|
|
2712
|
-
"shape": "
|
|
2712
|
+
"shape": "Scz",
|
|
2713
2713
|
"locationName": "inputAttachments"
|
|
2714
2714
|
},
|
|
2715
2715
|
"InputSpecification": {
|
|
2716
|
-
"shape": "
|
|
2716
|
+
"shape": "Seo",
|
|
2717
2717
|
"locationName": "inputSpecification"
|
|
2718
2718
|
},
|
|
2719
2719
|
"LogLevel": {
|
|
@@ -2749,7 +2749,7 @@
|
|
|
2749
2749
|
"type": "structure",
|
|
2750
2750
|
"members": {
|
|
2751
2751
|
"Channel": {
|
|
2752
|
-
"shape": "
|
|
2752
|
+
"shape": "Sez",
|
|
2753
2753
|
"locationName": "channel"
|
|
2754
2754
|
}
|
|
2755
2755
|
}
|
|
@@ -2785,7 +2785,7 @@
|
|
|
2785
2785
|
"type": "structure",
|
|
2786
2786
|
"members": {
|
|
2787
2787
|
"Channel": {
|
|
2788
|
-
"shape": "
|
|
2788
|
+
"shape": "Sez",
|
|
2789
2789
|
"locationName": "channel"
|
|
2790
2790
|
}
|
|
2791
2791
|
}
|
|
@@ -2801,7 +2801,7 @@
|
|
|
2801
2801
|
"type": "structure",
|
|
2802
2802
|
"members": {
|
|
2803
2803
|
"Destinations": {
|
|
2804
|
-
"shape": "
|
|
2804
|
+
"shape": "Sf8",
|
|
2805
2805
|
"locationName": "destinations"
|
|
2806
2806
|
},
|
|
2807
2807
|
"InputDevices": {
|
|
@@ -2825,7 +2825,7 @@
|
|
|
2825
2825
|
"locationName": "inputSecurityGroups"
|
|
2826
2826
|
},
|
|
2827
2827
|
"MediaConnectFlows": {
|
|
2828
|
-
"shape": "
|
|
2828
|
+
"shape": "Sfc",
|
|
2829
2829
|
"locationName": "mediaConnectFlows"
|
|
2830
2830
|
},
|
|
2831
2831
|
"Name": {
|
|
@@ -2835,7 +2835,7 @@
|
|
|
2835
2835
|
"locationName": "roleArn"
|
|
2836
2836
|
},
|
|
2837
2837
|
"Sources": {
|
|
2838
|
-
"shape": "
|
|
2838
|
+
"shape": "Sfe",
|
|
2839
2839
|
"locationName": "sources"
|
|
2840
2840
|
}
|
|
2841
2841
|
},
|
|
@@ -2847,7 +2847,7 @@
|
|
|
2847
2847
|
"type": "structure",
|
|
2848
2848
|
"members": {
|
|
2849
2849
|
"Input": {
|
|
2850
|
-
"shape": "
|
|
2850
|
+
"shape": "Sfj",
|
|
2851
2851
|
"locationName": "input"
|
|
2852
2852
|
}
|
|
2853
2853
|
}
|
|
@@ -2863,7 +2863,7 @@
|
|
|
2863
2863
|
"type": "structure",
|
|
2864
2864
|
"members": {
|
|
2865
2865
|
"HdDeviceSettings": {
|
|
2866
|
-
"shape": "
|
|
2866
|
+
"shape": "Skj",
|
|
2867
2867
|
"locationName": "hdDeviceSettings"
|
|
2868
2868
|
},
|
|
2869
2869
|
"InputDeviceId": {
|
|
@@ -2874,7 +2874,7 @@
|
|
|
2874
2874
|
"locationName": "name"
|
|
2875
2875
|
},
|
|
2876
2876
|
"UhdDeviceSettings": {
|
|
2877
|
-
"shape": "
|
|
2877
|
+
"shape": "Skj",
|
|
2878
2878
|
"locationName": "uhdDeviceSettings"
|
|
2879
2879
|
}
|
|
2880
2880
|
},
|
|
@@ -2898,7 +2898,7 @@
|
|
|
2898
2898
|
"locationName": "deviceUpdateStatus"
|
|
2899
2899
|
},
|
|
2900
2900
|
"HdDeviceSettings": {
|
|
2901
|
-
"shape": "
|
|
2901
|
+
"shape": "Shv",
|
|
2902
2902
|
"locationName": "hdDeviceSettings"
|
|
2903
2903
|
},
|
|
2904
2904
|
"Id": {
|
|
@@ -2911,7 +2911,7 @@
|
|
|
2911
2911
|
"locationName": "name"
|
|
2912
2912
|
},
|
|
2913
2913
|
"NetworkSettings": {
|
|
2914
|
-
"shape": "
|
|
2914
|
+
"shape": "Si0",
|
|
2915
2915
|
"locationName": "networkSettings"
|
|
2916
2916
|
},
|
|
2917
2917
|
"SerialNumber": {
|
|
@@ -2921,7 +2921,7 @@
|
|
|
2921
2921
|
"locationName": "type"
|
|
2922
2922
|
},
|
|
2923
2923
|
"UhdDeviceSettings": {
|
|
2924
|
-
"shape": "
|
|
2924
|
+
"shape": "Si3",
|
|
2925
2925
|
"locationName": "uhdDeviceSettings"
|
|
2926
2926
|
}
|
|
2927
2927
|
}
|
|
@@ -2941,11 +2941,11 @@
|
|
|
2941
2941
|
"locationName": "inputSecurityGroupId"
|
|
2942
2942
|
},
|
|
2943
2943
|
"Tags": {
|
|
2944
|
-
"shape": "
|
|
2944
|
+
"shape": "Sew",
|
|
2945
2945
|
"locationName": "tags"
|
|
2946
2946
|
},
|
|
2947
2947
|
"WhitelistRules": {
|
|
2948
|
-
"shape": "
|
|
2948
|
+
"shape": "Sfv",
|
|
2949
2949
|
"locationName": "whitelistRules"
|
|
2950
2950
|
}
|
|
2951
2951
|
},
|
|
@@ -2957,7 +2957,7 @@
|
|
|
2957
2957
|
"type": "structure",
|
|
2958
2958
|
"members": {
|
|
2959
2959
|
"SecurityGroup": {
|
|
2960
|
-
"shape": "
|
|
2960
|
+
"shape": "Sfy",
|
|
2961
2961
|
"locationName": "securityGroup"
|
|
2962
2962
|
}
|
|
2963
2963
|
}
|
|
@@ -2977,7 +2977,7 @@
|
|
|
2977
2977
|
"locationName": "multiplexId"
|
|
2978
2978
|
},
|
|
2979
2979
|
"MultiplexSettings": {
|
|
2980
|
-
"shape": "
|
|
2980
|
+
"shape": "Sg3",
|
|
2981
2981
|
"locationName": "multiplexSettings"
|
|
2982
2982
|
},
|
|
2983
2983
|
"Name": {
|
|
@@ -2992,7 +2992,7 @@
|
|
|
2992
2992
|
"type": "structure",
|
|
2993
2993
|
"members": {
|
|
2994
2994
|
"Multiplex": {
|
|
2995
|
-
"shape": "
|
|
2995
|
+
"shape": "Sg8",
|
|
2996
2996
|
"locationName": "multiplex"
|
|
2997
2997
|
}
|
|
2998
2998
|
}
|
|
@@ -3012,7 +3012,7 @@
|
|
|
3012
3012
|
"locationName": "multiplexId"
|
|
3013
3013
|
},
|
|
3014
3014
|
"MultiplexProgramSettings": {
|
|
3015
|
-
"shape": "
|
|
3015
|
+
"shape": "Sge",
|
|
3016
3016
|
"locationName": "multiplexProgramSettings"
|
|
3017
3017
|
},
|
|
3018
3018
|
"ProgramName": {
|
|
@@ -3029,7 +3029,7 @@
|
|
|
3029
3029
|
"type": "structure",
|
|
3030
3030
|
"members": {
|
|
3031
3031
|
"MultiplexProgram": {
|
|
3032
|
-
"shape": "
|
|
3032
|
+
"shape": "Sgm",
|
|
3033
3033
|
"locationName": "multiplexProgram"
|
|
3034
3034
|
}
|
|
3035
3035
|
}
|
|
@@ -3048,7 +3048,7 @@
|
|
|
3048
3048
|
"locationName": "name"
|
|
3049
3049
|
},
|
|
3050
3050
|
"RenewalSettings": {
|
|
3051
|
-
"shape": "
|
|
3051
|
+
"shape": "Sh8",
|
|
3052
3052
|
"locationName": "renewalSettings"
|
|
3053
3053
|
},
|
|
3054
3054
|
"ReservationId": {
|
|
@@ -3064,7 +3064,7 @@
|
|
|
3064
3064
|
"type": "structure",
|
|
3065
3065
|
"members": {
|
|
3066
3066
|
"Reservation": {
|
|
3067
|
-
"shape": "
|
|
3067
|
+
"shape": "Sjn",
|
|
3068
3068
|
"locationName": "reservation"
|
|
3069
3069
|
}
|
|
3070
3070
|
}
|
|
@@ -5288,7 +5288,7 @@
|
|
|
5288
5288
|
"locationName": "captureIntervalUnits"
|
|
5289
5289
|
},
|
|
5290
5290
|
"TimecodeBurninSettings": {
|
|
5291
|
-
"shape": "
|
|
5291
|
+
"shape": "Saw",
|
|
5292
5292
|
"locationName": "timecodeBurninSettings"
|
|
5293
5293
|
}
|
|
5294
5294
|
}
|
|
@@ -5323,15 +5323,15 @@
|
|
|
5323
5323
|
"type": "structure",
|
|
5324
5324
|
"members": {
|
|
5325
5325
|
"ColorSpacePassthroughSettings": {
|
|
5326
|
-
"shape": "
|
|
5326
|
+
"shape": "Sb5",
|
|
5327
5327
|
"locationName": "colorSpacePassthroughSettings"
|
|
5328
5328
|
},
|
|
5329
5329
|
"Rec601Settings": {
|
|
5330
|
-
"shape": "
|
|
5330
|
+
"shape": "Sb6",
|
|
5331
5331
|
"locationName": "rec601Settings"
|
|
5332
5332
|
},
|
|
5333
5333
|
"Rec709Settings": {
|
|
5334
|
-
"shape": "
|
|
5334
|
+
"shape": "Sb7",
|
|
5335
5335
|
"locationName": "rec709Settings"
|
|
5336
5336
|
}
|
|
5337
5337
|
}
|
|
@@ -5344,7 +5344,7 @@
|
|
|
5344
5344
|
"type": "structure",
|
|
5345
5345
|
"members": {
|
|
5346
5346
|
"TemporalFilterSettings": {
|
|
5347
|
-
"shape": "
|
|
5347
|
+
"shape": "Sba",
|
|
5348
5348
|
"locationName": "temporalFilterSettings"
|
|
5349
5349
|
}
|
|
5350
5350
|
}
|
|
@@ -5459,7 +5459,7 @@
|
|
|
5459
5459
|
"locationName": "timecodeInsertion"
|
|
5460
5460
|
},
|
|
5461
5461
|
"TimecodeBurninSettings": {
|
|
5462
|
-
"shape": "
|
|
5462
|
+
"shape": "Saw",
|
|
5463
5463
|
"locationName": "timecodeBurninSettings"
|
|
5464
5464
|
}
|
|
5465
5465
|
}
|
|
@@ -5493,7 +5493,7 @@
|
|
|
5493
5493
|
"type": "structure",
|
|
5494
5494
|
"members": {
|
|
5495
5495
|
"ColorSpacePassthroughSettings": {
|
|
5496
|
-
"shape": "
|
|
5496
|
+
"shape": "Sb5",
|
|
5497
5497
|
"locationName": "colorSpacePassthroughSettings"
|
|
5498
5498
|
},
|
|
5499
5499
|
"DolbyVision81Settings": {
|
|
@@ -5502,15 +5502,15 @@
|
|
|
5502
5502
|
"members": {}
|
|
5503
5503
|
},
|
|
5504
5504
|
"Hdr10Settings": {
|
|
5505
|
-
"shape": "
|
|
5505
|
+
"shape": "Sc9",
|
|
5506
5506
|
"locationName": "hdr10Settings"
|
|
5507
5507
|
},
|
|
5508
5508
|
"Rec601Settings": {
|
|
5509
|
-
"shape": "
|
|
5509
|
+
"shape": "Sb6",
|
|
5510
5510
|
"locationName": "rec601Settings"
|
|
5511
5511
|
},
|
|
5512
5512
|
"Rec709Settings": {
|
|
5513
|
-
"shape": "
|
|
5513
|
+
"shape": "Sb7",
|
|
5514
5514
|
"locationName": "rec709Settings"
|
|
5515
5515
|
}
|
|
5516
5516
|
}
|
|
@@ -5520,7 +5520,7 @@
|
|
|
5520
5520
|
"type": "structure",
|
|
5521
5521
|
"members": {
|
|
5522
5522
|
"TemporalFilterSettings": {
|
|
5523
|
-
"shape": "
|
|
5523
|
+
"shape": "Sba",
|
|
5524
5524
|
"locationName": "temporalFilterSettings"
|
|
5525
5525
|
}
|
|
5526
5526
|
}
|
|
@@ -5599,7 +5599,7 @@
|
|
|
5599
5599
|
"locationName": "timecodeInsertion"
|
|
5600
5600
|
},
|
|
5601
5601
|
"TimecodeBurninSettings": {
|
|
5602
|
-
"shape": "
|
|
5602
|
+
"shape": "Saw",
|
|
5603
5603
|
"locationName": "timecodeBurninSettings"
|
|
5604
5604
|
}
|
|
5605
5605
|
},
|
|
@@ -5632,7 +5632,7 @@
|
|
|
5632
5632
|
"type": "structure",
|
|
5633
5633
|
"members": {
|
|
5634
5634
|
"TemporalFilterSettings": {
|
|
5635
|
-
"shape": "
|
|
5635
|
+
"shape": "Sba",
|
|
5636
5636
|
"locationName": "temporalFilterSettings"
|
|
5637
5637
|
}
|
|
5638
5638
|
}
|
|
@@ -5673,7 +5673,7 @@
|
|
|
5673
5673
|
"locationName": "timecodeInsertion"
|
|
5674
5674
|
},
|
|
5675
5675
|
"TimecodeBurninSettings": {
|
|
5676
|
-
"shape": "
|
|
5676
|
+
"shape": "Saw",
|
|
5677
5677
|
"locationName": "timecodeBurninSettings"
|
|
5678
5678
|
}
|
|
5679
5679
|
},
|
|
@@ -5922,10 +5922,14 @@
|
|
|
5922
5922
|
},
|
|
5923
5923
|
"VideoPid": {
|
|
5924
5924
|
"locationName": "videoPid"
|
|
5925
|
+
},
|
|
5926
|
+
"Scte35PrerollPullupMilliseconds": {
|
|
5927
|
+
"locationName": "scte35PrerollPullupMilliseconds",
|
|
5928
|
+
"type": "double"
|
|
5925
5929
|
}
|
|
5926
5930
|
}
|
|
5927
5931
|
},
|
|
5928
|
-
"
|
|
5932
|
+
"Saw": {
|
|
5929
5933
|
"type": "structure",
|
|
5930
5934
|
"members": {
|
|
5931
5935
|
"FontSize": {
|
|
@@ -5943,19 +5947,19 @@
|
|
|
5943
5947
|
"FontSize"
|
|
5944
5948
|
]
|
|
5945
5949
|
},
|
|
5946
|
-
"
|
|
5950
|
+
"Sb5": {
|
|
5947
5951
|
"type": "structure",
|
|
5948
5952
|
"members": {}
|
|
5949
5953
|
},
|
|
5950
|
-
"
|
|
5954
|
+
"Sb6": {
|
|
5951
5955
|
"type": "structure",
|
|
5952
5956
|
"members": {}
|
|
5953
5957
|
},
|
|
5954
|
-
"
|
|
5958
|
+
"Sb7": {
|
|
5955
5959
|
"type": "structure",
|
|
5956
5960
|
"members": {}
|
|
5957
5961
|
},
|
|
5958
|
-
"
|
|
5962
|
+
"Sba": {
|
|
5959
5963
|
"type": "structure",
|
|
5960
5964
|
"members": {
|
|
5961
5965
|
"PostFilterSharpening": {
|
|
@@ -5966,7 +5970,7 @@
|
|
|
5966
5970
|
}
|
|
5967
5971
|
}
|
|
5968
5972
|
},
|
|
5969
|
-
"
|
|
5973
|
+
"Sc9": {
|
|
5970
5974
|
"type": "structure",
|
|
5971
5975
|
"members": {
|
|
5972
5976
|
"MaxCll": {
|
|
@@ -5979,7 +5983,7 @@
|
|
|
5979
5983
|
}
|
|
5980
5984
|
}
|
|
5981
5985
|
},
|
|
5982
|
-
"
|
|
5986
|
+
"Scz": {
|
|
5983
5987
|
"type": "list",
|
|
5984
5988
|
"member": {
|
|
5985
5989
|
"type": "structure",
|
|
@@ -6374,7 +6378,7 @@
|
|
|
6374
6378
|
"type": "structure",
|
|
6375
6379
|
"members": {
|
|
6376
6380
|
"Hdr10Settings": {
|
|
6377
|
-
"shape": "
|
|
6381
|
+
"shape": "Sc9",
|
|
6378
6382
|
"locationName": "hdr10Settings"
|
|
6379
6383
|
}
|
|
6380
6384
|
}
|
|
@@ -6415,7 +6419,7 @@
|
|
|
6415
6419
|
}
|
|
6416
6420
|
}
|
|
6417
6421
|
},
|
|
6418
|
-
"
|
|
6422
|
+
"Seo": {
|
|
6419
6423
|
"type": "structure",
|
|
6420
6424
|
"members": {
|
|
6421
6425
|
"Codec": {
|
|
@@ -6429,12 +6433,12 @@
|
|
|
6429
6433
|
}
|
|
6430
6434
|
}
|
|
6431
6435
|
},
|
|
6432
|
-
"
|
|
6436
|
+
"Sew": {
|
|
6433
6437
|
"type": "map",
|
|
6434
6438
|
"key": {},
|
|
6435
6439
|
"value": {}
|
|
6436
6440
|
},
|
|
6437
|
-
"
|
|
6441
|
+
"Sez": {
|
|
6438
6442
|
"type": "structure",
|
|
6439
6443
|
"members": {
|
|
6440
6444
|
"Arn": {
|
|
@@ -6452,7 +6456,7 @@
|
|
|
6452
6456
|
"locationName": "destinations"
|
|
6453
6457
|
},
|
|
6454
6458
|
"EgressEndpoints": {
|
|
6455
|
-
"shape": "
|
|
6459
|
+
"shape": "Sf0",
|
|
6456
6460
|
"locationName": "egressEndpoints"
|
|
6457
6461
|
},
|
|
6458
6462
|
"EncoderSettings": {
|
|
@@ -6463,25 +6467,25 @@
|
|
|
6463
6467
|
"locationName": "id"
|
|
6464
6468
|
},
|
|
6465
6469
|
"InputAttachments": {
|
|
6466
|
-
"shape": "
|
|
6470
|
+
"shape": "Scz",
|
|
6467
6471
|
"locationName": "inputAttachments"
|
|
6468
6472
|
},
|
|
6469
6473
|
"InputSpecification": {
|
|
6470
|
-
"shape": "
|
|
6474
|
+
"shape": "Seo",
|
|
6471
6475
|
"locationName": "inputSpecification"
|
|
6472
6476
|
},
|
|
6473
6477
|
"LogLevel": {
|
|
6474
6478
|
"locationName": "logLevel"
|
|
6475
6479
|
},
|
|
6476
6480
|
"Maintenance": {
|
|
6477
|
-
"shape": "
|
|
6481
|
+
"shape": "Sf2",
|
|
6478
6482
|
"locationName": "maintenance"
|
|
6479
6483
|
},
|
|
6480
6484
|
"Name": {
|
|
6481
6485
|
"locationName": "name"
|
|
6482
6486
|
},
|
|
6483
6487
|
"PipelineDetails": {
|
|
6484
|
-
"shape": "
|
|
6488
|
+
"shape": "Sf3",
|
|
6485
6489
|
"locationName": "pipelineDetails"
|
|
6486
6490
|
},
|
|
6487
6491
|
"PipelinesRunningCount": {
|
|
@@ -6495,16 +6499,16 @@
|
|
|
6495
6499
|
"locationName": "state"
|
|
6496
6500
|
},
|
|
6497
6501
|
"Tags": {
|
|
6498
|
-
"shape": "
|
|
6502
|
+
"shape": "Sew",
|
|
6499
6503
|
"locationName": "tags"
|
|
6500
6504
|
},
|
|
6501
6505
|
"Vpc": {
|
|
6502
|
-
"shape": "
|
|
6506
|
+
"shape": "Sf6",
|
|
6503
6507
|
"locationName": "vpc"
|
|
6504
6508
|
}
|
|
6505
6509
|
}
|
|
6506
6510
|
},
|
|
6507
|
-
"
|
|
6511
|
+
"Sf0": {
|
|
6508
6512
|
"type": "list",
|
|
6509
6513
|
"member": {
|
|
6510
6514
|
"type": "structure",
|
|
@@ -6515,7 +6519,7 @@
|
|
|
6515
6519
|
}
|
|
6516
6520
|
}
|
|
6517
6521
|
},
|
|
6518
|
-
"
|
|
6522
|
+
"Sf2": {
|
|
6519
6523
|
"type": "structure",
|
|
6520
6524
|
"members": {
|
|
6521
6525
|
"MaintenanceDay": {
|
|
@@ -6532,7 +6536,7 @@
|
|
|
6532
6536
|
}
|
|
6533
6537
|
}
|
|
6534
6538
|
},
|
|
6535
|
-
"
|
|
6539
|
+
"Sf3": {
|
|
6536
6540
|
"type": "list",
|
|
6537
6541
|
"member": {
|
|
6538
6542
|
"type": "structure",
|
|
@@ -6555,7 +6559,7 @@
|
|
|
6555
6559
|
}
|
|
6556
6560
|
}
|
|
6557
6561
|
},
|
|
6558
|
-
"
|
|
6562
|
+
"Sf6": {
|
|
6559
6563
|
"type": "structure",
|
|
6560
6564
|
"members": {
|
|
6561
6565
|
"AvailabilityZones": {
|
|
@@ -6576,7 +6580,7 @@
|
|
|
6576
6580
|
}
|
|
6577
6581
|
}
|
|
6578
6582
|
},
|
|
6579
|
-
"
|
|
6583
|
+
"Sf8": {
|
|
6580
6584
|
"type": "list",
|
|
6581
6585
|
"member": {
|
|
6582
6586
|
"type": "structure",
|
|
@@ -6587,7 +6591,7 @@
|
|
|
6587
6591
|
}
|
|
6588
6592
|
}
|
|
6589
6593
|
},
|
|
6590
|
-
"
|
|
6594
|
+
"Sfa": {
|
|
6591
6595
|
"type": "list",
|
|
6592
6596
|
"member": {
|
|
6593
6597
|
"type": "structure",
|
|
@@ -6598,7 +6602,7 @@
|
|
|
6598
6602
|
}
|
|
6599
6603
|
}
|
|
6600
6604
|
},
|
|
6601
|
-
"
|
|
6605
|
+
"Sfc": {
|
|
6602
6606
|
"type": "list",
|
|
6603
6607
|
"member": {
|
|
6604
6608
|
"type": "structure",
|
|
@@ -6609,7 +6613,7 @@
|
|
|
6609
6613
|
}
|
|
6610
6614
|
}
|
|
6611
6615
|
},
|
|
6612
|
-
"
|
|
6616
|
+
"Sfe": {
|
|
6613
6617
|
"type": "list",
|
|
6614
6618
|
"member": {
|
|
6615
6619
|
"type": "structure",
|
|
@@ -6626,7 +6630,7 @@
|
|
|
6626
6630
|
}
|
|
6627
6631
|
}
|
|
6628
6632
|
},
|
|
6629
|
-
"
|
|
6633
|
+
"Sfj": {
|
|
6630
6634
|
"type": "structure",
|
|
6631
6635
|
"members": {
|
|
6632
6636
|
"Arn": {
|
|
@@ -6637,7 +6641,7 @@
|
|
|
6637
6641
|
"locationName": "attachedChannels"
|
|
6638
6642
|
},
|
|
6639
6643
|
"Destinations": {
|
|
6640
|
-
"shape": "
|
|
6644
|
+
"shape": "Sfk",
|
|
6641
6645
|
"locationName": "destinations"
|
|
6642
6646
|
},
|
|
6643
6647
|
"Id": {
|
|
@@ -6647,7 +6651,7 @@
|
|
|
6647
6651
|
"locationName": "inputClass"
|
|
6648
6652
|
},
|
|
6649
6653
|
"InputDevices": {
|
|
6650
|
-
"shape": "
|
|
6654
|
+
"shape": "Sfa",
|
|
6651
6655
|
"locationName": "inputDevices"
|
|
6652
6656
|
},
|
|
6653
6657
|
"InputPartnerIds": {
|
|
@@ -6658,7 +6662,7 @@
|
|
|
6658
6662
|
"locationName": "inputSourceType"
|
|
6659
6663
|
},
|
|
6660
6664
|
"MediaConnectFlows": {
|
|
6661
|
-
"shape": "
|
|
6665
|
+
"shape": "Sfp",
|
|
6662
6666
|
"locationName": "mediaConnectFlows"
|
|
6663
6667
|
},
|
|
6664
6668
|
"Name": {
|
|
@@ -6672,14 +6676,14 @@
|
|
|
6672
6676
|
"locationName": "securityGroups"
|
|
6673
6677
|
},
|
|
6674
6678
|
"Sources": {
|
|
6675
|
-
"shape": "
|
|
6679
|
+
"shape": "Sfr",
|
|
6676
6680
|
"locationName": "sources"
|
|
6677
6681
|
},
|
|
6678
6682
|
"State": {
|
|
6679
6683
|
"locationName": "state"
|
|
6680
6684
|
},
|
|
6681
6685
|
"Tags": {
|
|
6682
|
-
"shape": "
|
|
6686
|
+
"shape": "Sew",
|
|
6683
6687
|
"locationName": "tags"
|
|
6684
6688
|
},
|
|
6685
6689
|
"Type": {
|
|
@@ -6687,7 +6691,7 @@
|
|
|
6687
6691
|
}
|
|
6688
6692
|
}
|
|
6689
6693
|
},
|
|
6690
|
-
"
|
|
6694
|
+
"Sfk": {
|
|
6691
6695
|
"type": "list",
|
|
6692
6696
|
"member": {
|
|
6693
6697
|
"type": "structure",
|
|
@@ -6716,7 +6720,7 @@
|
|
|
6716
6720
|
}
|
|
6717
6721
|
}
|
|
6718
6722
|
},
|
|
6719
|
-
"
|
|
6723
|
+
"Sfp": {
|
|
6720
6724
|
"type": "list",
|
|
6721
6725
|
"member": {
|
|
6722
6726
|
"type": "structure",
|
|
@@ -6727,7 +6731,7 @@
|
|
|
6727
6731
|
}
|
|
6728
6732
|
}
|
|
6729
6733
|
},
|
|
6730
|
-
"
|
|
6734
|
+
"Sfr": {
|
|
6731
6735
|
"type": "list",
|
|
6732
6736
|
"member": {
|
|
6733
6737
|
"type": "structure",
|
|
@@ -6744,7 +6748,7 @@
|
|
|
6744
6748
|
}
|
|
6745
6749
|
}
|
|
6746
6750
|
},
|
|
6747
|
-
"
|
|
6751
|
+
"Sfv": {
|
|
6748
6752
|
"type": "list",
|
|
6749
6753
|
"member": {
|
|
6750
6754
|
"type": "structure",
|
|
@@ -6755,7 +6759,7 @@
|
|
|
6755
6759
|
}
|
|
6756
6760
|
}
|
|
6757
6761
|
},
|
|
6758
|
-
"
|
|
6762
|
+
"Sfy": {
|
|
6759
6763
|
"type": "structure",
|
|
6760
6764
|
"members": {
|
|
6761
6765
|
"Arn": {
|
|
@@ -6772,16 +6776,16 @@
|
|
|
6772
6776
|
"locationName": "state"
|
|
6773
6777
|
},
|
|
6774
6778
|
"Tags": {
|
|
6775
|
-
"shape": "
|
|
6779
|
+
"shape": "Sew",
|
|
6776
6780
|
"locationName": "tags"
|
|
6777
6781
|
},
|
|
6778
6782
|
"WhitelistRules": {
|
|
6779
|
-
"shape": "
|
|
6783
|
+
"shape": "Sg0",
|
|
6780
6784
|
"locationName": "whitelistRules"
|
|
6781
6785
|
}
|
|
6782
6786
|
}
|
|
6783
6787
|
},
|
|
6784
|
-
"
|
|
6788
|
+
"Sg0": {
|
|
6785
6789
|
"type": "list",
|
|
6786
6790
|
"member": {
|
|
6787
6791
|
"type": "structure",
|
|
@@ -6792,7 +6796,7 @@
|
|
|
6792
6796
|
}
|
|
6793
6797
|
}
|
|
6794
6798
|
},
|
|
6795
|
-
"
|
|
6799
|
+
"Sg3": {
|
|
6796
6800
|
"type": "structure",
|
|
6797
6801
|
"members": {
|
|
6798
6802
|
"MaximumVideoBufferDelayMilliseconds": {
|
|
@@ -6817,7 +6821,7 @@
|
|
|
6817
6821
|
"TransportStreamId"
|
|
6818
6822
|
]
|
|
6819
6823
|
},
|
|
6820
|
-
"
|
|
6824
|
+
"Sg8": {
|
|
6821
6825
|
"type": "structure",
|
|
6822
6826
|
"members": {
|
|
6823
6827
|
"Arn": {
|
|
@@ -6828,14 +6832,14 @@
|
|
|
6828
6832
|
"locationName": "availabilityZones"
|
|
6829
6833
|
},
|
|
6830
6834
|
"Destinations": {
|
|
6831
|
-
"shape": "
|
|
6835
|
+
"shape": "Sg9",
|
|
6832
6836
|
"locationName": "destinations"
|
|
6833
6837
|
},
|
|
6834
6838
|
"Id": {
|
|
6835
6839
|
"locationName": "id"
|
|
6836
6840
|
},
|
|
6837
6841
|
"MultiplexSettings": {
|
|
6838
|
-
"shape": "
|
|
6842
|
+
"shape": "Sg3",
|
|
6839
6843
|
"locationName": "multiplexSettings"
|
|
6840
6844
|
},
|
|
6841
6845
|
"Name": {
|
|
@@ -6853,12 +6857,12 @@
|
|
|
6853
6857
|
"locationName": "state"
|
|
6854
6858
|
},
|
|
6855
6859
|
"Tags": {
|
|
6856
|
-
"shape": "
|
|
6860
|
+
"shape": "Sew",
|
|
6857
6861
|
"locationName": "tags"
|
|
6858
6862
|
}
|
|
6859
6863
|
}
|
|
6860
6864
|
},
|
|
6861
|
-
"
|
|
6865
|
+
"Sg9": {
|
|
6862
6866
|
"type": "list",
|
|
6863
6867
|
"member": {
|
|
6864
6868
|
"type": "structure",
|
|
@@ -6875,7 +6879,7 @@
|
|
|
6875
6879
|
}
|
|
6876
6880
|
}
|
|
6877
6881
|
},
|
|
6878
|
-
"
|
|
6882
|
+
"Sge": {
|
|
6879
6883
|
"type": "structure",
|
|
6880
6884
|
"members": {
|
|
6881
6885
|
"PreferredChannelPipeline": {
|
|
@@ -6934,22 +6938,22 @@
|
|
|
6934
6938
|
"ProgramNumber"
|
|
6935
6939
|
]
|
|
6936
6940
|
},
|
|
6937
|
-
"
|
|
6941
|
+
"Sgm": {
|
|
6938
6942
|
"type": "structure",
|
|
6939
6943
|
"members": {
|
|
6940
6944
|
"ChannelId": {
|
|
6941
6945
|
"locationName": "channelId"
|
|
6942
6946
|
},
|
|
6943
6947
|
"MultiplexProgramSettings": {
|
|
6944
|
-
"shape": "
|
|
6948
|
+
"shape": "Sge",
|
|
6945
6949
|
"locationName": "multiplexProgramSettings"
|
|
6946
6950
|
},
|
|
6947
6951
|
"PacketIdentifiersMap": {
|
|
6948
|
-
"shape": "
|
|
6952
|
+
"shape": "Sgn",
|
|
6949
6953
|
"locationName": "packetIdentifiersMap"
|
|
6950
6954
|
},
|
|
6951
6955
|
"PipelineDetails": {
|
|
6952
|
-
"shape": "
|
|
6956
|
+
"shape": "Sgp",
|
|
6953
6957
|
"locationName": "pipelineDetails"
|
|
6954
6958
|
},
|
|
6955
6959
|
"ProgramName": {
|
|
@@ -6957,15 +6961,15 @@
|
|
|
6957
6961
|
}
|
|
6958
6962
|
}
|
|
6959
6963
|
},
|
|
6960
|
-
"
|
|
6964
|
+
"Sgn": {
|
|
6961
6965
|
"type": "structure",
|
|
6962
6966
|
"members": {
|
|
6963
6967
|
"AudioPids": {
|
|
6964
|
-
"shape": "
|
|
6968
|
+
"shape": "Sgo",
|
|
6965
6969
|
"locationName": "audioPids"
|
|
6966
6970
|
},
|
|
6967
6971
|
"DvbSubPids": {
|
|
6968
|
-
"shape": "
|
|
6972
|
+
"shape": "Sgo",
|
|
6969
6973
|
"locationName": "dvbSubPids"
|
|
6970
6974
|
},
|
|
6971
6975
|
"DvbTeletextPid": {
|
|
@@ -6981,7 +6985,7 @@
|
|
|
6981
6985
|
"type": "integer"
|
|
6982
6986
|
},
|
|
6983
6987
|
"KlvDataPids": {
|
|
6984
|
-
"shape": "
|
|
6988
|
+
"shape": "Sgo",
|
|
6985
6989
|
"locationName": "klvDataPids"
|
|
6986
6990
|
},
|
|
6987
6991
|
"PcrPid": {
|
|
@@ -6997,7 +7001,7 @@
|
|
|
6997
7001
|
"type": "integer"
|
|
6998
7002
|
},
|
|
6999
7003
|
"Scte27Pids": {
|
|
7000
|
-
"shape": "
|
|
7004
|
+
"shape": "Sgo",
|
|
7001
7005
|
"locationName": "scte27Pids"
|
|
7002
7006
|
},
|
|
7003
7007
|
"Scte35Pid": {
|
|
@@ -7014,13 +7018,13 @@
|
|
|
7014
7018
|
}
|
|
7015
7019
|
}
|
|
7016
7020
|
},
|
|
7017
|
-
"
|
|
7021
|
+
"Sgo": {
|
|
7018
7022
|
"type": "list",
|
|
7019
7023
|
"member": {
|
|
7020
7024
|
"type": "integer"
|
|
7021
7025
|
}
|
|
7022
7026
|
},
|
|
7023
|
-
"
|
|
7027
|
+
"Sgp": {
|
|
7024
7028
|
"type": "list",
|
|
7025
7029
|
"member": {
|
|
7026
7030
|
"type": "structure",
|
|
@@ -7034,7 +7038,7 @@
|
|
|
7034
7038
|
}
|
|
7035
7039
|
}
|
|
7036
7040
|
},
|
|
7037
|
-
"
|
|
7041
|
+
"Sh8": {
|
|
7038
7042
|
"type": "structure",
|
|
7039
7043
|
"members": {
|
|
7040
7044
|
"AutomaticRenewal": {
|
|
@@ -7046,7 +7050,7 @@
|
|
|
7046
7050
|
}
|
|
7047
7051
|
}
|
|
7048
7052
|
},
|
|
7049
|
-
"
|
|
7053
|
+
"Sha": {
|
|
7050
7054
|
"type": "structure",
|
|
7051
7055
|
"members": {
|
|
7052
7056
|
"ChannelClass": {
|
|
@@ -7075,7 +7079,7 @@
|
|
|
7075
7079
|
}
|
|
7076
7080
|
}
|
|
7077
7081
|
},
|
|
7078
|
-
"
|
|
7082
|
+
"Shv": {
|
|
7079
7083
|
"type": "structure",
|
|
7080
7084
|
"members": {
|
|
7081
7085
|
"ActiveInput": {
|
|
@@ -7112,7 +7116,7 @@
|
|
|
7112
7116
|
}
|
|
7113
7117
|
}
|
|
7114
7118
|
},
|
|
7115
|
-
"
|
|
7119
|
+
"Si0": {
|
|
7116
7120
|
"type": "structure",
|
|
7117
7121
|
"members": {
|
|
7118
7122
|
"DnsAddresses": {
|
|
@@ -7133,7 +7137,7 @@
|
|
|
7133
7137
|
}
|
|
7134
7138
|
}
|
|
7135
7139
|
},
|
|
7136
|
-
"
|
|
7140
|
+
"Si3": {
|
|
7137
7141
|
"type": "structure",
|
|
7138
7142
|
"members": {
|
|
7139
7143
|
"ActiveInput": {
|
|
@@ -7170,7 +7174,7 @@
|
|
|
7170
7174
|
}
|
|
7171
7175
|
}
|
|
7172
7176
|
},
|
|
7173
|
-
"
|
|
7177
|
+
"Sjn": {
|
|
7174
7178
|
"type": "structure",
|
|
7175
7179
|
"members": {
|
|
7176
7180
|
"Arn": {
|
|
@@ -7213,14 +7217,14 @@
|
|
|
7213
7217
|
"locationName": "region"
|
|
7214
7218
|
},
|
|
7215
7219
|
"RenewalSettings": {
|
|
7216
|
-
"shape": "
|
|
7220
|
+
"shape": "Sh8",
|
|
7217
7221
|
"locationName": "renewalSettings"
|
|
7218
7222
|
},
|
|
7219
7223
|
"ReservationId": {
|
|
7220
7224
|
"locationName": "reservationId"
|
|
7221
7225
|
},
|
|
7222
7226
|
"ResourceSpecification": {
|
|
7223
|
-
"shape": "
|
|
7227
|
+
"shape": "Sha",
|
|
7224
7228
|
"locationName": "resourceSpecification"
|
|
7225
7229
|
},
|
|
7226
7230
|
"Start": {
|
|
@@ -7230,7 +7234,7 @@
|
|
|
7230
7234
|
"locationName": "state"
|
|
7231
7235
|
},
|
|
7232
7236
|
"Tags": {
|
|
7233
|
-
"shape": "
|
|
7237
|
+
"shape": "Sew",
|
|
7234
7238
|
"locationName": "tags"
|
|
7235
7239
|
},
|
|
7236
7240
|
"UsagePrice": {
|
|
@@ -7239,7 +7243,7 @@
|
|
|
7239
7243
|
}
|
|
7240
7244
|
}
|
|
7241
7245
|
},
|
|
7242
|
-
"
|
|
7246
|
+
"Skj": {
|
|
7243
7247
|
"type": "structure",
|
|
7244
7248
|
"members": {
|
|
7245
7249
|
"ConfiguredInput": {
|