1{ 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2016-03-11", 5 "endpointPrefix":"reservedwords", 6 "jsonVersion":"1.1", 7 "protocol":"rest-json", 8 "serviceAbbreviation":"ReservedWordTest", 9 "serviceFullName":"Amazon Reserved Word Test", 10 "serviceId":"ReservedWordTest", 11 "signatureVersion":"v4", 12 "targetPrefix":"ReservedWordTest", 13 "timestampFormat":"unixTimestamp", 14 "uid":"restjson-2016-03-11" 15 }, 16 "operations":{ 17 "BadNames":{ 18 "name":"BadNames", 19 "http":{ 20 "method":"POST", 21 "requestUri":"/2016-03-11/badNames" 22 }, 23 "input":{"shape":"BadNamesStructure"}, 24 "output":{"shape":"BadNamesStructure"}, 25 "errors":[ 26 {"shape":"BadException"} 27 ] 28 } 29 }, 30 "shapes":{ 31 "BadNamesStructure":{ 32 "type":"structure", 33 "members":{ 34 "build":{"shape":"String"}, 35 "builder":{"shape":"String"}, 36 "create":{"shape":"String"}, 37 "int":{"shape":"String"}, 38 "return":{"shape":"String"}, 39 "Long":{"shape":"String"}, 40 "overrideConfiguration":{"shape":"String"}, 41 "toBuilder":{"shape":"String"}, 42 "innerStructure":{"shape":"BadNamesStructure"} 43 } 44 }, 45 "BadException":{ 46 "type":"structure", 47 "members":{ 48 "build":{"shape":"String"}, 49 "builder":{"shape":"String"}, 50 "create":{"shape":"String"}, 51 "int":{"shape":"String"}, 52 "return":{"shape":"String"}, 53 "requestId":{"shape":"String"}, 54 "statusCode":{"shape":"String"}, 55 "isClockSkewException":{"shape":"String"}, 56 "isThrottlingException":{"shape":"String"}, 57 "toBuilder":{"shape":"String"}, 58 "serializableBuilderClass":{"shape":"String"}, 59 "sdkFields":{"shape":"String"}, 60 "retryable":{"shape":"String"}, 61 "awsErrorDetails":{"shape":"String"}, 62 "message":{"shape":"String"}, 63 "cause":{"shape":"String"} 64 }, 65 "exception":true 66 }, 67 "String":{"type":"string"} 68 } 69} 70