• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2016-03-11",
5    "endpointPrefix":"restjsoncustomized",
6    "jsonVersion":"1.1",
7    "protocol":"rest-json",
8    "serviceAbbreviation":"AmazonProtocolRestJsonCustomized",
9    "serviceFullName":"Customized Amazon Protocol Rest Json",
10    "serviceId":"AmazonProtocolRestJsonCustomized",
11    "signatureVersion":"v4",
12    "targetPrefix":"ProtocolTestsCustomizedService",
13    "timestampFormat":"unixTimestamp"
14  },
15  "operations":{
16    "Simple":{
17      "name":"Simple",
18      "http":{
19        "method":"POST",
20        "requestUri":"/2016-03-11/allTypes"
21      },
22      "input":{"shape":"SimpleStructure"},
23      "output":{"shape":"SimpleStructure"}
24    }
25  },
26  "shapes": {
27    "SimpleStructure": {
28      "type": "structure",
29      "members": {
30        "StringMember": {
31          "shape": "String"
32        }
33      }
34    },
35    "String": {
36      "type": "string"
37    }
38  }
39}
40