Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.CodeDeploy.GetApplication
Description
Gets information about an application.
- getApplication :: Text -> GetApplication
- data GetApplication
- gaApplicationName :: Lens' GetApplication Text
- getApplicationResponse :: Int -> GetApplicationResponse
- data GetApplicationResponse
- garsApplication :: Lens' GetApplicationResponse (Maybe ApplicationInfo)
- garsResponseStatus :: Lens' GetApplicationResponse Int
Creating a Request
Arguments
:: Text | |
-> GetApplication |
Creates a value of GetApplication
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gaApplicationName
- The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
data GetApplication #
Represents the input of a get application operation.
See: getApplication
smart constructor.
Instances
Request Lenses
gaApplicationName :: Lens' GetApplication Text #
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
Destructuring the Response
Arguments
:: Int | |
-> GetApplicationResponse |
Creates a value of GetApplicationResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
garsApplication
- Information about the application.garsResponseStatus
- -- | The response status code.
data GetApplicationResponse #
Represents the output of a get application operation.
See: getApplicationResponse
smart constructor.
Response Lenses
garsApplication :: Lens' GetApplicationResponse (Maybe ApplicationInfo) #
Information about the application.
garsResponseStatus :: Lens' GetApplicationResponse Int #
- - | The response status code.