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

Description

In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, AWS Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account.

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

Synopsis

Creating a Request

data AcceptEnvironmentAccountConnection Source #

Constructors

AcceptEnvironmentAccountConnection' 

Fields

  • id :: Text

    The ID of the environment account connection.

Instances

Instances details
Eq AcceptEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

Read AcceptEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

Show AcceptEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

Generic AcceptEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

Associated Types

type Rep AcceptEnvironmentAccountConnection :: Type -> Type #

NFData AcceptEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

Hashable AcceptEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

ToJSON AcceptEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

AWSRequest AcceptEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

ToHeaders AcceptEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

ToPath AcceptEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

ToQuery AcceptEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

type Rep AcceptEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

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

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

newAcceptEnvironmentAccountConnection Source #

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

Request Lenses

Destructuring the Response

data AcceptEnvironmentAccountConnectionResponse Source #

Constructors

AcceptEnvironmentAccountConnectionResponse' 

Fields

Instances

Instances details
Eq AcceptEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

Read AcceptEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

Show AcceptEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

Generic AcceptEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

NFData AcceptEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

type Rep AcceptEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.AcceptEnvironmentAccountConnection

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

Response Lenses