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.Types.RemoveAction

Description

 
Synopsis

Documentation

data RemoveAction Source #

An action to remove a member from a Managed Blockchain network as the result of a removal proposal that is APPROVED. The member and all associated resources are deleted from the network.

Applies only to Hyperledger Fabric.

See: newRemoveAction smart constructor.

Constructors

RemoveAction' 

Fields

  • memberId :: Text

    The unique identifier of the member to remove.

Instances

Instances details
Eq RemoveAction Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.RemoveAction

Read RemoveAction Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.RemoveAction

Show RemoveAction Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.RemoveAction

Generic RemoveAction Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.RemoveAction

Associated Types

type Rep RemoveAction :: Type -> Type #

NFData RemoveAction Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.RemoveAction

Methods

rnf :: RemoveAction -> () #

Hashable RemoveAction Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.RemoveAction

ToJSON RemoveAction Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.RemoveAction

FromJSON RemoveAction Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.RemoveAction

type Rep RemoveAction Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.RemoveAction

type Rep RemoveAction = D1 ('MetaData "RemoveAction" "Amazonka.ManagedBlockChain.Types.RemoveAction" "libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain" 'False) (C1 ('MetaCons "RemoveAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "memberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRemoveAction Source #

Create a value of RemoveAction 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:memberId:RemoveAction', removeAction_memberId - The unique identifier of the member to remove.

removeAction_memberId :: Lens' RemoveAction Text Source #

The unique identifier of the member to remove.