[][src]Trait rusoto_robomaker::Robomaker

pub trait Robomaker {
#[must_use]    pub fn batch_describe_simulation_job<'life0, 'async_trait>(
        &'life0 self,
        input: BatchDescribeSimulationJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchDescribeSimulationJobResponse, RusotoError<BatchDescribeSimulationJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn cancel_deployment_job<'life0, 'async_trait>(
        &'life0 self,
        input: CancelDeploymentJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<CancelDeploymentJobResponse, RusotoError<CancelDeploymentJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn cancel_simulation_job<'life0, 'async_trait>(
        &'life0 self,
        input: CancelSimulationJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<CancelSimulationJobResponse, RusotoError<CancelSimulationJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn cancel_simulation_job_batch<'life0, 'async_trait>(
        &'life0 self,
        input: CancelSimulationJobBatchRequest
    ) -> Pin<Box<dyn Future<Output = Result<CancelSimulationJobBatchResponse, RusotoError<CancelSimulationJobBatchError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_deployment_job<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDeploymentJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentJobResponse, RusotoError<CreateDeploymentJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_fleet<'life0, 'async_trait>(
        &'life0 self,
        input: CreateFleetRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateFleetResponse, RusotoError<CreateFleetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_robot<'life0, 'async_trait>(
        &'life0 self,
        input: CreateRobotRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateRobotResponse, RusotoError<CreateRobotError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_robot_application<'life0, 'async_trait>(
        &'life0 self,
        input: CreateRobotApplicationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateRobotApplicationResponse, RusotoError<CreateRobotApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_robot_application_version<'life0, 'async_trait>(
        &'life0 self,
        input: CreateRobotApplicationVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateRobotApplicationVersionResponse, RusotoError<CreateRobotApplicationVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_simulation_application<'life0, 'async_trait>(
        &'life0 self,
        input: CreateSimulationApplicationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateSimulationApplicationResponse, RusotoError<CreateSimulationApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_simulation_application_version<'life0, 'async_trait>(
        &'life0 self,
        input: CreateSimulationApplicationVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateSimulationApplicationVersionResponse, RusotoError<CreateSimulationApplicationVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_simulation_job<'life0, 'async_trait>(
        &'life0 self,
        input: CreateSimulationJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateSimulationJobResponse, RusotoError<CreateSimulationJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_fleet<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteFleetRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteFleetResponse, RusotoError<DeleteFleetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_robot<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRobotRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteRobotResponse, RusotoError<DeleteRobotError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_robot_application<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRobotApplicationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteRobotApplicationResponse, RusotoError<DeleteRobotApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_simulation_application<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteSimulationApplicationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteSimulationApplicationResponse, RusotoError<DeleteSimulationApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn deregister_robot<'life0, 'async_trait>(
        &'life0 self,
        input: DeregisterRobotRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeregisterRobotResponse, RusotoError<DeregisterRobotError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_deployment_job<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDeploymentJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDeploymentJobResponse, RusotoError<DescribeDeploymentJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_fleet<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeFleetRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeFleetResponse, RusotoError<DescribeFleetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_robot<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeRobotRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeRobotResponse, RusotoError<DescribeRobotError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_robot_application<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeRobotApplicationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeRobotApplicationResponse, RusotoError<DescribeRobotApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_simulation_application<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSimulationApplicationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSimulationApplicationResponse, RusotoError<DescribeSimulationApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_simulation_job<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSimulationJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSimulationJobResponse, RusotoError<DescribeSimulationJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_simulation_job_batch<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSimulationJobBatchRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSimulationJobBatchResponse, RusotoError<DescribeSimulationJobBatchError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_deployment_jobs<'life0, 'async_trait>(
        &'life0 self,
        input: ListDeploymentJobsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDeploymentJobsResponse, RusotoError<ListDeploymentJobsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_fleets<'life0, 'async_trait>(
        &'life0 self,
        input: ListFleetsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListFleetsResponse, RusotoError<ListFleetsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_robot_applications<'life0, 'async_trait>(
        &'life0 self,
        input: ListRobotApplicationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListRobotApplicationsResponse, RusotoError<ListRobotApplicationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_robots<'life0, 'async_trait>(
        &'life0 self,
        input: ListRobotsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListRobotsResponse, RusotoError<ListRobotsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_simulation_applications<'life0, 'async_trait>(
        &'life0 self,
        input: ListSimulationApplicationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListSimulationApplicationsResponse, RusotoError<ListSimulationApplicationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_simulation_job_batches<'life0, 'async_trait>(
        &'life0 self,
        input: ListSimulationJobBatchesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListSimulationJobBatchesResponse, RusotoError<ListSimulationJobBatchesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_simulation_jobs<'life0, 'async_trait>(
        &'life0 self,
        input: ListSimulationJobsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListSimulationJobsResponse, RusotoError<ListSimulationJobsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn register_robot<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterRobotRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterRobotResponse, RusotoError<RegisterRobotError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn restart_simulation_job<'life0, 'async_trait>(
        &'life0 self,
        input: RestartSimulationJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<RestartSimulationJobResponse, RusotoError<RestartSimulationJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_simulation_job_batch<'life0, 'async_trait>(
        &'life0 self,
        input: StartSimulationJobBatchRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartSimulationJobBatchResponse, RusotoError<StartSimulationJobBatchError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn sync_deployment_job<'life0, 'async_trait>(
        &'life0 self,
        input: SyncDeploymentJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<SyncDeploymentJobResponse, RusotoError<SyncDeploymentJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_robot_application<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateRobotApplicationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateRobotApplicationResponse, RusotoError<UpdateRobotApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_simulation_application<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateSimulationApplicationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateSimulationApplicationResponse, RusotoError<UpdateSimulationApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the RoboMaker API. RoboMaker clients implement this trait.

Required methods

#[must_use]pub fn batch_describe_simulation_job<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDescribeSimulationJobRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDescribeSimulationJobResponse, RusotoError<BatchDescribeSimulationJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes one or more simulation jobs.

#[must_use]pub fn cancel_deployment_job<'life0, 'async_trait>(
    &'life0 self,
    input: CancelDeploymentJobRequest
) -> Pin<Box<dyn Future<Output = Result<CancelDeploymentJobResponse, RusotoError<CancelDeploymentJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels the specified deployment job.

#[must_use]pub fn cancel_simulation_job<'life0, 'async_trait>(
    &'life0 self,
    input: CancelSimulationJobRequest
) -> Pin<Box<dyn Future<Output = Result<CancelSimulationJobResponse, RusotoError<CancelSimulationJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels the specified simulation job.

#[must_use]pub fn cancel_simulation_job_batch<'life0, 'async_trait>(
    &'life0 self,
    input: CancelSimulationJobBatchRequest
) -> Pin<Box<dyn Future<Output = Result<CancelSimulationJobBatchResponse, RusotoError<CancelSimulationJobBatchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn create_deployment_job<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDeploymentJobRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentJobResponse, RusotoError<CreateDeploymentJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible.

#[must_use]pub fn create_fleet<'life0, 'async_trait>(
    &'life0 self,
    input: CreateFleetRequest
) -> Pin<Box<dyn Future<Output = Result<CreateFleetResponse, RusotoError<CreateFleetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a fleet, a logical group of robots running the same robot application.

#[must_use]pub fn create_robot<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRobotRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRobotResponse, RusotoError<CreateRobotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a robot.

#[must_use]pub fn create_robot_application<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRobotApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRobotApplicationResponse, RusotoError<CreateRobotApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a robot application.

#[must_use]pub fn create_robot_application_version<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRobotApplicationVersionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRobotApplicationVersionResponse, RusotoError<CreateRobotApplicationVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a version of a robot application.

#[must_use]pub fn create_simulation_application<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSimulationApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSimulationApplicationResponse, RusotoError<CreateSimulationApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a simulation application.

#[must_use]pub fn create_simulation_application_version<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSimulationApplicationVersionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSimulationApplicationVersionResponse, RusotoError<CreateSimulationApplicationVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a simulation application with a specific revision id.

#[must_use]pub fn create_simulation_job<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSimulationJobRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSimulationJobResponse, RusotoError<CreateSimulationJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a simulation job.

After 90 days, simulation jobs expire and will be deleted. They will no longer be accessible.

#[must_use]pub fn delete_fleet<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteFleetRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteFleetResponse, RusotoError<DeleteFleetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a fleet.

#[must_use]pub fn delete_robot<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRobotRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteRobotResponse, RusotoError<DeleteRobotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a robot.

#[must_use]pub fn delete_robot_application<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRobotApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteRobotApplicationResponse, RusotoError<DeleteRobotApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a robot application.

#[must_use]pub fn delete_simulation_application<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSimulationApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteSimulationApplicationResponse, RusotoError<DeleteSimulationApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a simulation application.

#[must_use]pub fn deregister_robot<'life0, 'async_trait>(
    &'life0 self,
    input: DeregisterRobotRequest
) -> Pin<Box<dyn Future<Output = Result<DeregisterRobotResponse, RusotoError<DeregisterRobotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deregisters a robot.

#[must_use]pub fn describe_deployment_job<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDeploymentJobRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDeploymentJobResponse, RusotoError<DescribeDeploymentJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a deployment job.

#[must_use]pub fn describe_fleet<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeFleetRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeFleetResponse, RusotoError<DescribeFleetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a fleet.

#[must_use]pub fn describe_robot<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRobotRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRobotResponse, RusotoError<DescribeRobotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a robot.

#[must_use]pub fn describe_robot_application<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRobotApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRobotApplicationResponse, RusotoError<DescribeRobotApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a robot application.

#[must_use]pub fn describe_simulation_application<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSimulationApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSimulationApplicationResponse, RusotoError<DescribeSimulationApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a simulation application.

#[must_use]pub fn describe_simulation_job<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSimulationJobRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSimulationJobResponse, RusotoError<DescribeSimulationJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a simulation job.

#[must_use]pub fn describe_simulation_job_batch<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSimulationJobBatchRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSimulationJobBatchResponse, RusotoError<DescribeSimulationJobBatchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a simulation job batch.

#[must_use]pub fn list_deployment_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeploymentJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDeploymentJobsResponse, RusotoError<ListDeploymentJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.

#[must_use]pub fn list_fleets<'life0, 'async_trait>(
    &'life0 self,
    input: ListFleetsRequest
) -> Pin<Box<dyn Future<Output = Result<ListFleetsResponse, RusotoError<ListFleetsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.

#[must_use]pub fn list_robot_applications<'life0, 'async_trait>(
    &'life0 self,
    input: ListRobotApplicationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListRobotApplicationsResponse, RusotoError<ListRobotApplicationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications.

#[must_use]pub fn list_robots<'life0, 'async_trait>(
    &'life0 self,
    input: ListRobotsRequest
) -> Pin<Box<dyn Future<Output = Result<ListRobotsResponse, RusotoError<ListRobotsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of robots. You can optionally provide filters to retrieve specific robots.

#[must_use]pub fn list_simulation_applications<'life0, 'async_trait>(
    &'life0 self,
    input: ListSimulationApplicationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListSimulationApplicationsResponse, RusotoError<ListSimulationApplicationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.

#[must_use]pub fn list_simulation_job_batches<'life0, 'async_trait>(
    &'life0 self,
    input: ListSimulationJobBatchesRequest
) -> Pin<Box<dyn Future<Output = Result<ListSimulationJobBatchesResponse, RusotoError<ListSimulationJobBatchesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list simulation job batches. You can optionally provide filters to retrieve specific simulation batch jobs.

#[must_use]pub fn list_simulation_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListSimulationJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListSimulationJobsResponse, RusotoError<ListSimulationJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of simulation jobs. You can optionally provide filters to retrieve specific simulation jobs.

#[must_use]pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all tags on a AWS RoboMaker resource.

#[must_use]pub fn register_robot<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterRobotRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterRobotResponse, RusotoError<RegisterRobotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Registers a robot with a fleet.

#[must_use]pub fn restart_simulation_job<'life0, 'async_trait>(
    &'life0 self,
    input: RestartSimulationJobRequest
) -> Pin<Box<dyn Future<Output = Result<RestartSimulationJobResponse, RusotoError<RestartSimulationJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Restarts a running simulation job.

#[must_use]pub fn start_simulation_job_batch<'life0, 'async_trait>(
    &'life0 self,
    input: StartSimulationJobBatchRequest
) -> Pin<Box<dyn Future<Output = Result<StartSimulationJobBatchResponse, RusotoError<StartSimulationJobBatchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts a new simulation job batch. The batch is defined using one or more SimulationJobRequest objects.

#[must_use]pub fn sync_deployment_job<'life0, 'async_trait>(
    &'life0 self,
    input: SyncDeploymentJobRequest
) -> Pin<Box<dyn Future<Output = Result<SyncDeploymentJobResponse, RusotoError<SyncDeploymentJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.

#[must_use]pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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 .

#[must_use]pub fn update_robot_application<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRobotApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateRobotApplicationResponse, RusotoError<UpdateRobotApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a robot application.

#[must_use]pub fn update_simulation_application<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateSimulationApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateSimulationApplicationResponse, RusotoError<UpdateSimulationApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a simulation application.

Loading content...

Implementors

impl Robomaker for RobomakerClient[src]

pub fn batch_describe_simulation_job<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDescribeSimulationJobRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDescribeSimulationJobResponse, RusotoError<BatchDescribeSimulationJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes one or more simulation jobs.

pub fn cancel_deployment_job<'life0, 'async_trait>(
    &'life0 self,
    input: CancelDeploymentJobRequest
) -> Pin<Box<dyn Future<Output = Result<CancelDeploymentJobResponse, RusotoError<CancelDeploymentJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels the specified deployment job.

pub fn cancel_simulation_job<'life0, 'async_trait>(
    &'life0 self,
    input: CancelSimulationJobRequest
) -> Pin<Box<dyn Future<Output = Result<CancelSimulationJobResponse, RusotoError<CancelSimulationJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels the specified simulation job.

pub fn cancel_simulation_job_batch<'life0, 'async_trait>(
    &'life0 self,
    input: CancelSimulationJobBatchRequest
) -> Pin<Box<dyn Future<Output = Result<CancelSimulationJobBatchResponse, RusotoError<CancelSimulationJobBatchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn create_deployment_job<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDeploymentJobRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentJobResponse, RusotoError<CreateDeploymentJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible.

pub fn create_fleet<'life0, 'async_trait>(
    &'life0 self,
    input: CreateFleetRequest
) -> Pin<Box<dyn Future<Output = Result<CreateFleetResponse, RusotoError<CreateFleetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a fleet, a logical group of robots running the same robot application.

pub fn create_robot<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRobotRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRobotResponse, RusotoError<CreateRobotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a robot.

pub fn create_robot_application<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRobotApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRobotApplicationResponse, RusotoError<CreateRobotApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a robot application.

pub fn create_robot_application_version<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRobotApplicationVersionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRobotApplicationVersionResponse, RusotoError<CreateRobotApplicationVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a version of a robot application.

pub fn create_simulation_application<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSimulationApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSimulationApplicationResponse, RusotoError<CreateSimulationApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a simulation application.

pub fn create_simulation_application_version<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSimulationApplicationVersionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSimulationApplicationVersionResponse, RusotoError<CreateSimulationApplicationVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a simulation application with a specific revision id.

pub fn create_simulation_job<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSimulationJobRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSimulationJobResponse, RusotoError<CreateSimulationJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a simulation job.

After 90 days, simulation jobs expire and will be deleted. They will no longer be accessible.

pub fn delete_fleet<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteFleetRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteFleetResponse, RusotoError<DeleteFleetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a fleet.

pub fn delete_robot<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRobotRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteRobotResponse, RusotoError<DeleteRobotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a robot.

pub fn delete_robot_application<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRobotApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteRobotApplicationResponse, RusotoError<DeleteRobotApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a robot application.

pub fn delete_simulation_application<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSimulationApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteSimulationApplicationResponse, RusotoError<DeleteSimulationApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a simulation application.

pub fn deregister_robot<'life0, 'async_trait>(
    &'life0 self,
    input: DeregisterRobotRequest
) -> Pin<Box<dyn Future<Output = Result<DeregisterRobotResponse, RusotoError<DeregisterRobotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deregisters a robot.

pub fn describe_deployment_job<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDeploymentJobRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDeploymentJobResponse, RusotoError<DescribeDeploymentJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a deployment job.

pub fn describe_fleet<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeFleetRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeFleetResponse, RusotoError<DescribeFleetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a fleet.

pub fn describe_robot<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRobotRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRobotResponse, RusotoError<DescribeRobotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a robot.

pub fn describe_robot_application<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRobotApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRobotApplicationResponse, RusotoError<DescribeRobotApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a robot application.

pub fn describe_simulation_application<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSimulationApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSimulationApplicationResponse, RusotoError<DescribeSimulationApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a simulation application.

pub fn describe_simulation_job<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSimulationJobRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSimulationJobResponse, RusotoError<DescribeSimulationJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a simulation job.

pub fn describe_simulation_job_batch<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSimulationJobBatchRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSimulationJobBatchResponse, RusotoError<DescribeSimulationJobBatchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a simulation job batch.

pub fn list_deployment_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeploymentJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDeploymentJobsResponse, RusotoError<ListDeploymentJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.

pub fn list_fleets<'life0, 'async_trait>(
    &'life0 self,
    input: ListFleetsRequest
) -> Pin<Box<dyn Future<Output = Result<ListFleetsResponse, RusotoError<ListFleetsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.

pub fn list_robot_applications<'life0, 'async_trait>(
    &'life0 self,
    input: ListRobotApplicationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListRobotApplicationsResponse, RusotoError<ListRobotApplicationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications.

pub fn list_robots<'life0, 'async_trait>(
    &'life0 self,
    input: ListRobotsRequest
) -> Pin<Box<dyn Future<Output = Result<ListRobotsResponse, RusotoError<ListRobotsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of robots. You can optionally provide filters to retrieve specific robots.

pub fn list_simulation_applications<'life0, 'async_trait>(
    &'life0 self,
    input: ListSimulationApplicationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListSimulationApplicationsResponse, RusotoError<ListSimulationApplicationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.

pub fn list_simulation_job_batches<'life0, 'async_trait>(
    &'life0 self,
    input: ListSimulationJobBatchesRequest
) -> Pin<Box<dyn Future<Output = Result<ListSimulationJobBatchesResponse, RusotoError<ListSimulationJobBatchesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list simulation job batches. You can optionally provide filters to retrieve specific simulation batch jobs.

pub fn list_simulation_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListSimulationJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListSimulationJobsResponse, RusotoError<ListSimulationJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of simulation jobs. You can optionally provide filters to retrieve specific simulation jobs.

pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all tags on a AWS RoboMaker resource.

pub fn register_robot<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterRobotRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterRobotResponse, RusotoError<RegisterRobotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Registers a robot with a fleet.

pub fn restart_simulation_job<'life0, 'async_trait>(
    &'life0 self,
    input: RestartSimulationJobRequest
) -> Pin<Box<dyn Future<Output = Result<RestartSimulationJobResponse, RusotoError<RestartSimulationJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Restarts a running simulation job.

pub fn start_simulation_job_batch<'life0, 'async_trait>(
    &'life0 self,
    input: StartSimulationJobBatchRequest
) -> Pin<Box<dyn Future<Output = Result<StartSimulationJobBatchResponse, RusotoError<StartSimulationJobBatchError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts a new simulation job batch. The batch is defined using one or more SimulationJobRequest objects.

pub fn sync_deployment_job<'life0, 'async_trait>(
    &'life0 self,
    input: SyncDeploymentJobRequest
) -> Pin<Box<dyn Future<Output = Result<SyncDeploymentJobResponse, RusotoError<SyncDeploymentJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.

pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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 .

pub fn update_robot_application<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRobotApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateRobotApplicationResponse, RusotoError<UpdateRobotApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a robot application.

pub fn update_simulation_application<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateSimulationApplicationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateSimulationApplicationResponse, RusotoError<UpdateSimulationApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a simulation application.

Loading content...