libZSservicesZSamazonka-protonZSamazonka-proton
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.Proton.GetEnvironment

Description

Get detail data for an environment.

Synopsis

Creating a Request

data GetEnvironment Source #

See: newGetEnvironment smart constructor.

Constructors

GetEnvironment' 

Fields

  • name :: Text

    The name of the environment that you want to get the detail data for.

Instances

Instances details
Eq GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

Read GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

Show GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

Generic GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

Associated Types

type Rep GetEnvironment :: Type -> Type #

NFData GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

Methods

rnf :: GetEnvironment -> () #

Hashable GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

ToJSON GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

AWSRequest GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

Associated Types

type AWSResponse GetEnvironment #

ToHeaders GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

ToPath GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

ToQuery GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

type Rep GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

type Rep GetEnvironment = D1 ('MetaData "GetEnvironment" "Amazonka.Proton.GetEnvironment" "libZSservicesZSamazonka-protonZSamazonka-proton" 'False) (C1 ('MetaCons "GetEnvironment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

newGetEnvironment Source #

Create a value of GetEnvironment 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:name:GetEnvironment', getEnvironment_name - The name of the environment that you want to get the detail data for.

Request Lenses

getEnvironment_name :: Lens' GetEnvironment Text Source #

The name of the environment that you want to get the detail data for.

Destructuring the Response

data GetEnvironmentResponse Source #

See: newGetEnvironmentResponse smart constructor.

Constructors

GetEnvironmentResponse' 

Fields

newGetEnvironmentResponse Source #

Create a value of GetEnvironmentResponse 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:httpStatus:GetEnvironmentResponse', getEnvironmentResponse_httpStatus - The response's http status code.

$sel:environment:GetEnvironmentResponse', getEnvironmentResponse_environment - The environment detail data that's returned by AWS Proton.

Response Lenses

getEnvironmentResponse_environment :: Lens' GetEnvironmentResponse Environment Source #

The environment detail data that's returned by AWS Proton.