@swamp/aws/robomaker
v2026.04.23.3
AWS ROBOMAKER infrastructure models
Repository
https://github.com/systeminit/swamp-extensions
Labels
awsrobomakercloudinfrastructure
Contents
Quality score
Verified by SwampHow well-documented and verifiable this extension is.
Grade A
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Install
$ swamp extension pull @swamp/aws/robomaker@swamp/aws/robomaker/fleetv2026.04.23.2fleet.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Tags? | record | A key-value pair to associate with a resource. |
| Name? | string | The name of the fleet. |
createCreate a RoboMaker Fleet
getGet a RoboMaker Fleet
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RoboMaker Fleet |
updateUpdate a RoboMaker Fleet
deleteDelete a RoboMaker Fleet
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RoboMaker Fleet |
syncSync RoboMaker Fleet state from AWS
Resources
state(infinite)— RoboMaker Fleet resource state
@swamp/aws/robomaker/robotv2026.04.23.2robot.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Fleet? | string | The Amazon Resource Name (ARN) of the fleet. |
| Architecture | enum | The target architecture of the robot. |
| GreengrassGroupId | string | The Greengrass group id. |
| Tags? | record | A key-value pair to associate with a resource. |
| Name? | string | The name for the robot. |
createCreate a RoboMaker Robot
getGet a RoboMaker Robot
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RoboMaker Robot |
updateUpdate a RoboMaker Robot
deleteDelete a RoboMaker Robot
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RoboMaker Robot |
syncSync RoboMaker Robot state from AWS
Resources
state(infinite)— RoboMaker Robot resource state
@swamp/aws/robomaker/robot-applicationv2026.04.23.2robot_application.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Name? | string | The name of the robot application. |
| Sources? | array | The sources of the robot application. |
| Environment? | string | The URI of the Docker image for the robot application. |
| RobotSoftwareSuite | object | The robot software suite used by the robot application. |
| CurrentRevisionId? | string | The revision ID of robot application. |
| Tags? | record | A key-value pair to associate with a resource. |
createCreate a RoboMaker RobotApplication
getGet a RoboMaker RobotApplication
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RoboMaker RobotApplication |
updateUpdate a RoboMaker RobotApplication
deleteDelete a RoboMaker RobotApplication
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RoboMaker RobotApplication |
syncSync RoboMaker RobotApplication state from AWS
Resources
state(infinite)— RoboMaker RobotApplication resource state
@swamp/aws/robomaker/robot-application-versionv2026.04.23.2robot_application_version.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Application | string | |
| CurrentRevisionId? | string | The revision ID of robot application. |
createCreate a RoboMaker RobotApplicationVersion
getGet a RoboMaker RobotApplicationVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RoboMaker RobotApplicationVersion |
deleteDelete a RoboMaker RobotApplicationVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RoboMaker RobotApplicationVersion |
syncSync RoboMaker RobotApplicationVersion state from AWS
Resources
state(infinite)— RoboMaker RobotApplicationVersion resource state
@swamp/aws/robomaker/simulation-applicationv2026.04.23.2simulation_application.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Name? | string | The name of the simulation application. |
| CurrentRevisionId? | string | The current revision id. |
| RenderingEngine? | object | The rendering engine for the simulation application. |
| RobotSoftwareSuite | object | The robot software suite used by the simulation application. |
| SimulationSoftwareSuite | object | The simulation software suite used by the simulation application. |
| Sources? | array | The sources of the simulation application. |
| Environment? | string | The URI of the Docker image for the robot application. |
| Tags? | record | A key-value pair to associate with a resource. |
createCreate a RoboMaker SimulationApplication
getGet a RoboMaker SimulationApplication
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RoboMaker SimulationApplication |
updateUpdate a RoboMaker SimulationApplication
deleteDelete a RoboMaker SimulationApplication
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RoboMaker SimulationApplication |
syncSync RoboMaker SimulationApplication state from AWS
Resources
state(infinite)— RoboMaker SimulationApplication resource state
@swamp/aws/robomaker/simulation-application-versionv2026.04.23.2simulation_application_version.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Application | string | |
| CurrentRevisionId? | string | The revision ID of robot application. |
createCreate a RoboMaker SimulationApplicationVersion
getGet a RoboMaker SimulationApplicationVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RoboMaker SimulationApplicationVersion |
deleteDelete a RoboMaker SimulationApplicationVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RoboMaker SimulationApplicationVersion |
syncSync RoboMaker SimulationApplicationVersion state from AWS
Resources
state(infinite)— RoboMaker SimulationApplicationVersion resource state
2026.04.23.21.2 MBApr 23, 2026
AWS ROBOMAKER infrastructure models
Release Notes
- Updated: fleet, robot, robot_application, robot_application_version, simulation_application, simulation_application_version
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsrobomakercloudinfrastructure
2026.04.19.11.2 MBApr 19, 2026
AWS ROBOMAKER infrastructure models
Release Notes
- Added: fleet, robot, robot_application, robot_application_version, simulation_application, simulation_application_version
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsrobomakercloudinfrastructure