createDeploymentJob
inline suspend fun RoboMakerClient.createDeploymentJob(crossinline block: CreateDeploymentJobRequest.Builder.() -> Unit): CreateDeploymentJobResponse
Deprecated
No longer recommended for use. See AWS API documentation for more details.
Deploys a specific version of a robot application to robots in a fleet.
This API is no longer supported and will throw an error if used.
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.