codegen-resources.awsjson.customized.service-2.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protocol-tests Show documentation
Show all versions of protocol-tests Show documentation
Contains functional tests for all supported protocols.
{
"version":"2.0",
"metadata":{
"apiVersion":"2016-03-11",
"endpointPrefix":"jsonrpccustomized",
"jsonVersion":"1.1",
"protocol":"json",
"serviceAbbreviation":"AmazonProtocolJsonRpcCustomized",
"serviceFullName":"AWS DR Tools JSON Protocol Tests",
"signatureVersion":"v4",
"targetPrefix":"ProtocolTestsJsonRpcCustomizedService",
"timestampFormat":"unixTimestamp"
},
"operations":{
"Simple":{
"name":"Simple",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SimpleStructure"},
"output":{"shape":"SimpleStructure"}
}
},
"shapes": {
"SimpleStructure": {
"type": "structure",
"members": {
"StringMember": {
"shape": "String"
}
}
},
"String": {
"type": "string"
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy