amazonaws.com – managedblockchain
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.
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:managedblockchain/2018-09-24.json
- Provider
- amazonaws.com:managedblockchain / managedblockchain
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/managedblockchain/2018-09-24/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/managedblockchain/2018-09-24/openapi.yaml
Tools (29)
Extracted live via the executor SDK.
-
accessors.createAccessorCreates a new accessor for use with Managed Blockchain Ethereum nodes. An accessor contains information required for token based access to your Ethereum nodes.
-
accessors.deleteAccessorDeletes 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 fromAVAILABLEtoPENDING_DELETION. An accessor in thePENDING_DELETIONstate can’t be used for new WebSocket requests or HTTP requests. However, WebSocket connections that were initiated while the accessor was in theAVAILABLEstate remain open until they expire (up to 2 hours). -
accessors.getAccessorReturns detailed information about an accessor. An accessor object is a container that has the information required for token based access to your Ethereum nodes.
-
accessors.listAccessorsReturns 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.
-
invitations.listInvitationsReturns a list of all invitations for the current Amazon Web Services account.
Applies only to Hyperledger Fabric.
-
invitations.rejectInvitationRejects 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.
-
networks.createMemberCreates a member within a Managed Blockchain network.
Applies only to Hyperledger Fabric.
-
networks.createNetworkCreates a new blockchain network using Amazon Managed Blockchain.
Applies only to Hyperledger Fabric.
-
networks.createNodeCreates a node on the specified blockchain network.
Applies to Hyperledger Fabric and Ethereum.
-
networks.createProposalCreates 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.
-
networks.deleteMemberDeletes a member. Deleting a member removes the member and all associated resources from the network.
DeleteMembercan only be called for a specifiedMemberIdif the principal performing the action is associated with the Amazon Web Services account that owns the member. In all other cases, theDeleteMemberaction is carried out as the result of an approved proposal to remove a member. IfMemberIdis the last member in a network specified by the last Amazon Web Services account, the network is deleted also.Applies only to Hyperledger Fabric.
-
networks.deleteNodeDeletes 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.
-
networks.getMemberReturns detailed information about a member.
Applies only to Hyperledger Fabric.
-
networks.getNetworkReturns detailed information about a network.
Applies to Hyperledger Fabric and Ethereum.
-
networks.getNodeReturns detailed information about a node.
Applies to Hyperledger Fabric and Ethereum.
-
networks.getProposalReturns detailed information about a proposal.
Applies only to Hyperledger Fabric.
-
networks.listMembersReturns a list of the members in a network and properties of their configurations.
Applies only to Hyperledger Fabric.
-
networks.listNetworksReturns information about the networks in which the current Amazon Web Services account participates.
Applies to Hyperledger Fabric and Ethereum.
-
networks.listNodesReturns information about the nodes within a network.
Applies to Hyperledger Fabric and Ethereum.
-
networks.listProposalsReturns a list of proposals for the network.
Applies only to Hyperledger Fabric.
-
networks.listProposalVotesReturns 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.
-
networks.updateMemberUpdates a member configuration with new parameters.
Applies only to Hyperledger Fabric.
-
networks.updateNodeUpdates a node configuration with new parameters.
Applies only to Hyperledger Fabric.
-
networks.voteOnProposalCasts a vote for a specified
ProposalIdon behalf of a member. The member to vote as, specified byVoterMemberId, must be in the same Amazon Web Services account as the principal that calls the action.Applies only to Hyperledger Fabric.
-
tags.listTagsForResourceReturns a list of tags for the specified resource. Each tag consists of a key and optional value.
For more information about tags, see in the Amazon Managed Blockchain Ethereum Developer Guide, or in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
-
tags.tagResourceAdds 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
UntagResourceto 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 in the Amazon Managed Blockchain Ethereum Developer Guide, or in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
-
tags.untagResourceRemoves the specified tags from the Amazon Managed Blockchain resource.
For more information about tags, see in the Amazon Managed Blockchain Ethereum Developer Guide, or in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools