aws-sdk-core 2.11.602 → 2.11.607

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.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/apis/accessanalyzer/2019-11-01/api-2.json +42 -8
  3. data/apis/amplify/2017-07-25/api-2.json +5 -0
  4. data/apis/budgets/2016-10-20/api-2.json +614 -0
  5. data/apis/budgets/2016-10-20/paginators-1.json +18 -0
  6. data/apis/ce/2017-10-25/api-2.json +45 -5
  7. data/apis/compute-optimizer/2019-11-01/api-2.json +13 -1
  8. data/apis/dms/2016-01-01/api-2.json +9 -3
  9. data/apis/ec2/2016-11-15/api-2.json +30 -2
  10. data/apis/eks/2017-11-01/api-2.json +4 -2
  11. data/apis/elasticache/2015-02-02/api-2.json +584 -13
  12. data/apis/elasticache/2015-02-02/paginators-1.json +12 -0
  13. data/apis/eventbridge/2015-10-07/api-2.json +31 -1
  14. data/apis/events/2015-10-07/api-2.json +31 -1
  15. data/apis/groundstation/2019-05-23/api-2.json +2 -0
  16. data/apis/iot/2015-05-28/api-2.json +18 -5
  17. data/apis/macie2/2020-01-01/api-2.json +160 -1
  18. data/apis/medialive/2017-10-14/api-2.json +690 -6
  19. data/apis/medialive/2017-10-14/paginators-1.json +6 -0
  20. data/apis/mediapackage/2017-10-12/api-2.json +167 -0
  21. data/apis/rds/2014-10-31/api-2.json +11 -5
  22. data/apis/rekognition/2016-06-27/api-2.json +144 -4
  23. data/apis/sagemaker/2017-07-24/api-2.json +2 -1
  24. data/apis/servicecatalog/2015-12-10/api-2.json +36 -0
  25. data/apis/servicecatalog/2015-12-10/paginators-1.json +5 -0
  26. data/apis/snowball/2016-06-30/api-2.json +117 -0
  27. data/apis/ssm/2014-11-06/api-2.json +43 -2
  28. data/apis/transfer/2018-11-05/api-2.json +12 -1
  29. data/apis/workmail/2017-10-01/api-2.json +124 -5
  30. data/apis/xray/2016-04-12/api-2.json +3 -1
  31. data/apis/xray/2016-04-12/paginators-1.json +0 -15
  32. data/endpoints.json +40 -5
  33. data/lib/aws-sdk-core/version.rb +1 -1
  34. metadata +2 -2
@@ -53,6 +53,12 @@
53
53
  "output_token": "NextToken",
54
54
  "limit_key": "MaxResults",
55
55
  "result_key": "InputDevices"
56
+ },
57
+ "ListInputDeviceTransfers": {
58
+ "input_token": "NextToken",
59
+ "output_token": "NextToken",
60
+ "limit_key": "MaxResults",
61
+ "result_key": "InputDeviceTransfers"
56
62
  }
57
63
  }
58
64
  }
@@ -12,6 +12,40 @@
12
12
  "uid": "mediapackage-2017-10-12"
13
13
  },
14
14
  "operations": {
15
+ "ConfigureLogs": {
16
+ "errors": [
17
+ {
18
+ "shape": "UnprocessableEntityException"
19
+ },
20
+ {
21
+ "shape": "InternalServerErrorException"
22
+ },
23
+ {
24
+ "shape": "ForbiddenException"
25
+ },
26
+ {
27
+ "shape": "NotFoundException"
28
+ },
29
+ {
30
+ "shape": "ServiceUnavailableException"
31
+ },
32
+ {
33
+ "shape": "TooManyRequestsException"
34
+ }
35
+ ],
36
+ "http": {
37
+ "method": "PUT",
38
+ "requestUri": "/channels/{id}/configure_logs",
39
+ "responseCode": 200
40
+ },
41
+ "input": {
42
+ "shape": "ConfigureLogsRequest"
43
+ },
44
+ "name": "ConfigureLogs",
45
+ "output": {
46
+ "shape": "ConfigureLogsResponse"
47
+ }
48
+ },
15
49
  "CreateChannel": {
16
50
  "errors": [
17
51
  {
@@ -616,6 +650,10 @@
616
650
  "locationName": "description",
617
651
  "shape": "__string"
618
652
  },
653
+ "EgressAccessLogs": {
654
+ "locationName": "egressAccessLogs",
655
+ "shape": "EgressAccessLogs"
656
+ },
619
657
  "HlsIngest": {
620
658
  "locationName": "hlsIngest",
621
659
  "shape": "HlsIngest"
@@ -624,6 +662,10 @@
624
662
  "locationName": "id",
625
663
  "shape": "__string"
626
664
  },
665
+ "IngressAccessLogs": {
666
+ "locationName": "ingressAccessLogs",
667
+ "shape": "IngressAccessLogs"
668
+ },
627
669
  "Tags": {
628
670
  "locationName": "tags",
629
671
  "shape": "Tags"
@@ -739,6 +781,73 @@
739
781
  },
740
782
  "type": "structure"
741
783
  },
784
+ "ConfigureLogsParameters": {
785
+ "members": {
786
+ "EgressAccessLogs": {
787
+ "locationName": "egressAccessLogs",
788
+ "shape": "EgressAccessLogs"
789
+ },
790
+ "IngressAccessLogs": {
791
+ "locationName": "ingressAccessLogs",
792
+ "shape": "IngressAccessLogs"
793
+ }
794
+ },
795
+ "type": "structure"
796
+ },
797
+ "ConfigureLogsRequest": {
798
+ "members": {
799
+ "EgressAccessLogs": {
800
+ "locationName": "egressAccessLogs",
801
+ "shape": "EgressAccessLogs"
802
+ },
803
+ "Id": {
804
+ "location": "uri",
805
+ "locationName": "id",
806
+ "shape": "__string"
807
+ },
808
+ "IngressAccessLogs": {
809
+ "locationName": "ingressAccessLogs",
810
+ "shape": "IngressAccessLogs"
811
+ }
812
+ },
813
+ "required": [
814
+ "Id"
815
+ ],
816
+ "type": "structure"
817
+ },
818
+ "ConfigureLogsResponse": {
819
+ "members": {
820
+ "Arn": {
821
+ "locationName": "arn",
822
+ "shape": "__string"
823
+ },
824
+ "Description": {
825
+ "locationName": "description",
826
+ "shape": "__string"
827
+ },
828
+ "EgressAccessLogs": {
829
+ "locationName": "egressAccessLogs",
830
+ "shape": "EgressAccessLogs"
831
+ },
832
+ "HlsIngest": {
833
+ "locationName": "hlsIngest",
834
+ "shape": "HlsIngest"
835
+ },
836
+ "Id": {
837
+ "locationName": "id",
838
+ "shape": "__string"
839
+ },
840
+ "IngressAccessLogs": {
841
+ "locationName": "ingressAccessLogs",
842
+ "shape": "IngressAccessLogs"
843
+ },
844
+ "Tags": {
845
+ "locationName": "tags",
846
+ "shape": "Tags"
847
+ }
848
+ },
849
+ "type": "structure"
850
+ },
742
851
  "CreateChannelRequest": {
743
852
  "members": {
744
853
  "Description": {
@@ -769,6 +878,10 @@
769
878
  "locationName": "description",
770
879
  "shape": "__string"
771
880
  },
881
+ "EgressAccessLogs": {
882
+ "locationName": "egressAccessLogs",
883
+ "shape": "EgressAccessLogs"
884
+ },
772
885
  "HlsIngest": {
773
886
  "locationName": "hlsIngest",
774
887
  "shape": "HlsIngest"
@@ -777,6 +890,10 @@
777
890
  "locationName": "id",
778
891
  "shape": "__string"
779
892
  },
893
+ "IngressAccessLogs": {
894
+ "locationName": "ingressAccessLogs",
895
+ "shape": "IngressAccessLogs"
896
+ },
780
897
  "Tags": {
781
898
  "locationName": "tags",
782
899
  "shape": "Tags"
@@ -1129,6 +1246,10 @@
1129
1246
  "locationName": "description",
1130
1247
  "shape": "__string"
1131
1248
  },
1249
+ "EgressAccessLogs": {
1250
+ "locationName": "egressAccessLogs",
1251
+ "shape": "EgressAccessLogs"
1252
+ },
1132
1253
  "HlsIngest": {
1133
1254
  "locationName": "hlsIngest",
1134
1255
  "shape": "HlsIngest"
@@ -1137,6 +1258,10 @@
1137
1258
  "locationName": "id",
1138
1259
  "shape": "__string"
1139
1260
  },
1261
+ "IngressAccessLogs": {
1262
+ "locationName": "ingressAccessLogs",
1263
+ "shape": "IngressAccessLogs"
1264
+ },
1140
1265
  "Tags": {
1141
1266
  "locationName": "tags",
1142
1267
  "shape": "Tags"
@@ -1280,6 +1405,15 @@
1280
1405
  },
1281
1406
  "type": "structure"
1282
1407
  },
1408
+ "EgressAccessLogs": {
1409
+ "members": {
1410
+ "LogGroupName": {
1411
+ "locationName": "logGroupName",
1412
+ "shape": "__string"
1413
+ }
1414
+ },
1415
+ "type": "structure"
1416
+ },
1283
1417
  "EncryptionMethod": {
1284
1418
  "enum": [
1285
1419
  "AES_128",
@@ -1577,6 +1711,15 @@
1577
1711
  },
1578
1712
  "type": "structure"
1579
1713
  },
1714
+ "IngressAccessLogs": {
1715
+ "members": {
1716
+ "LogGroupName": {
1717
+ "locationName": "logGroupName",
1718
+ "shape": "__string"
1719
+ }
1720
+ },
1721
+ "type": "structure"
1722
+ },
1580
1723
  "InternalServerErrorException": {
1581
1724
  "error": {
1582
1725
  "httpStatusCode": 500
@@ -2012,6 +2155,10 @@
2012
2155
  "locationName": "description",
2013
2156
  "shape": "__string"
2014
2157
  },
2158
+ "EgressAccessLogs": {
2159
+ "locationName": "egressAccessLogs",
2160
+ "shape": "EgressAccessLogs"
2161
+ },
2015
2162
  "HlsIngest": {
2016
2163
  "locationName": "hlsIngest",
2017
2164
  "shape": "HlsIngest"
@@ -2020,6 +2167,10 @@
2020
2167
  "locationName": "id",
2021
2168
  "shape": "__string"
2022
2169
  },
2170
+ "IngressAccessLogs": {
2171
+ "locationName": "ingressAccessLogs",
2172
+ "shape": "IngressAccessLogs"
2173
+ },
2023
2174
  "Tags": {
2024
2175
  "locationName": "tags",
2025
2176
  "shape": "Tags"
@@ -2056,6 +2207,10 @@
2056
2207
  "locationName": "description",
2057
2208
  "shape": "__string"
2058
2209
  },
2210
+ "EgressAccessLogs": {
2211
+ "locationName": "egressAccessLogs",
2212
+ "shape": "EgressAccessLogs"
2213
+ },
2059
2214
  "HlsIngest": {
2060
2215
  "locationName": "hlsIngest",
2061
2216
  "shape": "HlsIngest"
@@ -2064,6 +2219,10 @@
2064
2219
  "locationName": "id",
2065
2220
  "shape": "__string"
2066
2221
  },
2222
+ "IngressAccessLogs": {
2223
+ "locationName": "ingressAccessLogs",
2224
+ "shape": "IngressAccessLogs"
2225
+ },
2067
2226
  "Tags": {
2068
2227
  "locationName": "tags",
2069
2228
  "shape": "Tags"
@@ -2289,6 +2448,10 @@
2289
2448
  "locationName": "description",
2290
2449
  "shape": "__string"
2291
2450
  },
2451
+ "EgressAccessLogs": {
2452
+ "locationName": "egressAccessLogs",
2453
+ "shape": "EgressAccessLogs"
2454
+ },
2292
2455
  "HlsIngest": {
2293
2456
  "locationName": "hlsIngest",
2294
2457
  "shape": "HlsIngest"
@@ -2297,6 +2460,10 @@
2297
2460
  "locationName": "id",
2298
2461
  "shape": "__string"
2299
2462
  },
2463
+ "IngressAccessLogs": {
2464
+ "locationName": "ingressAccessLogs",
2465
+ "shape": "IngressAccessLogs"
2466
+ },
2300
2467
  "Tags": {
2301
2468
  "locationName": "tags",
2302
2469
  "shape": "Tags"
@@ -3208,6 +3208,7 @@
3208
3208
  "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
3209
3209
  "CrossAccountClone":{"shape":"BooleanOptional"},
3210
3210
  "DomainMemberships":{"shape":"DomainMembershipList"},
3211
+ "TagList":{"shape":"TagList"},
3211
3212
  "GlobalWriteForwardingStatus":{"shape":"WriteForwardingStatus"},
3212
3213
  "GlobalWriteForwardingRequested":{"shape":"BooleanOptional"}
3213
3214
  },
@@ -3517,7 +3518,8 @@
3517
3518
  "KmsKeyId":{"shape":"String"},
3518
3519
  "DBClusterSnapshotArn":{"shape":"String"},
3519
3520
  "SourceDBClusterSnapshotArn":{"shape":"String"},
3520
- "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"}
3521
+ "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
3522
+ "TagList":{"shape":"TagList"}
3521
3523
  },
3522
3524
  "wrapper":true
3523
3525
  },
@@ -3678,7 +3680,8 @@
3678
3680
  "DeletionProtection":{"shape":"Boolean"},
3679
3681
  "AssociatedRoles":{"shape":"DBInstanceRoles"},
3680
3682
  "ListenerEndpoint":{"shape":"Endpoint"},
3681
- "MaxAllocatedStorage":{"shape":"IntegerOptional"}
3683
+ "MaxAllocatedStorage":{"shape":"IntegerOptional"},
3684
+ "TagList":{"shape":"TagList"}
3682
3685
  },
3683
3686
  "wrapper":true
3684
3687
  },
@@ -4192,7 +4195,8 @@
4192
4195
  "Timezone":{"shape":"String"},
4193
4196
  "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
4194
4197
  "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
4195
- "DbiResourceId":{"shape":"String"}
4198
+ "DbiResourceId":{"shape":"String"},
4199
+ "TagList":{"shape":"TagList"}
4196
4200
  },
4197
4201
  "wrapper":true
4198
4202
  },
@@ -7146,7 +7150,8 @@
7146
7150
  "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
7147
7151
  "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
7148
7152
  "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
7149
- "DeletionProtection":{"shape":"BooleanOptional"}
7153
+ "DeletionProtection":{"shape":"BooleanOptional"},
7154
+ "MaxAllocatedStorage":{"shape":"IntegerOptional"}
7150
7155
  }
7151
7156
  },
7152
7157
  "RestoreDBInstanceFromS3Result":{
@@ -7189,7 +7194,8 @@
7189
7194
  "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
7190
7195
  "DBParameterGroupName":{"shape":"String"},
7191
7196
  "DeletionProtection":{"shape":"BooleanOptional"},
7192
- "SourceDbiResourceId":{"shape":"String"}
7197
+ "SourceDbiResourceId":{"shape":"String"},
7198
+ "MaxAllocatedStorage":{"shape":"IntegerOptional"}
7193
7199
  }
7194
7200
  },
7195
7201
  "RestoreDBInstanceToPointInTimeResult":{
@@ -340,6 +340,25 @@
340
340
  {"shape":"HumanLoopQuotaExceededException"}
341
341
  ]
342
342
  },
343
+ "DetectProtectiveEquipment":{
344
+ "name":"DetectProtectiveEquipment",
345
+ "http":{
346
+ "method":"POST",
347
+ "requestUri":"/"
348
+ },
349
+ "input":{"shape":"DetectProtectiveEquipmentRequest"},
350
+ "output":{"shape":"DetectProtectiveEquipmentResponse"},
351
+ "errors":[
352
+ {"shape":"InvalidS3ObjectException"},
353
+ {"shape":"InvalidParameterException"},
354
+ {"shape":"ImageTooLargeException"},
355
+ {"shape":"AccessDeniedException"},
356
+ {"shape":"InternalServerError"},
357
+ {"shape":"ThrottlingException"},
358
+ {"shape":"ProvisionedThroughputExceededException"},
359
+ {"shape":"InvalidImageFormatException"}
360
+ ]
361
+ },
343
362
  "DetectText":{
344
363
  "name":"DetectText",
345
364
  "http":{
@@ -537,7 +556,8 @@
537
556
  {"shape":"ThrottlingException"},
538
557
  {"shape":"ProvisionedThroughputExceededException"},
539
558
  {"shape":"ResourceNotFoundException"},
540
- {"shape":"InvalidImageFormatException"}
559
+ {"shape":"InvalidImageFormatException"},
560
+ {"shape":"ServiceQuotaExceededException"}
541
561
  ]
542
562
  },
543
563
  "ListCollections":{
@@ -948,6 +968,19 @@
948
968
  "Confidence":{"shape":"Percent"}
949
969
  }
950
970
  },
971
+ "BodyPart":{
972
+ "type":"string",
973
+ "enum":[
974
+ "FACE",
975
+ "HEAD",
976
+ "LEFT_HAND",
977
+ "RIGHT_HAND"
978
+ ]
979
+ },
980
+ "BodyParts":{
981
+ "type":"list",
982
+ "member":{"shape":"ProtectiveEquipmentBodyPart"}
983
+ },
951
984
  "Boolean":{"type":"boolean"},
952
985
  "BoundingBox":{
953
986
  "type":"structure",
@@ -1116,6 +1149,13 @@
1116
1149
  "TIMESTAMP"
1117
1150
  ]
1118
1151
  },
1152
+ "CoversBodyPart":{
1153
+ "type":"structure",
1154
+ "members":{
1155
+ "Confidence":{"shape":"Percent"},
1156
+ "Value":{"shape":"Boolean"}
1157
+ }
1158
+ },
1119
1159
  "CreateCollectionRequest":{
1120
1160
  "type":"structure",
1121
1161
  "required":["CollectionId"],
@@ -1413,6 +1453,22 @@
1413
1453
  "HumanLoopActivationOutput":{"shape":"HumanLoopActivationOutput"}
1414
1454
  }
1415
1455
  },
1456
+ "DetectProtectiveEquipmentRequest":{
1457
+ "type":"structure",
1458
+ "required":["Image"],
1459
+ "members":{
1460
+ "Image":{"shape":"Image"},
1461
+ "SummarizationAttributes":{"shape":"ProtectiveEquipmentSummarizationAttributes"}
1462
+ }
1463
+ },
1464
+ "DetectProtectiveEquipmentResponse":{
1465
+ "type":"structure",
1466
+ "members":{
1467
+ "ProtectiveEquipmentModelVersion":{"shape":"String"},
1468
+ "Persons":{"shape":"ProtectiveEquipmentPersons"},
1469
+ "Summary":{"shape":"ProtectiveEquipmentSummary"}
1470
+ }
1471
+ },
1416
1472
  "DetectTextFilters":{
1417
1473
  "type":"structure",
1418
1474
  "members":{
@@ -1468,6 +1524,19 @@
1468
1524
  "type":"list",
1469
1525
  "member":{"shape":"Emotion"}
1470
1526
  },
1527
+ "EquipmentDetection":{
1528
+ "type":"structure",
1529
+ "members":{
1530
+ "BoundingBox":{"shape":"BoundingBox"},
1531
+ "Confidence":{"shape":"Percent"},
1532
+ "Type":{"shape":"ProtectiveEquipmentType"},
1533
+ "CoversBodyPart":{"shape":"CoversBodyPart"}
1534
+ }
1535
+ },
1536
+ "EquipmentDetections":{
1537
+ "type":"list",
1538
+ "member":{"shape":"EquipmentDetection"}
1539
+ },
1471
1540
  "EvaluationResult":{
1472
1541
  "type":"structure",
1473
1542
  "members":{
@@ -2337,7 +2406,8 @@
2337
2406
  "OutputConfig":{"shape":"OutputConfig"},
2338
2407
  "TrainingDataResult":{"shape":"TrainingDataResult"},
2339
2408
  "TestingDataResult":{"shape":"TestingDataResult"},
2340
- "EvaluationResult":{"shape":"EvaluationResult"}
2409
+ "EvaluationResult":{"shape":"EvaluationResult"},
2410
+ "ManifestSummary":{"shape":"GroundTruthManifest"}
2341
2411
  }
2342
2412
  },
2343
2413
  "ProjectVersionDescriptions":{
@@ -2368,6 +2438,62 @@
2368
2438
  "max":100,
2369
2439
  "min":1
2370
2440
  },
2441
+ "ProtectiveEquipmentBodyPart":{
2442
+ "type":"structure",
2443
+ "members":{
2444
+ "Name":{"shape":"BodyPart"},
2445
+ "Confidence":{"shape":"Percent"},
2446
+ "EquipmentDetections":{"shape":"EquipmentDetections"}
2447
+ }
2448
+ },
2449
+ "ProtectiveEquipmentPerson":{
2450
+ "type":"structure",
2451
+ "members":{
2452
+ "BodyParts":{"shape":"BodyParts"},
2453
+ "BoundingBox":{"shape":"BoundingBox"},
2454
+ "Confidence":{"shape":"Percent"},
2455
+ "Id":{"shape":"UInteger"}
2456
+ }
2457
+ },
2458
+ "ProtectiveEquipmentPersonIds":{
2459
+ "type":"list",
2460
+ "member":{"shape":"UInteger"}
2461
+ },
2462
+ "ProtectiveEquipmentPersons":{
2463
+ "type":"list",
2464
+ "member":{"shape":"ProtectiveEquipmentPerson"}
2465
+ },
2466
+ "ProtectiveEquipmentSummarizationAttributes":{
2467
+ "type":"structure",
2468
+ "required":[
2469
+ "MinConfidence",
2470
+ "RequiredEquipmentTypes"
2471
+ ],
2472
+ "members":{
2473
+ "MinConfidence":{"shape":"Percent"},
2474
+ "RequiredEquipmentTypes":{"shape":"ProtectiveEquipmentTypes"}
2475
+ }
2476
+ },
2477
+ "ProtectiveEquipmentSummary":{
2478
+ "type":"structure",
2479
+ "members":{
2480
+ "PersonsWithRequiredEquipment":{"shape":"ProtectiveEquipmentPersonIds"},
2481
+ "PersonsWithoutRequiredEquipment":{"shape":"ProtectiveEquipmentPersonIds"},
2482
+ "PersonsIndeterminate":{"shape":"ProtectiveEquipmentPersonIds"}
2483
+ }
2484
+ },
2485
+ "ProtectiveEquipmentType":{
2486
+ "type":"string",
2487
+ "enum":[
2488
+ "FACE_COVER",
2489
+ "HAND_COVER",
2490
+ "HEAD_COVER"
2491
+ ]
2492
+ },
2493
+ "ProtectiveEquipmentTypes":{
2494
+ "type":"list",
2495
+ "member":{"shape":"ProtectiveEquipmentType"}
2496
+ },
2371
2497
  "ProvisionedThroughputExceededException":{
2372
2498
  "type":"structure",
2373
2499
  "members":{
@@ -2581,6 +2707,12 @@
2581
2707
  "type":"list",
2582
2708
  "member":{"shape":"SegmentTypeInfo"}
2583
2709
  },
2710
+ "ServiceQuotaExceededException":{
2711
+ "type":"structure",
2712
+ "members":{
2713
+ },
2714
+ "exception":true
2715
+ },
2584
2716
  "ShotSegment":{
2585
2717
  "type":"structure",
2586
2718
  "members":{
@@ -2907,7 +3039,8 @@
2907
3039
  "type":"structure",
2908
3040
  "members":{
2909
3041
  "Input":{"shape":"TestingData"},
2910
- "Output":{"shape":"TestingData"}
3042
+ "Output":{"shape":"TestingData"},
3043
+ "Validation":{"shape":"ValidationData"}
2911
3044
  }
2912
3045
  },
2913
3046
  "TextDetection":{
@@ -2962,7 +3095,8 @@
2962
3095
  "type":"structure",
2963
3096
  "members":{
2964
3097
  "Input":{"shape":"TrainingData"},
2965
- "Output":{"shape":"TrainingData"}
3098
+ "Output":{"shape":"TrainingData"},
3099
+ "Validation":{"shape":"ValidationData"}
2966
3100
  }
2967
3101
  },
2968
3102
  "UInteger":{
@@ -2989,6 +3123,12 @@
2989
3123
  "type":"list",
2990
3124
  "member":{"shape":"Url"}
2991
3125
  },
3126
+ "ValidationData":{
3127
+ "type":"structure",
3128
+ "members":{
3129
+ "Assets":{"shape":"Assets"}
3130
+ }
3131
+ },
2992
3132
  "VersionName":{
2993
3133
  "type":"string",
2994
3134
  "max":255,