Skip to content

Commit

Permalink
AWS RoboMaker Update: This release introduces RoboMaker Simulation Wo…
Browse files Browse the repository at this point in the history
…rldForge, a capability that automatically generates one or more simulation worlds.
  • Loading branch information
AWS committed Aug 17, 2020
1 parent c2eb34a commit 2256798
Show file tree
Hide file tree
Showing 3 changed files with 1,303 additions and 109 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/feature-AWSRoboMaker-1066c0f.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "AWS RoboMaker",
"description": "This release introduces RoboMaker Simulation WorldForge, a capability that automatically generates one or more simulation worlds."
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,30 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "simulationJobSummaries"
},
"ListWorldExportJobs": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "worldExportJobSummaries"
},
"ListWorldGenerationJobs": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "worldGenerationJobSummaries"
},
"ListWorldTemplates": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "templateSummaries"
},
"ListWorlds": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "worldSummaries"
}
}
}
Loading

0 comments on commit 2256798

Please sign in to comment.