aws-sdk-core 2.11.510 → 2.11.515
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appmesh/2019-01-25/api-2.json +64 -1
- data/apis/backup/2018-11-15/api-2.json +48 -0
- data/apis/chime/2018-05-01/api-2.json +125 -1
- data/apis/codebuild/2016-10-06/api-2.json +7 -4
- data/apis/codedeploy/2014-10-06/api-2.json +68 -11
- data/apis/dlm/2018-01-12/api-2.json +8 -5
- data/apis/ec2/2016-11-15/api-2.json +87 -3
- data/apis/elasticache/2015-02-02/api-2.json +14 -7
- data/apis/health/2016-08-04/api-2.json +20 -9
- data/apis/health/2016-08-04/paginators-1.json +3 -0
- data/apis/iotsitewise/2019-12-02/api-2.json +28 -11
- data/apis/macie/2017-12-19/examples-1.json +2 -2
- data/apis/macie/2017-12-19/paginators-1.json +9 -9
- data/apis/medialive/2017-10-14/api-2.json +605 -29
- data/apis/medialive/2017-10-14/paginators-1.json +6 -0
- data/apis/medialive/2017-10-14/waiters-2.json +81 -0
- data/apis/quicksight/2018-04-01/api-2.json +9 -0
- data/apis/s3/2006-03-01/api-2.json +76 -20
- data/apis/s3/2006-03-01/examples-1.json +94 -94
- data/apis/securityhub/2018-10-26/api-2.json +16 -2
- data/apis/ssm/2014-11-06/api-2.json +0 -1
- data/apis/synthetics/2017-10-11/api-2.json +9 -2
- data/apis/transcribe-streaming/2017-10-26/api-2.json +38 -3
- data/endpoints.json +83 -3
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -218,6 +218,7 @@
|
|
218
218
|
"type":"structure",
|
219
219
|
"members":{
|
220
220
|
"affectedAccounts":{"shape":"affectedAccountsList"},
|
221
|
+
"eventScopeCode":{"shape":"eventScopeCode"},
|
221
222
|
"nextToken":{"shape":"nextToken"}
|
222
223
|
}
|
223
224
|
},
|
@@ -428,15 +429,13 @@
|
|
428
429
|
"startTime":{"shape":"timestamp"},
|
429
430
|
"endTime":{"shape":"timestamp"},
|
430
431
|
"lastUpdatedTime":{"shape":"timestamp"},
|
431
|
-
"statusCode":{"shape":"eventStatusCode"}
|
432
|
+
"statusCode":{"shape":"eventStatusCode"},
|
433
|
+
"eventScopeCode":{"shape":"eventScopeCode"}
|
432
434
|
}
|
433
435
|
},
|
434
436
|
"EventAccountFilter":{
|
435
437
|
"type":"structure",
|
436
|
-
"required":[
|
437
|
-
"eventArn",
|
438
|
-
"awsAccountId"
|
439
|
-
],
|
438
|
+
"required":["eventArn"],
|
440
439
|
"members":{
|
441
440
|
"eventArn":{"shape":"eventArn"},
|
442
441
|
"awsAccountId":{"shape":"accountId"}
|
@@ -564,6 +563,7 @@
|
|
564
563
|
"service":{"shape":"service"},
|
565
564
|
"eventTypeCode":{"shape":"eventTypeCode"},
|
566
565
|
"eventTypeCategory":{"shape":"eventTypeCategory"},
|
566
|
+
"eventScopeCode":{"shape":"eventScopeCode"},
|
567
567
|
"region":{"shape":"region"},
|
568
568
|
"startTime":{"shape":"timestamp"},
|
569
569
|
"endTime":{"shape":"timestamp"},
|
@@ -683,8 +683,8 @@
|
|
683
683
|
"entityUrl":{"type":"string"},
|
684
684
|
"entityValue":{
|
685
685
|
"type":"string",
|
686
|
-
"max":
|
687
|
-
"pattern":".{0,
|
686
|
+
"max":1224,
|
687
|
+
"pattern":".{0,1224}"
|
688
688
|
},
|
689
689
|
"entityValueList":{
|
690
690
|
"type":"list",
|
@@ -713,6 +713,14 @@
|
|
713
713
|
"key":{"shape":"metadataKey"},
|
714
714
|
"value":{"shape":"metadataValue"}
|
715
715
|
},
|
716
|
+
"eventScopeCode":{
|
717
|
+
"type":"string",
|
718
|
+
"enum":[
|
719
|
+
"PUBLIC",
|
720
|
+
"ACCOUNT_SPECIFIC",
|
721
|
+
"NONE"
|
722
|
+
]
|
723
|
+
},
|
716
724
|
"eventStatusCode":{
|
717
725
|
"type":"string",
|
718
726
|
"enum":[
|
@@ -774,10 +782,13 @@
|
|
774
782
|
"max":100,
|
775
783
|
"min":10
|
776
784
|
},
|
777
|
-
"metadataKey":{
|
785
|
+
"metadataKey":{
|
786
|
+
"type":"string",
|
787
|
+
"max":32766
|
788
|
+
},
|
778
789
|
"metadataValue":{
|
779
790
|
"type":"string",
|
780
|
-
"max":
|
791
|
+
"max":32766
|
781
792
|
},
|
782
793
|
"nextToken":{
|
783
794
|
"type":"string",
|
@@ -964,7 +964,8 @@
|
|
964
964
|
"COUNT",
|
965
965
|
"MAXIMUM",
|
966
966
|
"MINIMUM",
|
967
|
-
"SUM"
|
967
|
+
"SUM",
|
968
|
+
"STANDARD_DEVIATION"
|
968
969
|
]
|
969
970
|
},
|
970
971
|
"AggregateTypes":{
|
@@ -996,7 +997,8 @@
|
|
996
997
|
"count":{"shape":"AggregatedDoubleValue"},
|
997
998
|
"maximum":{"shape":"AggregatedDoubleValue"},
|
998
999
|
"minimum":{"shape":"AggregatedDoubleValue"},
|
999
|
-
"sum":{"shape":"AggregatedDoubleValue"}
|
1000
|
+
"sum":{"shape":"AggregatedDoubleValue"},
|
1001
|
+
"standardDeviation":{"shape":"AggregatedDoubleValue"}
|
1000
1002
|
}
|
1001
1003
|
},
|
1002
1004
|
"AmazonResourceName":{
|
@@ -2119,7 +2121,7 @@
|
|
2119
2121
|
"portalStatus":{"shape":"PortalStatus"},
|
2120
2122
|
"portalCreationDate":{"shape":"Timestamp"},
|
2121
2123
|
"portalLastUpdateDate":{"shape":"Timestamp"},
|
2122
|
-
"
|
2124
|
+
"portalLogoImageLocation":{"shape":"ImageLocation"},
|
2123
2125
|
"roleArn":{"shape":"ARN"}
|
2124
2126
|
}
|
2125
2127
|
},
|
@@ -2487,26 +2489,41 @@
|
|
2487
2489
|
"Image":{
|
2488
2490
|
"type":"structure",
|
2489
2491
|
"members":{
|
2490
|
-
"
|
2491
|
-
"
|
2492
|
+
"id":{"shape":"ID"},
|
2493
|
+
"file":{"shape":"ImageFile"}
|
2492
2494
|
}
|
2493
2495
|
},
|
2494
2496
|
"ImageFile":{
|
2495
2497
|
"type":"structure",
|
2496
2498
|
"required":[
|
2497
|
-
"
|
2498
|
-
"
|
2499
|
+
"data",
|
2500
|
+
"type"
|
2499
2501
|
],
|
2500
2502
|
"members":{
|
2501
|
-
"
|
2502
|
-
"
|
2503
|
+
"data":{"shape":"ImageFileData"},
|
2504
|
+
"type":{"shape":"ImageFileType"}
|
2503
2505
|
}
|
2504
2506
|
},
|
2505
|
-
"ImageFileData":{
|
2507
|
+
"ImageFileData":{
|
2508
|
+
"type":"blob",
|
2509
|
+
"max":1500000,
|
2510
|
+
"min":1
|
2511
|
+
},
|
2506
2512
|
"ImageFileType":{
|
2507
2513
|
"type":"string",
|
2508
2514
|
"enum":["PNG"]
|
2509
2515
|
},
|
2516
|
+
"ImageLocation":{
|
2517
|
+
"type":"structure",
|
2518
|
+
"required":[
|
2519
|
+
"id",
|
2520
|
+
"url"
|
2521
|
+
],
|
2522
|
+
"members":{
|
2523
|
+
"id":{"shape":"ID"},
|
2524
|
+
"url":{"shape":"Url"}
|
2525
|
+
}
|
2526
|
+
},
|
2510
2527
|
"InternalFailureException":{
|
2511
2528
|
"type":"structure",
|
2512
2529
|
"required":["message"],
|
@@ -3500,7 +3517,7 @@
|
|
3500
3517
|
"portalName":{"shape":"Name"},
|
3501
3518
|
"portalDescription":{"shape":"Description"},
|
3502
3519
|
"portalContactEmail":{"shape":"Email"},
|
3503
|
-
"
|
3520
|
+
"portalLogoImage":{"shape":"Image"},
|
3504
3521
|
"roleArn":{"shape":"ARN"},
|
3505
3522
|
"clientToken":{
|
3506
3523
|
"shape":"ClientToken",
|
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
|
-
"pagination":{
|
3
|
-
"ListMemberAccounts":{
|
4
|
-
"input_token":"nextToken",
|
5
|
-
"output_token":"nextToken",
|
6
|
-
"limit_key":"maxResults"
|
2
|
+
"pagination": {
|
3
|
+
"ListMemberAccounts": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults"
|
7
7
|
},
|
8
|
-
"ListS3Resources":{
|
9
|
-
"input_token":"nextToken",
|
10
|
-
"output_token":"nextToken",
|
11
|
-
"limit_key":"maxResults"
|
8
|
+
"ListS3Resources": {
|
9
|
+
"input_token": "nextToken",
|
10
|
+
"output_token": "nextToken",
|
11
|
+
"limit_key": "maxResults"
|
12
12
|
}
|
13
13
|
}
|
14
14
|
}
|
@@ -638,6 +638,43 @@
|
|
638
638
|
}
|
639
639
|
]
|
640
640
|
},
|
641
|
+
"DescribeInputDevice": {
|
642
|
+
"name": "DescribeInputDevice",
|
643
|
+
"http": {
|
644
|
+
"method": "GET",
|
645
|
+
"requestUri": "/prod/inputDevices/{inputDeviceId}",
|
646
|
+
"responseCode": 200
|
647
|
+
},
|
648
|
+
"input": {
|
649
|
+
"shape": "DescribeInputDeviceRequest"
|
650
|
+
},
|
651
|
+
"output": {
|
652
|
+
"shape": "DescribeInputDeviceResponse"
|
653
|
+
},
|
654
|
+
"errors": [
|
655
|
+
{
|
656
|
+
"shape": "BadRequestException"
|
657
|
+
},
|
658
|
+
{
|
659
|
+
"shape": "InternalServerErrorException"
|
660
|
+
},
|
661
|
+
{
|
662
|
+
"shape": "ForbiddenException"
|
663
|
+
},
|
664
|
+
{
|
665
|
+
"shape": "BadGatewayException"
|
666
|
+
},
|
667
|
+
{
|
668
|
+
"shape": "NotFoundException"
|
669
|
+
},
|
670
|
+
{
|
671
|
+
"shape": "GatewayTimeoutException"
|
672
|
+
},
|
673
|
+
{
|
674
|
+
"shape": "TooManyRequestsException"
|
675
|
+
}
|
676
|
+
]
|
677
|
+
},
|
641
678
|
"DescribeInputSecurityGroup": {
|
642
679
|
"name": "DescribeInputSecurityGroup",
|
643
680
|
"http": {
|
@@ -894,6 +931,40 @@
|
|
894
931
|
}
|
895
932
|
]
|
896
933
|
},
|
934
|
+
"ListInputDevices": {
|
935
|
+
"name": "ListInputDevices",
|
936
|
+
"http": {
|
937
|
+
"method": "GET",
|
938
|
+
"requestUri": "/prod/inputDevices",
|
939
|
+
"responseCode": 200
|
940
|
+
},
|
941
|
+
"input": {
|
942
|
+
"shape": "ListInputDevicesRequest"
|
943
|
+
},
|
944
|
+
"output": {
|
945
|
+
"shape": "ListInputDevicesResponse"
|
946
|
+
},
|
947
|
+
"errors": [
|
948
|
+
{
|
949
|
+
"shape": "BadRequestException"
|
950
|
+
},
|
951
|
+
{
|
952
|
+
"shape": "InternalServerErrorException"
|
953
|
+
},
|
954
|
+
{
|
955
|
+
"shape": "ForbiddenException"
|
956
|
+
},
|
957
|
+
{
|
958
|
+
"shape": "BadGatewayException"
|
959
|
+
},
|
960
|
+
{
|
961
|
+
"shape": "GatewayTimeoutException"
|
962
|
+
},
|
963
|
+
{
|
964
|
+
"shape": "TooManyRequestsException"
|
965
|
+
}
|
966
|
+
]
|
967
|
+
},
|
897
968
|
"ListInputSecurityGroups": {
|
898
969
|
"name": "ListInputSecurityGroups",
|
899
970
|
"http": {
|
@@ -1446,6 +1517,46 @@
|
|
1446
1517
|
}
|
1447
1518
|
]
|
1448
1519
|
},
|
1520
|
+
"UpdateInputDevice": {
|
1521
|
+
"name": "UpdateInputDevice",
|
1522
|
+
"http": {
|
1523
|
+
"method": "PUT",
|
1524
|
+
"requestUri": "/prod/inputDevices/{inputDeviceId}",
|
1525
|
+
"responseCode": 200
|
1526
|
+
},
|
1527
|
+
"input": {
|
1528
|
+
"shape": "UpdateInputDeviceRequest"
|
1529
|
+
},
|
1530
|
+
"output": {
|
1531
|
+
"shape": "UpdateInputDeviceResponse"
|
1532
|
+
},
|
1533
|
+
"errors": [
|
1534
|
+
{
|
1535
|
+
"shape": "BadRequestException"
|
1536
|
+
},
|
1537
|
+
{
|
1538
|
+
"shape": "UnprocessableEntityException"
|
1539
|
+
},
|
1540
|
+
{
|
1541
|
+
"shape": "InternalServerErrorException"
|
1542
|
+
},
|
1543
|
+
{
|
1544
|
+
"shape": "ForbiddenException"
|
1545
|
+
},
|
1546
|
+
{
|
1547
|
+
"shape": "BadGatewayException"
|
1548
|
+
},
|
1549
|
+
{
|
1550
|
+
"shape": "NotFoundException"
|
1551
|
+
},
|
1552
|
+
{
|
1553
|
+
"shape": "GatewayTimeoutException"
|
1554
|
+
},
|
1555
|
+
{
|
1556
|
+
"shape": "TooManyRequestsException"
|
1557
|
+
}
|
1558
|
+
]
|
1559
|
+
},
|
1449
1560
|
"UpdateInputSecurityGroup": {
|
1450
1561
|
"name": "UpdateInputSecurityGroup",
|
1451
1562
|
"http": {
|
@@ -2938,6 +3049,10 @@
|
|
2938
3049
|
"shape": "__listOfInputDestinationRequest",
|
2939
3050
|
"locationName": "destinations"
|
2940
3051
|
},
|
3052
|
+
"InputDevices": {
|
3053
|
+
"shape": "__listOfInputDeviceSettings",
|
3054
|
+
"locationName": "inputDevices"
|
3055
|
+
},
|
2941
3056
|
"InputSecurityGroups": {
|
2942
3057
|
"shape": "__listOf__string",
|
2943
3058
|
"locationName": "inputSecurityGroups"
|
@@ -2984,6 +3099,10 @@
|
|
2984
3099
|
"shape": "__listOfInputDestinationRequest",
|
2985
3100
|
"locationName": "destinations"
|
2986
3101
|
},
|
3102
|
+
"InputDevices": {
|
3103
|
+
"shape": "__listOfInputDeviceSettings",
|
3104
|
+
"locationName": "inputDevices"
|
3105
|
+
},
|
2987
3106
|
"InputSecurityGroups": {
|
2988
3107
|
"shape": "__listOf__string",
|
2989
3108
|
"locationName": "inputSecurityGroups"
|
@@ -3658,6 +3777,64 @@
|
|
3658
3777
|
}
|
3659
3778
|
}
|
3660
3779
|
},
|
3780
|
+
"DescribeInputDeviceRequest": {
|
3781
|
+
"type": "structure",
|
3782
|
+
"members": {
|
3783
|
+
"InputDeviceId": {
|
3784
|
+
"shape": "__string",
|
3785
|
+
"location": "uri",
|
3786
|
+
"locationName": "inputDeviceId"
|
3787
|
+
}
|
3788
|
+
},
|
3789
|
+
"required": [
|
3790
|
+
"InputDeviceId"
|
3791
|
+
]
|
3792
|
+
},
|
3793
|
+
"DescribeInputDeviceResponse": {
|
3794
|
+
"type": "structure",
|
3795
|
+
"members": {
|
3796
|
+
"Arn": {
|
3797
|
+
"shape": "__string",
|
3798
|
+
"locationName": "arn"
|
3799
|
+
},
|
3800
|
+
"ConnectionState": {
|
3801
|
+
"shape": "InputDeviceConnectionState",
|
3802
|
+
"locationName": "connectionState"
|
3803
|
+
},
|
3804
|
+
"DeviceSettingsSyncState": {
|
3805
|
+
"shape": "DeviceSettingsSyncState",
|
3806
|
+
"locationName": "deviceSettingsSyncState"
|
3807
|
+
},
|
3808
|
+
"HdDeviceSettings": {
|
3809
|
+
"shape": "InputDeviceHdSettings",
|
3810
|
+
"locationName": "hdDeviceSettings"
|
3811
|
+
},
|
3812
|
+
"Id": {
|
3813
|
+
"shape": "__string",
|
3814
|
+
"locationName": "id"
|
3815
|
+
},
|
3816
|
+
"MacAddress": {
|
3817
|
+
"shape": "__string",
|
3818
|
+
"locationName": "macAddress"
|
3819
|
+
},
|
3820
|
+
"Name": {
|
3821
|
+
"shape": "__string",
|
3822
|
+
"locationName": "name"
|
3823
|
+
},
|
3824
|
+
"NetworkSettings": {
|
3825
|
+
"shape": "InputDeviceNetworkSettings",
|
3826
|
+
"locationName": "networkSettings"
|
3827
|
+
},
|
3828
|
+
"SerialNumber": {
|
3829
|
+
"shape": "__string",
|
3830
|
+
"locationName": "serialNumber"
|
3831
|
+
},
|
3832
|
+
"Type": {
|
3833
|
+
"shape": "InputDeviceType",
|
3834
|
+
"locationName": "type"
|
3835
|
+
}
|
3836
|
+
}
|
3837
|
+
},
|
3661
3838
|
"DescribeInputRequest": {
|
3662
3839
|
"type": "structure",
|
3663
3840
|
"members": {
|
@@ -3694,6 +3871,10 @@
|
|
3694
3871
|
"shape": "InputClass",
|
3695
3872
|
"locationName": "inputClass"
|
3696
3873
|
},
|
3874
|
+
"InputDevices": {
|
3875
|
+
"shape": "__listOfInputDeviceSettings",
|
3876
|
+
"locationName": "inputDevices"
|
3877
|
+
},
|
3697
3878
|
"InputSourceType": {
|
3698
3879
|
"shape": "InputSourceType",
|
3699
3880
|
"locationName": "inputSourceType"
|
@@ -4060,6 +4241,13 @@
|
|
4060
4241
|
}
|
4061
4242
|
}
|
4062
4243
|
},
|
4244
|
+
"DeviceSettingsSyncState": {
|
4245
|
+
"type": "string",
|
4246
|
+
"enum": [
|
4247
|
+
"SYNCED",
|
4248
|
+
"SYNCING"
|
4249
|
+
]
|
4250
|
+
},
|
4063
4251
|
"DvbNitSettings": {
|
4064
4252
|
"type": "structure",
|
4065
4253
|
"members": {
|
@@ -5997,6 +6185,10 @@
|
|
5997
6185
|
"shape": "InputClass",
|
5998
6186
|
"locationName": "inputClass"
|
5999
6187
|
},
|
6188
|
+
"InputDevices": {
|
6189
|
+
"shape": "__listOfInputDeviceSettings",
|
6190
|
+
"locationName": "inputDevices"
|
6191
|
+
},
|
6000
6192
|
"InputSourceType": {
|
6001
6193
|
"shape": "InputSourceType",
|
6002
6194
|
"locationName": "inputSourceType"
|
@@ -6165,6 +6357,251 @@
|
|
6165
6357
|
}
|
6166
6358
|
}
|
6167
6359
|
},
|
6360
|
+
"InputDevice": {
|
6361
|
+
"type": "structure",
|
6362
|
+
"members": {
|
6363
|
+
"Arn": {
|
6364
|
+
"shape": "__string",
|
6365
|
+
"locationName": "arn"
|
6366
|
+
},
|
6367
|
+
"ConnectionState": {
|
6368
|
+
"shape": "InputDeviceConnectionState",
|
6369
|
+
"locationName": "connectionState"
|
6370
|
+
},
|
6371
|
+
"DeviceSettingsSyncState": {
|
6372
|
+
"shape": "DeviceSettingsSyncState",
|
6373
|
+
"locationName": "deviceSettingsSyncState"
|
6374
|
+
},
|
6375
|
+
"HdDeviceSettings": {
|
6376
|
+
"shape": "InputDeviceHdSettings",
|
6377
|
+
"locationName": "hdDeviceSettings"
|
6378
|
+
},
|
6379
|
+
"Id": {
|
6380
|
+
"shape": "__string",
|
6381
|
+
"locationName": "id"
|
6382
|
+
},
|
6383
|
+
"MacAddress": {
|
6384
|
+
"shape": "__string",
|
6385
|
+
"locationName": "macAddress"
|
6386
|
+
},
|
6387
|
+
"Name": {
|
6388
|
+
"shape": "__string",
|
6389
|
+
"locationName": "name"
|
6390
|
+
},
|
6391
|
+
"NetworkSettings": {
|
6392
|
+
"shape": "InputDeviceNetworkSettings",
|
6393
|
+
"locationName": "networkSettings"
|
6394
|
+
},
|
6395
|
+
"SerialNumber": {
|
6396
|
+
"shape": "__string",
|
6397
|
+
"locationName": "serialNumber"
|
6398
|
+
},
|
6399
|
+
"Type": {
|
6400
|
+
"shape": "InputDeviceType",
|
6401
|
+
"locationName": "type"
|
6402
|
+
}
|
6403
|
+
}
|
6404
|
+
},
|
6405
|
+
"InputDeviceActiveInput": {
|
6406
|
+
"type": "string",
|
6407
|
+
"enum": [
|
6408
|
+
"HDMI",
|
6409
|
+
"SDI"
|
6410
|
+
]
|
6411
|
+
},
|
6412
|
+
"InputDeviceConfigurableSettings": {
|
6413
|
+
"type": "structure",
|
6414
|
+
"members": {
|
6415
|
+
"ConfiguredInput": {
|
6416
|
+
"shape": "InputDeviceConfiguredInput",
|
6417
|
+
"locationName": "configuredInput"
|
6418
|
+
},
|
6419
|
+
"MaxBitrate": {
|
6420
|
+
"shape": "__integer",
|
6421
|
+
"locationName": "maxBitrate"
|
6422
|
+
}
|
6423
|
+
}
|
6424
|
+
},
|
6425
|
+
"InputDeviceConfigurationValidationError": {
|
6426
|
+
"type": "structure",
|
6427
|
+
"members": {
|
6428
|
+
"Message": {
|
6429
|
+
"shape": "__string",
|
6430
|
+
"locationName": "message"
|
6431
|
+
},
|
6432
|
+
"ValidationErrors": {
|
6433
|
+
"shape": "__listOfValidationError",
|
6434
|
+
"locationName": "validationErrors"
|
6435
|
+
}
|
6436
|
+
}
|
6437
|
+
},
|
6438
|
+
"InputDeviceConfiguredInput": {
|
6439
|
+
"type": "string",
|
6440
|
+
"enum": [
|
6441
|
+
"AUTO",
|
6442
|
+
"HDMI",
|
6443
|
+
"SDI"
|
6444
|
+
]
|
6445
|
+
},
|
6446
|
+
"InputDeviceConnectionState": {
|
6447
|
+
"type": "string",
|
6448
|
+
"enum": [
|
6449
|
+
"DISCONNECTED",
|
6450
|
+
"CONNECTED"
|
6451
|
+
]
|
6452
|
+
},
|
6453
|
+
"InputDeviceHdSettings": {
|
6454
|
+
"type": "structure",
|
6455
|
+
"members": {
|
6456
|
+
"ActiveInput": {
|
6457
|
+
"shape": "InputDeviceActiveInput",
|
6458
|
+
"locationName": "activeInput"
|
6459
|
+
},
|
6460
|
+
"ConfiguredInput": {
|
6461
|
+
"shape": "InputDeviceConfiguredInput",
|
6462
|
+
"locationName": "configuredInput"
|
6463
|
+
},
|
6464
|
+
"DeviceState": {
|
6465
|
+
"shape": "InputDeviceState",
|
6466
|
+
"locationName": "deviceState"
|
6467
|
+
},
|
6468
|
+
"Framerate": {
|
6469
|
+
"shape": "__double",
|
6470
|
+
"locationName": "framerate"
|
6471
|
+
},
|
6472
|
+
"Height": {
|
6473
|
+
"shape": "__integer",
|
6474
|
+
"locationName": "height"
|
6475
|
+
},
|
6476
|
+
"MaxBitrate": {
|
6477
|
+
"shape": "__integer",
|
6478
|
+
"locationName": "maxBitrate"
|
6479
|
+
},
|
6480
|
+
"ScanType": {
|
6481
|
+
"shape": "InputDeviceScanType",
|
6482
|
+
"locationName": "scanType"
|
6483
|
+
},
|
6484
|
+
"Width": {
|
6485
|
+
"shape": "__integer",
|
6486
|
+
"locationName": "width"
|
6487
|
+
}
|
6488
|
+
}
|
6489
|
+
},
|
6490
|
+
"InputDeviceIpScheme": {
|
6491
|
+
"type": "string",
|
6492
|
+
"enum": [
|
6493
|
+
"STATIC",
|
6494
|
+
"DHCP"
|
6495
|
+
]
|
6496
|
+
},
|
6497
|
+
"InputDeviceNetworkSettings": {
|
6498
|
+
"type": "structure",
|
6499
|
+
"members": {
|
6500
|
+
"DnsAddresses": {
|
6501
|
+
"shape": "__listOf__string",
|
6502
|
+
"locationName": "dnsAddresses"
|
6503
|
+
},
|
6504
|
+
"Gateway": {
|
6505
|
+
"shape": "__string",
|
6506
|
+
"locationName": "gateway"
|
6507
|
+
},
|
6508
|
+
"IpAddress": {
|
6509
|
+
"shape": "__string",
|
6510
|
+
"locationName": "ipAddress"
|
6511
|
+
},
|
6512
|
+
"IpScheme": {
|
6513
|
+
"shape": "InputDeviceIpScheme",
|
6514
|
+
"locationName": "ipScheme"
|
6515
|
+
},
|
6516
|
+
"SubnetMask": {
|
6517
|
+
"shape": "__string",
|
6518
|
+
"locationName": "subnetMask"
|
6519
|
+
}
|
6520
|
+
}
|
6521
|
+
},
|
6522
|
+
"InputDeviceRequest": {
|
6523
|
+
"type": "structure",
|
6524
|
+
"members": {
|
6525
|
+
"Id": {
|
6526
|
+
"shape": "__string",
|
6527
|
+
"locationName": "id"
|
6528
|
+
}
|
6529
|
+
}
|
6530
|
+
},
|
6531
|
+
"InputDeviceScanType": {
|
6532
|
+
"type": "string",
|
6533
|
+
"enum": [
|
6534
|
+
"INTERLACED",
|
6535
|
+
"PROGRESSIVE"
|
6536
|
+
]
|
6537
|
+
},
|
6538
|
+
"InputDeviceSettings": {
|
6539
|
+
"type": "structure",
|
6540
|
+
"members": {
|
6541
|
+
"Id": {
|
6542
|
+
"shape": "__string",
|
6543
|
+
"locationName": "id"
|
6544
|
+
}
|
6545
|
+
}
|
6546
|
+
},
|
6547
|
+
"InputDeviceState": {
|
6548
|
+
"type": "string",
|
6549
|
+
"enum": [
|
6550
|
+
"IDLE",
|
6551
|
+
"STREAMING"
|
6552
|
+
]
|
6553
|
+
},
|
6554
|
+
"InputDeviceSummary": {
|
6555
|
+
"type": "structure",
|
6556
|
+
"members": {
|
6557
|
+
"Arn": {
|
6558
|
+
"shape": "__string",
|
6559
|
+
"locationName": "arn"
|
6560
|
+
},
|
6561
|
+
"ConnectionState": {
|
6562
|
+
"shape": "InputDeviceConnectionState",
|
6563
|
+
"locationName": "connectionState"
|
6564
|
+
},
|
6565
|
+
"DeviceSettingsSyncState": {
|
6566
|
+
"shape": "DeviceSettingsSyncState",
|
6567
|
+
"locationName": "deviceSettingsSyncState"
|
6568
|
+
},
|
6569
|
+
"HdDeviceSettings": {
|
6570
|
+
"shape": "InputDeviceHdSettings",
|
6571
|
+
"locationName": "hdDeviceSettings"
|
6572
|
+
},
|
6573
|
+
"Id": {
|
6574
|
+
"shape": "__string",
|
6575
|
+
"locationName": "id"
|
6576
|
+
},
|
6577
|
+
"MacAddress": {
|
6578
|
+
"shape": "__string",
|
6579
|
+
"locationName": "macAddress"
|
6580
|
+
},
|
6581
|
+
"Name": {
|
6582
|
+
"shape": "__string",
|
6583
|
+
"locationName": "name"
|
6584
|
+
},
|
6585
|
+
"NetworkSettings": {
|
6586
|
+
"shape": "InputDeviceNetworkSettings",
|
6587
|
+
"locationName": "networkSettings"
|
6588
|
+
},
|
6589
|
+
"SerialNumber": {
|
6590
|
+
"shape": "__string",
|
6591
|
+
"locationName": "serialNumber"
|
6592
|
+
},
|
6593
|
+
"Type": {
|
6594
|
+
"shape": "InputDeviceType",
|
6595
|
+
"locationName": "type"
|
6596
|
+
}
|
6597
|
+
}
|
6598
|
+
},
|
6599
|
+
"InputDeviceType": {
|
6600
|
+
"type": "string",
|
6601
|
+
"enum": [
|
6602
|
+
"HD"
|
6603
|
+
]
|
6604
|
+
},
|
6168
6605
|
"InputFilter": {
|
6169
6606
|
"type": "string",
|
6170
6607
|
"enum": [
|
@@ -6359,6 +6796,10 @@
|
|
6359
6796
|
"shape": "NetworkInputSettings",
|
6360
6797
|
"locationName": "networkInputSettings"
|
6361
6798
|
},
|
6799
|
+
"Smpte2038DataPreference": {
|
6800
|
+
"shape": "Smpte2038DataPreference",
|
6801
|
+
"locationName": "smpte2038DataPreference"
|
6802
|
+
},
|
6362
6803
|
"SourceEndBehavior": {
|
6363
6804
|
"shape": "InputSourceEndBehavior",
|
6364
6805
|
"locationName": "sourceEndBehavior"
|
@@ -6480,7 +6921,8 @@
|
|
6480
6921
|
"RTMP_PULL",
|
6481
6922
|
"URL_PULL",
|
6482
6923
|
"MP4_FILE",
|
6483
|
-
"MEDIACONNECT"
|
6924
|
+
"MEDIACONNECT",
|
6925
|
+
"INPUT_DEVICE"
|
6484
6926
|
]
|
6485
6927
|
},
|
6486
6928
|
"InputVpcRequest": {
|
@@ -6614,6 +7056,47 @@
|
|
6614
7056
|
}
|
6615
7057
|
}
|
6616
7058
|
},
|
7059
|
+
"ListInputDevicesRequest": {
|
7060
|
+
"type": "structure",
|
7061
|
+
"members": {
|
7062
|
+
"MaxResults": {
|
7063
|
+
"shape": "MaxResults",
|
7064
|
+
"location": "querystring",
|
7065
|
+
"locationName": "maxResults"
|
7066
|
+
},
|
7067
|
+
"NextToken": {
|
7068
|
+
"shape": "__string",
|
7069
|
+
"location": "querystring",
|
7070
|
+
"locationName": "nextToken"
|
7071
|
+
}
|
7072
|
+
}
|
7073
|
+
},
|
7074
|
+
"ListInputDevicesResponse": {
|
7075
|
+
"type": "structure",
|
7076
|
+
"members": {
|
7077
|
+
"InputDevices": {
|
7078
|
+
"shape": "__listOfInputDeviceSummary",
|
7079
|
+
"locationName": "inputDevices"
|
7080
|
+
},
|
7081
|
+
"NextToken": {
|
7082
|
+
"shape": "__string",
|
7083
|
+
"locationName": "nextToken"
|
7084
|
+
}
|
7085
|
+
}
|
7086
|
+
},
|
7087
|
+
"ListInputDevicesResultModel": {
|
7088
|
+
"type": "structure",
|
7089
|
+
"members": {
|
7090
|
+
"InputDevices": {
|
7091
|
+
"shape": "__listOfInputDeviceSummary",
|
7092
|
+
"locationName": "inputDevices"
|
7093
|
+
},
|
7094
|
+
"NextToken": {
|
7095
|
+
"shape": "__string",
|
7096
|
+
"locationName": "nextToken"
|
7097
|
+
}
|
7098
|
+
}
|
7099
|
+
},
|
6617
7100
|
"ListInputSecurityGroupsRequest": {
|
6618
7101
|
"type": "structure",
|
6619
7102
|
"members": {
|
@@ -7651,7 +8134,7 @@
|
|
7651
8134
|
"locationName": "message"
|
7652
8135
|
},
|
7653
8136
|
"ValidationErrors": {
|
7654
|
-
"shape": "
|
8137
|
+
"shape": "__listOfValidationError",
|
7655
8138
|
"locationName": "validationErrors"
|
7656
8139
|
}
|
7657
8140
|
}
|
@@ -7938,19 +8421,6 @@
|
|
7938
8421
|
}
|
7939
8422
|
}
|
7940
8423
|
},
|
7941
|
-
"MultiplexValidationError": {
|
7942
|
-
"type": "structure",
|
7943
|
-
"members": {
|
7944
|
-
"ElementPath": {
|
7945
|
-
"shape": "__string",
|
7946
|
-
"locationName": "elementPath"
|
7947
|
-
},
|
7948
|
-
"ErrorMessage": {
|
7949
|
-
"shape": "__string",
|
7950
|
-
"locationName": "errorMessage"
|
7951
|
-
}
|
7952
|
-
}
|
7953
|
-
},
|
7954
8424
|
"MultiplexVideoSettings": {
|
7955
8425
|
"type": "structure",
|
7956
8426
|
"members": {
|
@@ -9141,6 +9611,13 @@
|
|
9141
9611
|
"USE_EVENT_START_DATE"
|
9142
9612
|
]
|
9143
9613
|
},
|
9614
|
+
"Smpte2038DataPreference": {
|
9615
|
+
"type": "string",
|
9616
|
+
"enum": [
|
9617
|
+
"IGNORE",
|
9618
|
+
"PREFER"
|
9619
|
+
]
|
9620
|
+
},
|
9144
9621
|
"SmpteTtDestinationSettings": {
|
9145
9622
|
"type": "structure",
|
9146
9623
|
"members": {
|
@@ -9591,13 +10068,6 @@
|
|
9591
10068
|
"enum": [
|
9592
10069
|
"AUTO",
|
9593
10070
|
"STRENGTH_1",
|
9594
|
-
"STRENGTH_10",
|
9595
|
-
"STRENGTH_11",
|
9596
|
-
"STRENGTH_12",
|
9597
|
-
"STRENGTH_13",
|
9598
|
-
"STRENGTH_14",
|
9599
|
-
"STRENGTH_15",
|
9600
|
-
"STRENGTH_16",
|
9601
10071
|
"STRENGTH_2",
|
9602
10072
|
"STRENGTH_3",
|
9603
10073
|
"STRENGTH_4",
|
@@ -9605,7 +10075,14 @@
|
|
9605
10075
|
"STRENGTH_6",
|
9606
10076
|
"STRENGTH_7",
|
9607
10077
|
"STRENGTH_8",
|
9608
|
-
"STRENGTH_9"
|
10078
|
+
"STRENGTH_9",
|
10079
|
+
"STRENGTH_10",
|
10080
|
+
"STRENGTH_11",
|
10081
|
+
"STRENGTH_12",
|
10082
|
+
"STRENGTH_13",
|
10083
|
+
"STRENGTH_14",
|
10084
|
+
"STRENGTH_15",
|
10085
|
+
"STRENGTH_16"
|
9609
10086
|
]
|
9610
10087
|
},
|
9611
10088
|
"TimecodeConfig": {
|
@@ -9883,6 +10360,10 @@
|
|
9883
10360
|
"shape": "__listOfInputDestinationRequest",
|
9884
10361
|
"locationName": "destinations"
|
9885
10362
|
},
|
10363
|
+
"InputDevices": {
|
10364
|
+
"shape": "__listOfInputDeviceRequest",
|
10365
|
+
"locationName": "inputDevices"
|
10366
|
+
},
|
9886
10367
|
"InputSecurityGroups": {
|
9887
10368
|
"shape": "__listOf__string",
|
9888
10369
|
"locationName": "inputSecurityGroups"
|
@@ -9905,6 +10386,85 @@
|
|
9905
10386
|
}
|
9906
10387
|
}
|
9907
10388
|
},
|
10389
|
+
"UpdateInputDevice": {
|
10390
|
+
"type": "structure",
|
10391
|
+
"members": {
|
10392
|
+
"HdDeviceSettings": {
|
10393
|
+
"shape": "InputDeviceConfigurableSettings",
|
10394
|
+
"locationName": "hdDeviceSettings"
|
10395
|
+
},
|
10396
|
+
"Name": {
|
10397
|
+
"shape": "__string",
|
10398
|
+
"locationName": "name"
|
10399
|
+
}
|
10400
|
+
}
|
10401
|
+
},
|
10402
|
+
"UpdateInputDeviceRequest": {
|
10403
|
+
"type": "structure",
|
10404
|
+
"members": {
|
10405
|
+
"HdDeviceSettings": {
|
10406
|
+
"shape": "InputDeviceConfigurableSettings",
|
10407
|
+
"locationName": "hdDeviceSettings"
|
10408
|
+
},
|
10409
|
+
"InputDeviceId": {
|
10410
|
+
"shape": "__string",
|
10411
|
+
"location": "uri",
|
10412
|
+
"locationName": "inputDeviceId"
|
10413
|
+
},
|
10414
|
+
"Name": {
|
10415
|
+
"shape": "__string",
|
10416
|
+
"locationName": "name"
|
10417
|
+
}
|
10418
|
+
},
|
10419
|
+
"required": [
|
10420
|
+
"InputDeviceId"
|
10421
|
+
]
|
10422
|
+
},
|
10423
|
+
"UpdateInputDeviceResponse": {
|
10424
|
+
"type": "structure",
|
10425
|
+
"members": {
|
10426
|
+
"Arn": {
|
10427
|
+
"shape": "__string",
|
10428
|
+
"locationName": "arn"
|
10429
|
+
},
|
10430
|
+
"ConnectionState": {
|
10431
|
+
"shape": "InputDeviceConnectionState",
|
10432
|
+
"locationName": "connectionState"
|
10433
|
+
},
|
10434
|
+
"DeviceSettingsSyncState": {
|
10435
|
+
"shape": "DeviceSettingsSyncState",
|
10436
|
+
"locationName": "deviceSettingsSyncState"
|
10437
|
+
},
|
10438
|
+
"HdDeviceSettings": {
|
10439
|
+
"shape": "InputDeviceHdSettings",
|
10440
|
+
"locationName": "hdDeviceSettings"
|
10441
|
+
},
|
10442
|
+
"Id": {
|
10443
|
+
"shape": "__string",
|
10444
|
+
"locationName": "id"
|
10445
|
+
},
|
10446
|
+
"MacAddress": {
|
10447
|
+
"shape": "__string",
|
10448
|
+
"locationName": "macAddress"
|
10449
|
+
},
|
10450
|
+
"Name": {
|
10451
|
+
"shape": "__string",
|
10452
|
+
"locationName": "name"
|
10453
|
+
},
|
10454
|
+
"NetworkSettings": {
|
10455
|
+
"shape": "InputDeviceNetworkSettings",
|
10456
|
+
"locationName": "networkSettings"
|
10457
|
+
},
|
10458
|
+
"SerialNumber": {
|
10459
|
+
"shape": "__string",
|
10460
|
+
"locationName": "serialNumber"
|
10461
|
+
},
|
10462
|
+
"Type": {
|
10463
|
+
"shape": "InputDeviceType",
|
10464
|
+
"locationName": "type"
|
10465
|
+
}
|
10466
|
+
}
|
10467
|
+
},
|
9908
10468
|
"UpdateInputRequest": {
|
9909
10469
|
"type": "structure",
|
9910
10470
|
"members": {
|
@@ -9912,6 +10472,10 @@
|
|
9912
10472
|
"shape": "__listOfInputDestinationRequest",
|
9913
10473
|
"locationName": "destinations"
|
9914
10474
|
},
|
10475
|
+
"InputDevices": {
|
10476
|
+
"shape": "__listOfInputDeviceRequest",
|
10477
|
+
"locationName": "inputDevices"
|
10478
|
+
},
|
9915
10479
|
"InputId": {
|
9916
10480
|
"shape": "__string",
|
9917
10481
|
"location": "uri",
|
@@ -10637,6 +11201,24 @@
|
|
10637
11201
|
"shape": "InputDestinationRequest"
|
10638
11202
|
}
|
10639
11203
|
},
|
11204
|
+
"__listOfInputDeviceRequest": {
|
11205
|
+
"type": "list",
|
11206
|
+
"member": {
|
11207
|
+
"shape": "InputDeviceRequest"
|
11208
|
+
}
|
11209
|
+
},
|
11210
|
+
"__listOfInputDeviceSettings": {
|
11211
|
+
"type": "list",
|
11212
|
+
"member": {
|
11213
|
+
"shape": "InputDeviceSettings"
|
11214
|
+
}
|
11215
|
+
},
|
11216
|
+
"__listOfInputDeviceSummary": {
|
11217
|
+
"type": "list",
|
11218
|
+
"member": {
|
11219
|
+
"shape": "InputDeviceSummary"
|
11220
|
+
}
|
11221
|
+
},
|
10640
11222
|
"__listOfInputSecurityGroup": {
|
10641
11223
|
"type": "list",
|
10642
11224
|
"member": {
|
@@ -10703,12 +11285,6 @@
|
|
10703
11285
|
"shape": "MultiplexSummary"
|
10704
11286
|
}
|
10705
11287
|
},
|
10706
|
-
"__listOfMultiplexValidationError": {
|
10707
|
-
"type": "list",
|
10708
|
-
"member": {
|
10709
|
-
"shape": "MultiplexValidationError"
|
10710
|
-
}
|
10711
|
-
},
|
10712
11288
|
"__listOfOffering": {
|
10713
11289
|
"type": "list",
|
10714
11290
|
"member": {
|