123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2020-11-03",
- "endpointPrefix": "api.fleethub.iot",
- "jsonVersion": "1.1",
- "protocol": "rest-json",
- "serviceFullName": "AWS IoT Fleet Hub",
- "serviceId": "IoTFleetHub",
- "signatureVersion": "v4",
- "signingName": "iotfleethub",
- "uid": "iotfleethub-2020-11-03"
- },
- "operations": {
- "CreateApplication": {
- "http": {
- "requestUri": "/applications",
- "responseCode": 201
- },
- "input": {
- "type": "structure",
- "required": [
- "applicationName",
- "roleArn"
- ],
- "members": {
- "applicationName": {},
- "applicationDescription": {},
- "clientToken": {
- "idempotencyToken": true
- },
- "roleArn": {},
- "tags": {
- "shape": "S6"
- }
- }
- },
- "output": {
- "type": "structure",
- "required": [
- "applicationId",
- "applicationArn"
- ],
- "members": {
- "applicationId": {},
- "applicationArn": {}
- }
- }
- },
- "DeleteApplication": {
- "http": {
- "method": "DELETE",
- "requestUri": "/applications/{applicationId}",
- "responseCode": 204
- },
- "input": {
- "type": "structure",
- "required": [
- "applicationId"
- ],
- "members": {
- "applicationId": {
- "location": "uri",
- "locationName": "applicationId"
- },
- "clientToken": {
- "idempotencyToken": true,
- "location": "querystring",
- "locationName": "clientToken"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "DescribeApplication": {
- "http": {
- "method": "GET",
- "requestUri": "/applications/{applicationId}",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "applicationId"
- ],
- "members": {
- "applicationId": {
- "location": "uri",
- "locationName": "applicationId"
- }
- }
- },
- "output": {
- "type": "structure",
- "required": [
- "applicationId",
- "applicationArn",
- "applicationName",
- "applicationUrl",
- "applicationState",
- "applicationCreationDate",
- "applicationLastUpdateDate",
- "roleArn"
- ],
- "members": {
- "applicationId": {},
- "applicationArn": {},
- "applicationName": {},
- "applicationDescription": {},
- "applicationUrl": {},
- "applicationState": {},
- "applicationCreationDate": {
- "type": "long"
- },
- "applicationLastUpdateDate": {
- "type": "long"
- },
- "roleArn": {},
- "ssoClientId": {},
- "errorMessage": {},
- "tags": {
- "shape": "S6"
- }
- }
- }
- },
- "ListApplications": {
- "http": {
- "method": "GET",
- "requestUri": "/applications",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "nextToken": {
- "location": "querystring",
- "locationName": "nextToken"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "applicationSummaries": {
- "type": "list",
- "member": {
- "type": "structure",
- "required": [
- "applicationId",
- "applicationName",
- "applicationUrl"
- ],
- "members": {
- "applicationId": {},
- "applicationName": {},
- "applicationDescription": {},
- "applicationUrl": {},
- "applicationCreationDate": {
- "type": "long"
- },
- "applicationLastUpdateDate": {
- "type": "long"
- },
- "applicationState": {}
- }
- }
- },
- "nextToken": {}
- }
- }
- },
- "ListTagsForResource": {
- "http": {
- "method": "GET",
- "requestUri": "/tags/{resourceArn}"
- },
- "input": {
- "type": "structure",
- "required": [
- "resourceArn"
- ],
- "members": {
- "resourceArn": {
- "location": "uri",
- "locationName": "resourceArn"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "tags": {
- "shape": "S6"
- }
- }
- }
- },
- "TagResource": {
- "http": {
- "requestUri": "/tags/{resourceArn}"
- },
- "input": {
- "type": "structure",
- "required": [
- "resourceArn",
- "tags"
- ],
- "members": {
- "resourceArn": {
- "location": "uri",
- "locationName": "resourceArn"
- },
- "tags": {
- "shape": "S6"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "UntagResource": {
- "http": {
- "method": "DELETE",
- "requestUri": "/tags/{resourceArn}"
- },
- "input": {
- "type": "structure",
- "required": [
- "resourceArn",
- "tagKeys"
- ],
- "members": {
- "resourceArn": {
- "location": "uri",
- "locationName": "resourceArn"
- },
- "tagKeys": {
- "location": "querystring",
- "locationName": "tagKeys",
- "type": "list",
- "member": {}
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "UpdateApplication": {
- "http": {
- "method": "PATCH",
- "requestUri": "/applications/{applicationId}",
- "responseCode": 202
- },
- "input": {
- "type": "structure",
- "required": [
- "applicationId"
- ],
- "members": {
- "applicationId": {
- "location": "uri",
- "locationName": "applicationId"
- },
- "applicationName": {},
- "applicationDescription": {},
- "clientToken": {
- "idempotencyToken": true
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- }
- },
- "shapes": {
- "S6": {
- "type": "map",
- "key": {},
- "value": {}
- }
- }
- }
|