Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const AccessorStatusAvailable + const AccessorStatusDeleted + const AccessorStatusPendingDeletion + const AccessorTypeBillingToken + const EditionStandard + const EditionStarter + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeIllegalActionException + const ErrCodeInternalServiceErrorException + const ErrCodeInvalidRequestException + const ErrCodeResourceAlreadyExistsException + const ErrCodeResourceLimitExceededException + const ErrCodeResourceNotFoundException + const ErrCodeResourceNotReadyException + const ErrCodeThrottlingException + const ErrCodeTooManyTagsException + const FrameworkEthereum + const FrameworkHyperledgerFabric + const InvitationStatusAccepted + const InvitationStatusAccepting + const InvitationStatusExpired + const InvitationStatusPending + const InvitationStatusRejected + const MemberStatusAvailable + const MemberStatusCreateFailed + const MemberStatusCreating + const MemberStatusDeleted + const MemberStatusDeleting + const MemberStatusInaccessibleEncryptionKey + const MemberStatusUpdating + const NetworkStatusAvailable + const NetworkStatusCreateFailed + const NetworkStatusCreating + const NetworkStatusDeleted + const NetworkStatusDeleting + const NodeStatusAvailable + const NodeStatusCreateFailed + const NodeStatusCreating + const NodeStatusDeleted + const NodeStatusDeleting + const NodeStatusFailed + const NodeStatusInaccessibleEncryptionKey + const NodeStatusUnhealthy + const NodeStatusUpdating + const ProposalStatusActionFailed + const ProposalStatusApproved + const ProposalStatusExpired + const ProposalStatusInProgress + const ProposalStatusRejected + const ServiceID + const ServiceName + const StateDBTypeCouchDb + const StateDBTypeLevelDb + const ThresholdComparatorGreaterThan + const ThresholdComparatorGreaterThanOrEqualTo + const VoteValueNo + const VoteValueYes + func AccessorStatus_Values() []string + func AccessorType_Values() []string + func Edition_Values() []string + func Framework_Values() []string + func InvitationStatus_Values() []string + func MemberStatus_Values() []string + func NetworkStatus_Values() []string + func NodeStatus_Values() []string + func ProposalStatus_Values() []string + func StateDBType_Values() []string + func ThresholdComparator_Values() []string + func VoteValue_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type Accessor struct + Arn *string + BillingToken *string + CreationDate *time.Time + Id *string + Status *string + Tags map[string]*string + Type *string + func (s *Accessor) SetArn(v string) *Accessor + func (s *Accessor) SetBillingToken(v string) *Accessor + func (s *Accessor) SetCreationDate(v time.Time) *Accessor + func (s *Accessor) SetId(v string) *Accessor + func (s *Accessor) SetStatus(v string) *Accessor + func (s *Accessor) SetTags(v map[string]*string) *Accessor + func (s *Accessor) SetType(v string) *Accessor + func (s Accessor) GoString() string + func (s Accessor) String() string + type AccessorSummary struct + Arn *string + CreationDate *time.Time + Id *string + Status *string + Type *string + func (s *AccessorSummary) SetArn(v string) *AccessorSummary + func (s *AccessorSummary) SetCreationDate(v time.Time) *AccessorSummary + func (s *AccessorSummary) SetId(v string) *AccessorSummary + func (s *AccessorSummary) SetStatus(v string) *AccessorSummary + func (s *AccessorSummary) SetType(v string) *AccessorSummary + func (s AccessorSummary) GoString() string + func (s AccessorSummary) String() string + type ApprovalThresholdPolicy struct + ProposalDurationInHours *int64 + ThresholdComparator *string + ThresholdPercentage *int64 + func (s *ApprovalThresholdPolicy) SetProposalDurationInHours(v int64) *ApprovalThresholdPolicy + func (s *ApprovalThresholdPolicy) SetThresholdComparator(v string) *ApprovalThresholdPolicy + func (s *ApprovalThresholdPolicy) SetThresholdPercentage(v int64) *ApprovalThresholdPolicy + func (s *ApprovalThresholdPolicy) Validate() error + func (s ApprovalThresholdPolicy) GoString() string + func (s ApprovalThresholdPolicy) String() string + type CreateAccessorInput struct + AccessorType *string + ClientRequestToken *string + Tags map[string]*string + func (s *CreateAccessorInput) SetAccessorType(v string) *CreateAccessorInput + func (s *CreateAccessorInput) SetClientRequestToken(v string) *CreateAccessorInput + func (s *CreateAccessorInput) SetTags(v map[string]*string) *CreateAccessorInput + func (s *CreateAccessorInput) Validate() error + func (s CreateAccessorInput) GoString() string + func (s CreateAccessorInput) String() string + type CreateAccessorOutput struct + AccessorId *string + BillingToken *string + func (s *CreateAccessorOutput) SetAccessorId(v string) *CreateAccessorOutput + func (s *CreateAccessorOutput) SetBillingToken(v string) *CreateAccessorOutput + func (s CreateAccessorOutput) GoString() string + func (s CreateAccessorOutput) String() string + type CreateMemberInput struct + ClientRequestToken *string + InvitationId *string + MemberConfiguration *MemberConfiguration + NetworkId *string + func (s *CreateMemberInput) SetClientRequestToken(v string) *CreateMemberInput + func (s *CreateMemberInput) SetInvitationId(v string) *CreateMemberInput + func (s *CreateMemberInput) SetMemberConfiguration(v *MemberConfiguration) *CreateMemberInput + func (s *CreateMemberInput) SetNetworkId(v string) *CreateMemberInput + func (s *CreateMemberInput) Validate() error + func (s CreateMemberInput) GoString() string + func (s CreateMemberInput) String() string + type CreateMemberOutput struct + MemberId *string + func (s *CreateMemberOutput) SetMemberId(v string) *CreateMemberOutput + func (s CreateMemberOutput) GoString() string + func (s CreateMemberOutput) String() string + type CreateNetworkInput struct + ClientRequestToken *string + Description *string + Framework *string + FrameworkConfiguration *NetworkFrameworkConfiguration + FrameworkVersion *string + MemberConfiguration *MemberConfiguration + Name *string + Tags map[string]*string + VotingPolicy *VotingPolicy + func (s *CreateNetworkInput) SetClientRequestToken(v string) *CreateNetworkInput + func (s *CreateNetworkInput) SetDescription(v string) *CreateNetworkInput + func (s *CreateNetworkInput) SetFramework(v string) *CreateNetworkInput + func (s *CreateNetworkInput) SetFrameworkConfiguration(v *NetworkFrameworkConfiguration) *CreateNetworkInput + func (s *CreateNetworkInput) SetFrameworkVersion(v string) *CreateNetworkInput + func (s *CreateNetworkInput) SetMemberConfiguration(v *MemberConfiguration) *CreateNetworkInput + func (s *CreateNetworkInput) SetName(v string) *CreateNetworkInput + func (s *CreateNetworkInput) SetTags(v map[string]*string) *CreateNetworkInput + func (s *CreateNetworkInput) SetVotingPolicy(v *VotingPolicy) *CreateNetworkInput + func (s *CreateNetworkInput) Validate() error + func (s CreateNetworkInput) GoString() string + func (s CreateNetworkInput) String() string + type CreateNetworkOutput struct + MemberId *string + NetworkId *string + func (s *CreateNetworkOutput) SetMemberId(v string) *CreateNetworkOutput + func (s *CreateNetworkOutput) SetNetworkId(v string) *CreateNetworkOutput + func (s CreateNetworkOutput) GoString() string + func (s CreateNetworkOutput) String() string + type CreateNodeInput struct + ClientRequestToken *string + MemberId *string + NetworkId *string + NodeConfiguration *NodeConfiguration + Tags map[string]*string + func (s *CreateNodeInput) SetClientRequestToken(v string) *CreateNodeInput + func (s *CreateNodeInput) SetMemberId(v string) *CreateNodeInput + func (s *CreateNodeInput) SetNetworkId(v string) *CreateNodeInput + func (s *CreateNodeInput) SetNodeConfiguration(v *NodeConfiguration) *CreateNodeInput + func (s *CreateNodeInput) SetTags(v map[string]*string) *CreateNodeInput + func (s *CreateNodeInput) Validate() error + func (s CreateNodeInput) GoString() string + func (s CreateNodeInput) String() string + type CreateNodeOutput struct + NodeId *string + func (s *CreateNodeOutput) SetNodeId(v string) *CreateNodeOutput + func (s CreateNodeOutput) GoString() string + func (s CreateNodeOutput) String() string + type CreateProposalInput struct + Actions *ProposalActions + ClientRequestToken *string + Description *string + MemberId *string + NetworkId *string + Tags map[string]*string + func (s *CreateProposalInput) SetActions(v *ProposalActions) *CreateProposalInput + func (s *CreateProposalInput) SetClientRequestToken(v string) *CreateProposalInput + func (s *CreateProposalInput) SetDescription(v string) *CreateProposalInput + func (s *CreateProposalInput) SetMemberId(v string) *CreateProposalInput + func (s *CreateProposalInput) SetNetworkId(v string) *CreateProposalInput + func (s *CreateProposalInput) SetTags(v map[string]*string) *CreateProposalInput + func (s *CreateProposalInput) Validate() error + func (s CreateProposalInput) GoString() string + func (s CreateProposalInput) String() string + type CreateProposalOutput struct + ProposalId *string + func (s *CreateProposalOutput) SetProposalId(v string) *CreateProposalOutput + func (s CreateProposalOutput) GoString() string + func (s CreateProposalOutput) String() string + type DeleteAccessorInput struct + AccessorId *string + func (s *DeleteAccessorInput) SetAccessorId(v string) *DeleteAccessorInput + func (s *DeleteAccessorInput) Validate() error + func (s DeleteAccessorInput) GoString() string + func (s DeleteAccessorInput) String() string + type DeleteAccessorOutput struct + func (s DeleteAccessorOutput) GoString() string + func (s DeleteAccessorOutput) String() string + type DeleteMemberInput struct + MemberId *string + NetworkId *string + func (s *DeleteMemberInput) SetMemberId(v string) *DeleteMemberInput + func (s *DeleteMemberInput) SetNetworkId(v string) *DeleteMemberInput + func (s *DeleteMemberInput) Validate() error + func (s DeleteMemberInput) GoString() string + func (s DeleteMemberInput) String() string + type DeleteMemberOutput struct + func (s DeleteMemberOutput) GoString() string + func (s DeleteMemberOutput) String() string + type DeleteNodeInput struct + MemberId *string + NetworkId *string + NodeId *string + func (s *DeleteNodeInput) SetMemberId(v string) *DeleteNodeInput + func (s *DeleteNodeInput) SetNetworkId(v string) *DeleteNodeInput + func (s *DeleteNodeInput) SetNodeId(v string) *DeleteNodeInput + func (s *DeleteNodeInput) Validate() error + func (s DeleteNodeInput) GoString() string + func (s DeleteNodeInput) String() string + type DeleteNodeOutput struct + func (s DeleteNodeOutput) GoString() string + func (s DeleteNodeOutput) String() string + type GetAccessorInput struct + AccessorId *string + func (s *GetAccessorInput) SetAccessorId(v string) *GetAccessorInput + func (s *GetAccessorInput) Validate() error + func (s GetAccessorInput) GoString() string + func (s GetAccessorInput) String() string + type GetAccessorOutput struct + Accessor *Accessor + func (s *GetAccessorOutput) SetAccessor(v *Accessor) *GetAccessorOutput + func (s GetAccessorOutput) GoString() string + func (s GetAccessorOutput) String() string + type GetMemberInput struct + MemberId *string + NetworkId *string + func (s *GetMemberInput) SetMemberId(v string) *GetMemberInput + func (s *GetMemberInput) SetNetworkId(v string) *GetMemberInput + func (s *GetMemberInput) Validate() error + func (s GetMemberInput) GoString() string + func (s GetMemberInput) String() string + type GetMemberOutput struct + Member *Member + func (s *GetMemberOutput) SetMember(v *Member) *GetMemberOutput + func (s GetMemberOutput) GoString() string + func (s GetMemberOutput) String() string + type GetNetworkInput struct + NetworkId *string + func (s *GetNetworkInput) SetNetworkId(v string) *GetNetworkInput + func (s *GetNetworkInput) Validate() error + func (s GetNetworkInput) GoString() string + func (s GetNetworkInput) String() string + type GetNetworkOutput struct + Network *Network + func (s *GetNetworkOutput) SetNetwork(v *Network) *GetNetworkOutput + func (s GetNetworkOutput) GoString() string + func (s GetNetworkOutput) String() string + type GetNodeInput struct + MemberId *string + NetworkId *string + NodeId *string + func (s *GetNodeInput) SetMemberId(v string) *GetNodeInput + func (s *GetNodeInput) SetNetworkId(v string) *GetNodeInput + func (s *GetNodeInput) SetNodeId(v string) *GetNodeInput + func (s *GetNodeInput) Validate() error + func (s GetNodeInput) GoString() string + func (s GetNodeInput) String() string + type GetNodeOutput struct + Node *Node + func (s *GetNodeOutput) SetNode(v *Node) *GetNodeOutput + func (s GetNodeOutput) GoString() string + func (s GetNodeOutput) String() string + type GetProposalInput struct + NetworkId *string + ProposalId *string + func (s *GetProposalInput) SetNetworkId(v string) *GetProposalInput + func (s *GetProposalInput) SetProposalId(v string) *GetProposalInput + func (s *GetProposalInput) Validate() error + func (s GetProposalInput) GoString() string + func (s GetProposalInput) String() string + type GetProposalOutput struct + Proposal *Proposal + func (s *GetProposalOutput) SetProposal(v *Proposal) *GetProposalOutput + func (s GetProposalOutput) GoString() string + func (s GetProposalOutput) String() string + type IllegalActionException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *IllegalActionException) Code() string + func (s *IllegalActionException) Error() string + func (s *IllegalActionException) Message() string + func (s *IllegalActionException) OrigErr() error + func (s *IllegalActionException) RequestID() string + func (s *IllegalActionException) StatusCode() int + func (s IllegalActionException) GoString() string + func (s IllegalActionException) String() string + type InternalServiceErrorException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServiceErrorException) Code() string + func (s *InternalServiceErrorException) Error() string + func (s *InternalServiceErrorException) Message() string + func (s *InternalServiceErrorException) OrigErr() error + func (s *InternalServiceErrorException) RequestID() string + func (s *InternalServiceErrorException) StatusCode() int + func (s InternalServiceErrorException) GoString() string + func (s InternalServiceErrorException) String() string + type InvalidRequestException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidRequestException) Code() string + func (s *InvalidRequestException) Error() string + func (s *InvalidRequestException) Message() string + func (s *InvalidRequestException) OrigErr() error + func (s *InvalidRequestException) RequestID() string + func (s *InvalidRequestException) StatusCode() int + func (s InvalidRequestException) GoString() string + func (s InvalidRequestException) String() string + type Invitation struct + Arn *string + CreationDate *time.Time + ExpirationDate *time.Time + InvitationId *string + NetworkSummary *NetworkSummary + Status *string + func (s *Invitation) SetArn(v string) *Invitation + func (s *Invitation) SetCreationDate(v time.Time) *Invitation + func (s *Invitation) SetExpirationDate(v time.Time) *Invitation + func (s *Invitation) SetInvitationId(v string) *Invitation + func (s *Invitation) SetNetworkSummary(v *NetworkSummary) *Invitation + func (s *Invitation) SetStatus(v string) *Invitation + func (s Invitation) GoString() string + func (s Invitation) String() string + type InviteAction struct + Principal *string + func (s *InviteAction) SetPrincipal(v string) *InviteAction + func (s *InviteAction) Validate() error + func (s InviteAction) GoString() string + func (s InviteAction) String() string + type ListAccessorsInput struct + MaxResults *int64 + NextToken *string + func (s *ListAccessorsInput) SetMaxResults(v int64) *ListAccessorsInput + func (s *ListAccessorsInput) SetNextToken(v string) *ListAccessorsInput + func (s *ListAccessorsInput) Validate() error + func (s ListAccessorsInput) GoString() string + func (s ListAccessorsInput) String() string + type ListAccessorsOutput struct + Accessors []*AccessorSummary + NextToken *string + func (s *ListAccessorsOutput) SetAccessors(v []*AccessorSummary) *ListAccessorsOutput + func (s *ListAccessorsOutput) SetNextToken(v string) *ListAccessorsOutput + func (s ListAccessorsOutput) GoString() string + func (s ListAccessorsOutput) String() string + type ListInvitationsInput struct + MaxResults *int64 + NextToken *string + func (s *ListInvitationsInput) SetMaxResults(v int64) *ListInvitationsInput + func (s *ListInvitationsInput) SetNextToken(v string) *ListInvitationsInput + func (s *ListInvitationsInput) Validate() error + func (s ListInvitationsInput) GoString() string + func (s ListInvitationsInput) String() string + type ListInvitationsOutput struct + Invitations []*Invitation + NextToken *string + func (s *ListInvitationsOutput) SetInvitations(v []*Invitation) *ListInvitationsOutput + func (s *ListInvitationsOutput) SetNextToken(v string) *ListInvitationsOutput + func (s ListInvitationsOutput) GoString() string + func (s ListInvitationsOutput) String() string + type ListMembersInput struct + IsOwned *bool + MaxResults *int64 + Name *string + NetworkId *string + NextToken *string + Status *string + func (s *ListMembersInput) SetIsOwned(v bool) *ListMembersInput + func (s *ListMembersInput) SetMaxResults(v int64) *ListMembersInput + func (s *ListMembersInput) SetName(v string) *ListMembersInput + func (s *ListMembersInput) SetNetworkId(v string) *ListMembersInput + func (s *ListMembersInput) SetNextToken(v string) *ListMembersInput + func (s *ListMembersInput) SetStatus(v string) *ListMembersInput + func (s *ListMembersInput) Validate() error + func (s ListMembersInput) GoString() string + func (s ListMembersInput) String() string + type ListMembersOutput struct + Members []*MemberSummary + NextToken *string + func (s *ListMembersOutput) SetMembers(v []*MemberSummary) *ListMembersOutput + func (s *ListMembersOutput) SetNextToken(v string) *ListMembersOutput + func (s ListMembersOutput) GoString() string + func (s ListMembersOutput) String() string + type ListNetworksInput struct + Framework *string + MaxResults *int64 + Name *string + NextToken *string + Status *string + func (s *ListNetworksInput) SetFramework(v string) *ListNetworksInput + func (s *ListNetworksInput) SetMaxResults(v int64) *ListNetworksInput + func (s *ListNetworksInput) SetName(v string) *ListNetworksInput + func (s *ListNetworksInput) SetNextToken(v string) *ListNetworksInput + func (s *ListNetworksInput) SetStatus(v string) *ListNetworksInput + func (s *ListNetworksInput) Validate() error + func (s ListNetworksInput) GoString() string + func (s ListNetworksInput) String() string + type ListNetworksOutput struct + Networks []*NetworkSummary + NextToken *string + func (s *ListNetworksOutput) SetNetworks(v []*NetworkSummary) *ListNetworksOutput + func (s *ListNetworksOutput) SetNextToken(v string) *ListNetworksOutput + func (s ListNetworksOutput) GoString() string + func (s ListNetworksOutput) String() string + type ListNodesInput struct + MaxResults *int64 + MemberId *string + NetworkId *string + NextToken *string + Status *string + func (s *ListNodesInput) SetMaxResults(v int64) *ListNodesInput + func (s *ListNodesInput) SetMemberId(v string) *ListNodesInput + func (s *ListNodesInput) SetNetworkId(v string) *ListNodesInput + func (s *ListNodesInput) SetNextToken(v string) *ListNodesInput + func (s *ListNodesInput) SetStatus(v string) *ListNodesInput + func (s *ListNodesInput) Validate() error + func (s ListNodesInput) GoString() string + func (s ListNodesInput) String() string + type ListNodesOutput struct + NextToken *string + Nodes []*NodeSummary + func (s *ListNodesOutput) SetNextToken(v string) *ListNodesOutput + func (s *ListNodesOutput) SetNodes(v []*NodeSummary) *ListNodesOutput + func (s ListNodesOutput) GoString() string + func (s ListNodesOutput) String() string + type ListProposalVotesInput struct + MaxResults *int64 + NetworkId *string + NextToken *string + ProposalId *string + func (s *ListProposalVotesInput) SetMaxResults(v int64) *ListProposalVotesInput + func (s *ListProposalVotesInput) SetNetworkId(v string) *ListProposalVotesInput + func (s *ListProposalVotesInput) SetNextToken(v string) *ListProposalVotesInput + func (s *ListProposalVotesInput) SetProposalId(v string) *ListProposalVotesInput + func (s *ListProposalVotesInput) Validate() error + func (s ListProposalVotesInput) GoString() string + func (s ListProposalVotesInput) String() string + type ListProposalVotesOutput struct + NextToken *string + ProposalVotes []*VoteSummary + func (s *ListProposalVotesOutput) SetNextToken(v string) *ListProposalVotesOutput + func (s *ListProposalVotesOutput) SetProposalVotes(v []*VoteSummary) *ListProposalVotesOutput + func (s ListProposalVotesOutput) GoString() string + func (s ListProposalVotesOutput) String() string + type ListProposalsInput struct + MaxResults *int64 + NetworkId *string + NextToken *string + func (s *ListProposalsInput) SetMaxResults(v int64) *ListProposalsInput + func (s *ListProposalsInput) SetNetworkId(v string) *ListProposalsInput + func (s *ListProposalsInput) SetNextToken(v string) *ListProposalsInput + func (s *ListProposalsInput) Validate() error + func (s ListProposalsInput) GoString() string + func (s ListProposalsInput) String() string + type ListProposalsOutput struct + NextToken *string + Proposals []*ProposalSummary + func (s *ListProposalsOutput) SetNextToken(v string) *ListProposalsOutput + func (s *ListProposalsOutput) SetProposals(v []*ProposalSummary) *ListProposalsOutput + func (s ListProposalsOutput) GoString() string + func (s ListProposalsOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type LogConfiguration struct + Enabled *bool + func (s *LogConfiguration) SetEnabled(v bool) *LogConfiguration + func (s LogConfiguration) GoString() string + func (s LogConfiguration) String() string + type LogConfigurations struct + Cloudwatch *LogConfiguration + func (s *LogConfigurations) SetCloudwatch(v *LogConfiguration) *LogConfigurations + func (s LogConfigurations) GoString() string + func (s LogConfigurations) String() string + type ManagedBlockchain struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *ManagedBlockchain + func (c *ManagedBlockchain) CreateAccessor(input *CreateAccessorInput) (*CreateAccessorOutput, error) + func (c *ManagedBlockchain) CreateAccessorRequest(input *CreateAccessorInput) (req *request.Request, output *CreateAccessorOutput) + func (c *ManagedBlockchain) CreateAccessorWithContext(ctx aws.Context, input *CreateAccessorInput, opts ...request.Option) (*CreateAccessorOutput, error) + func (c *ManagedBlockchain) CreateMember(input *CreateMemberInput) (*CreateMemberOutput, error) + func (c *ManagedBlockchain) CreateMemberRequest(input *CreateMemberInput) (req *request.Request, output *CreateMemberOutput) + func (c *ManagedBlockchain) CreateMemberWithContext(ctx aws.Context, input *CreateMemberInput, opts ...request.Option) (*CreateMemberOutput, error) + func (c *ManagedBlockchain) CreateNetwork(input *CreateNetworkInput) (*CreateNetworkOutput, error) + func (c *ManagedBlockchain) CreateNetworkRequest(input *CreateNetworkInput) (req *request.Request, output *CreateNetworkOutput) + func (c *ManagedBlockchain) CreateNetworkWithContext(ctx aws.Context, input *CreateNetworkInput, opts ...request.Option) (*CreateNetworkOutput, error) + func (c *ManagedBlockchain) CreateNode(input *CreateNodeInput) (*CreateNodeOutput, error) + func (c *ManagedBlockchain) CreateNodeRequest(input *CreateNodeInput) (req *request.Request, output *CreateNodeOutput) + func (c *ManagedBlockchain) CreateNodeWithContext(ctx aws.Context, input *CreateNodeInput, opts ...request.Option) (*CreateNodeOutput, error) + func (c *ManagedBlockchain) CreateProposal(input *CreateProposalInput) (*CreateProposalOutput, error) + func (c *ManagedBlockchain) CreateProposalRequest(input *CreateProposalInput) (req *request.Request, output *CreateProposalOutput) + func (c *ManagedBlockchain) CreateProposalWithContext(ctx aws.Context, input *CreateProposalInput, opts ...request.Option) (*CreateProposalOutput, error) + func (c *ManagedBlockchain) DeleteAccessor(input *DeleteAccessorInput) (*DeleteAccessorOutput, error) + func (c *ManagedBlockchain) DeleteAccessorRequest(input *DeleteAccessorInput) (req *request.Request, output *DeleteAccessorOutput) + func (c *ManagedBlockchain) DeleteAccessorWithContext(ctx aws.Context, input *DeleteAccessorInput, opts ...request.Option) (*DeleteAccessorOutput, error) + func (c *ManagedBlockchain) DeleteMember(input *DeleteMemberInput) (*DeleteMemberOutput, error) + func (c *ManagedBlockchain) DeleteMemberRequest(input *DeleteMemberInput) (req *request.Request, output *DeleteMemberOutput) + func (c *ManagedBlockchain) DeleteMemberWithContext(ctx aws.Context, input *DeleteMemberInput, opts ...request.Option) (*DeleteMemberOutput, error) + func (c *ManagedBlockchain) DeleteNode(input *DeleteNodeInput) (*DeleteNodeOutput, error) + func (c *ManagedBlockchain) DeleteNodeRequest(input *DeleteNodeInput) (req *request.Request, output *DeleteNodeOutput) + func (c *ManagedBlockchain) DeleteNodeWithContext(ctx aws.Context, input *DeleteNodeInput, opts ...request.Option) (*DeleteNodeOutput, error) + func (c *ManagedBlockchain) GetAccessor(input *GetAccessorInput) (*GetAccessorOutput, error) + func (c *ManagedBlockchain) GetAccessorRequest(input *GetAccessorInput) (req *request.Request, output *GetAccessorOutput) + func (c *ManagedBlockchain) GetAccessorWithContext(ctx aws.Context, input *GetAccessorInput, opts ...request.Option) (*GetAccessorOutput, error) + func (c *ManagedBlockchain) GetMember(input *GetMemberInput) (*GetMemberOutput, error) + func (c *ManagedBlockchain) GetMemberRequest(input *GetMemberInput) (req *request.Request, output *GetMemberOutput) + func (c *ManagedBlockchain) GetMemberWithContext(ctx aws.Context, input *GetMemberInput, opts ...request.Option) (*GetMemberOutput, error) + func (c *ManagedBlockchain) GetNetwork(input *GetNetworkInput) (*GetNetworkOutput, error) + func (c *ManagedBlockchain) GetNetworkRequest(input *GetNetworkInput) (req *request.Request, output *GetNetworkOutput) + func (c *ManagedBlockchain) GetNetworkWithContext(ctx aws.Context, input *GetNetworkInput, opts ...request.Option) (*GetNetworkOutput, error) + func (c *ManagedBlockchain) GetNode(input *GetNodeInput) (*GetNodeOutput, error) + func (c *ManagedBlockchain) GetNodeRequest(input *GetNodeInput) (req *request.Request, output *GetNodeOutput) + func (c *ManagedBlockchain) GetNodeWithContext(ctx aws.Context, input *GetNodeInput, opts ...request.Option) (*GetNodeOutput, error) + func (c *ManagedBlockchain) GetProposal(input *GetProposalInput) (*GetProposalOutput, error) + func (c *ManagedBlockchain) GetProposalRequest(input *GetProposalInput) (req *request.Request, output *GetProposalOutput) + func (c *ManagedBlockchain) GetProposalWithContext(ctx aws.Context, input *GetProposalInput, opts ...request.Option) (*GetProposalOutput, error) + func (c *ManagedBlockchain) ListAccessors(input *ListAccessorsInput) (*ListAccessorsOutput, error) + func (c *ManagedBlockchain) ListAccessorsPages(input *ListAccessorsInput, fn func(*ListAccessorsOutput, bool) bool) error + func (c *ManagedBlockchain) ListAccessorsPagesWithContext(ctx aws.Context, input *ListAccessorsInput, ...) error + func (c *ManagedBlockchain) ListAccessorsRequest(input *ListAccessorsInput) (req *request.Request, output *ListAccessorsOutput) + func (c *ManagedBlockchain) ListAccessorsWithContext(ctx aws.Context, input *ListAccessorsInput, opts ...request.Option) (*ListAccessorsOutput, error) + func (c *ManagedBlockchain) ListInvitations(input *ListInvitationsInput) (*ListInvitationsOutput, error) + func (c *ManagedBlockchain) ListInvitationsPages(input *ListInvitationsInput, fn func(*ListInvitationsOutput, bool) bool) error + func (c *ManagedBlockchain) ListInvitationsPagesWithContext(ctx aws.Context, input *ListInvitationsInput, ...) error + func (c *ManagedBlockchain) ListInvitationsRequest(input *ListInvitationsInput) (req *request.Request, output *ListInvitationsOutput) + func (c *ManagedBlockchain) ListInvitationsWithContext(ctx aws.Context, input *ListInvitationsInput, opts ...request.Option) (*ListInvitationsOutput, error) + func (c *ManagedBlockchain) ListMembers(input *ListMembersInput) (*ListMembersOutput, error) + func (c *ManagedBlockchain) ListMembersPages(input *ListMembersInput, fn func(*ListMembersOutput, bool) bool) error + func (c *ManagedBlockchain) ListMembersPagesWithContext(ctx aws.Context, input *ListMembersInput, ...) error + func (c *ManagedBlockchain) ListMembersRequest(input *ListMembersInput) (req *request.Request, output *ListMembersOutput) + func (c *ManagedBlockchain) ListMembersWithContext(ctx aws.Context, input *ListMembersInput, opts ...request.Option) (*ListMembersOutput, error) + func (c *ManagedBlockchain) ListNetworks(input *ListNetworksInput) (*ListNetworksOutput, error) + func (c *ManagedBlockchain) ListNetworksPages(input *ListNetworksInput, fn func(*ListNetworksOutput, bool) bool) error + func (c *ManagedBlockchain) ListNetworksPagesWithContext(ctx aws.Context, input *ListNetworksInput, ...) error + func (c *ManagedBlockchain) ListNetworksRequest(input *ListNetworksInput) (req *request.Request, output *ListNetworksOutput) + func (c *ManagedBlockchain) ListNetworksWithContext(ctx aws.Context, input *ListNetworksInput, opts ...request.Option) (*ListNetworksOutput, error) + func (c *ManagedBlockchain) ListNodes(input *ListNodesInput) (*ListNodesOutput, error) + func (c *ManagedBlockchain) ListNodesPages(input *ListNodesInput, fn func(*ListNodesOutput, bool) bool) error + func (c *ManagedBlockchain) ListNodesPagesWithContext(ctx aws.Context, input *ListNodesInput, fn func(*ListNodesOutput, bool) bool, ...) error + func (c *ManagedBlockchain) ListNodesRequest(input *ListNodesInput) (req *request.Request, output *ListNodesOutput) + func (c *ManagedBlockchain) ListNodesWithContext(ctx aws.Context, input *ListNodesInput, opts ...request.Option) (*ListNodesOutput, error) + func (c *ManagedBlockchain) ListProposalVotes(input *ListProposalVotesInput) (*ListProposalVotesOutput, error) + func (c *ManagedBlockchain) ListProposalVotesPages(input *ListProposalVotesInput, fn func(*ListProposalVotesOutput, bool) bool) error + func (c *ManagedBlockchain) ListProposalVotesPagesWithContext(ctx aws.Context, input *ListProposalVotesInput, ...) error + func (c *ManagedBlockchain) ListProposalVotesRequest(input *ListProposalVotesInput) (req *request.Request, output *ListProposalVotesOutput) + func (c *ManagedBlockchain) ListProposalVotesWithContext(ctx aws.Context, input *ListProposalVotesInput, opts ...request.Option) (*ListProposalVotesOutput, error) + func (c *ManagedBlockchain) ListProposals(input *ListProposalsInput) (*ListProposalsOutput, error) + func (c *ManagedBlockchain) ListProposalsPages(input *ListProposalsInput, fn func(*ListProposalsOutput, bool) bool) error + func (c *ManagedBlockchain) ListProposalsPagesWithContext(ctx aws.Context, input *ListProposalsInput, ...) error + func (c *ManagedBlockchain) ListProposalsRequest(input *ListProposalsInput) (req *request.Request, output *ListProposalsOutput) + func (c *ManagedBlockchain) ListProposalsWithContext(ctx aws.Context, input *ListProposalsInput, opts ...request.Option) (*ListProposalsOutput, error) + func (c *ManagedBlockchain) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *ManagedBlockchain) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *ManagedBlockchain) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *ManagedBlockchain) RejectInvitation(input *RejectInvitationInput) (*RejectInvitationOutput, error) + func (c *ManagedBlockchain) RejectInvitationRequest(input *RejectInvitationInput) (req *request.Request, output *RejectInvitationOutput) + func (c *ManagedBlockchain) RejectInvitationWithContext(ctx aws.Context, input *RejectInvitationInput, opts ...request.Option) (*RejectInvitationOutput, error) + func (c *ManagedBlockchain) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *ManagedBlockchain) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *ManagedBlockchain) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *ManagedBlockchain) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *ManagedBlockchain) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *ManagedBlockchain) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *ManagedBlockchain) UpdateMember(input *UpdateMemberInput) (*UpdateMemberOutput, error) + func (c *ManagedBlockchain) UpdateMemberRequest(input *UpdateMemberInput) (req *request.Request, output *UpdateMemberOutput) + func (c *ManagedBlockchain) UpdateMemberWithContext(ctx aws.Context, input *UpdateMemberInput, opts ...request.Option) (*UpdateMemberOutput, error) + func (c *ManagedBlockchain) UpdateNode(input *UpdateNodeInput) (*UpdateNodeOutput, error) + func (c *ManagedBlockchain) UpdateNodeRequest(input *UpdateNodeInput) (req *request.Request, output *UpdateNodeOutput) + func (c *ManagedBlockchain) UpdateNodeWithContext(ctx aws.Context, input *UpdateNodeInput, opts ...request.Option) (*UpdateNodeOutput, error) + func (c *ManagedBlockchain) VoteOnProposal(input *VoteOnProposalInput) (*VoteOnProposalOutput, error) + func (c *ManagedBlockchain) VoteOnProposalRequest(input *VoteOnProposalInput) (req *request.Request, output *VoteOnProposalOutput) + func (c *ManagedBlockchain) VoteOnProposalWithContext(ctx aws.Context, input *VoteOnProposalInput, opts ...request.Option) (*VoteOnProposalOutput, error) + type Member struct + Arn *string + CreationDate *time.Time + Description *string + FrameworkAttributes *MemberFrameworkAttributes + Id *string + KmsKeyArn *string + LogPublishingConfiguration *MemberLogPublishingConfiguration + Name *string + NetworkId *string + Status *string + Tags map[string]*string + func (s *Member) SetArn(v string) *Member + func (s *Member) SetCreationDate(v time.Time) *Member + func (s *Member) SetDescription(v string) *Member + func (s *Member) SetFrameworkAttributes(v *MemberFrameworkAttributes) *Member + func (s *Member) SetId(v string) *Member + func (s *Member) SetKmsKeyArn(v string) *Member + func (s *Member) SetLogPublishingConfiguration(v *MemberLogPublishingConfiguration) *Member + func (s *Member) SetName(v string) *Member + func (s *Member) SetNetworkId(v string) *Member + func (s *Member) SetStatus(v string) *Member + func (s *Member) SetTags(v map[string]*string) *Member + func (s Member) GoString() string + func (s Member) String() string + type MemberConfiguration struct + Description *string + FrameworkConfiguration *MemberFrameworkConfiguration + KmsKeyArn *string + LogPublishingConfiguration *MemberLogPublishingConfiguration + Name *string + Tags map[string]*string + func (s *MemberConfiguration) SetDescription(v string) *MemberConfiguration + func (s *MemberConfiguration) SetFrameworkConfiguration(v *MemberFrameworkConfiguration) *MemberConfiguration + func (s *MemberConfiguration) SetKmsKeyArn(v string) *MemberConfiguration + func (s *MemberConfiguration) SetLogPublishingConfiguration(v *MemberLogPublishingConfiguration) *MemberConfiguration + func (s *MemberConfiguration) SetName(v string) *MemberConfiguration + func (s *MemberConfiguration) SetTags(v map[string]*string) *MemberConfiguration + func (s *MemberConfiguration) Validate() error + func (s MemberConfiguration) GoString() string + func (s MemberConfiguration) String() string + type MemberFabricAttributes struct + AdminUsername *string + CaEndpoint *string + func (s *MemberFabricAttributes) SetAdminUsername(v string) *MemberFabricAttributes + func (s *MemberFabricAttributes) SetCaEndpoint(v string) *MemberFabricAttributes + func (s MemberFabricAttributes) GoString() string + func (s MemberFabricAttributes) String() string + type MemberFabricConfiguration struct + AdminPassword *string + AdminUsername *string + func (s *MemberFabricConfiguration) SetAdminPassword(v string) *MemberFabricConfiguration + func (s *MemberFabricConfiguration) SetAdminUsername(v string) *MemberFabricConfiguration + func (s *MemberFabricConfiguration) Validate() error + func (s MemberFabricConfiguration) GoString() string + func (s MemberFabricConfiguration) String() string + type MemberFabricLogPublishingConfiguration struct + CaLogs *LogConfigurations + func (s *MemberFabricLogPublishingConfiguration) SetCaLogs(v *LogConfigurations) *MemberFabricLogPublishingConfiguration + func (s MemberFabricLogPublishingConfiguration) GoString() string + func (s MemberFabricLogPublishingConfiguration) String() string + type MemberFrameworkAttributes struct + Fabric *MemberFabricAttributes + func (s *MemberFrameworkAttributes) SetFabric(v *MemberFabricAttributes) *MemberFrameworkAttributes + func (s MemberFrameworkAttributes) GoString() string + func (s MemberFrameworkAttributes) String() string + type MemberFrameworkConfiguration struct + Fabric *MemberFabricConfiguration + func (s *MemberFrameworkConfiguration) SetFabric(v *MemberFabricConfiguration) *MemberFrameworkConfiguration + func (s *MemberFrameworkConfiguration) Validate() error + func (s MemberFrameworkConfiguration) GoString() string + func (s MemberFrameworkConfiguration) String() string + type MemberLogPublishingConfiguration struct + Fabric *MemberFabricLogPublishingConfiguration + func (s *MemberLogPublishingConfiguration) SetFabric(v *MemberFabricLogPublishingConfiguration) *MemberLogPublishingConfiguration + func (s MemberLogPublishingConfiguration) GoString() string + func (s MemberLogPublishingConfiguration) String() string + type MemberSummary struct + Arn *string + CreationDate *time.Time + Description *string + Id *string + IsOwned *bool + Name *string + Status *string + func (s *MemberSummary) SetArn(v string) *MemberSummary + func (s *MemberSummary) SetCreationDate(v time.Time) *MemberSummary + func (s *MemberSummary) SetDescription(v string) *MemberSummary + func (s *MemberSummary) SetId(v string) *MemberSummary + func (s *MemberSummary) SetIsOwned(v bool) *MemberSummary + func (s *MemberSummary) SetName(v string) *MemberSummary + func (s *MemberSummary) SetStatus(v string) *MemberSummary + func (s MemberSummary) GoString() string + func (s MemberSummary) String() string + type Network struct + Arn *string + CreationDate *time.Time + Description *string + Framework *string + FrameworkAttributes *NetworkFrameworkAttributes + FrameworkVersion *string + Id *string + Name *string + Status *string + Tags map[string]*string + VotingPolicy *VotingPolicy + VpcEndpointServiceName *string + func (s *Network) SetArn(v string) *Network + func (s *Network) SetCreationDate(v time.Time) *Network + func (s *Network) SetDescription(v string) *Network + func (s *Network) SetFramework(v string) *Network + func (s *Network) SetFrameworkAttributes(v *NetworkFrameworkAttributes) *Network + func (s *Network) SetFrameworkVersion(v string) *Network + func (s *Network) SetId(v string) *Network + func (s *Network) SetName(v string) *Network + func (s *Network) SetStatus(v string) *Network + func (s *Network) SetTags(v map[string]*string) *Network + func (s *Network) SetVotingPolicy(v *VotingPolicy) *Network + func (s *Network) SetVpcEndpointServiceName(v string) *Network + func (s Network) GoString() string + func (s Network) String() string + type NetworkEthereumAttributes struct + ChainId *string + func (s *NetworkEthereumAttributes) SetChainId(v string) *NetworkEthereumAttributes + func (s NetworkEthereumAttributes) GoString() string + func (s NetworkEthereumAttributes) String() string + type NetworkFabricAttributes struct + Edition *string + OrderingServiceEndpoint *string + func (s *NetworkFabricAttributes) SetEdition(v string) *NetworkFabricAttributes + func (s *NetworkFabricAttributes) SetOrderingServiceEndpoint(v string) *NetworkFabricAttributes + func (s NetworkFabricAttributes) GoString() string + func (s NetworkFabricAttributes) String() string + type NetworkFabricConfiguration struct + Edition *string + func (s *NetworkFabricConfiguration) SetEdition(v string) *NetworkFabricConfiguration + func (s *NetworkFabricConfiguration) Validate() error + func (s NetworkFabricConfiguration) GoString() string + func (s NetworkFabricConfiguration) String() string + type NetworkFrameworkAttributes struct + Ethereum *NetworkEthereumAttributes + Fabric *NetworkFabricAttributes + func (s *NetworkFrameworkAttributes) SetEthereum(v *NetworkEthereumAttributes) *NetworkFrameworkAttributes + func (s *NetworkFrameworkAttributes) SetFabric(v *NetworkFabricAttributes) *NetworkFrameworkAttributes + func (s NetworkFrameworkAttributes) GoString() string + func (s NetworkFrameworkAttributes) String() string + type NetworkFrameworkConfiguration struct + Fabric *NetworkFabricConfiguration + func (s *NetworkFrameworkConfiguration) SetFabric(v *NetworkFabricConfiguration) *NetworkFrameworkConfiguration + func (s *NetworkFrameworkConfiguration) Validate() error + func (s NetworkFrameworkConfiguration) GoString() string + func (s NetworkFrameworkConfiguration) String() string + type NetworkSummary struct + Arn *string + CreationDate *time.Time + Description *string + Framework *string + FrameworkVersion *string + Id *string + Name *string + Status *string + func (s *NetworkSummary) SetArn(v string) *NetworkSummary + func (s *NetworkSummary) SetCreationDate(v time.Time) *NetworkSummary + func (s *NetworkSummary) SetDescription(v string) *NetworkSummary + func (s *NetworkSummary) SetFramework(v string) *NetworkSummary + func (s *NetworkSummary) SetFrameworkVersion(v string) *NetworkSummary + func (s *NetworkSummary) SetId(v string) *NetworkSummary + func (s *NetworkSummary) SetName(v string) *NetworkSummary + func (s *NetworkSummary) SetStatus(v string) *NetworkSummary + func (s NetworkSummary) GoString() string + func (s NetworkSummary) String() string + type Node struct + Arn *string + AvailabilityZone *string + CreationDate *time.Time + FrameworkAttributes *NodeFrameworkAttributes + Id *string + InstanceType *string + KmsKeyArn *string + LogPublishingConfiguration *NodeLogPublishingConfiguration + MemberId *string + NetworkId *string + StateDB *string + Status *string + Tags map[string]*string + func (s *Node) SetArn(v string) *Node + func (s *Node) SetAvailabilityZone(v string) *Node + func (s *Node) SetCreationDate(v time.Time) *Node + func (s *Node) SetFrameworkAttributes(v *NodeFrameworkAttributes) *Node + func (s *Node) SetId(v string) *Node + func (s *Node) SetInstanceType(v string) *Node + func (s *Node) SetKmsKeyArn(v string) *Node + func (s *Node) SetLogPublishingConfiguration(v *NodeLogPublishingConfiguration) *Node + func (s *Node) SetMemberId(v string) *Node + func (s *Node) SetNetworkId(v string) *Node + func (s *Node) SetStateDB(v string) *Node + func (s *Node) SetStatus(v string) *Node + func (s *Node) SetTags(v map[string]*string) *Node + func (s Node) GoString() string + func (s Node) String() string + type NodeConfiguration struct + AvailabilityZone *string + InstanceType *string + LogPublishingConfiguration *NodeLogPublishingConfiguration + StateDB *string + func (s *NodeConfiguration) SetAvailabilityZone(v string) *NodeConfiguration + func (s *NodeConfiguration) SetInstanceType(v string) *NodeConfiguration + func (s *NodeConfiguration) SetLogPublishingConfiguration(v *NodeLogPublishingConfiguration) *NodeConfiguration + func (s *NodeConfiguration) SetStateDB(v string) *NodeConfiguration + func (s *NodeConfiguration) Validate() error + func (s NodeConfiguration) GoString() string + func (s NodeConfiguration) String() string + type NodeEthereumAttributes struct + HttpEndpoint *string + WebSocketEndpoint *string + func (s *NodeEthereumAttributes) SetHttpEndpoint(v string) *NodeEthereumAttributes + func (s *NodeEthereumAttributes) SetWebSocketEndpoint(v string) *NodeEthereumAttributes + func (s NodeEthereumAttributes) GoString() string + func (s NodeEthereumAttributes) String() string + type NodeFabricAttributes struct + PeerEndpoint *string + PeerEventEndpoint *string + func (s *NodeFabricAttributes) SetPeerEndpoint(v string) *NodeFabricAttributes + func (s *NodeFabricAttributes) SetPeerEventEndpoint(v string) *NodeFabricAttributes + func (s NodeFabricAttributes) GoString() string + func (s NodeFabricAttributes) String() string + type NodeFabricLogPublishingConfiguration struct + ChaincodeLogs *LogConfigurations + PeerLogs *LogConfigurations + func (s *NodeFabricLogPublishingConfiguration) SetChaincodeLogs(v *LogConfigurations) *NodeFabricLogPublishingConfiguration + func (s *NodeFabricLogPublishingConfiguration) SetPeerLogs(v *LogConfigurations) *NodeFabricLogPublishingConfiguration + func (s NodeFabricLogPublishingConfiguration) GoString() string + func (s NodeFabricLogPublishingConfiguration) String() string + type NodeFrameworkAttributes struct + Ethereum *NodeEthereumAttributes + Fabric *NodeFabricAttributes + func (s *NodeFrameworkAttributes) SetEthereum(v *NodeEthereumAttributes) *NodeFrameworkAttributes + func (s *NodeFrameworkAttributes) SetFabric(v *NodeFabricAttributes) *NodeFrameworkAttributes + func (s NodeFrameworkAttributes) GoString() string + func (s NodeFrameworkAttributes) String() string + type NodeLogPublishingConfiguration struct + Fabric *NodeFabricLogPublishingConfiguration + func (s *NodeLogPublishingConfiguration) SetFabric(v *NodeFabricLogPublishingConfiguration) *NodeLogPublishingConfiguration + func (s NodeLogPublishingConfiguration) GoString() string + func (s NodeLogPublishingConfiguration) String() string + type NodeSummary struct + Arn *string + AvailabilityZone *string + CreationDate *time.Time + Id *string + InstanceType *string + Status *string + func (s *NodeSummary) SetArn(v string) *NodeSummary + func (s *NodeSummary) SetAvailabilityZone(v string) *NodeSummary + func (s *NodeSummary) SetCreationDate(v time.Time) *NodeSummary + func (s *NodeSummary) SetId(v string) *NodeSummary + func (s *NodeSummary) SetInstanceType(v string) *NodeSummary + func (s *NodeSummary) SetStatus(v string) *NodeSummary + func (s NodeSummary) GoString() string + func (s NodeSummary) String() string + type Proposal struct + Actions *ProposalActions + Arn *string + CreationDate *time.Time + Description *string + ExpirationDate *time.Time + NetworkId *string + NoVoteCount *int64 + OutstandingVoteCount *int64 + ProposalId *string + ProposedByMemberId *string + ProposedByMemberName *string + Status *string + Tags map[string]*string + YesVoteCount *int64 + func (s *Proposal) SetActions(v *ProposalActions) *Proposal + func (s *Proposal) SetArn(v string) *Proposal + func (s *Proposal) SetCreationDate(v time.Time) *Proposal + func (s *Proposal) SetDescription(v string) *Proposal + func (s *Proposal) SetExpirationDate(v time.Time) *Proposal + func (s *Proposal) SetNetworkId(v string) *Proposal + func (s *Proposal) SetNoVoteCount(v int64) *Proposal + func (s *Proposal) SetOutstandingVoteCount(v int64) *Proposal + func (s *Proposal) SetProposalId(v string) *Proposal + func (s *Proposal) SetProposedByMemberId(v string) *Proposal + func (s *Proposal) SetProposedByMemberName(v string) *Proposal + func (s *Proposal) SetStatus(v string) *Proposal + func (s *Proposal) SetTags(v map[string]*string) *Proposal + func (s *Proposal) SetYesVoteCount(v int64) *Proposal + func (s Proposal) GoString() string + func (s Proposal) String() string + type ProposalActions struct + Invitations []*InviteAction + Removals []*RemoveAction + func (s *ProposalActions) SetInvitations(v []*InviteAction) *ProposalActions + func (s *ProposalActions) SetRemovals(v []*RemoveAction) *ProposalActions + func (s *ProposalActions) Validate() error + func (s ProposalActions) GoString() string + func (s ProposalActions) String() string + type ProposalSummary struct + Arn *string + CreationDate *time.Time + Description *string + ExpirationDate *time.Time + ProposalId *string + ProposedByMemberId *string + ProposedByMemberName *string + Status *string + func (s *ProposalSummary) SetArn(v string) *ProposalSummary + func (s *ProposalSummary) SetCreationDate(v time.Time) *ProposalSummary + func (s *ProposalSummary) SetDescription(v string) *ProposalSummary + func (s *ProposalSummary) SetExpirationDate(v time.Time) *ProposalSummary + func (s *ProposalSummary) SetProposalId(v string) *ProposalSummary + func (s *ProposalSummary) SetProposedByMemberId(v string) *ProposalSummary + func (s *ProposalSummary) SetProposedByMemberName(v string) *ProposalSummary + func (s *ProposalSummary) SetStatus(v string) *ProposalSummary + func (s ProposalSummary) GoString() string + func (s ProposalSummary) String() string + type RejectInvitationInput struct + InvitationId *string + func (s *RejectInvitationInput) SetInvitationId(v string) *RejectInvitationInput + func (s *RejectInvitationInput) Validate() error + func (s RejectInvitationInput) GoString() string + func (s RejectInvitationInput) String() string + type RejectInvitationOutput struct + func (s RejectInvitationOutput) GoString() string + func (s RejectInvitationOutput) String() string + type RemoveAction struct + MemberId *string + func (s *RemoveAction) SetMemberId(v string) *RemoveAction + func (s *RemoveAction) Validate() error + func (s RemoveAction) GoString() string + func (s RemoveAction) String() string + type ResourceAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceAlreadyExistsException) Code() string + func (s *ResourceAlreadyExistsException) Error() string + func (s *ResourceAlreadyExistsException) Message() string + func (s *ResourceAlreadyExistsException) OrigErr() error + func (s *ResourceAlreadyExistsException) RequestID() string + func (s *ResourceAlreadyExistsException) StatusCode() int + func (s ResourceAlreadyExistsException) GoString() string + func (s ResourceAlreadyExistsException) String() string + type ResourceLimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceLimitExceededException) Code() string + func (s *ResourceLimitExceededException) Error() string + func (s *ResourceLimitExceededException) Message() string + func (s *ResourceLimitExceededException) OrigErr() error + func (s *ResourceLimitExceededException) RequestID() string + func (s *ResourceLimitExceededException) StatusCode() int + func (s ResourceLimitExceededException) GoString() string + func (s ResourceLimitExceededException) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceName *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ResourceNotReadyException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotReadyException) Code() string + func (s *ResourceNotReadyException) Error() string + func (s *ResourceNotReadyException) Message() string + func (s *ResourceNotReadyException) OrigErr() error + func (s *ResourceNotReadyException) RequestID() string + func (s *ResourceNotReadyException) StatusCode() int + func (s ResourceNotReadyException) GoString() string + func (s ResourceNotReadyException) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type TooManyTagsException struct + Message_ *string + ResourceName *string + RespMetadata protocol.ResponseMetadata + func (s *TooManyTagsException) Code() string + func (s *TooManyTagsException) Error() string + func (s *TooManyTagsException) Message() string + func (s *TooManyTagsException) OrigErr() error + func (s *TooManyTagsException) RequestID() string + func (s *TooManyTagsException) StatusCode() int + func (s TooManyTagsException) GoString() string + func (s TooManyTagsException) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateMemberInput struct + LogPublishingConfiguration *MemberLogPublishingConfiguration + MemberId *string + NetworkId *string + func (s *UpdateMemberInput) SetLogPublishingConfiguration(v *MemberLogPublishingConfiguration) *UpdateMemberInput + func (s *UpdateMemberInput) SetMemberId(v string) *UpdateMemberInput + func (s *UpdateMemberInput) SetNetworkId(v string) *UpdateMemberInput + func (s *UpdateMemberInput) Validate() error + func (s UpdateMemberInput) GoString() string + func (s UpdateMemberInput) String() string + type UpdateMemberOutput struct + func (s UpdateMemberOutput) GoString() string + func (s UpdateMemberOutput) String() string + type UpdateNodeInput struct + LogPublishingConfiguration *NodeLogPublishingConfiguration + MemberId *string + NetworkId *string + NodeId *string + func (s *UpdateNodeInput) SetLogPublishingConfiguration(v *NodeLogPublishingConfiguration) *UpdateNodeInput + func (s *UpdateNodeInput) SetMemberId(v string) *UpdateNodeInput + func (s *UpdateNodeInput) SetNetworkId(v string) *UpdateNodeInput + func (s *UpdateNodeInput) SetNodeId(v string) *UpdateNodeInput + func (s *UpdateNodeInput) Validate() error + func (s UpdateNodeInput) GoString() string + func (s UpdateNodeInput) String() string + type UpdateNodeOutput struct + func (s UpdateNodeOutput) GoString() string + func (s UpdateNodeOutput) String() string + type VoteOnProposalInput struct + NetworkId *string + ProposalId *string + Vote *string + VoterMemberId *string + func (s *VoteOnProposalInput) SetNetworkId(v string) *VoteOnProposalInput + func (s *VoteOnProposalInput) SetProposalId(v string) *VoteOnProposalInput + func (s *VoteOnProposalInput) SetVote(v string) *VoteOnProposalInput + func (s *VoteOnProposalInput) SetVoterMemberId(v string) *VoteOnProposalInput + func (s *VoteOnProposalInput) Validate() error + func (s VoteOnProposalInput) GoString() string + func (s VoteOnProposalInput) String() string + type VoteOnProposalOutput struct + func (s VoteOnProposalOutput) GoString() string + func (s VoteOnProposalOutput) String() string + type VoteSummary struct + MemberId *string + MemberName *string + Vote *string + func (s *VoteSummary) SetMemberId(v string) *VoteSummary + func (s *VoteSummary) SetMemberName(v string) *VoteSummary + func (s *VoteSummary) SetVote(v string) *VoteSummary + func (s VoteSummary) GoString() string + func (s VoteSummary) String() string + type VotingPolicy struct + ApprovalThresholdPolicy *ApprovalThresholdPolicy + func (s *VotingPolicy) SetApprovalThresholdPolicy(v *ApprovalThresholdPolicy) *VotingPolicy + func (s *VotingPolicy) Validate() error + func (s VotingPolicy) GoString() string + func (s VotingPolicy) String() string