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.GetEnvironmentAccountConnection

Description

In an environment account, view the detail data for an environment account connection.

For more information, see Environment account connections in the AWS Proton Administrator guide.

Synopsis

Creating a Request

data GetEnvironmentAccountConnection Source #

See: newGetEnvironmentAccountConnection smart constructor.

Constructors

GetEnvironmentAccountConnection' 

Fields

  • id :: Text

    The ID of the environment account connection.

Instances

Instances details
Eq GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

Read GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

Show GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

Generic GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

Associated Types

type Rep GetEnvironmentAccountConnection :: Type -> Type #

NFData GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

Hashable GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

ToJSON GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

AWSRequest GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

ToHeaders GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

ToPath GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

ToQuery GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

type Rep GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

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

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

newGetEnvironmentAccountConnection Source #

Create a value of GetEnvironmentAccountConnection 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:id:GetEnvironmentAccountConnection', getEnvironmentAccountConnection_id - The ID of the environment account connection.

Request Lenses

Destructuring the Response

data GetEnvironmentAccountConnectionResponse Source #

Constructors

GetEnvironmentAccountConnectionResponse' 

Fields

Instances

Instances details
Eq GetEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

Read GetEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

Show GetEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

Generic GetEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

NFData GetEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

type Rep GetEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

type Rep GetEnvironmentAccountConnectionResponse = D1 ('MetaData "GetEnvironmentAccountConnectionResponse" "Amazonka.Proton.GetEnvironmentAccountConnection" "libZSservicesZSamazonka-protonZSamazonka-proton" 'False) (C1 ('MetaCons "GetEnvironmentAccountConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "environmentAccountConnection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EnvironmentAccountConnection)))

Response Lenses