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.DescribeVolumes

Description

Describes the specified EBS volumes or all of your EBS volumes.

If you are describing a long list of volumes, we recommend that you paginate the output to make the list more manageable. The MaxResults parameter sets the maximum number of results returned in a single page. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeVolumes request to retrieve the remaining results.

For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeVolumes Source #

See: newDescribeVolumes smart constructor.

Constructors

DescribeVolumes' 

Fields

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

  • filters :: Maybe [Filter]

    The filters.

    • attachment.attach-time - The time stamp when the attachment initiated.
    • attachment.delete-on-termination - Whether the volume is deleted on instance termination.
    • attachment.device - The device name specified in the block device mapping (for example, /dev/sda1).
    • attachment.instance-id - The ID of the instance the volume is attached to.
    • attachment.status - The attachment state (attaching | attached | detaching).
    • availability-zone - The Availability Zone in which the volume was created.
    • create-time - The time stamp when the volume was created.
    • encrypted - Indicates whether the volume is encrypted (true | false)
    • multi-attach-enabled - Indicates whether the volume is enabled for Multi-Attach (true | false)
    • fast-restored - Indicates whether the volume was created from a snapshot that is enabled for fast snapshot restore (true | false).
    • size - The size of the volume, in GiB.
    • snapshot-id - The snapshot from which the volume was created.
    • status - The state of the volume (creating | available | in-use | deleting | deleted | error).
    • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
    • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
    • volume-id - The volume ID.
    • volume-type - The Amazon EBS volume type (gp2 | gp3 | io1 | io2 | st1 | sc1| standard)
  • maxResults :: Maybe Int

    The maximum number of volume results returned by DescribeVolumes in paginated output. When this parameter is used, DescribeVolumes only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another DescribeVolumes request with the returned NextToken value. This value can be between 5 and 500; if MaxResults is given a value larger than 500, only 500 results are returned. If this parameter is not used, then DescribeVolumes returns all results. You cannot specify this parameter and the volume IDs parameter in the same request.

  • nextToken :: Maybe Text

    The NextToken value returned from a previous paginated DescribeVolumes request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

  • volumeIds :: Maybe [Text]

    The volume IDs.

Instances

Instances details
ToHeaders DescribeVolumes Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

ToPath DescribeVolumes Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

ToQuery DescribeVolumes Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

AWSPager DescribeVolumes Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

AWSRequest DescribeVolumes Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

Associated Types

type AWSResponse DescribeVolumes #

Generic DescribeVolumes Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

Associated Types

type Rep DescribeVolumes :: Type -> Type #

Read DescribeVolumes Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

Show DescribeVolumes Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

NFData DescribeVolumes Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

Methods

rnf :: DescribeVolumes -> () #

Eq DescribeVolumes Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

Hashable DescribeVolumes Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

type AWSResponse DescribeVolumes Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

type Rep DescribeVolumes Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

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

newDescribeVolumes :: DescribeVolumes Source #

Create a value of DescribeVolumes 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:dryRun:DescribeVolumes', describeVolumes_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.

$sel:filters:DescribeVolumes', describeVolumes_filters - The filters.

  • attachment.attach-time - The time stamp when the attachment initiated.
  • attachment.delete-on-termination - Whether the volume is deleted on instance termination.
  • attachment.device - The device name specified in the block device mapping (for example, /dev/sda1).
  • attachment.instance-id - The ID of the instance the volume is attached to.
  • attachment.status - The attachment state (attaching | attached | detaching).
  • availability-zone - The Availability Zone in which the volume was created.
  • create-time - The time stamp when the volume was created.
  • encrypted - Indicates whether the volume is encrypted (true | false)
  • multi-attach-enabled - Indicates whether the volume is enabled for Multi-Attach (true | false)
  • fast-restored - Indicates whether the volume was created from a snapshot that is enabled for fast snapshot restore (true | false).
  • size - The size of the volume, in GiB.
  • snapshot-id - The snapshot from which the volume was created.
  • status - The state of the volume (creating | available | in-use | deleting | deleted | error).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • volume-id - The volume ID.
  • volume-type - The Amazon EBS volume type (gp2 | gp3 | io1 | io2 | st1 | sc1| standard)

$sel:maxResults:DescribeVolumes', describeVolumes_maxResults - The maximum number of volume results returned by DescribeVolumes in paginated output. When this parameter is used, DescribeVolumes only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another DescribeVolumes request with the returned NextToken value. This value can be between 5 and 500; if MaxResults is given a value larger than 500, only 500 results are returned. If this parameter is not used, then DescribeVolumes returns all results. You cannot specify this parameter and the volume IDs parameter in the same request.

DescribeVolumes, describeVolumes_nextToken - The NextToken value returned from a previous paginated DescribeVolumes request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

$sel:volumeIds:DescribeVolumes', describeVolumes_volumeIds - The volume IDs.

Request Lenses

describeVolumes_dryRun :: Lens' DescribeVolumes (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.

describeVolumes_filters :: Lens' DescribeVolumes (Maybe [Filter]) Source #

The filters.

  • attachment.attach-time - The time stamp when the attachment initiated.
  • attachment.delete-on-termination - Whether the volume is deleted on instance termination.
  • attachment.device - The device name specified in the block device mapping (for example, /dev/sda1).
  • attachment.instance-id - The ID of the instance the volume is attached to.
  • attachment.status - The attachment state (attaching | attached | detaching).
  • availability-zone - The Availability Zone in which the volume was created.
  • create-time - The time stamp when the volume was created.
  • encrypted - Indicates whether the volume is encrypted (true | false)
  • multi-attach-enabled - Indicates whether the volume is enabled for Multi-Attach (true | false)
  • fast-restored - Indicates whether the volume was created from a snapshot that is enabled for fast snapshot restore (true | false).
  • size - The size of the volume, in GiB.
  • snapshot-id - The snapshot from which the volume was created.
  • status - The state of the volume (creating | available | in-use | deleting | deleted | error).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • volume-id - The volume ID.
  • volume-type - The Amazon EBS volume type (gp2 | gp3 | io1 | io2 | st1 | sc1| standard)

describeVolumes_maxResults :: Lens' DescribeVolumes (Maybe Int) Source #

The maximum number of volume results returned by DescribeVolumes in paginated output. When this parameter is used, DescribeVolumes only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another DescribeVolumes request with the returned NextToken value. This value can be between 5 and 500; if MaxResults is given a value larger than 500, only 500 results are returned. If this parameter is not used, then DescribeVolumes returns all results. You cannot specify this parameter and the volume IDs parameter in the same request.

describeVolumes_nextToken :: Lens' DescribeVolumes (Maybe Text) Source #

The NextToken value returned from a previous paginated DescribeVolumes request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

Destructuring the Response

data DescribeVolumesResponse Source #

See: newDescribeVolumesResponse smart constructor.

Constructors

DescribeVolumesResponse' 

Fields

  • nextToken :: Maybe Text

    The NextToken value to include in a future DescribeVolumes request. When the results of a DescribeVolumes request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

  • volumes :: Maybe [Volume]

    Information about the volumes.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic DescribeVolumesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

Associated Types

type Rep DescribeVolumesResponse :: Type -> Type #

Read DescribeVolumesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

Show DescribeVolumesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

NFData DescribeVolumesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

Methods

rnf :: DescribeVolumesResponse -> () #

Eq DescribeVolumesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

type Rep DescribeVolumesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeVolumes

type Rep DescribeVolumesResponse = D1 ('MetaData "DescribeVolumesResponse" "Amazonka.EC2.DescribeVolumes" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeVolumesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "volumes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Volume])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeVolumesResponse Source #

Create a value of DescribeVolumesResponse 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:

DescribeVolumes, describeVolumesResponse_nextToken - The NextToken value to include in a future DescribeVolumes request. When the results of a DescribeVolumes request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

DescribeVolumesResponse, describeVolumesResponse_volumes - Information about the volumes.

$sel:httpStatus:DescribeVolumesResponse', describeVolumesResponse_httpStatus - The response's http status code.

Response Lenses

describeVolumesResponse_nextToken :: Lens' DescribeVolumesResponse (Maybe Text) Source #

The NextToken value to include in a future DescribeVolumes request. When the results of a DescribeVolumes request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.