libZSservicesZSamazonka-codedeployZSamazonka-codedeploy
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodeDeploy.GetApplication

Description

Gets information about an application.

Synopsis

Creating a Request

data GetApplication Source #

Represents the input of a GetApplication operation.

See: newGetApplication smart constructor.

Constructors

GetApplication' 

Fields

  • applicationName :: Text

    The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

Instances

Instances details
Eq GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Read GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Show GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Generic GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Associated Types

type Rep GetApplication :: Type -> Type #

NFData GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Methods

rnf :: GetApplication -> () #

Hashable GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

ToJSON GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

AWSRequest GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Associated Types

type AWSResponse GetApplication #

ToHeaders GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

ToPath GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

ToQuery GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

type Rep GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

type Rep GetApplication = D1 ('MetaData "GetApplication" "Amazonka.CodeDeploy.GetApplication" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

newGetApplication Source #

Create a value of GetApplication with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationName:GetApplication', getApplication_applicationName - The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

Request Lenses

getApplication_applicationName :: Lens' GetApplication Text Source #

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

Destructuring the Response

data GetApplicationResponse Source #

Represents the output of a GetApplication operation.

See: newGetApplicationResponse smart constructor.

Constructors

GetApplicationResponse' 

Fields

Instances

Instances details
Eq GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Read GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Show GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Generic GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Associated Types

type Rep GetApplicationResponse :: Type -> Type #

NFData GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Methods

rnf :: GetApplicationResponse -> () #

type Rep GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

type Rep GetApplicationResponse = D1 ('MetaData "GetApplicationResponse" "Amazonka.CodeDeploy.GetApplication" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetApplicationResponse Source #

Create a value of GetApplicationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:application:GetApplicationResponse', getApplicationResponse_application - Information about the application.

$sel:httpStatus:GetApplicationResponse', getApplicationResponse_httpStatus - The response's http status code.

Response Lenses