1{ 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2016-03-11", 5 "endpointPrefix":"internalconfig", 6 "jsonVersion":"1.1", 7 "protocol":"rest-json", 8 "serviceAbbreviation":"AmazonProtocolRestJson", 9 "serviceFullName":"Amazon Protocol Rest Json", 10 "serviceId":"AmazonProtocolRestJsonWithInternalConfig", 11 "signatureVersion":"v4", 12 "targetPrefix":"ProtocolTestsService", 13 "timestampFormat":"unixTimestamp", 14 "uid":"restjson-2016-03-11" 15 }, 16 "operations":{ 17 "OneOperation":{ 18 "name":"OneOperation", 19 "http":{ 20 "method":"POST", 21 "requestUri":"/2016-03-11/oneoperation" 22 }, 23 "input":{"shape":"OneShape"} 24 } 25 }, 26 "shapes": { 27 "OneShape": { 28 "type": "structure", 29 "members": { 30 "StringMember": { 31 "shape": "String" 32 } 33 } 34 }, 35 "String":{"type":"string"} 36 } 37} 38