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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeImportSnapshotTasks

Contents

Description

Synopsis

Request

Request constructor

Request lenses

distDryRun :: Lens' DescribeImportSnapshotTasks (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.

distImportTaskIds :: Lens' DescribeImportSnapshotTasks [Text] Source

A list of import snapshot task IDs.

distMaxResults :: Lens' DescribeImportSnapshotTasks (Maybe Int) Source

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

distNextToken :: Lens' DescribeImportSnapshotTasks (Maybe Text) Source

A token that indicates the next page of results.

Response

Response constructor

Response lenses

distrImportSnapshotTasks :: Lens' DescribeImportSnapshotTasksResponse [ImportSnapshotTask] Source

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

distrNextToken :: Lens' DescribeImportSnapshotTasksResponse (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.