git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

machinelearning-2014-12-12.min.json (25318B)


      1 {
      2   "version": "2.0",
      3   "metadata": {
      4     "apiVersion": "2014-12-12",
      5     "endpointPrefix": "machinelearning",
      6     "jsonVersion": "1.1",
      7     "serviceFullName": "Amazon Machine Learning",
      8     "signatureVersion": "v4",
      9     "targetPrefix": "AmazonML_20141212",
     10     "protocol": "json"
     11   },
     12   "operations": {
     13     "AddTags": {
     14       "input": {
     15         "type": "structure",
     16         "required": [
     17           "Tags",
     18           "ResourceId",
     19           "ResourceType"
     20         ],
     21         "members": {
     22           "Tags": {
     23             "shape": "S2"
     24           },
     25           "ResourceId": {},
     26           "ResourceType": {}
     27         }
     28       },
     29       "output": {
     30         "type": "structure",
     31         "members": {
     32           "ResourceId": {},
     33           "ResourceType": {}
     34         }
     35       }
     36     },
     37     "CreateBatchPrediction": {
     38       "input": {
     39         "type": "structure",
     40         "required": [
     41           "BatchPredictionId",
     42           "MLModelId",
     43           "BatchPredictionDataSourceId",
     44           "OutputUri"
     45         ],
     46         "members": {
     47           "BatchPredictionId": {},
     48           "BatchPredictionName": {},
     49           "MLModelId": {},
     50           "BatchPredictionDataSourceId": {},
     51           "OutputUri": {}
     52         }
     53       },
     54       "output": {
     55         "type": "structure",
     56         "members": {
     57           "BatchPredictionId": {}
     58         }
     59       }
     60     },
     61     "CreateDataSourceFromRDS": {
     62       "input": {
     63         "type": "structure",
     64         "required": [
     65           "DataSourceId",
     66           "RDSData",
     67           "RoleARN"
     68         ],
     69         "members": {
     70           "DataSourceId": {},
     71           "DataSourceName": {},
     72           "RDSData": {
     73             "type": "structure",
     74             "required": [
     75               "DatabaseInformation",
     76               "SelectSqlQuery",
     77               "DatabaseCredentials",
     78               "S3StagingLocation",
     79               "ResourceRole",
     80               "ServiceRole",
     81               "SubnetId",
     82               "SecurityGroupIds"
     83             ],
     84             "members": {
     85               "DatabaseInformation": {
     86                 "shape": "Sf"
     87               },
     88               "SelectSqlQuery": {},
     89               "DatabaseCredentials": {
     90                 "type": "structure",
     91                 "required": [
     92                   "Username",
     93                   "Password"
     94                 ],
     95                 "members": {
     96                   "Username": {},
     97                   "Password": {}
     98                 }
     99               },
    100               "S3StagingLocation": {},
    101               "DataRearrangement": {},
    102               "DataSchema": {},
    103               "DataSchemaUri": {},
    104               "ResourceRole": {},
    105               "ServiceRole": {},
    106               "SubnetId": {},
    107               "SecurityGroupIds": {
    108                 "type": "list",
    109                 "member": {}
    110               }
    111             }
    112           },
    113           "RoleARN": {},
    114           "ComputeStatistics": {
    115             "type": "boolean"
    116           }
    117         }
    118       },
    119       "output": {
    120         "type": "structure",
    121         "members": {
    122           "DataSourceId": {}
    123         }
    124       }
    125     },
    126     "CreateDataSourceFromRedshift": {
    127       "input": {
    128         "type": "structure",
    129         "required": [
    130           "DataSourceId",
    131           "DataSpec",
    132           "RoleARN"
    133         ],
    134         "members": {
    135           "DataSourceId": {},
    136           "DataSourceName": {},
    137           "DataSpec": {
    138             "type": "structure",
    139             "required": [
    140               "DatabaseInformation",
    141               "SelectSqlQuery",
    142               "DatabaseCredentials",
    143               "S3StagingLocation"
    144             ],
    145             "members": {
    146               "DatabaseInformation": {
    147                 "shape": "Sy"
    148               },
    149               "SelectSqlQuery": {},
    150               "DatabaseCredentials": {
    151                 "type": "structure",
    152                 "required": [
    153                   "Username",
    154                   "Password"
    155                 ],
    156                 "members": {
    157                   "Username": {},
    158                   "Password": {}
    159                 }
    160               },
    161               "S3StagingLocation": {},
    162               "DataRearrangement": {},
    163               "DataSchema": {},
    164               "DataSchemaUri": {}
    165             }
    166           },
    167           "RoleARN": {},
    168           "ComputeStatistics": {
    169             "type": "boolean"
    170           }
    171         }
    172       },
    173       "output": {
    174         "type": "structure",
    175         "members": {
    176           "DataSourceId": {}
    177         }
    178       }
    179     },
    180     "CreateDataSourceFromS3": {
    181       "input": {
    182         "type": "structure",
    183         "required": [
    184           "DataSourceId",
    185           "DataSpec"
    186         ],
    187         "members": {
    188           "DataSourceId": {},
    189           "DataSourceName": {},
    190           "DataSpec": {
    191             "type": "structure",
    192             "required": [
    193               "DataLocationS3"
    194             ],
    195             "members": {
    196               "DataLocationS3": {},
    197               "DataRearrangement": {},
    198               "DataSchema": {},
    199               "DataSchemaLocationS3": {}
    200             }
    201           },
    202           "ComputeStatistics": {
    203             "type": "boolean"
    204           }
    205         }
    206       },
    207       "output": {
    208         "type": "structure",
    209         "members": {
    210           "DataSourceId": {}
    211         }
    212       }
    213     },
    214     "CreateEvaluation": {
    215       "input": {
    216         "type": "structure",
    217         "required": [
    218           "EvaluationId",
    219           "MLModelId",
    220           "EvaluationDataSourceId"
    221         ],
    222         "members": {
    223           "EvaluationId": {},
    224           "EvaluationName": {},
    225           "MLModelId": {},
    226           "EvaluationDataSourceId": {}
    227         }
    228       },
    229       "output": {
    230         "type": "structure",
    231         "members": {
    232           "EvaluationId": {}
    233         }
    234       }
    235     },
    236     "CreateMLModel": {
    237       "input": {
    238         "type": "structure",
    239         "required": [
    240           "MLModelId",
    241           "MLModelType",
    242           "TrainingDataSourceId"
    243         ],
    244         "members": {
    245           "MLModelId": {},
    246           "MLModelName": {},
    247           "MLModelType": {},
    248           "Parameters": {
    249             "shape": "S1d"
    250           },
    251           "TrainingDataSourceId": {},
    252           "Recipe": {},
    253           "RecipeUri": {}
    254         }
    255       },
    256       "output": {
    257         "type": "structure",
    258         "members": {
    259           "MLModelId": {}
    260         }
    261       }
    262     },
    263     "CreateRealtimeEndpoint": {
    264       "input": {
    265         "type": "structure",
    266         "required": [
    267           "MLModelId"
    268         ],
    269         "members": {
    270           "MLModelId": {}
    271         }
    272       },
    273       "output": {
    274         "type": "structure",
    275         "members": {
    276           "MLModelId": {},
    277           "RealtimeEndpointInfo": {
    278             "shape": "S1j"
    279           }
    280         }
    281       }
    282     },
    283     "DeleteBatchPrediction": {
    284       "input": {
    285         "type": "structure",
    286         "required": [
    287           "BatchPredictionId"
    288         ],
    289         "members": {
    290           "BatchPredictionId": {}
    291         }
    292       },
    293       "output": {
    294         "type": "structure",
    295         "members": {
    296           "BatchPredictionId": {}
    297         }
    298       }
    299     },
    300     "DeleteDataSource": {
    301       "input": {
    302         "type": "structure",
    303         "required": [
    304           "DataSourceId"
    305         ],
    306         "members": {
    307           "DataSourceId": {}
    308         }
    309       },
    310       "output": {
    311         "type": "structure",
    312         "members": {
    313           "DataSourceId": {}
    314         }
    315       }
    316     },
    317     "DeleteEvaluation": {
    318       "input": {
    319         "type": "structure",
    320         "required": [
    321           "EvaluationId"
    322         ],
    323         "members": {
    324           "EvaluationId": {}
    325         }
    326       },
    327       "output": {
    328         "type": "structure",
    329         "members": {
    330           "EvaluationId": {}
    331         }
    332       }
    333     },
    334     "DeleteMLModel": {
    335       "input": {
    336         "type": "structure",
    337         "required": [
    338           "MLModelId"
    339         ],
    340         "members": {
    341           "MLModelId": {}
    342         }
    343       },
    344       "output": {
    345         "type": "structure",
    346         "members": {
    347           "MLModelId": {}
    348         }
    349       }
    350     },
    351     "DeleteRealtimeEndpoint": {
    352       "input": {
    353         "type": "structure",
    354         "required": [
    355           "MLModelId"
    356         ],
    357         "members": {
    358           "MLModelId": {}
    359         }
    360       },
    361       "output": {
    362         "type": "structure",
    363         "members": {
    364           "MLModelId": {},
    365           "RealtimeEndpointInfo": {
    366             "shape": "S1j"
    367           }
    368         }
    369       }
    370     },
    371     "DeleteTags": {
    372       "input": {
    373         "type": "structure",
    374         "required": [
    375           "TagKeys",
    376           "ResourceId",
    377           "ResourceType"
    378         ],
    379         "members": {
    380           "TagKeys": {
    381             "type": "list",
    382             "member": {}
    383           },
    384           "ResourceId": {},
    385           "ResourceType": {}
    386         }
    387       },
    388       "output": {
    389         "type": "structure",
    390         "members": {
    391           "ResourceId": {},
    392           "ResourceType": {}
    393         }
    394       }
    395     },
    396     "DescribeBatchPredictions": {
    397       "input": {
    398         "type": "structure",
    399         "members": {
    400           "FilterVariable": {},
    401           "EQ": {},
    402           "GT": {},
    403           "LT": {},
    404           "GE": {},
    405           "LE": {},
    406           "NE": {},
    407           "Prefix": {},
    408           "SortOrder": {},
    409           "NextToken": {},
    410           "Limit": {
    411             "type": "integer"
    412           }
    413         }
    414       },
    415       "output": {
    416         "type": "structure",
    417         "members": {
    418           "Results": {
    419             "type": "list",
    420             "member": {
    421               "type": "structure",
    422               "members": {
    423                 "BatchPredictionId": {},
    424                 "MLModelId": {},
    425                 "BatchPredictionDataSourceId": {},
    426                 "InputDataLocationS3": {},
    427                 "CreatedByIamUser": {},
    428                 "CreatedAt": {
    429                   "type": "timestamp"
    430                 },
    431                 "LastUpdatedAt": {
    432                   "type": "timestamp"
    433                 },
    434                 "Name": {},
    435                 "Status": {},
    436                 "OutputUri": {},
    437                 "Message": {},
    438                 "ComputeTime": {
    439                   "type": "long"
    440                 },
    441                 "FinishedAt": {
    442                   "type": "timestamp"
    443                 },
    444                 "StartedAt": {
    445                   "type": "timestamp"
    446                 },
    447                 "TotalRecordCount": {
    448                   "type": "long"
    449                 },
    450                 "InvalidRecordCount": {
    451                   "type": "long"
    452                 }
    453               }
    454             }
    455           },
    456           "NextToken": {}
    457         }
    458       }
    459     },
    460     "DescribeDataSources": {
    461       "input": {
    462         "type": "structure",
    463         "members": {
    464           "FilterVariable": {},
    465           "EQ": {},
    466           "GT": {},
    467           "LT": {},
    468           "GE": {},
    469           "LE": {},
    470           "NE": {},
    471           "Prefix": {},
    472           "SortOrder": {},
    473           "NextToken": {},
    474           "Limit": {
    475             "type": "integer"
    476           }
    477         }
    478       },
    479       "output": {
    480         "type": "structure",
    481         "members": {
    482           "Results": {
    483             "type": "list",
    484             "member": {
    485               "type": "structure",
    486               "members": {
    487                 "DataSourceId": {},
    488                 "DataLocationS3": {},
    489                 "DataRearrangement": {},
    490                 "CreatedByIamUser": {},
    491                 "CreatedAt": {
    492                   "type": "timestamp"
    493                 },
    494                 "LastUpdatedAt": {
    495                   "type": "timestamp"
    496                 },
    497                 "DataSizeInBytes": {
    498                   "type": "long"
    499                 },
    500                 "NumberOfFiles": {
    501                   "type": "long"
    502                 },
    503                 "Name": {},
    504                 "Status": {},
    505                 "Message": {},
    506                 "RedshiftMetadata": {
    507                   "shape": "S2i"
    508                 },
    509                 "RDSMetadata": {
    510                   "shape": "S2j"
    511                 },
    512                 "RoleARN": {},
    513                 "ComputeStatistics": {
    514                   "type": "boolean"
    515                 },
    516                 "ComputeTime": {
    517                   "type": "long"
    518                 },
    519                 "FinishedAt": {
    520                   "type": "timestamp"
    521                 },
    522                 "StartedAt": {
    523                   "type": "timestamp"
    524                 }
    525               }
    526             }
    527           },
    528           "NextToken": {}
    529         }
    530       }
    531     },
    532     "DescribeEvaluations": {
    533       "input": {
    534         "type": "structure",
    535         "members": {
    536           "FilterVariable": {},
    537           "EQ": {},
    538           "GT": {},
    539           "LT": {},
    540           "GE": {},
    541           "LE": {},
    542           "NE": {},
    543           "Prefix": {},
    544           "SortOrder": {},
    545           "NextToken": {},
    546           "Limit": {
    547             "type": "integer"
    548           }
    549         }
    550       },
    551       "output": {
    552         "type": "structure",
    553         "members": {
    554           "Results": {
    555             "type": "list",
    556             "member": {
    557               "type": "structure",
    558               "members": {
    559                 "EvaluationId": {},
    560                 "MLModelId": {},
    561                 "EvaluationDataSourceId": {},
    562                 "InputDataLocationS3": {},
    563                 "CreatedByIamUser": {},
    564                 "CreatedAt": {
    565                   "type": "timestamp"
    566                 },
    567                 "LastUpdatedAt": {
    568                   "type": "timestamp"
    569                 },
    570                 "Name": {},
    571                 "Status": {},
    572                 "PerformanceMetrics": {
    573                   "shape": "S2q"
    574                 },
    575                 "Message": {},
    576                 "ComputeTime": {
    577                   "type": "long"
    578                 },
    579                 "FinishedAt": {
    580                   "type": "timestamp"
    581                 },
    582                 "StartedAt": {
    583                   "type": "timestamp"
    584                 }
    585               }
    586             }
    587           },
    588           "NextToken": {}
    589         }
    590       }
    591     },
    592     "DescribeMLModels": {
    593       "input": {
    594         "type": "structure",
    595         "members": {
    596           "FilterVariable": {},
    597           "EQ": {},
    598           "GT": {},
    599           "LT": {},
    600           "GE": {},
    601           "LE": {},
    602           "NE": {},
    603           "Prefix": {},
    604           "SortOrder": {},
    605           "NextToken": {},
    606           "Limit": {
    607             "type": "integer"
    608           }
    609         }
    610       },
    611       "output": {
    612         "type": "structure",
    613         "members": {
    614           "Results": {
    615             "type": "list",
    616             "member": {
    617               "type": "structure",
    618               "members": {
    619                 "MLModelId": {},
    620                 "TrainingDataSourceId": {},
    621                 "CreatedByIamUser": {},
    622                 "CreatedAt": {
    623                   "type": "timestamp"
    624                 },
    625                 "LastUpdatedAt": {
    626                   "type": "timestamp"
    627                 },
    628                 "Name": {},
    629                 "Status": {},
    630                 "SizeInBytes": {
    631                   "type": "long"
    632                 },
    633                 "EndpointInfo": {
    634                   "shape": "S1j"
    635                 },
    636                 "TrainingParameters": {
    637                   "shape": "S1d"
    638                 },
    639                 "InputDataLocationS3": {},
    640                 "Algorithm": {},
    641                 "MLModelType": {},
    642                 "ScoreThreshold": {
    643                   "type": "float"
    644                 },
    645                 "ScoreThresholdLastUpdatedAt": {
    646                   "type": "timestamp"
    647                 },
    648                 "Message": {},
    649                 "ComputeTime": {
    650                   "type": "long"
    651                 },
    652                 "FinishedAt": {
    653                   "type": "timestamp"
    654                 },
    655                 "StartedAt": {
    656                   "type": "timestamp"
    657                 }
    658               }
    659             }
    660           },
    661           "NextToken": {}
    662         }
    663       }
    664     },
    665     "DescribeTags": {
    666       "input": {
    667         "type": "structure",
    668         "required": [
    669           "ResourceId",
    670           "ResourceType"
    671         ],
    672         "members": {
    673           "ResourceId": {},
    674           "ResourceType": {}
    675         }
    676       },
    677       "output": {
    678         "type": "structure",
    679         "members": {
    680           "ResourceId": {},
    681           "ResourceType": {},
    682           "Tags": {
    683             "shape": "S2"
    684           }
    685         }
    686       }
    687     },
    688     "GetBatchPrediction": {
    689       "input": {
    690         "type": "structure",
    691         "required": [
    692           "BatchPredictionId"
    693         ],
    694         "members": {
    695           "BatchPredictionId": {}
    696         }
    697       },
    698       "output": {
    699         "type": "structure",
    700         "members": {
    701           "BatchPredictionId": {},
    702           "MLModelId": {},
    703           "BatchPredictionDataSourceId": {},
    704           "InputDataLocationS3": {},
    705           "CreatedByIamUser": {},
    706           "CreatedAt": {
    707             "type": "timestamp"
    708           },
    709           "LastUpdatedAt": {
    710             "type": "timestamp"
    711           },
    712           "Name": {},
    713           "Status": {},
    714           "OutputUri": {},
    715           "LogUri": {},
    716           "Message": {},
    717           "ComputeTime": {
    718             "type": "long"
    719           },
    720           "FinishedAt": {
    721             "type": "timestamp"
    722           },
    723           "StartedAt": {
    724             "type": "timestamp"
    725           },
    726           "TotalRecordCount": {
    727             "type": "long"
    728           },
    729           "InvalidRecordCount": {
    730             "type": "long"
    731           }
    732         }
    733       }
    734     },
    735     "GetDataSource": {
    736       "input": {
    737         "type": "structure",
    738         "required": [
    739           "DataSourceId"
    740         ],
    741         "members": {
    742           "DataSourceId": {},
    743           "Verbose": {
    744             "type": "boolean"
    745           }
    746         }
    747       },
    748       "output": {
    749         "type": "structure",
    750         "members": {
    751           "DataSourceId": {},
    752           "DataLocationS3": {},
    753           "DataRearrangement": {},
    754           "CreatedByIamUser": {},
    755           "CreatedAt": {
    756             "type": "timestamp"
    757           },
    758           "LastUpdatedAt": {
    759             "type": "timestamp"
    760           },
    761           "DataSizeInBytes": {
    762             "type": "long"
    763           },
    764           "NumberOfFiles": {
    765             "type": "long"
    766           },
    767           "Name": {},
    768           "Status": {},
    769           "LogUri": {},
    770           "Message": {},
    771           "RedshiftMetadata": {
    772             "shape": "S2i"
    773           },
    774           "RDSMetadata": {
    775             "shape": "S2j"
    776           },
    777           "RoleARN": {},
    778           "ComputeStatistics": {
    779             "type": "boolean"
    780           },
    781           "ComputeTime": {
    782             "type": "long"
    783           },
    784           "FinishedAt": {
    785             "type": "timestamp"
    786           },
    787           "StartedAt": {
    788             "type": "timestamp"
    789           },
    790           "DataSourceSchema": {}
    791         }
    792       }
    793     },
    794     "GetEvaluation": {
    795       "input": {
    796         "type": "structure",
    797         "required": [
    798           "EvaluationId"
    799         ],
    800         "members": {
    801           "EvaluationId": {}
    802         }
    803       },
    804       "output": {
    805         "type": "structure",
    806         "members": {
    807           "EvaluationId": {},
    808           "MLModelId": {},
    809           "EvaluationDataSourceId": {},
    810           "InputDataLocationS3": {},
    811           "CreatedByIamUser": {},
    812           "CreatedAt": {
    813             "type": "timestamp"
    814           },
    815           "LastUpdatedAt": {
    816             "type": "timestamp"
    817           },
    818           "Name": {},
    819           "Status": {},
    820           "PerformanceMetrics": {
    821             "shape": "S2q"
    822           },
    823           "LogUri": {},
    824           "Message": {},
    825           "ComputeTime": {
    826             "type": "long"
    827           },
    828           "FinishedAt": {
    829             "type": "timestamp"
    830           },
    831           "StartedAt": {
    832             "type": "timestamp"
    833           }
    834         }
    835       }
    836     },
    837     "GetMLModel": {
    838       "input": {
    839         "type": "structure",
    840         "required": [
    841           "MLModelId"
    842         ],
    843         "members": {
    844           "MLModelId": {},
    845           "Verbose": {
    846             "type": "boolean"
    847           }
    848         }
    849       },
    850       "output": {
    851         "type": "structure",
    852         "members": {
    853           "MLModelId": {},
    854           "TrainingDataSourceId": {},
    855           "CreatedByIamUser": {},
    856           "CreatedAt": {
    857             "type": "timestamp"
    858           },
    859           "LastUpdatedAt": {
    860             "type": "timestamp"
    861           },
    862           "Name": {},
    863           "Status": {},
    864           "SizeInBytes": {
    865             "type": "long"
    866           },
    867           "EndpointInfo": {
    868             "shape": "S1j"
    869           },
    870           "TrainingParameters": {
    871             "shape": "S1d"
    872           },
    873           "InputDataLocationS3": {},
    874           "MLModelType": {},
    875           "ScoreThreshold": {
    876             "type": "float"
    877           },
    878           "ScoreThresholdLastUpdatedAt": {
    879             "type": "timestamp"
    880           },
    881           "LogUri": {},
    882           "Message": {},
    883           "ComputeTime": {
    884             "type": "long"
    885           },
    886           "FinishedAt": {
    887             "type": "timestamp"
    888           },
    889           "StartedAt": {
    890             "type": "timestamp"
    891           },
    892           "Recipe": {},
    893           "Schema": {}
    894         }
    895       }
    896     },
    897     "Predict": {
    898       "input": {
    899         "type": "structure",
    900         "required": [
    901           "MLModelId",
    902           "Record",
    903           "PredictEndpoint"
    904         ],
    905         "members": {
    906           "MLModelId": {},
    907           "Record": {
    908             "type": "map",
    909             "key": {},
    910             "value": {}
    911           },
    912           "PredictEndpoint": {}
    913         }
    914       },
    915       "output": {
    916         "type": "structure",
    917         "members": {
    918           "Prediction": {
    919             "type": "structure",
    920             "members": {
    921               "predictedLabel": {},
    922               "predictedValue": {
    923                 "type": "float"
    924               },
    925               "predictedScores": {
    926                 "type": "map",
    927                 "key": {},
    928                 "value": {
    929                   "type": "float"
    930                 }
    931               },
    932               "details": {
    933                 "type": "map",
    934                 "key": {},
    935                 "value": {}
    936               }
    937             }
    938           }
    939         }
    940       }
    941     },
    942     "UpdateBatchPrediction": {
    943       "input": {
    944         "type": "structure",
    945         "required": [
    946           "BatchPredictionId",
    947           "BatchPredictionName"
    948         ],
    949         "members": {
    950           "BatchPredictionId": {},
    951           "BatchPredictionName": {}
    952         }
    953       },
    954       "output": {
    955         "type": "structure",
    956         "members": {
    957           "BatchPredictionId": {}
    958         }
    959       }
    960     },
    961     "UpdateDataSource": {
    962       "input": {
    963         "type": "structure",
    964         "required": [
    965           "DataSourceId",
    966           "DataSourceName"
    967         ],
    968         "members": {
    969           "DataSourceId": {},
    970           "DataSourceName": {}
    971         }
    972       },
    973       "output": {
    974         "type": "structure",
    975         "members": {
    976           "DataSourceId": {}
    977         }
    978       }
    979     },
    980     "UpdateEvaluation": {
    981       "input": {
    982         "type": "structure",
    983         "required": [
    984           "EvaluationId",
    985           "EvaluationName"
    986         ],
    987         "members": {
    988           "EvaluationId": {},
    989           "EvaluationName": {}
    990         }
    991       },
    992       "output": {
    993         "type": "structure",
    994         "members": {
    995           "EvaluationId": {}
    996         }
    997       }
    998     },
    999     "UpdateMLModel": {
   1000       "input": {
   1001         "type": "structure",
   1002         "required": [
   1003           "MLModelId"
   1004         ],
   1005         "members": {
   1006           "MLModelId": {},
   1007           "MLModelName": {},
   1008           "ScoreThreshold": {
   1009             "type": "float"
   1010           }
   1011         }
   1012       },
   1013       "output": {
   1014         "type": "structure",
   1015         "members": {
   1016           "MLModelId": {}
   1017         }
   1018       }
   1019     }
   1020   },
   1021   "shapes": {
   1022     "S2": {
   1023       "type": "list",
   1024       "member": {
   1025         "type": "structure",
   1026         "members": {
   1027           "Key": {},
   1028           "Value": {}
   1029         }
   1030       }
   1031     },
   1032     "Sf": {
   1033       "type": "structure",
   1034       "required": [
   1035         "InstanceIdentifier",
   1036         "DatabaseName"
   1037       ],
   1038       "members": {
   1039         "InstanceIdentifier": {},
   1040         "DatabaseName": {}
   1041       }
   1042     },
   1043     "Sy": {
   1044       "type": "structure",
   1045       "required": [
   1046         "DatabaseName",
   1047         "ClusterIdentifier"
   1048       ],
   1049       "members": {
   1050         "DatabaseName": {},
   1051         "ClusterIdentifier": {}
   1052       }
   1053     },
   1054     "S1d": {
   1055       "type": "map",
   1056       "key": {},
   1057       "value": {}
   1058     },
   1059     "S1j": {
   1060       "type": "structure",
   1061       "members": {
   1062         "PeakRequestsPerSecond": {
   1063           "type": "integer"
   1064         },
   1065         "CreatedAt": {
   1066           "type": "timestamp"
   1067         },
   1068         "EndpointUrl": {},
   1069         "EndpointStatus": {}
   1070       }
   1071     },
   1072     "S2i": {
   1073       "type": "structure",
   1074       "members": {
   1075         "RedshiftDatabase": {
   1076           "shape": "Sy"
   1077         },
   1078         "DatabaseUserName": {},
   1079         "SelectSqlQuery": {}
   1080       }
   1081     },
   1082     "S2j": {
   1083       "type": "structure",
   1084       "members": {
   1085         "Database": {
   1086           "shape": "Sf"
   1087         },
   1088         "DatabaseUserName": {},
   1089         "SelectSqlQuery": {},
   1090         "ResourceRole": {},
   1091         "ServiceRole": {},
   1092         "DataPipelineId": {}
   1093       }
   1094     },
   1095     "S2q": {
   1096       "type": "structure",
   1097       "members": {
   1098         "Properties": {
   1099           "type": "map",
   1100           "key": {},
   1101           "value": {}
   1102         }
   1103       }
   1104     }
   1105   },
   1106   "examples": {}
   1107 }