amazonka-opsworks-0.0.0: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.DescribeApps

Contents

Description

Requests a description of a specified set of apps. 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_DescribeApps.html

Synopsis

Request

Request constructor

describeApps :: DescribeApps Source

DescribeApps constructor.

The fields accessible through corresponding lenses are:

Request lenses

daAppIds :: Lens' DescribeApps [Text] Source

An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

daStackId :: Lens' DescribeApps (Maybe Text) Source

The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.

Response

Response constructor

describeAppsResponse :: DescribeAppsResponse Source

DescribeAppsResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

darApps :: Lens' DescribeAppsResponse [App] Source

An array of App objects that describe the specified apps.