Function atelier_test::parts::service_with_renames[][src]

pub fn service_with_renames() -> TestCaseModel
Expand description

Example model with a service shape.

namespace smithy.example

operation GetSomething {
}

service MyService {
    version: "2017-02-11",
    operations: [GetSomething],
    rename: {
        "foo.example#Widget": "FooWidget"
    }
}