View Source aws_robomaker (aws v0.3.1)
Link to this section Summary
Functions
Cancels a simulation job batch.
Deploys a specific version of a robot application to robots in a fleet.
Creates a simulation job.
Returns a list of deployment jobs for a fleet.
Returns a list of fleets.
Returns a list of robot application.
Returns a list of robots.
Returns a list of simulation applications.
Returns a list simulation job batches.
Returns a list of simulation jobs.
Starts a new simulation job batch.
Syncrhonizes robots in a fleet to the latest deployment.
Adds or edits tags for a AWS RoboMaker resource.
Removes the specified tags from the specified AWS RoboMaker resource.
Link to this section Functions
Cancels a simulation job batch.
When you cancel a simulation job batch, you are also cancelling all of the active simulation jobs created as part of the batch.Deploys a specific version of a robot application to robots in a fleet.
The robot application must have a numbered applicationVersion
for consistency reasons. To create a new version, use CreateRobotApplicationVersion
or see Creating a Robot Application Version.
Creates a simulation job.
After 90 days, simulation jobs expire and will be deleted. They will no longer be accessible.Returns a list of deployment jobs for a fleet.
You can optionally provide filters to retrieve specific deployment jobs.Returns a list of fleets.
You can optionally provide filters to retrieve specific fleets.Returns a list of robot application.
You can optionally provide filters to retrieve specific robot applications.Returns a list of robots.
You can optionally provide filters to retrieve specific robots.Returns a list of simulation applications.
You can optionally provide filters to retrieve specific simulation applications.Returns a list simulation job batches.
You can optionally provide filters to retrieve specific simulation batch jobs.Returns a list of simulation jobs.
You can optionally provide filters to retrieve specific simulation jobs.list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View SourceStarts a new simulation job batch.
The batch is defined using one or moreSimulationJobRequest
objects.
Syncrhonizes robots in a fleet to the latest deployment.
This is helpful if robots were added after a deployment.Adds or edits tags for a AWS RoboMaker resource.
Each tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty strings.
For information about the rules that apply to tag keys and tag values, see User-Defined Tag Restrictions in the AWS Billing and Cost Management User Guide.Removes the specified tags from the specified AWS RoboMaker resource.
To remove a tag, specify the tag key. To change the tag value of an existing tag key, useTagResource
.