All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.smithy.rpcv2Cbor.main.smithy Maven / Gradle / Ivy

There is a newer version: 1.52.0
Show newest version
$version: "2.0"

namespace smithy.protocoltests.rpcv2Cbor

use smithy.protocols#rpcv2Cbor
use smithy.test#httpRequestTests
use smithy.test#httpResponseTests

@rpcv2Cbor
@title("RpcV2 Protocol Service")
service RpcV2Protocol {
    version: "2020-07-14",
    operations: [
        NoInputOutput,
        EmptyInputOutput,
        OptionalInputOutput,
        SimpleScalarProperties,
        RpcV2CborLists,
        RpcV2CborDenseMaps,
        RpcV2CborSparseMaps,
        RecursiveShapes,
        GreetingWithErrors,
        FractionalSeconds,
        OperationWithDefaults,
        SparseNullsOperation,
        Float16
    ]
}

structure EmptyStructure {

}

structure SimpleStructure {
    value: String,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy