• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2016-03-11",
5    "endpointPrefix":"jsonrpccustomized",
6    "jsonVersion":"1.1",
7    "protocol":"json",
8    "serviceAbbreviation":"AmazonProtocolJsonRpcCustomized",
9    "serviceFullName":"AWS DR Tools JSON Protocol Tests",
10    "serviceId":"AmazonProtocolJsonRpcCustomized",
11    "signatureVersion":"v4",
12    "targetPrefix":"ProtocolTestsJsonRpcCustomizedService",
13    "timestampFormat":"unixTimestamp"
14  },
15  "operations":{
16    "Simple":{
17      "name":"Simple",
18      "http":{
19        "method":"POST",
20        "requestUri":"/"
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