amazonka-opsworks-0.1.2: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.DescribeStacks

Contents

Description

Requests a description of one or more stacks.

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_DescribeStacks.html

Synopsis

Request

Request constructor

describeStacks :: DescribeStacks Source

DescribeStacks constructor.

The fields accessible through corresponding lenses are:

Request lenses

dsStackIds :: Lens' DescribeStacks [Text] Source

An array of stack IDs that specify the stacks to be described. If you omit this parameter, DescribeStacks returns a description of every stack.

Response

Response constructor

describeStacksResponse :: DescribeStacksResponse Source

DescribeStacksResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

dsrStacks :: Lens' DescribeStacksResponse [Stack] Source

An array of Stack objects that describe the stacks.