amazonka-opsworks-0.3.2: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.DescribeRaidArrays

Contents

Description

Describe an instance's RAID arrays.

You must specify at least one of the parameters.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

http://docs.aws.amazon.com/opsworks/latest/APIReference/API_DescribeRaidArrays.html

Synopsis

Request

Request constructor

describeRaidArrays :: DescribeRaidArrays Source

DescribeRaidArrays constructor.

The fields accessible through corresponding lenses are:

Request lenses

draInstanceId :: Lens' DescribeRaidArrays (Maybe Text) Source

The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of the RAID arrays associated with the specified instance.

draRaidArrayIds :: Lens' DescribeRaidArrays [Text] Source

An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.

draStackId :: Lens' DescribeRaidArrays (Maybe Text) Source

The stack ID.

Response

Response constructor

describeRaidArraysResponse :: DescribeRaidArraysResponse Source

DescribeRaidArraysResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

drarRaidArrays :: Lens' DescribeRaidArraysResponse [RaidArray] Source

A RaidArrays object that describes the specified RAID arrays.