amazonka-ec2-1.4.3: 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 Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2 in the Amazon Elastic Compute Cloud User Guide.

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

Synopsis

Creating a Request

describeConversionTasks :: DescribeConversionTasks Source #

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:

data DescribeConversionTasks Source #

Contains the parameters for DescribeConversionTasks.

See: describeConversionTasks smart constructor.

Instances

Eq DescribeConversionTasks Source # 
Data DescribeConversionTasks Source # 

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 Source # 
Show DescribeConversionTasks Source # 
Generic DescribeConversionTasks Source # 
Hashable DescribeConversionTasks Source # 
NFData DescribeConversionTasks Source # 

Methods

rnf :: DescribeConversionTasks -> () #

AWSRequest DescribeConversionTasks Source # 
ToQuery DescribeConversionTasks Source # 
ToPath DescribeConversionTasks Source # 
ToHeaders DescribeConversionTasks Source # 
type Rep DescribeConversionTasks Source # 
type Rep DescribeConversionTasks = D1 (MetaData "DescribeConversionTasks" "Network.AWS.EC2.DescribeConversionTasks" "amazonka-ec2-1.4.3-IOmvt8owjDkAgcWNrchie1" False) (C1 (MetaCons "DescribeConversionTasks'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dctFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter]))) ((:*:) (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 Source # 

Request Lenses

dctConversionTaskIds :: Lens' DescribeConversionTasks [Text] Source #

One or more conversion task IDs.

dctDryRun :: Lens' DescribeConversionTasks (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.

Destructuring the Response

describeConversionTasksResponse Source #

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 Source #

Contains the output for DescribeConversionTasks.

See: describeConversionTasksResponse smart constructor.

Instances

Eq DescribeConversionTasksResponse Source # 
Data DescribeConversionTasksResponse Source # 

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 Source # 
Show DescribeConversionTasksResponse Source # 
Generic DescribeConversionTasksResponse Source # 
NFData DescribeConversionTasksResponse Source # 
type Rep DescribeConversionTasksResponse Source # 
type Rep DescribeConversionTasksResponse = D1 (MetaData "DescribeConversionTasksResponse" "Network.AWS.EC2.DescribeConversionTasks" "amazonka-ec2-1.4.3-IOmvt8owjDkAgcWNrchie1" False) (C1 (MetaCons "DescribeConversionTasksResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dctrsConversionTasks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ConversionTask]))) (S1 (MetaSel (Just Symbol "_dctrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses