paws.compute (version 0.1.0)

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

Description

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

Usage

ec2_describe_import_image_tasks(DryRun, Filters, ImportTaskIds,
  MaxResults, NextToken)

Arguments

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.

Filters

Filter tasks using the task-state filter and one of the following values: active, completed, deleting, deleted.

ImportTaskIds

A list of import image task IDs.

MaxResults

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

NextToken

A token that indicates the next page of results.

Request syntax

svc$describe_import_image_tasks(
  DryRun = TRUE|FALSE,
  Filters = list(
    list(
      Name = "string",
      Values = list(
        "string"
      )
    )
  ),
  ImportTaskIds = list(
    "string"
  ),
  MaxResults = 123,
  NextToken = "string"
)