amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.DescribeConversionTasks

Description

Describes the specified conversion tasks or all 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

data DescribeConversionTasks Source #

See: newDescribeConversionTasks smart constructor.

Constructors

DescribeConversionTasks' 

Fields

  • conversionTaskIds :: Maybe [Text]

    The conversion task IDs.

  • dryRun :: 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.

Instances

Instances details
ToHeaders DescribeConversionTasks Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

ToPath DescribeConversionTasks Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

ToQuery DescribeConversionTasks Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

AWSRequest DescribeConversionTasks Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

Generic DescribeConversionTasks Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

Associated Types

type Rep DescribeConversionTasks :: Type -> Type #

Read DescribeConversionTasks Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

Show DescribeConversionTasks Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

NFData DescribeConversionTasks Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

Methods

rnf :: DescribeConversionTasks -> () #

Eq DescribeConversionTasks Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

Hashable DescribeConversionTasks Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

type AWSResponse DescribeConversionTasks Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

type Rep DescribeConversionTasks Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

type Rep DescribeConversionTasks = D1 ('MetaData "DescribeConversionTasks" "Amazonka.EC2.DescribeConversionTasks" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeConversionTasks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conversionTaskIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newDescribeConversionTasks :: DescribeConversionTasks Source #

Create a value of DescribeConversionTasks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:conversionTaskIds:DescribeConversionTasks', describeConversionTasks_conversionTaskIds - The conversion task IDs.

$sel:dryRun:DescribeConversionTasks', describeConversionTasks_dryRun - 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.

Request Lenses

describeConversionTasks_dryRun :: 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

data DescribeConversionTasksResponse Source #

See: newDescribeConversionTasksResponse smart constructor.

Constructors

DescribeConversionTasksResponse' 

Fields

Instances

Instances details
Generic DescribeConversionTasksResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

Associated Types

type Rep DescribeConversionTasksResponse :: Type -> Type #

Read DescribeConversionTasksResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

Show DescribeConversionTasksResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

NFData DescribeConversionTasksResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

Eq DescribeConversionTasksResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

type Rep DescribeConversionTasksResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeConversionTasks

type Rep DescribeConversionTasksResponse = D1 ('MetaData "DescribeConversionTasksResponse" "Amazonka.EC2.DescribeConversionTasks" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeConversionTasksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conversionTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConversionTask])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeConversionTasksResponse Source #

Create a value of DescribeConversionTasksResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:conversionTasks:DescribeConversionTasksResponse', describeConversionTasksResponse_conversionTasks - Information about the conversion tasks.

$sel:httpStatus:DescribeConversionTasksResponse', describeConversionTasksResponse_httpStatus - The response's http status code.

Response Lenses