libZSservicesZSamazonka-finspaceZSamazonka-finspace
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.FinSpace.GetEnvironment

Description

Returns the FinSpace environment object.

Synopsis

Creating a Request

data GetEnvironment Source #

See: newGetEnvironment smart constructor.

Constructors

GetEnvironment' 

Fields

Instances

Instances details
Eq GetEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

Read GetEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

Show GetEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

Generic GetEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

Associated Types

type Rep GetEnvironment :: Type -> Type #

NFData GetEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

Methods

rnf :: GetEnvironment -> () #

Hashable GetEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

AWSRequest GetEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

Associated Types

type AWSResponse GetEnvironment #

ToHeaders GetEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

ToPath GetEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

ToQuery GetEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

type Rep GetEnvironment Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

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

Defined in Amazonka.FinSpace.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:environmentId:GetEnvironment', getEnvironment_environmentId - The identifier of the FinSpace environment.

Request Lenses

getEnvironment_environmentId :: Lens' GetEnvironment Text Source #

The identifier of the FinSpace environment.

Destructuring the Response

data GetEnvironmentResponse Source #

See: newGetEnvironmentResponse smart constructor.

Constructors

GetEnvironmentResponse' 

Fields

Instances

Instances details
Eq GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

Read GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

Show GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

Generic GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

Associated Types

type Rep GetEnvironmentResponse :: Type -> Type #

NFData GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

Methods

rnf :: GetEnvironmentResponse -> () #

type Rep GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.FinSpace.GetEnvironment

type Rep GetEnvironmentResponse = D1 ('MetaData "GetEnvironmentResponse" "Amazonka.FinSpace.GetEnvironment" "libZSservicesZSamazonka-finspaceZSamazonka-finspace" '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 - The name of the FinSpace environment.

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

Response Lenses