View Source aws_managedblockchain (aws v1.0.4)

Amazon Managed Blockchain is a fully managed service for creating and managing blockchain networks using open-source frameworks.

Blockchain allows you to build applications where multiple parties can securely and transparently run transactions and share data without the need for a trusted, central authority.

Managed Blockchain supports the Hyperledger Fabric and Ethereum open-source frameworks. Because of fundamental differences between the frameworks, some API actions or data types may only apply in the context of one framework and not the other. For example, actions related to Hyperledger Fabric network members such as CreateMember and DeleteMember don't apply to Ethereum.

The description for each action indicates the framework or frameworks to which it applies. Data types and properties that apply only in the context of a particular framework are similarly indicated.

Summary

Functions

Creates a new accessor for use with Amazon Managed Blockchain service that supports token based access.

Creates a member within a Managed Blockchain network.

Creates a new blockchain network using Amazon Managed Blockchain.

Creates a node on the specified blockchain network.

Creates a proposal for a change to the network that other members of the network can vote on, for example, a proposal to add a new member to the network.

Deletes an accessor that your Amazon Web Services account owns.

Deletes a node that your Amazon Web Services account owns.

Returns detailed information about an accessor.

Returns detailed information about a member.

Returns detailed information about a network.

Returns detailed information about a node.

Returns detailed information about a proposal.

Returns a list of the accessors and their properties.

Returns a list of all invitations for the current Amazon Web Services account.

Returns a list of the members in a network and properties of their configurations.

Returns information about the networks in which the current Amazon Web Services account participates.

Returns information about the nodes within a network.

Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of the member that cast the vote.

Returns a list of proposals for the network.

Returns a list of tags for the specified resource.

Rejects an invitation to join a network.

Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource.

Removes the specified tags from the Amazon Managed Blockchain resource.

Updates a member configuration with new parameters.

Updates a node configuration with new parameters.

Casts a vote for a specified ProposalId on behalf of a member.

Functions

Link to this function

create_accessor(Client, Input)

View Source

Creates a new accessor for use with Amazon Managed Blockchain service that supports token based access.

The accessor contains information required for token based access.
Link to this function

create_accessor(Client, Input0, Options0)

View Source
Link to this function

create_member(Client, NetworkId, Input)

View Source

Creates a member within a Managed Blockchain network.

Applies only to Hyperledger Fabric.
Link to this function

create_member(Client, NetworkId, Input0, Options0)

View Source
Link to this function

create_network(Client, Input)

View Source

Creates a new blockchain network using Amazon Managed Blockchain.

Applies only to Hyperledger Fabric.
Link to this function

create_network(Client, Input0, Options0)

View Source
Link to this function

create_node(Client, NetworkId, Input)

View Source

Creates a node on the specified blockchain network.

Applies to Hyperledger Fabric and Ethereum.
Link to this function

create_node(Client, NetworkId, Input0, Options0)

View Source
Link to this function

create_proposal(Client, NetworkId, Input)

View Source

Creates a proposal for a change to the network that other members of the network can vote on, for example, a proposal to add a new member to the network.

Any member can create a proposal.

Applies only to Hyperledger Fabric.
Link to this function

create_proposal(Client, NetworkId, Input0, Options0)

View Source
Link to this function

delete_accessor(Client, AccessorId, Input)

View Source

Deletes an accessor that your Amazon Web Services account owns.

An accessor object is a container that has the information required for token based access to your Ethereum nodes including, the BILLING_TOKEN. After an accessor is deleted, the status of the accessor changes from AVAILABLE to PENDING_DELETION. An accessor in the PENDING_DELETION state can’t be used for new WebSocket requests or HTTP requests. However, WebSocket connections that were initiated while the accessor was in the AVAILABLE state remain open until they expire (up to 2 hours).
Link to this function

delete_accessor(Client, AccessorId, Input0, Options0)

View Source
Link to this function

delete_member(Client, MemberId, NetworkId, Input)

View Source

Deletes a member.

Deleting a member removes the member and all associated resources from the network. DeleteMember can only be called for a specified MemberId if the principal performing the action is associated with the Amazon Web Services account that owns the member. In all other cases, the DeleteMember action is carried out as the result of an approved proposal to remove a member. If MemberId is the last member in a network specified by the last Amazon Web Services account, the network is deleted also.

Applies only to Hyperledger Fabric.
Link to this function

delete_member(Client, MemberId, NetworkId, Input0, Options0)

View Source
Link to this function

delete_node(Client, NetworkId, NodeId, Input)

View Source

Deletes a node that your Amazon Web Services account owns.

All data on the node is lost and cannot be recovered.

Applies to Hyperledger Fabric and Ethereum.
Link to this function

delete_node(Client, NetworkId, NodeId, Input0, Options0)

View Source
Link to this function

get_accessor(Client, AccessorId)

View Source

Returns detailed information about an accessor.

An accessor object is a container that has the information required for token based access to your Ethereum nodes.
Link to this function

get_accessor(Client, AccessorId, QueryMap, HeadersMap)

View Source
Link to this function

get_accessor(Client, AccessorId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_member(Client, MemberId, NetworkId)

View Source

Returns detailed information about a member.

Applies only to Hyperledger Fabric.
Link to this function

get_member(Client, MemberId, NetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_member(Client, MemberId, NetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_network(Client, NetworkId)

View Source

Returns detailed information about a network.

Applies to Hyperledger Fabric and Ethereum.
Link to this function

get_network(Client, NetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_network(Client, NetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_node(Client, NetworkId, NodeId)

View Source

Returns detailed information about a node.

Applies to Hyperledger Fabric and Ethereum.
Link to this function

get_node(Client, NetworkId, NodeId, QueryMap, HeadersMap)

View Source
Link to this function

get_node(Client, NetworkId, NodeId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_proposal(Client, NetworkId, ProposalId)

View Source

Returns detailed information about a proposal.

Applies only to Hyperledger Fabric.
Link to this function

get_proposal(Client, NetworkId, ProposalId, QueryMap, HeadersMap)

View Source
Link to this function

get_proposal(Client, NetworkId, ProposalId, QueryMap, HeadersMap, Options0)

View Source

Returns a list of the accessors and their properties.

Accessor objects are containers that have the information required for token based access to your Ethereum nodes.
Link to this function

list_accessors(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_accessors(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_invitations(Client)

View Source

Returns a list of all invitations for the current Amazon Web Services account.

Applies only to Hyperledger Fabric.
Link to this function

list_invitations(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_invitations(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_members(Client, NetworkId)

View Source

Returns a list of the members in a network and properties of their configurations.

Applies only to Hyperledger Fabric.
Link to this function

list_members(Client, NetworkId, QueryMap, HeadersMap)

View Source
Link to this function

list_members(Client, NetworkId, QueryMap, HeadersMap, Options0)

View Source

Returns information about the networks in which the current Amazon Web Services account participates.

Applies to Hyperledger Fabric and Ethereum.
Link to this function

list_networks(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_networks(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_nodes(Client, NetworkId)

View Source

Returns information about the nodes within a network.

Applies to Hyperledger Fabric and Ethereum.
Link to this function

list_nodes(Client, NetworkId, QueryMap, HeadersMap)

View Source
Link to this function

list_nodes(Client, NetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_proposal_votes(Client, NetworkId, ProposalId)

View Source

Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of the member that cast the vote.

Applies only to Hyperledger Fabric.
Link to this function

list_proposal_votes(Client, NetworkId, ProposalId, QueryMap, HeadersMap)

View Source
Link to this function

list_proposal_votes(Client, NetworkId, ProposalId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_proposals(Client, NetworkId)

View Source

Returns a list of proposals for the network.

Applies only to Hyperledger Fabric.
Link to this function

list_proposals(Client, NetworkId, QueryMap, HeadersMap)

View Source
Link to this function

list_proposals(Client, NetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source

Returns a list of tags for the specified resource.

Each tag consists of a key and optional value.

For more information about tags, see Tagging Resources: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

reject_invitation(Client, InvitationId, Input)

View Source

Rejects an invitation to join a network.

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

Applies only to Hyperledger Fabric.
Link to this function

reject_invitation(Client, InvitationId, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source

Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource.

Each tag consists of a key and optional value.

When you specify a tag key that already exists, the tag value is overwritten with the new value. Use UntagResource to remove tag keys.

A resource can have up to 50 tags. If you try to create more than 50 tags for a resource, your request fails and returns an error.

For more information about tags, see Tagging Resources: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source

Removes the specified tags from the Amazon Managed Blockchain resource.

For more information about tags, see Tagging Resources: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_member(Client, MemberId, NetworkId, Input)

View Source

Updates a member configuration with new parameters.

Applies only to Hyperledger Fabric.
Link to this function

update_member(Client, MemberId, NetworkId, Input0, Options0)

View Source
Link to this function

update_node(Client, NetworkId, NodeId, Input)

View Source

Updates a node configuration with new parameters.

Applies only to Hyperledger Fabric.
Link to this function

update_node(Client, NetworkId, NodeId, Input0, Options0)

View Source
Link to this function

vote_on_proposal(Client, NetworkId, ProposalId, Input)

View Source

Casts a vote for a specified ProposalId on behalf of a member.

The member to vote as, specified by VoterMemberId, must be in the same Amazon Web Services account as the principal that calls the action.

Applies only to Hyperledger Fabric.
Link to this function

vote_on_proposal(Client, NetworkId, ProposalId, Input0, Options0)

View Source