| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.EC2.CancelBundleTask
Description
Cancels a bundling operation for an instance store-backed Windows instance.
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CancelBundleTask.html
- data CancelBundleTask
- cancelBundleTask :: Text -> CancelBundleTask
- cbtBundleId :: Lens' CancelBundleTask Text
- cbtDryRun :: Lens' CancelBundleTask (Maybe Bool)
- data CancelBundleTaskResponse
- cancelBundleTaskResponse :: CancelBundleTaskResponse
- cbtrBundleTask :: Lens' CancelBundleTaskResponse (Maybe BundleTask)
Request
data CancelBundleTask Source
Request constructor
Arguments
| :: Text | |
| -> CancelBundleTask |
CancelBundleTask constructor.
The fields accessible through corresponding lenses are:
cbtBundleId::TextcbtDryRun::MaybeBool
Request lenses
cbtBundleId :: Lens' CancelBundleTask Text Source
The ID of the bundle task.
cbtDryRun :: Lens' CancelBundleTask (Maybe Bool) Source
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have the
required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Response
Response constructor
cancelBundleTaskResponse :: CancelBundleTaskResponse Source
CancelBundleTaskResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
cbtrBundleTask :: Lens' CancelBundleTaskResponse (Maybe BundleTask) Source
Information about the bundle task.