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

Description

In an environment account, get the detailed data for an environment account connection.

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

Synopsis

Creating a Request

data GetEnvironmentAccountConnection Source #

See: newGetEnvironmentAccountConnection smart constructor.

Constructors

GetEnvironmentAccountConnection' 

Fields

  • id :: Text

    The ID of the environment account connection that you want to get the detailed data for.

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Read GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

Show GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

NFData GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

Eq GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

Hashable GetEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

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

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:

GetEnvironmentAccountConnection, getEnvironmentAccountConnection_id - The ID of the environment account connection that you want to get the detailed data for.

Request Lenses

getEnvironmentAccountConnection_id :: Lens' GetEnvironmentAccountConnection Text Source #

The ID of the environment account connection that you want to get the detailed data for.

Destructuring the Response

data GetEnvironmentAccountConnectionResponse Source #

Constructors

GetEnvironmentAccountConnectionResponse' 

Fields

Instances

Instances details
Generic 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

NFData GetEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.GetEnvironmentAccountConnection

Eq 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" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" '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