amazonka-proton-2.0: Amazon Proton SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Proton.GetEnvironment

Description

Get detailed 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 detailed data for.

Instances

Instances details
ToJSON GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.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

AWSRequest GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

Associated Types

type AWSResponse GetEnvironment #

Generic GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

Associated Types

type Rep GetEnvironment :: Type -> Type #

Read GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

Show GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

NFData GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

Methods

rnf :: GetEnvironment -> () #

Eq GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

Hashable GetEnvironment Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironment

type AWSResponse 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" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "GetEnvironment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

GetEnvironment, getEnvironment_name - The name of the environment that you want to get the detailed data for.

Request Lenses

getEnvironment_name :: Lens' GetEnvironment Text Source #

The name of the environment that you want to get the detailed 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 detailed data of the requested environment.

Response Lenses

getEnvironmentResponse_environment :: Lens' GetEnvironmentResponse Environment Source #

The detailed data of the requested environment.