amazonka-opsworks-1.2.0.2: Amazon OpsWorks SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for DescribeRAIdArrays.

Synopsis

Creating a Request

describeRAIdArrays :: DescribeRAIdArrays Source

Creates a value of DescribeRAIdArrays with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

draiaInstanceId :: 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.

draiaRAIdArrayIds :: 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.

Destructuring the Response

describeRAIdArraysResponse Source

Creates a value of DescribeRAIdArraysResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

draiarsRAIdArrays :: Lens' DescribeRAIdArraysResponse [RAIdArray] Source

A RaidArrays object that describes the specified RAID arrays.