NAME
Paws::Robomaker - Perl Interface to AWS AWS RoboMaker
SYNOPSIS
use Paws;
my $obj = Paws->service('Robomaker');
my $res = $obj->Method(
Arg1 => $val1,
Arg2 => [ 'V1', 'V2' ],
# if Arg3 is an object, the HashRef will be used as arguments to the constructor
# of the arguments type
Arg3 => { Att1 => 'Val1' },
# if Arg4 is an array of objects, the HashRefs will be passed as arguments to
# the constructor of the arguments type
Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ],
);
DESCRIPTION
his section provides documentation for the AWS RoboMaker API operations.
For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29
METHODS
BatchDescribeSimulationJob
Each argument is described in detail in: Paws::Robomaker::BatchDescribeSimulationJob
Returns: a Paws::Robomaker::BatchDescribeSimulationJobResponse instance
Describes one or more simulation jobs.
CancelSimulationJob
Each argument is described in detail in: Paws::Robomaker::CancelSimulationJob
Returns: a Paws::Robomaker::CancelSimulationJobResponse instance
Cancels the specified simulation job.
CreateDeploymentJob
- ClientRequestToken => Str
- DeploymentApplicationConfigs => ArrayRef[Paws::Robomaker::DeploymentApplicationConfig]
- Fleet => Str
- [DeploymentConfig => Paws::Robomaker::DeploymentConfig]
- [Tags => Paws::Robomaker::TagMap]
Each argument is described in detail in: Paws::Robomaker::CreateDeploymentJob
Returns: a Paws::Robomaker::CreateDeploymentJobResponse instance
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 (https://docs.aws.amazon.com/robomaker/latest/dg/create-robot-application-version.html).
CreateFleet
- Name => Str
- [Tags => Paws::Robomaker::TagMap]
Each argument is described in detail in: Paws::Robomaker::CreateFleet
Returns: a Paws::Robomaker::CreateFleetResponse instance
Creates a fleet, a logical group of robots running the same robot application.
CreateRobot
- Architecture => Str
- GreengrassGroupId => Str
- Name => Str
- [Tags => Paws::Robomaker::TagMap]
Each argument is described in detail in: Paws::Robomaker::CreateRobot
Returns: a Paws::Robomaker::CreateRobotResponse instance
Creates a robot.
CreateRobotApplication
- Name => Str
- RobotSoftwareSuite => Paws::Robomaker::RobotSoftwareSuite
- Sources => ArrayRef[Paws::Robomaker::SourceConfig]
- [Tags => Paws::Robomaker::TagMap]
Each argument is described in detail in: Paws::Robomaker::CreateRobotApplication
Returns: a Paws::Robomaker::CreateRobotApplicationResponse instance
Creates a robot application.
CreateRobotApplicationVersion
Each argument is described in detail in: Paws::Robomaker::CreateRobotApplicationVersion
Returns: a Paws::Robomaker::CreateRobotApplicationVersionResponse instance
Creates a version of a robot application.
CreateSimulationApplication
- Name => Str
- RenderingEngine => Paws::Robomaker::RenderingEngine
- RobotSoftwareSuite => Paws::Robomaker::RobotSoftwareSuite
- SimulationSoftwareSuite => Paws::Robomaker::SimulationSoftwareSuite
- Sources => ArrayRef[Paws::Robomaker::SourceConfig]
- [Tags => Paws::Robomaker::TagMap]
Each argument is described in detail in: Paws::Robomaker::CreateSimulationApplication
Returns: a Paws::Robomaker::CreateSimulationApplicationResponse instance
Creates a simulation application.
CreateSimulationApplicationVersion
Each argument is described in detail in: Paws::Robomaker::CreateSimulationApplicationVersion
Returns: a Paws::Robomaker::CreateSimulationApplicationVersionResponse instance
Creates a simulation application with a specific revision id.
CreateSimulationJob
- IamRole => Str
- MaxJobDurationInSeconds => Int
- [ClientRequestToken => Str]
- [FailureBehavior => Str]
- [OutputLocation => Paws::Robomaker::OutputLocation]
- [RobotApplications => ArrayRef[Paws::Robomaker::RobotApplicationConfig]]
- [SimulationApplications => ArrayRef[Paws::Robomaker::SimulationApplicationConfig]]
- [Tags => Paws::Robomaker::TagMap]
- [VpcConfig => Paws::Robomaker::VPCConfig]
Each argument is described in detail in: Paws::Robomaker::CreateSimulationJob
Returns: a Paws::Robomaker::CreateSimulationJobResponse instance
Creates a simulation job.
DeleteFleet
Each argument is described in detail in: Paws::Robomaker::DeleteFleet
Returns: a Paws::Robomaker::DeleteFleetResponse instance
Deletes a fleet.
DeleteRobot
Each argument is described in detail in: Paws::Robomaker::DeleteRobot
Returns: a Paws::Robomaker::DeleteRobotResponse instance
Deletes a robot.
DeleteRobotApplication
Each argument is described in detail in: Paws::Robomaker::DeleteRobotApplication
Returns: a Paws::Robomaker::DeleteRobotApplicationResponse instance
Deletes a robot application.
DeleteSimulationApplication
Each argument is described in detail in: Paws::Robomaker::DeleteSimulationApplication
Returns: a Paws::Robomaker::DeleteSimulationApplicationResponse instance
Deletes a simulation application.
DeregisterRobot
Each argument is described in detail in: Paws::Robomaker::DeregisterRobot
Returns: a Paws::Robomaker::DeregisterRobotResponse instance
Deregisters a robot.
DescribeDeploymentJob
Each argument is described in detail in: Paws::Robomaker::DescribeDeploymentJob
Returns: a Paws::Robomaker::DescribeDeploymentJobResponse instance
Describes a deployment job. [Does it work regardless of deployment status, e.g. Failed?]
DescribeFleet
Each argument is described in detail in: Paws::Robomaker::DescribeFleet
Returns: a Paws::Robomaker::DescribeFleetResponse instance
Describes a fleet.
DescribeRobot
Each argument is described in detail in: Paws::Robomaker::DescribeRobot
Returns: a Paws::Robomaker::DescribeRobotResponse instance
Describes a robot.
DescribeRobotApplication
Each argument is described in detail in: Paws::Robomaker::DescribeRobotApplication
Returns: a Paws::Robomaker::DescribeRobotApplicationResponse instance
Describes a robot application.
DescribeSimulationApplication
Each argument is described in detail in: Paws::Robomaker::DescribeSimulationApplication
Returns: a Paws::Robomaker::DescribeSimulationApplicationResponse instance
Describes a simulation application.
DescribeSimulationJob
Each argument is described in detail in: Paws::Robomaker::DescribeSimulationJob
Returns: a Paws::Robomaker::DescribeSimulationJobResponse instance
Describes a simulation job.
ListDeploymentJobs
- [Filters => ArrayRef[Paws::Robomaker::Filter]]
- [MaxResults => Int]
- [NextToken => Str]
Each argument is described in detail in: Paws::Robomaker::ListDeploymentJobs
Returns: a Paws::Robomaker::ListDeploymentJobsResponse instance
Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
ListFleets
- [Filters => ArrayRef[Paws::Robomaker::Filter]]
- [MaxResults => Int]
- [NextToken => Str]
Each argument is described in detail in: Paws::Robomaker::ListFleets
Returns: a Paws::Robomaker::ListFleetsResponse instance
Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
ListRobotApplications
- [Filters => ArrayRef[Paws::Robomaker::Filter]]
- [MaxResults => Int]
- [NextToken => Str]
- [VersionQualifier => Str]
Each argument is described in detail in: Paws::Robomaker::ListRobotApplications
Returns: a Paws::Robomaker::ListRobotApplicationsResponse instance
Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications.
ListRobots
- [Filters => ArrayRef[Paws::Robomaker::Filter]]
- [MaxResults => Int]
- [NextToken => Str]
Each argument is described in detail in: Paws::Robomaker::ListRobots
Returns: a Paws::Robomaker::ListRobotsResponse instance
Returns a list of robots. You can optionally provide filters to retrieve specific robots.
ListSimulationApplications
- [Filters => ArrayRef[Paws::Robomaker::Filter]]
- [MaxResults => Int]
- [NextToken => Str]
- [VersionQualifier => Str]
Each argument is described in detail in: Paws::Robomaker::ListSimulationApplications
Returns: a Paws::Robomaker::ListSimulationApplicationsResponse instance
Returns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.
ListSimulationJobs
- [Filters => ArrayRef[Paws::Robomaker::Filter]]
- [MaxResults => Int]
- [NextToken => Str]
Each argument is described in detail in: Paws::Robomaker::ListSimulationJobs
Returns: a Paws::Robomaker::ListSimulationJobsResponse instance
Returns a list of simulation jobs. You can optionally provide filters to retrieve specific simulation jobs.
ListTagsForResource
Each argument is described in detail in: Paws::Robomaker::ListTagsForResource
Returns: a Paws::Robomaker::ListTagsForResourceResponse instance
Lists all tags on a AWS RoboMaker resource.
RegisterRobot
Each argument is described in detail in: Paws::Robomaker::RegisterRobot
Returns: a Paws::Robomaker::RegisterRobotResponse instance
Registers a robot with a fleet.
RestartSimulationJob
Each argument is described in detail in: Paws::Robomaker::RestartSimulationJob
Returns: a Paws::Robomaker::RestartSimulationJobResponse instance
Restarts a running simulation job.
SyncDeploymentJob
Each argument is described in detail in: Paws::Robomaker::SyncDeploymentJob
Returns: a Paws::Robomaker::SyncDeploymentJobResponse instance
Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.
TagResource
- ResourceArn => Str
- Tags => Paws::Robomaker::TagMap
Each argument is described in detail in: Paws::Robomaker::TagResource
Returns: a Paws::Robomaker::TagResourceResponse instance
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 (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html) in the AWS Billing and Cost Management User Guide.
UntagResource
Each argument is described in detail in: Paws::Robomaker::UntagResource
Returns: a Paws::Robomaker::UntagResourceResponse instance
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, use TagResource (https://docs.aws.amazon.com/robomaker/latest/dg//API_Reference.htmlAPI_TagResource.html).
UpdateRobotApplication
- Application => Str
- RobotSoftwareSuite => Paws::Robomaker::RobotSoftwareSuite
- Sources => ArrayRef[Paws::Robomaker::SourceConfig]
- [CurrentRevisionId => Str]
Each argument is described in detail in: Paws::Robomaker::UpdateRobotApplication
Returns: a Paws::Robomaker::UpdateRobotApplicationResponse instance
Updates a robot application.
UpdateSimulationApplication
- Application => Str
- RenderingEngine => Paws::Robomaker::RenderingEngine
- RobotSoftwareSuite => Paws::Robomaker::RobotSoftwareSuite
- SimulationSoftwareSuite => Paws::Robomaker::SimulationSoftwareSuite
- Sources => ArrayRef[Paws::Robomaker::SourceConfig]
- [CurrentRevisionId => Str]
Each argument is described in detail in: Paws::Robomaker::UpdateSimulationApplication
Returns: a Paws::Robomaker::UpdateSimulationApplicationResponse instance
Updates a simulation application.
PAGINATORS
Paginator methods are helpers that repetively call methods that return partial results
ListAllDeploymentJobs(sub { },[Filters => ArrayRef[Paws::Robomaker::Filter], MaxResults => Int, NextToken => Str])
ListAllDeploymentJobs([Filters => ArrayRef[Paws::Robomaker::Filter], MaxResults => Int, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- deploymentJobs, passing the object as the first parameter, and the string 'deploymentJobs' as the second parameter
If not, it will return a a Paws::Robomaker::ListDeploymentJobsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
ListAllFleets(sub { },[Filters => ArrayRef[Paws::Robomaker::Filter], MaxResults => Int, NextToken => Str])
ListAllFleets([Filters => ArrayRef[Paws::Robomaker::Filter], MaxResults => Int, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- fleetDetails, passing the object as the first parameter, and the string 'fleetDetails' as the second parameter
If not, it will return a a Paws::Robomaker::ListFleetsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
ListAllRobotApplications(sub { },[Filters => ArrayRef[Paws::Robomaker::Filter], MaxResults => Int, NextToken => Str, VersionQualifier => Str])
ListAllRobotApplications([Filters => ArrayRef[Paws::Robomaker::Filter], MaxResults => Int, NextToken => Str, VersionQualifier => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- robotApplicationSummaries, passing the object as the first parameter, and the string 'robotApplicationSummaries' as the second parameter
If not, it will return a a Paws::Robomaker::ListRobotApplicationsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
ListAllRobots(sub { },[Filters => ArrayRef[Paws::Robomaker::Filter], MaxResults => Int, NextToken => Str])
ListAllRobots([Filters => ArrayRef[Paws::Robomaker::Filter], MaxResults => Int, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- robots, passing the object as the first parameter, and the string 'robots' as the second parameter
If not, it will return a a Paws::Robomaker::ListRobotsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
ListAllSimulationApplications(sub { },[Filters => ArrayRef[Paws::Robomaker::Filter], MaxResults => Int, NextToken => Str, VersionQualifier => Str])
ListAllSimulationApplications([Filters => ArrayRef[Paws::Robomaker::Filter], MaxResults => Int, NextToken => Str, VersionQualifier => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- simulationApplicationSummaries, passing the object as the first parameter, and the string 'simulationApplicationSummaries' as the second parameter
If not, it will return a a Paws::Robomaker::ListSimulationApplicationsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
ListAllSimulationJobs(sub { },[Filters => ArrayRef[Paws::Robomaker::Filter], MaxResults => Int, NextToken => Str])
ListAllSimulationJobs([Filters => ArrayRef[Paws::Robomaker::Filter], MaxResults => Int, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- simulationJobSummaries, passing the object as the first parameter, and the string 'simulationJobSummaries' as the second parameter
If not, it will return a a Paws::Robomaker::ListSimulationJobsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
SEE ALSO
This service class forms part of Paws
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues