Package-level declarations

Types

Link copied to clipboard

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.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

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 copied to clipboard

Creates a member within a Managed Blockchain network.

Link copied to clipboard

Creates a new blockchain network using Amazon Managed Blockchain.

Link copied to clipboard

Creates a node on the specified blockchain network.

Link copied to clipboard

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.

Link copied to clipboard

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 copied to clipboard

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.

Link copied to clipboard

Deletes a node that your Amazon Web Services account owns. All data on the node is lost and cannot be recovered.

Link copied to clipboard

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 copied to clipboard

Returns detailed information about a member.

Link copied to clipboard

Returns detailed information about a network.

Link copied to clipboard
inline suspend fun ManagedBlockchainClient.getNode(crossinline block: GetNodeRequest.Builder.() -> Unit): GetNodeResponse

Returns detailed information about a node.

Link copied to clipboard

Returns detailed information about a proposal.

Link copied to clipboard

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 copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Returns information about the nodes within a network.

Link copied to clipboard

Returns a list of proposals for the network.

Link copied to clipboard

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.

Link copied to clipboard

Returns a list of tags for the specified resource. Each tag consists of a key and optional value.

Link copied to clipboard

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.

Link copied to clipboard

Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource. Each tag consists of a key and optional value.

Link copied to clipboard

Removes the specified tags from the Amazon Managed Blockchain resource.

Link copied to clipboard

Updates a member configuration with new parameters.

Link copied to clipboard

Updates a node configuration with new parameters.

Link copied to clipboard

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.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.