libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain
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.ManagedBlockChain.RejectInvitation

Description

Rejects an invitation to join a network. This action can be called by a principal in an AWS account that has received an invitation to create a member and join a network.

Applies only to Hyperledger Fabric.

Synopsis

Creating a Request

data RejectInvitation Source #

See: newRejectInvitation smart constructor.

Constructors

RejectInvitation' 

Fields

Instances

Instances details
Eq RejectInvitation Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

Read RejectInvitation Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

Show RejectInvitation Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

Generic RejectInvitation Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

Associated Types

type Rep RejectInvitation :: Type -> Type #

NFData RejectInvitation Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

Methods

rnf :: RejectInvitation -> () #

Hashable RejectInvitation Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

AWSRequest RejectInvitation Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

Associated Types

type AWSResponse RejectInvitation #

ToHeaders RejectInvitation Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

ToPath RejectInvitation Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

ToQuery RejectInvitation Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

type Rep RejectInvitation Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

type Rep RejectInvitation = D1 ('MetaData "RejectInvitation" "Amazonka.ManagedBlockChain.RejectInvitation" "libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain" 'False) (C1 ('MetaCons "RejectInvitation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "invitationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RejectInvitation Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

newRejectInvitation Source #

Create a value of RejectInvitation 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:invitationId:RejectInvitation', rejectInvitation_invitationId - The unique identifier of the invitation to reject.

Request Lenses

rejectInvitation_invitationId :: Lens' RejectInvitation Text Source #

The unique identifier of the invitation to reject.

Destructuring the Response

data RejectInvitationResponse Source #

See: newRejectInvitationResponse smart constructor.

Constructors

RejectInvitationResponse' 

Fields

Instances

Instances details
Eq RejectInvitationResponse Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

Read RejectInvitationResponse Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

Show RejectInvitationResponse Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

Generic RejectInvitationResponse Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

Associated Types

type Rep RejectInvitationResponse :: Type -> Type #

NFData RejectInvitationResponse Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

type Rep RejectInvitationResponse Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.RejectInvitation

type Rep RejectInvitationResponse = D1 ('MetaData "RejectInvitationResponse" "Amazonka.ManagedBlockChain.RejectInvitation" "libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain" 'False) (C1 ('MetaCons "RejectInvitationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRejectInvitationResponse Source #

Create a value of RejectInvitationResponse 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:httpStatus:RejectInvitationResponse', rejectInvitationResponse_httpStatus - The response's http status code.

Response Lenses