File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ are as follows:
28
28
29
29
dependencies {
30
30
implementation(" software.amazon.smithy:smithy-model:[1.17.0, 2.0[" )
31
- implementation(" software.amazon.smithy:smithy-typescript-codegen:0.9.0" )
31
+ implementation(" software.amazon.smithy.typescript :smithy-typescript-codegen:0.9.0" )
32
32
}
33
33
```
34
34
35
35
3 . Create a ` smithy-build.json ` file with the following contents,
36
- substituting "example.foo#MyClient " with the name of the service
37
- to generate and "foo " with the name of the TypeScript package to
36
+ substituting "smithy.example#ExampleService " with the name of the service
37
+ to generate and "smithyexample " with the name of the TypeScript package to
38
38
create.:
39
39
40
40
``` json
@@ -65,7 +65,7 @@ are as follows:
65
65
66
66
service ExampleService {
67
67
version: "2022-01-01",
68
- operations: [EchoOperation ]
68
+ operations: [Echo ]
69
69
}
70
70
71
71
operation Echo {
You can’t perform that action at this time.
0 commit comments