Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception.
For more information, see Using the Command Line Tools to Import YourVirtual Machine to Amazon EC2 in the Amazon Elastic Compute Cloud User Guidefor Linux.
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CancelConversionTask.html
- data CancelConversionTask
- cancelConversionTask :: Text -> CancelConversionTask
- cctConversionTaskId :: Lens' CancelConversionTask Text
- cctDryRun :: Lens' CancelConversionTask (Maybe Bool)
- cctReasonMessage :: Lens' CancelConversionTask (Maybe Text)
- data CancelConversionTaskResponse
- cancelConversionTaskResponse :: CancelConversionTaskResponse
Request
Request constructor
CancelConversionTask
constructor.
The fields accessible through corresponding lenses are:
Request lenses
cctConversionTaskId :: Lens' CancelConversionTask Text Source
The ID of the conversion task.