44 lines
760 B
JSON
44 lines
760 B
JSON
{
|
|
"metadata": {
|
|
"apiVersion": "2016-03-01",
|
|
"endpointPrefix": "updateadmin",
|
|
"jsonVersion": "1.1",
|
|
"serviceFullName": "Jibo Update",
|
|
"signatureVersion": "v4",
|
|
"targetPrefix": "Update_20160301",
|
|
"protocol": "json"
|
|
},
|
|
"operations": {
|
|
"ListUniqueFilters": {
|
|
"output": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
},
|
|
"SetTarget": {
|
|
"input": {
|
|
"shape": "S3"
|
|
}
|
|
},
|
|
"ListTargets": {
|
|
"output": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S3"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"shapes": {
|
|
"S3": {
|
|
"type": "structure",
|
|
"required": [
|
|
"serial"
|
|
],
|
|
"members": {
|
|
"serial": {},
|
|
"target": {}
|
|
}
|
|
}
|
|
}
|
|
} |