Skip to content

Commit 9807d5e

Browse files
author
AWS
committed
AWS RoboMaker Update: This release allows customers to create a new version of WorldTemplates with support for Doors.
1 parent e899513 commit 9807d5e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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+
}

services/robomaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2779,6 +2779,10 @@
27792779
"tags":{
27802780
"shape":"TagMap",
27812781
"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>"
27822786
}
27832787
}
27842788
},
@@ -2818,6 +2822,10 @@
28182822
"tags":{
28192823
"shape":"TagMap",
28202824
"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>"
28212829
}
28222830
}
28232831
},
@@ -4670,6 +4678,10 @@
46704678
"name":{
46714679
"shape":"TemplateName",
46724680
"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>"
46734685
}
46744686
},
46754687
"documentation":"<p>Summary information for a template.</p>"

0 commit comments

Comments
 (0)