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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeImportImageTasks

Contents

Description

Displays details about an import virtual machine or import snapshot tasks that are already created.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeImportImageTasks.html

Synopsis

Request

Request constructor

Request lenses

diitDryRun :: Lens' DescribeImportImageTasks (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.

diitImportTaskIds :: Lens' DescribeImportImageTasks [Text] Source

A list of import image task IDs.

diitMaxResults :: Lens' DescribeImportImageTasks (Maybe Int) Source

The maximum number of results to return in a single request.

diitNextToken :: Lens' DescribeImportImageTasks (Maybe Text) Source

A token that indicates the next page of results.

Response

Response constructor

Response lenses

diitrImportImageTasks :: Lens' DescribeImportImageTasksResponse [ImportImageTask] Source

A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.

diitrNextToken :: Lens' DescribeImportImageTasksResponse (Maybe Text) Source

The token to use to get the next page of results. This value is null when there are no more results to return.