123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2017-07-01",
- "endpointPrefix": "mobile",
- "jsonVersion": "1.1",
- "protocol": "rest-json",
- "serviceFullName": "AWS Mobile",
- "serviceId": "Mobile",
- "signatureVersion": "v4",
- "signingName": "AWSMobileHubService",
- "uid": "mobile-2017-07-01"
- },
- "operations": {
- "CreateProject": {
- "http": {
- "requestUri": "/projects"
- },
- "input": {
- "type": "structure",
- "members": {
- "name": {
- "location": "querystring",
- "locationName": "name"
- },
- "region": {
- "location": "querystring",
- "locationName": "region"
- },
- "contents": {
- "type": "blob"
- },
- "snapshotId": {
- "location": "querystring",
- "locationName": "snapshotId"
- }
- },
- "payload": "contents"
- },
- "output": {
- "type": "structure",
- "members": {
- "details": {
- "shape": "S7"
- }
- }
- }
- },
- "DeleteProject": {
- "http": {
- "method": "DELETE",
- "requestUri": "/projects/{projectId}"
- },
- "input": {
- "type": "structure",
- "required": [
- "projectId"
- ],
- "members": {
- "projectId": {
- "location": "uri",
- "locationName": "projectId"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "deletedResources": {
- "shape": "Sc"
- },
- "orphanedResources": {
- "shape": "Sc"
- }
- }
- }
- },
- "DescribeBundle": {
- "http": {
- "method": "GET",
- "requestUri": "/bundles/{bundleId}"
- },
- "input": {
- "type": "structure",
- "required": [
- "bundleId"
- ],
- "members": {
- "bundleId": {
- "location": "uri",
- "locationName": "bundleId"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "details": {
- "shape": "Sq"
- }
- }
- }
- },
- "DescribeProject": {
- "http": {
- "method": "GET",
- "requestUri": "/project"
- },
- "input": {
- "type": "structure",
- "required": [
- "projectId"
- ],
- "members": {
- "projectId": {
- "location": "querystring",
- "locationName": "projectId"
- },
- "syncFromResources": {
- "location": "querystring",
- "locationName": "syncFromResources",
- "type": "boolean"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "details": {
- "shape": "S7"
- }
- }
- }
- },
- "ExportBundle": {
- "http": {
- "requestUri": "/bundles/{bundleId}"
- },
- "input": {
- "type": "structure",
- "required": [
- "bundleId"
- ],
- "members": {
- "bundleId": {
- "location": "uri",
- "locationName": "bundleId"
- },
- "projectId": {
- "location": "querystring",
- "locationName": "projectId"
- },
- "platform": {
- "location": "querystring",
- "locationName": "platform"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "downloadUrl": {}
- }
- }
- },
- "ExportProject": {
- "http": {
- "requestUri": "/exports/{projectId}"
- },
- "input": {
- "type": "structure",
- "required": [
- "projectId"
- ],
- "members": {
- "projectId": {
- "location": "uri",
- "locationName": "projectId"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "downloadUrl": {},
- "shareUrl": {},
- "snapshotId": {}
- }
- }
- },
- "ListBundles": {
- "http": {
- "method": "GET",
- "requestUri": "/bundles"
- },
- "input": {
- "type": "structure",
- "members": {
- "maxResults": {
- "location": "querystring",
- "locationName": "maxResults",
- "type": "integer"
- },
- "nextToken": {
- "location": "querystring",
- "locationName": "nextToken"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "bundleList": {
- "type": "list",
- "member": {
- "shape": "Sq"
- }
- },
- "nextToken": {}
- }
- }
- },
- "ListProjects": {
- "http": {
- "method": "GET",
- "requestUri": "/projects"
- },
- "input": {
- "type": "structure",
- "members": {
- "maxResults": {
- "location": "querystring",
- "locationName": "maxResults",
- "type": "integer"
- },
- "nextToken": {
- "location": "querystring",
- "locationName": "nextToken"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "projects": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "name": {},
- "projectId": {}
- }
- }
- },
- "nextToken": {}
- }
- }
- },
- "UpdateProject": {
- "http": {
- "requestUri": "/update"
- },
- "input": {
- "type": "structure",
- "required": [
- "projectId"
- ],
- "members": {
- "contents": {
- "type": "blob"
- },
- "projectId": {
- "location": "querystring",
- "locationName": "projectId"
- }
- },
- "payload": "contents"
- },
- "output": {
- "type": "structure",
- "members": {
- "details": {
- "shape": "S7"
- }
- }
- }
- }
- },
- "shapes": {
- "S7": {
- "type": "structure",
- "members": {
- "name": {},
- "projectId": {},
- "region": {},
- "state": {},
- "createdDate": {
- "type": "timestamp"
- },
- "lastUpdatedDate": {
- "type": "timestamp"
- },
- "consoleUrl": {},
- "resources": {
- "shape": "Sc"
- }
- }
- },
- "Sc": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "type": {},
- "name": {},
- "arn": {},
- "feature": {},
- "attributes": {
- "type": "map",
- "key": {},
- "value": {}
- }
- }
- }
- },
- "Sq": {
- "type": "structure",
- "members": {
- "bundleId": {},
- "title": {},
- "version": {},
- "description": {},
- "iconUrl": {},
- "availablePlatforms": {
- "type": "list",
- "member": {}
- }
- }
- }
- }
- }
|