libZSservicesZSamazonka-mwaaZSamazonka-mwaa
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.MwAA.GetEnvironment

Description

Retrieves the details of an Amazon Managed Workflows for Apache Airflow (MWAA) environment.

Synopsis

Creating a Request

data GetEnvironment Source #

See: newGetEnvironment smart constructor.

Constructors

GetEnvironment' 

Fields

  • name :: Text

    The name of the Amazon MWAA environment. For example, MyMWAAEnvironment.

Instances

Instances details
Eq GetEnvironment Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

Read GetEnvironment Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

Show GetEnvironment Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

Generic GetEnvironment Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

Associated Types

type Rep GetEnvironment :: Type -> Type #

NFData GetEnvironment Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

Methods

rnf :: GetEnvironment -> () #

Hashable GetEnvironment Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

AWSRequest GetEnvironment Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

Associated Types

type AWSResponse GetEnvironment #

ToHeaders GetEnvironment Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

ToPath GetEnvironment Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

ToQuery GetEnvironment Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

type Rep GetEnvironment Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

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

Defined in Amazonka.MwAA.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 Amazon MWAA environment. For example, MyMWAAEnvironment.

Request Lenses

getEnvironment_name :: Lens' GetEnvironment Text Source #

The name of the Amazon MWAA environment. For example, MyMWAAEnvironment.

Destructuring the Response

data GetEnvironmentResponse Source #

See: newGetEnvironmentResponse smart constructor.

Constructors

GetEnvironmentResponse' 

Fields

Instances

Instances details
Eq GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

Read GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

Show GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

Generic GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

Associated Types

type Rep GetEnvironmentResponse :: Type -> Type #

NFData GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

Methods

rnf :: GetEnvironmentResponse -> () #

type Rep GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.MwAA.GetEnvironment

type Rep GetEnvironmentResponse = D1 ('MetaData "GetEnvironmentResponse" "Amazonka.MwAA.GetEnvironment" "libZSservicesZSamazonka-mwaaZSamazonka-mwaa" 'False) (C1 ('MetaCons "GetEnvironmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Environment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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:environment:GetEnvironmentResponse', getEnvironmentResponse_environment - An object containing all available details about the environment.

$sel:httpStatus:GetEnvironmentResponse', getEnvironmentResponse_httpStatus - The response's http status code.

Response Lenses

getEnvironmentResponse_environment :: Lens' GetEnvironmentResponse (Maybe Environment) Source #

An object containing all available details about the environment.