PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Robomaker::CreateSimulationJob; use Moose; has ClientRequestToken => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'clientRequestToken'); has Compute => (is => 'ro', isa => 'Paws::Robomaker::Compute', traits => ['NameInRequest'], request_name => 'compute'); has DataSources => (is => 'ro', isa => 'ArrayRef[Paws::Robomaker::DataSourceConfig]', traits => ['NameInRequest'], request_name => 'dataSources'); has FailureBehavior => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'failureBehavior'); has IamRole => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'iamRole', required => 1); has LoggingConfig => (is => 'ro', isa => 'Paws::Robomaker::LoggingConfig', traits => ['NameInRequest'], request_name => 'loggingConfig'); has MaxJobDurationInSeconds => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'maxJobDurationInSeconds', required => 1); has OutputLocation => (is => 'ro', isa => 'Paws::Robomaker::OutputLocation', traits => ['NameInRequest'], request_name => 'outputLocation'); has RobotApplications => (is => 'ro', isa => 'ArrayRef[Paws::Robomaker::RobotApplicationConfig]', traits => ['NameInRequest'], request_name => 'robotApplications'); has SimulationApplications => (is => 'ro', isa => 'ArrayRef[Paws::Robomaker::SimulationApplicationConfig]', traits => ['NameInRequest'], request_name => 'simulationApplications'); has Tags => (is => 'ro', isa => 'Paws::Robomaker::TagMap', traits => ['NameInRequest'], request_name => 'tags'); has VpcConfig => (is => 'ro', isa => 'Paws::Robomaker::VPCConfig', traits => ['NameInRequest'], request_name => 'vpcConfig'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'CreateSimulationJob'); class_has _api_uri => (isa => 'Str', is => 'ro', default => '/createSimulationJob'); class_has _api_method => (isa => 'Str', is => 'ro', default => 'POST'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::Robomaker::CreateSimulationJobResponse'); 1; ### main pod documentation begin ### =head1 NAME Paws::Robomaker::CreateSimulationJob - Arguments for method CreateSimulationJob on L =head1 DESCRIPTION This class represents the parameters used for calling the method CreateSimulationJob on the L service. Use the attributes of this class as arguments to method CreateSimulationJob. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateSimulationJob. =head1 SYNOPSIS my $robomaker = Paws->service('Robomaker'); my $CreateSimulationJobResponse = $robomaker->CreateSimulationJob( IamRole => 'MyIamRole', MaxJobDurationInSeconds => 1, ClientRequestToken => 'MyClientRequestToken', # OPTIONAL Compute => { SimulationUnitLimit => 1, # min: 1, max: 15; OPTIONAL }, # OPTIONAL DataSources => [ { Name => 'MyName', # min: 1, max: 255 S3Bucket => 'MyS3Bucket', # min: 3, max: 63 S3Keys => [ 'MyS3Key', ... # min: 1, max: 1024 ], # min: 1, max: 100 }, ... ], # OPTIONAL FailureBehavior => 'Fail', # OPTIONAL LoggingConfig => { RecordAllRosTopics => 1, }, # OPTIONAL OutputLocation => { S3Bucket => 'MyS3Bucket', # min: 3, max: 63 S3Prefix => 'MyS3Key', # min: 1, max: 1024 }, # OPTIONAL RobotApplications => [ { Application => 'MyArn', # min: 1, max: 1224 LaunchConfig => { LaunchFile => 'MyCommand', # min: 1, max: 1024 PackageName => 'MyCommand', # min: 1, max: 1024 EnvironmentVariables => { 'MyEnvironmentVariableKey' => 'MyEnvironmentVariableValue' , # key: min: 1, max: 1024, value: min: 1, max: 1024 }, # max: 16; OPTIONAL PortForwardingConfig => { PortMappings => [ { ApplicationPort => 1, # min: 1024, max: 65535 JobPort => 1, # min: 1, max: 65535 EnableOnPublicIp => 1, # OPTIONAL }, ... ], # max: 10; OPTIONAL }, # OPTIONAL StreamUI => 1, # OPTIONAL }, ApplicationVersion => 'MyVersion', # min: 1, max: 255; OPTIONAL Tools => [ { Command => 'MyUnrestrictedCommand', # min: 1, max: 1024 Name => 'MyName', # min: 1, max: 255 ExitBehavior => 'FAIL', # values: FAIL, RESTART; OPTIONAL StreamOutputToCloudWatch => 1, StreamUI => 1, }, ... ], # max: 10; OPTIONAL UploadConfigurations => [ { Name => 'MyName', # min: 1, max: 255 Path => 'MyPath', # min: 1, max: 1024 UploadBehavior => 'UPLOAD_ON_TERMINATE' , # values: UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE }, ... ], # max: 10; OPTIONAL UseDefaultTools => 1, UseDefaultUploadConfigurations => 1, }, ... ], # OPTIONAL SimulationApplications => [ { Application => 'MyArn', # min: 1, max: 1224 LaunchConfig => { LaunchFile => 'MyCommand', # min: 1, max: 1024 PackageName => 'MyCommand', # min: 1, max: 1024 EnvironmentVariables => { 'MyEnvironmentVariableKey' => 'MyEnvironmentVariableValue' , # key: min: 1, max: 1024, value: min: 1, max: 1024 }, # max: 16; OPTIONAL PortForwardingConfig => { PortMappings => [ { ApplicationPort => 1, # min: 1024, max: 65535 JobPort => 1, # min: 1, max: 65535 EnableOnPublicIp => 1, # OPTIONAL }, ... ], # max: 10; OPTIONAL }, # OPTIONAL StreamUI => 1, # OPTIONAL }, ApplicationVersion => 'MyVersion', # min: 1, max: 255; OPTIONAL Tools => [ { Command => 'MyUnrestrictedCommand', # min: 1, max: 1024 Name => 'MyName', # min: 1, max: 255 ExitBehavior => 'FAIL', # values: FAIL, RESTART; OPTIONAL StreamOutputToCloudWatch => 1, StreamUI => 1, }, ... ], # max: 10; OPTIONAL UploadConfigurations => [ { Name => 'MyName', # min: 1, max: 255 Path => 'MyPath', # min: 1, max: 1024 UploadBehavior => 'UPLOAD_ON_TERMINATE' , # values: UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE }, ... ], # max: 10; OPTIONAL UseDefaultTools => 1, UseDefaultUploadConfigurations => 1, WorldConfigs => [ { World => 'MyArn', # min: 1, max: 1224 }, ... ], # max: 1; OPTIONAL }, ... ], # OPTIONAL Tags => { 'MyTagKey' => 'MyTagValue', # key: min: 1, max: 128, value: max: 256 }, # OPTIONAL VpcConfig => { Subnets => [ 'MyNonEmptyString', ... # min: 1, max: 255 ], # min: 1, max: 16 AssignPublicIp => 1, # OPTIONAL SecurityGroups => [ 'MyNonEmptyString', ... # min: 1, max: 255 ], # min: 1, max: 5; OPTIONAL }, # OPTIONAL ); # Results: my $Arn = $CreateSimulationJobResponse->Arn; my $ClientRequestToken = $CreateSimulationJobResponse->ClientRequestToken; my $Compute = $CreateSimulationJobResponse->Compute; my $DataSources = $CreateSimulationJobResponse->DataSources; my $FailureBehavior = $CreateSimulationJobResponse->FailureBehavior; my $FailureCode = $CreateSimulationJobResponse->FailureCode; my $IamRole = $CreateSimulationJobResponse->IamRole; my $LastStartedAt = $CreateSimulationJobResponse->LastStartedAt; my $LastUpdatedAt = $CreateSimulationJobResponse->LastUpdatedAt; my $LoggingConfig = $CreateSimulationJobResponse->LoggingConfig; my $MaxJobDurationInSeconds = $CreateSimulationJobResponse->MaxJobDurationInSeconds; my $OutputLocation = $CreateSimulationJobResponse->OutputLocation; my $RobotApplications = $CreateSimulationJobResponse->RobotApplications; my $SimulationApplications = $CreateSimulationJobResponse->SimulationApplications; my $SimulationTimeMillis = $CreateSimulationJobResponse->SimulationTimeMillis; my $Status = $CreateSimulationJobResponse->Status; my $Tags = $CreateSimulationJobResponse->Tags; my $VpcConfig = $CreateSimulationJobResponse->VpcConfig; # Returns a L object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see L =head1 ATTRIBUTES =head2 ClientRequestToken => Str Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. =head2 Compute => L Compute information for the simulation job. =head2 DataSources => ArrayRef[L] Specify data sources to mount read-only files from S3 into your simulation. These files are available under C. There is a limit of 100 files and a combined size of 25GB for all C objects. =head2 FailureBehavior => Str The failure behavior the simulation job. =over =item Continue Restart the simulation job in the same host instance. =item Fail Stop the simulation job and terminate the instance. =back Valid values are: C<"Fail">, C<"Continue"> =head2 B IamRole => Str The IAM role name that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. This is how credentials are passed in to your simulation job. =head2 LoggingConfig => L The logging configuration. =head2 B MaxJobDurationInSeconds => Int The maximum simulation job duration in seconds (up to 14 days or 1,209,600 seconds. When C is reached, the simulation job will status will transition to C. =head2 OutputLocation => L Location for output files generated by the simulation job. =head2 RobotApplications => ArrayRef[L] The robot application to use in the simulation job. =head2 SimulationApplications => ArrayRef[L] The simulation application to use in the simulation job. =head2 Tags => L A map that contains tag keys and tag values that are attached to the simulation job. =head2 VpcConfig => L If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID. =head1 SEE ALSO This class forms part of L, documenting arguments for method CreateSimulationJob in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut