File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
services/robomaker/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS RoboMaker" ,
4
+ "contributor" : " " ,
5
+ "description" : " This release allows customers to create a new version of WorldTemplates with support for Doors."
6
+ }
Original file line number Diff line number Diff line change 2779
2779
"tags" :{
2780
2780
"shape" :" TagMap" ,
2781
2781
"documentation" :" <p>A map that contains tag keys and tag values that are attached to the world.</p>"
2782
+ },
2783
+ "worldDescriptionBody" :{
2784
+ "shape" :" Json" ,
2785
+ "documentation" :" <p>Returns the JSON formatted string that describes the contents of your world.</p>"
2782
2786
}
2783
2787
}
2784
2788
},
2818
2822
"tags" :{
2819
2823
"shape" :" TagMap" ,
2820
2824
"documentation" :" <p>A map that contains tag keys and tag values that are attached to the world template.</p>"
2825
+ },
2826
+ "version" :{
2827
+ "shape" :" GenericString" ,
2828
+ "documentation" :" <p>The version of the world template that you're using.</p>"
2821
2829
}
2822
2830
}
2823
2831
},
4670
4678
"name" :{
4671
4679
"shape" :" TemplateName" ,
4672
4680
"documentation" :" <p>The name of the template.</p>"
4681
+ },
4682
+ "version" :{
4683
+ "shape" :" GenericString" ,
4684
+ "documentation" :" <p>The version of the template that you're using.</p>"
4673
4685
}
4674
4686
},
4675
4687
"documentation" :" <p>Summary information for a template.</p>"
You can’t perform that action at this time.
0 commit comments