[][src]Trait rusoto_managedblockchain::ManagedBlockchain

pub trait ManagedBlockchain {
#[must_use]    pub fn create_member<'life0, 'async_trait>(
        &'life0 self,
        input: CreateMemberInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateMemberOutput, RusotoError<CreateMemberError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_network<'life0, 'async_trait>(
        &'life0 self,
        input: CreateNetworkInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateNetworkOutput, RusotoError<CreateNetworkError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_node<'life0, 'async_trait>(
        &'life0 self,
        input: CreateNodeInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateNodeOutput, RusotoError<CreateNodeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_proposal<'life0, 'async_trait>(
        &'life0 self,
        input: CreateProposalInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateProposalOutput, RusotoError<CreateProposalError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_member<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteMemberInput
    ) -> Pin<Box<dyn Future<Output = Result<DeleteMemberOutput, RusotoError<DeleteMemberError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_node<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteNodeInput
    ) -> Pin<Box<dyn Future<Output = Result<DeleteNodeOutput, RusotoError<DeleteNodeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_member<'life0, 'async_trait>(
        &'life0 self,
        input: GetMemberInput
    ) -> Pin<Box<dyn Future<Output = Result<GetMemberOutput, RusotoError<GetMemberError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_network<'life0, 'async_trait>(
        &'life0 self,
        input: GetNetworkInput
    ) -> Pin<Box<dyn Future<Output = Result<GetNetworkOutput, RusotoError<GetNetworkError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_node<'life0, 'async_trait>(
        &'life0 self,
        input: GetNodeInput
    ) -> Pin<Box<dyn Future<Output = Result<GetNodeOutput, RusotoError<GetNodeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_proposal<'life0, 'async_trait>(
        &'life0 self,
        input: GetProposalInput
    ) -> Pin<Box<dyn Future<Output = Result<GetProposalOutput, RusotoError<GetProposalError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_invitations<'life0, 'async_trait>(
        &'life0 self,
        input: ListInvitationsInput
    ) -> Pin<Box<dyn Future<Output = Result<ListInvitationsOutput, RusotoError<ListInvitationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_members<'life0, 'async_trait>(
        &'life0 self,
        input: ListMembersInput
    ) -> Pin<Box<dyn Future<Output = Result<ListMembersOutput, RusotoError<ListMembersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_networks<'life0, 'async_trait>(
        &'life0 self,
        input: ListNetworksInput
    ) -> Pin<Box<dyn Future<Output = Result<ListNetworksOutput, RusotoError<ListNetworksError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_nodes<'life0, 'async_trait>(
        &'life0 self,
        input: ListNodesInput
    ) -> Pin<Box<dyn Future<Output = Result<ListNodesOutput, RusotoError<ListNodesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_proposal_votes<'life0, 'async_trait>(
        &'life0 self,
        input: ListProposalVotesInput
    ) -> Pin<Box<dyn Future<Output = Result<ListProposalVotesOutput, RusotoError<ListProposalVotesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_proposals<'life0, 'async_trait>(
        &'life0 self,
        input: ListProposalsInput
    ) -> Pin<Box<dyn Future<Output = Result<ListProposalsOutput, RusotoError<ListProposalsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn reject_invitation<'life0, 'async_trait>(
        &'life0 self,
        input: RejectInvitationInput
    ) -> Pin<Box<dyn Future<Output = Result<RejectInvitationOutput, RusotoError<RejectInvitationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_member<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateMemberInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdateMemberOutput, RusotoError<UpdateMemberError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_node<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateNodeInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdateNodeOutput, RusotoError<UpdateNodeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn vote_on_proposal<'life0, 'async_trait>(
        &'life0 self,
        input: VoteOnProposalInput
    ) -> Pin<Box<dyn Future<Output = Result<VoteOnProposalOutput, RusotoError<VoteOnProposalError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the ManagedBlockchain API. ManagedBlockchain clients implement this trait.

Required methods

#[must_use]pub fn create_member<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMemberInput
) -> Pin<Box<dyn Future<Output = Result<CreateMemberOutput, RusotoError<CreateMemberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a member within a Managed Blockchain network.

#[must_use]pub fn create_network<'life0, 'async_trait>(
    &'life0 self,
    input: CreateNetworkInput
) -> Pin<Box<dyn Future<Output = Result<CreateNetworkOutput, RusotoError<CreateNetworkError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new blockchain network using Amazon Managed Blockchain.

#[must_use]pub fn create_node<'life0, 'async_trait>(
    &'life0 self,
    input: CreateNodeInput
) -> Pin<Box<dyn Future<Output = Result<CreateNodeOutput, RusotoError<CreateNodeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a peer node in a member.

#[must_use]pub fn create_proposal<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProposalInput
) -> Pin<Box<dyn Future<Output = Result<CreateProposalOutput, RusotoError<CreateProposalError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn delete_member<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMemberInput
) -> Pin<Box<dyn Future<Output = Result<DeleteMemberOutput, RusotoError<DeleteMemberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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 AWS 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 AWS account, the network is deleted also.

#[must_use]pub fn delete_node<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteNodeInput
) -> Pin<Box<dyn Future<Output = Result<DeleteNodeOutput, RusotoError<DeleteNodeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a peer node from a member that your AWS account owns. All data on the node is lost and cannot be recovered.

#[must_use]pub fn get_member<'life0, 'async_trait>(
    &'life0 self,
    input: GetMemberInput
) -> Pin<Box<dyn Future<Output = Result<GetMemberOutput, RusotoError<GetMemberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns detailed information about a member.

#[must_use]pub fn get_network<'life0, 'async_trait>(
    &'life0 self,
    input: GetNetworkInput
) -> Pin<Box<dyn Future<Output = Result<GetNetworkOutput, RusotoError<GetNetworkError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns detailed information about a network.

#[must_use]pub fn get_node<'life0, 'async_trait>(
    &'life0 self,
    input: GetNodeInput
) -> Pin<Box<dyn Future<Output = Result<GetNodeOutput, RusotoError<GetNodeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns detailed information about a peer node.

#[must_use]pub fn get_proposal<'life0, 'async_trait>(
    &'life0 self,
    input: GetProposalInput
) -> Pin<Box<dyn Future<Output = Result<GetProposalOutput, RusotoError<GetProposalError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns detailed information about a proposal.

#[must_use]pub fn list_invitations<'life0, 'async_trait>(
    &'life0 self,
    input: ListInvitationsInput
) -> Pin<Box<dyn Future<Output = Result<ListInvitationsOutput, RusotoError<ListInvitationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a listing of all invitations made on the specified network.

#[must_use]pub fn list_members<'life0, 'async_trait>(
    &'life0 self,
    input: ListMembersInput
) -> Pin<Box<dyn Future<Output = Result<ListMembersOutput, RusotoError<ListMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn list_networks<'life0, 'async_trait>(
    &'life0 self,
    input: ListNetworksInput
) -> Pin<Box<dyn Future<Output = Result<ListNetworksOutput, RusotoError<ListNetworksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the networks in which the current AWS account has members.

#[must_use]pub fn list_nodes<'life0, 'async_trait>(
    &'life0 self,
    input: ListNodesInput
) -> Pin<Box<dyn Future<Output = Result<ListNodesOutput, RusotoError<ListNodesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the nodes within a network.

#[must_use]pub fn list_proposal_votes<'life0, 'async_trait>(
    &'life0 self,
    input: ListProposalVotesInput
) -> Pin<Box<dyn Future<Output = Result<ListProposalVotesOutput, RusotoError<ListProposalVotesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn list_proposals<'life0, 'async_trait>(
    &'life0 self,
    input: ListProposalsInput
) -> Pin<Box<dyn Future<Output = Result<ListProposalsOutput, RusotoError<ListProposalsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a listing of proposals for the network.

#[must_use]pub fn reject_invitation<'life0, 'async_trait>(
    &'life0 self,
    input: RejectInvitationInput
) -> Pin<Box<dyn Future<Output = Result<RejectInvitationOutput, RusotoError<RejectInvitationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn update_member<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateMemberInput
) -> Pin<Box<dyn Future<Output = Result<UpdateMemberOutput, RusotoError<UpdateMemberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a member configuration with new parameters.

#[must_use]pub fn update_node<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateNodeInput
) -> Pin<Box<dyn Future<Output = Result<UpdateNodeOutput, RusotoError<UpdateNodeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a node configuration with new parameters.

#[must_use]pub fn vote_on_proposal<'life0, 'async_trait>(
    &'life0 self,
    input: VoteOnProposalInput
) -> Pin<Box<dyn Future<Output = Result<VoteOnProposalOutput, RusotoError<VoteOnProposalError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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 AWS account as the principal that calls the action.

Loading content...

Implementors

impl ManagedBlockchain for ManagedBlockchainClient[src]

pub fn create_member<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMemberInput
) -> Pin<Box<dyn Future<Output = Result<CreateMemberOutput, RusotoError<CreateMemberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a member within a Managed Blockchain network.

pub fn create_network<'life0, 'async_trait>(
    &'life0 self,
    input: CreateNetworkInput
) -> Pin<Box<dyn Future<Output = Result<CreateNetworkOutput, RusotoError<CreateNetworkError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new blockchain network using Amazon Managed Blockchain.

pub fn create_node<'life0, 'async_trait>(
    &'life0 self,
    input: CreateNodeInput
) -> Pin<Box<dyn Future<Output = Result<CreateNodeOutput, RusotoError<CreateNodeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a peer node in a member.

pub fn create_proposal<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProposalInput
) -> Pin<Box<dyn Future<Output = Result<CreateProposalOutput, RusotoError<CreateProposalError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn delete_member<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMemberInput
) -> Pin<Box<dyn Future<Output = Result<DeleteMemberOutput, RusotoError<DeleteMemberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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 AWS 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 AWS account, the network is deleted also.

pub fn delete_node<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteNodeInput
) -> Pin<Box<dyn Future<Output = Result<DeleteNodeOutput, RusotoError<DeleteNodeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a peer node from a member that your AWS account owns. All data on the node is lost and cannot be recovered.

pub fn get_member<'life0, 'async_trait>(
    &'life0 self,
    input: GetMemberInput
) -> Pin<Box<dyn Future<Output = Result<GetMemberOutput, RusotoError<GetMemberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns detailed information about a member.

pub fn get_network<'life0, 'async_trait>(
    &'life0 self,
    input: GetNetworkInput
) -> Pin<Box<dyn Future<Output = Result<GetNetworkOutput, RusotoError<GetNetworkError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns detailed information about a network.

pub fn get_node<'life0, 'async_trait>(
    &'life0 self,
    input: GetNodeInput
) -> Pin<Box<dyn Future<Output = Result<GetNodeOutput, RusotoError<GetNodeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns detailed information about a peer node.

pub fn get_proposal<'life0, 'async_trait>(
    &'life0 self,
    input: GetProposalInput
) -> Pin<Box<dyn Future<Output = Result<GetProposalOutput, RusotoError<GetProposalError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns detailed information about a proposal.

pub fn list_invitations<'life0, 'async_trait>(
    &'life0 self,
    input: ListInvitationsInput
) -> Pin<Box<dyn Future<Output = Result<ListInvitationsOutput, RusotoError<ListInvitationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a listing of all invitations made on the specified network.

pub fn list_members<'life0, 'async_trait>(
    &'life0 self,
    input: ListMembersInput
) -> Pin<Box<dyn Future<Output = Result<ListMembersOutput, RusotoError<ListMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn list_networks<'life0, 'async_trait>(
    &'life0 self,
    input: ListNetworksInput
) -> Pin<Box<dyn Future<Output = Result<ListNetworksOutput, RusotoError<ListNetworksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the networks in which the current AWS account has members.

pub fn list_nodes<'life0, 'async_trait>(
    &'life0 self,
    input: ListNodesInput
) -> Pin<Box<dyn Future<Output = Result<ListNodesOutput, RusotoError<ListNodesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the nodes within a network.

pub fn list_proposal_votes<'life0, 'async_trait>(
    &'life0 self,
    input: ListProposalVotesInput
) -> Pin<Box<dyn Future<Output = Result<ListProposalVotesOutput, RusotoError<ListProposalVotesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn list_proposals<'life0, 'async_trait>(
    &'life0 self,
    input: ListProposalsInput
) -> Pin<Box<dyn Future<Output = Result<ListProposalsOutput, RusotoError<ListProposalsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a listing of proposals for the network.

pub fn reject_invitation<'life0, 'async_trait>(
    &'life0 self,
    input: RejectInvitationInput
) -> Pin<Box<dyn Future<Output = Result<RejectInvitationOutput, RusotoError<RejectInvitationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn update_member<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateMemberInput
) -> Pin<Box<dyn Future<Output = Result<UpdateMemberOutput, RusotoError<UpdateMemberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a member configuration with new parameters.

pub fn update_node<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateNodeInput
) -> Pin<Box<dyn Future<Output = Result<UpdateNodeOutput, RusotoError<UpdateNodeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a node configuration with new parameters.

pub fn vote_on_proposal<'life0, 'async_trait>(
    &'life0 self,
    input: VoteOnProposalInput
) -> Pin<Box<dyn Future<Output = Result<VoteOnProposalOutput, RusotoError<VoteOnProposalError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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 AWS account as the principal that calls the action.

Loading content...