amazonka-ec2-1.4.5: Amazon Elastic Compute Cloud SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeConversionTasks

Contents

Description

Describes one or more of your conversion tasks. For more information, see the VM Import/Export User Guide .

For information about the import manifest referenced by this API action, see VM Import Manifest .

Synopsis

Creating a Request

describeConversionTasks :: DescribeConversionTasks #

Creates a value of DescribeConversionTasks with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dctConversionTaskIds - One or more conversion task IDs.
  • dctDryRun - 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 .

data DescribeConversionTasks #

Contains the parameters for DescribeConversionTasks.

See: describeConversionTasks smart constructor.

Instances

Eq DescribeConversionTasks # 
Data DescribeConversionTasks # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeConversionTasks -> c DescribeConversionTasks #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeConversionTasks #

toConstr :: DescribeConversionTasks -> Constr #

dataTypeOf :: DescribeConversionTasks -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeConversionTasks) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeConversionTasks) #

gmapT :: (forall b. Data b => b -> b) -> DescribeConversionTasks -> DescribeConversionTasks #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeConversionTasks -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeConversionTasks -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeConversionTasks -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeConversionTasks -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeConversionTasks -> m DescribeConversionTasks #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeConversionTasks -> m DescribeConversionTasks #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeConversionTasks -> m DescribeConversionTasks #

Read DescribeConversionTasks # 
Show DescribeConversionTasks # 
Generic DescribeConversionTasks # 
Hashable DescribeConversionTasks # 
NFData DescribeConversionTasks # 

Methods

rnf :: DescribeConversionTasks -> () #

AWSRequest DescribeConversionTasks # 
ToQuery DescribeConversionTasks # 
ToPath DescribeConversionTasks # 
ToHeaders DescribeConversionTasks # 
type Rep DescribeConversionTasks # 
type Rep DescribeConversionTasks = D1 (MetaData "DescribeConversionTasks" "Network.AWS.EC2.DescribeConversionTasks" "amazonka-ec2-1.4.5-C4CR35JggG2GhWFrIiKGhu" False) (C1 (MetaCons "DescribeConversionTasks'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dctConversionTaskIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_dctDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))
type Rs DescribeConversionTasks # 

Request Lenses

dctConversionTaskIds :: Lens' DescribeConversionTasks [Text] #

One or more conversion task IDs.

dctDryRun :: Lens' DescribeConversionTasks (Maybe Bool) #

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 .

Destructuring the Response

describeConversionTasksResponse #

Creates a value of DescribeConversionTasksResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeConversionTasksResponse #

Contains the output for DescribeConversionTasks.

See: describeConversionTasksResponse smart constructor.

Instances

Eq DescribeConversionTasksResponse # 
Data DescribeConversionTasksResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeConversionTasksResponse -> c DescribeConversionTasksResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeConversionTasksResponse #

toConstr :: DescribeConversionTasksResponse -> Constr #

dataTypeOf :: DescribeConversionTasksResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeConversionTasksResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeConversionTasksResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeConversionTasksResponse -> DescribeConversionTasksResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeConversionTasksResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeConversionTasksResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeConversionTasksResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeConversionTasksResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeConversionTasksResponse -> m DescribeConversionTasksResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeConversionTasksResponse -> m DescribeConversionTasksResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeConversionTasksResponse -> m DescribeConversionTasksResponse #

Read DescribeConversionTasksResponse # 
Show DescribeConversionTasksResponse # 
Generic DescribeConversionTasksResponse # 
NFData DescribeConversionTasksResponse # 
type Rep DescribeConversionTasksResponse # 
type Rep DescribeConversionTasksResponse = D1 (MetaData "DescribeConversionTasksResponse" "Network.AWS.EC2.DescribeConversionTasks" "amazonka-ec2-1.4.5-C4CR35JggG2GhWFrIiKGhu" False) (C1 (MetaCons "DescribeConversionTasksResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dctrsConversionTasks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ConversionTask]))) (S1 (MetaSel (Just Symbol "_dctrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

dctrsConversionTasks :: Lens' DescribeConversionTasksResponse [ConversionTask] #

Information about the conversion tasks.