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

Description

In a management account, reject an environment account connection from another environment account.

After you reject an environment account connection request, you won’t be able to accept or use the rejected environment account connection.

You can’t reject an environment account connection that is connected to an environment.

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

Synopsis

Creating a Request

data RejectEnvironmentAccountConnection Source #

Constructors

RejectEnvironmentAccountConnection' 

Fields

  • id :: Text

    The ID of the environment account connection to reject.

Instances

Instances details
Eq RejectEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

Read RejectEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

Show RejectEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

Generic RejectEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

Associated Types

type Rep RejectEnvironmentAccountConnection :: Type -> Type #

NFData RejectEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

Hashable RejectEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

ToJSON RejectEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

AWSRequest RejectEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

ToHeaders RejectEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

ToPath RejectEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

ToQuery RejectEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

type Rep RejectEnvironmentAccountConnection Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

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

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

newRejectEnvironmentAccountConnection Source #

Create a value of RejectEnvironmentAccountConnection 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:RejectEnvironmentAccountConnection', rejectEnvironmentAccountConnection_id - The ID of the environment account connection to reject.

Request Lenses

rejectEnvironmentAccountConnection_id :: Lens' RejectEnvironmentAccountConnection Text Source #

The ID of the environment account connection to reject.

Destructuring the Response

data RejectEnvironmentAccountConnectionResponse Source #

Constructors

RejectEnvironmentAccountConnectionResponse' 

Fields

Instances

Instances details
Eq RejectEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

Read RejectEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

Show RejectEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

Generic RejectEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

NFData RejectEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

type Rep RejectEnvironmentAccountConnectionResponse Source # 
Instance details

Defined in Amazonka.Proton.RejectEnvironmentAccountConnection

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

Response Lenses