Versions in this module Expand all Collapse all v0 v0.23.3 Jun 25, 2020 v0.23.2 Jun 25, 2020 Changes in this version + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeIllegalActionException + const ErrCodeInternalServiceErrorException + const ErrCodeInvalidRequestException + const ErrCodeResourceAlreadyExistsException + const ErrCodeResourceLimitExceededException + const ErrCodeResourceNotFoundException + const ErrCodeResourceNotReadyException + const ErrCodeThrottlingException + const ServiceID + const ServiceName + type ApprovalThresholdPolicy struct + ProposalDurationInHours *int64 + ThresholdComparator ThresholdComparator + ThresholdPercentage *int64 + func (s *ApprovalThresholdPolicy) Validate() error + func (s ApprovalThresholdPolicy) MarshalFields(e protocol.FieldEncoder) error + func (s ApprovalThresholdPolicy) String() string + type Client struct + func New(config aws.Config) *Client + func (c *Client) CreateMemberRequest(input *CreateMemberInput) CreateMemberRequest + func (c *Client) CreateNetworkRequest(input *CreateNetworkInput) CreateNetworkRequest + func (c *Client) CreateNodeRequest(input *CreateNodeInput) CreateNodeRequest + func (c *Client) CreateProposalRequest(input *CreateProposalInput) CreateProposalRequest + func (c *Client) DeleteMemberRequest(input *DeleteMemberInput) DeleteMemberRequest + func (c *Client) DeleteNodeRequest(input *DeleteNodeInput) DeleteNodeRequest + func (c *Client) GetMemberRequest(input *GetMemberInput) GetMemberRequest + func (c *Client) GetNetworkRequest(input *GetNetworkInput) GetNetworkRequest + func (c *Client) GetNodeRequest(input *GetNodeInput) GetNodeRequest + func (c *Client) GetProposalRequest(input *GetProposalInput) GetProposalRequest + func (c *Client) ListInvitationsRequest(input *ListInvitationsInput) ListInvitationsRequest + func (c *Client) ListMembersRequest(input *ListMembersInput) ListMembersRequest + func (c *Client) ListNetworksRequest(input *ListNetworksInput) ListNetworksRequest + func (c *Client) ListNodesRequest(input *ListNodesInput) ListNodesRequest + func (c *Client) ListProposalVotesRequest(input *ListProposalVotesInput) ListProposalVotesRequest + func (c *Client) ListProposalsRequest(input *ListProposalsInput) ListProposalsRequest + func (c *Client) RejectInvitationRequest(input *RejectInvitationInput) RejectInvitationRequest + func (c *Client) UpdateMemberRequest(input *UpdateMemberInput) UpdateMemberRequest + func (c *Client) UpdateNodeRequest(input *UpdateNodeInput) UpdateNodeRequest + func (c *Client) VoteOnProposalRequest(input *VoteOnProposalInput) VoteOnProposalRequest + type CreateMemberInput struct + ClientRequestToken *string + InvitationId *string + MemberConfiguration *MemberConfiguration + NetworkId *string + func (s *CreateMemberInput) Validate() error + func (s CreateMemberInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateMemberInput) String() string + type CreateMemberOutput struct + MemberId *string + func (s CreateMemberOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateMemberOutput) String() string + type CreateMemberRequest struct + Copy func(*CreateMemberInput) CreateMemberRequest + Input *CreateMemberInput + func (r CreateMemberRequest) Send(ctx context.Context) (*CreateMemberResponse, error) + type CreateMemberResponse struct + func (r *CreateMemberResponse) SDKResponseMetdata() *aws.Response + type CreateNetworkInput struct + ClientRequestToken *string + Description *string + Framework Framework + FrameworkConfiguration *NetworkFrameworkConfiguration + FrameworkVersion *string + MemberConfiguration *MemberConfiguration + Name *string + VotingPolicy *VotingPolicy + func (s *CreateNetworkInput) Validate() error + func (s CreateNetworkInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateNetworkInput) String() string + type CreateNetworkOutput struct + MemberId *string + NetworkId *string + func (s CreateNetworkOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateNetworkOutput) String() string + type CreateNetworkRequest struct + Copy func(*CreateNetworkInput) CreateNetworkRequest + Input *CreateNetworkInput + func (r CreateNetworkRequest) Send(ctx context.Context) (*CreateNetworkResponse, error) + type CreateNetworkResponse struct + func (r *CreateNetworkResponse) SDKResponseMetdata() *aws.Response + type CreateNodeInput struct + ClientRequestToken *string + MemberId *string + NetworkId *string + NodeConfiguration *NodeConfiguration + func (s *CreateNodeInput) Validate() error + func (s CreateNodeInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateNodeInput) String() string + type CreateNodeOutput struct + NodeId *string + func (s CreateNodeOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateNodeOutput) String() string + type CreateNodeRequest struct + Copy func(*CreateNodeInput) CreateNodeRequest + Input *CreateNodeInput + func (r CreateNodeRequest) Send(ctx context.Context) (*CreateNodeResponse, error) + type CreateNodeResponse struct + func (r *CreateNodeResponse) SDKResponseMetdata() *aws.Response + type CreateProposalInput struct + Actions *ProposalActions + ClientRequestToken *string + Description *string + MemberId *string + NetworkId *string + func (s *CreateProposalInput) Validate() error + func (s CreateProposalInput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateProposalInput) String() string + type CreateProposalOutput struct + ProposalId *string + func (s CreateProposalOutput) MarshalFields(e protocol.FieldEncoder) error + func (s CreateProposalOutput) String() string + type CreateProposalRequest struct + Copy func(*CreateProposalInput) CreateProposalRequest + Input *CreateProposalInput + func (r CreateProposalRequest) Send(ctx context.Context) (*CreateProposalResponse, error) + type CreateProposalResponse struct + func (r *CreateProposalResponse) SDKResponseMetdata() *aws.Response + type DeleteMemberInput struct + MemberId *string + NetworkId *string + func (s *DeleteMemberInput) Validate() error + func (s DeleteMemberInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteMemberInput) String() string + type DeleteMemberOutput struct + func (s DeleteMemberOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteMemberOutput) String() string + type DeleteMemberRequest struct + Copy func(*DeleteMemberInput) DeleteMemberRequest + Input *DeleteMemberInput + func (r DeleteMemberRequest) Send(ctx context.Context) (*DeleteMemberResponse, error) + type DeleteMemberResponse struct + func (r *DeleteMemberResponse) SDKResponseMetdata() *aws.Response + type DeleteNodeInput struct + MemberId *string + NetworkId *string + NodeId *string + func (s *DeleteNodeInput) Validate() error + func (s DeleteNodeInput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteNodeInput) String() string + type DeleteNodeOutput struct + func (s DeleteNodeOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteNodeOutput) String() string + type DeleteNodeRequest struct + Copy func(*DeleteNodeInput) DeleteNodeRequest + Input *DeleteNodeInput + func (r DeleteNodeRequest) Send(ctx context.Context) (*DeleteNodeResponse, error) + type DeleteNodeResponse struct + func (r *DeleteNodeResponse) SDKResponseMetdata() *aws.Response + type Edition string + const EditionStandard + const EditionStarter + func (enum Edition) MarshalValue() (string, error) + func (enum Edition) MarshalValueBuf(b []byte) ([]byte, error) + type Framework string + const FrameworkHyperledgerFabric + func (enum Framework) MarshalValue() (string, error) + func (enum Framework) MarshalValueBuf(b []byte) ([]byte, error) + type GetMemberInput struct + MemberId *string + NetworkId *string + func (s *GetMemberInput) Validate() error + func (s GetMemberInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetMemberInput) String() string + type GetMemberOutput struct + Member *Member + func (s GetMemberOutput) MarshalFields(e protocol.FieldEncoder) error + func (s GetMemberOutput) String() string + type GetMemberRequest struct + Copy func(*GetMemberInput) GetMemberRequest + Input *GetMemberInput + func (r GetMemberRequest) Send(ctx context.Context) (*GetMemberResponse, error) + type GetMemberResponse struct + func (r *GetMemberResponse) SDKResponseMetdata() *aws.Response + type GetNetworkInput struct + NetworkId *string + func (s *GetNetworkInput) Validate() error + func (s GetNetworkInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetNetworkInput) String() string + type GetNetworkOutput struct + Network *Network + func (s GetNetworkOutput) MarshalFields(e protocol.FieldEncoder) error + func (s GetNetworkOutput) String() string + type GetNetworkRequest struct + Copy func(*GetNetworkInput) GetNetworkRequest + Input *GetNetworkInput + func (r GetNetworkRequest) Send(ctx context.Context) (*GetNetworkResponse, error) + type GetNetworkResponse struct + func (r *GetNetworkResponse) SDKResponseMetdata() *aws.Response + type GetNodeInput struct + MemberId *string + NetworkId *string + NodeId *string + func (s *GetNodeInput) Validate() error + func (s GetNodeInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetNodeInput) String() string + type GetNodeOutput struct + Node *Node + func (s GetNodeOutput) MarshalFields(e protocol.FieldEncoder) error + func (s GetNodeOutput) String() string + type GetNodeRequest struct + Copy func(*GetNodeInput) GetNodeRequest + Input *GetNodeInput + func (r GetNodeRequest) Send(ctx context.Context) (*GetNodeResponse, error) + type GetNodeResponse struct + func (r *GetNodeResponse) SDKResponseMetdata() *aws.Response + type GetProposalInput struct + NetworkId *string + ProposalId *string + func (s *GetProposalInput) Validate() error + func (s GetProposalInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetProposalInput) String() string + type GetProposalOutput struct + Proposal *Proposal + func (s GetProposalOutput) MarshalFields(e protocol.FieldEncoder) error + func (s GetProposalOutput) String() string + type GetProposalRequest struct + Copy func(*GetProposalInput) GetProposalRequest + Input *GetProposalInput + func (r GetProposalRequest) Send(ctx context.Context) (*GetProposalResponse, error) + type GetProposalResponse struct + func (r *GetProposalResponse) SDKResponseMetdata() *aws.Response + type Invitation struct + CreationDate *time.Time + ExpirationDate *time.Time + InvitationId *string + NetworkSummary *NetworkSummary + Status InvitationStatus + func (s Invitation) MarshalFields(e protocol.FieldEncoder) error + func (s Invitation) String() string + type InvitationStatus string + const InvitationStatusAccepted + const InvitationStatusAccepting + const InvitationStatusExpired + const InvitationStatusPending + const InvitationStatusRejected + func (enum InvitationStatus) MarshalValue() (string, error) + func (enum InvitationStatus) MarshalValueBuf(b []byte) ([]byte, error) + type InviteAction struct + Principal *string + func (s *InviteAction) Validate() error + func (s InviteAction) MarshalFields(e protocol.FieldEncoder) error + func (s InviteAction) String() string + type ListInvitationsInput struct + MaxResults *int64 + NextToken *string + func (s *ListInvitationsInput) Validate() error + func (s ListInvitationsInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListInvitationsInput) String() string + type ListInvitationsOutput struct + Invitations []Invitation + NextToken *string + func (s ListInvitationsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListInvitationsOutput) String() string + type ListInvitationsPaginator struct + func NewListInvitationsPaginator(req ListInvitationsRequest) ListInvitationsPaginator + func (p *ListInvitationsPaginator) CurrentPage() *ListInvitationsOutput + type ListInvitationsRequest struct + Copy func(*ListInvitationsInput) ListInvitationsRequest + Input *ListInvitationsInput + func (r ListInvitationsRequest) Send(ctx context.Context) (*ListInvitationsResponse, error) + type ListInvitationsResponse struct + func (r *ListInvitationsResponse) SDKResponseMetdata() *aws.Response + type ListMembersInput struct + IsOwned *bool + MaxResults *int64 + Name *string + NetworkId *string + NextToken *string + Status MemberStatus + func (s *ListMembersInput) Validate() error + func (s ListMembersInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListMembersInput) String() string + type ListMembersOutput struct + Members []MemberSummary + NextToken *string + func (s ListMembersOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListMembersOutput) String() string + type ListMembersPaginator struct + func NewListMembersPaginator(req ListMembersRequest) ListMembersPaginator + func (p *ListMembersPaginator) CurrentPage() *ListMembersOutput + type ListMembersRequest struct + Copy func(*ListMembersInput) ListMembersRequest + Input *ListMembersInput + func (r ListMembersRequest) Send(ctx context.Context) (*ListMembersResponse, error) + type ListMembersResponse struct + func (r *ListMembersResponse) SDKResponseMetdata() *aws.Response + type ListNetworksInput struct + Framework Framework + MaxResults *int64 + Name *string + NextToken *string + Status NetworkStatus + func (s *ListNetworksInput) Validate() error + func (s ListNetworksInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListNetworksInput) String() string + type ListNetworksOutput struct + Networks []NetworkSummary + NextToken *string + func (s ListNetworksOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListNetworksOutput) String() string + type ListNetworksPaginator struct + func NewListNetworksPaginator(req ListNetworksRequest) ListNetworksPaginator + func (p *ListNetworksPaginator) CurrentPage() *ListNetworksOutput + type ListNetworksRequest struct + Copy func(*ListNetworksInput) ListNetworksRequest + Input *ListNetworksInput + func (r ListNetworksRequest) Send(ctx context.Context) (*ListNetworksResponse, error) + type ListNetworksResponse struct + func (r *ListNetworksResponse) SDKResponseMetdata() *aws.Response + type ListNodesInput struct + MaxResults *int64 + MemberId *string + NetworkId *string + NextToken *string + Status NodeStatus + func (s *ListNodesInput) Validate() error + func (s ListNodesInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListNodesInput) String() string + type ListNodesOutput struct + NextToken *string + Nodes []NodeSummary + func (s ListNodesOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListNodesOutput) String() string + type ListNodesPaginator struct + func NewListNodesPaginator(req ListNodesRequest) ListNodesPaginator + func (p *ListNodesPaginator) CurrentPage() *ListNodesOutput + type ListNodesRequest struct + Copy func(*ListNodesInput) ListNodesRequest + Input *ListNodesInput + func (r ListNodesRequest) Send(ctx context.Context) (*ListNodesResponse, error) + type ListNodesResponse struct + func (r *ListNodesResponse) SDKResponseMetdata() *aws.Response + type ListProposalVotesInput struct + MaxResults *int64 + NetworkId *string + NextToken *string + ProposalId *string + func (s *ListProposalVotesInput) Validate() error + func (s ListProposalVotesInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListProposalVotesInput) String() string + type ListProposalVotesOutput struct + NextToken *string + ProposalVotes []VoteSummary + func (s ListProposalVotesOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListProposalVotesOutput) String() string + type ListProposalVotesPaginator struct + func NewListProposalVotesPaginator(req ListProposalVotesRequest) ListProposalVotesPaginator + func (p *ListProposalVotesPaginator) CurrentPage() *ListProposalVotesOutput + type ListProposalVotesRequest struct + Copy func(*ListProposalVotesInput) ListProposalVotesRequest + Input *ListProposalVotesInput + func (r ListProposalVotesRequest) Send(ctx context.Context) (*ListProposalVotesResponse, error) + type ListProposalVotesResponse struct + func (r *ListProposalVotesResponse) SDKResponseMetdata() *aws.Response + type ListProposalsInput struct + MaxResults *int64 + NetworkId *string + NextToken *string + func (s *ListProposalsInput) Validate() error + func (s ListProposalsInput) MarshalFields(e protocol.FieldEncoder) error + func (s ListProposalsInput) String() string + type ListProposalsOutput struct + NextToken *string + Proposals []ProposalSummary + func (s ListProposalsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s ListProposalsOutput) String() string + type ListProposalsPaginator struct + func NewListProposalsPaginator(req ListProposalsRequest) ListProposalsPaginator + func (p *ListProposalsPaginator) CurrentPage() *ListProposalsOutput + type ListProposalsRequest struct + Copy func(*ListProposalsInput) ListProposalsRequest + Input *ListProposalsInput + func (r ListProposalsRequest) Send(ctx context.Context) (*ListProposalsResponse, error) + type ListProposalsResponse struct + func (r *ListProposalsResponse) SDKResponseMetdata() *aws.Response + type LogConfiguration struct + Enabled *bool + func (s LogConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s LogConfiguration) String() string + type LogConfigurations struct + Cloudwatch *LogConfiguration + func (s LogConfigurations) MarshalFields(e protocol.FieldEncoder) error + func (s LogConfigurations) String() string + type Member struct + CreationDate *time.Time + Description *string + FrameworkAttributes *MemberFrameworkAttributes + Id *string + LogPublishingConfiguration *MemberLogPublishingConfiguration + Name *string + NetworkId *string + Status MemberStatus + func (s Member) MarshalFields(e protocol.FieldEncoder) error + func (s Member) String() string + type MemberConfiguration struct + Description *string + FrameworkConfiguration *MemberFrameworkConfiguration + LogPublishingConfiguration *MemberLogPublishingConfiguration + Name *string + func (s *MemberConfiguration) Validate() error + func (s MemberConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s MemberConfiguration) String() string + type MemberFabricAttributes struct + AdminUsername *string + CaEndpoint *string + func (s MemberFabricAttributes) MarshalFields(e protocol.FieldEncoder) error + func (s MemberFabricAttributes) String() string + type MemberFabricConfiguration struct + AdminPassword *string + AdminUsername *string + func (s *MemberFabricConfiguration) Validate() error + func (s MemberFabricConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s MemberFabricConfiguration) String() string + type MemberFabricLogPublishingConfiguration struct + CaLogs *LogConfigurations + func (s MemberFabricLogPublishingConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s MemberFabricLogPublishingConfiguration) String() string + type MemberFrameworkAttributes struct + Fabric *MemberFabricAttributes + func (s MemberFrameworkAttributes) MarshalFields(e protocol.FieldEncoder) error + func (s MemberFrameworkAttributes) String() string + type MemberFrameworkConfiguration struct + Fabric *MemberFabricConfiguration + func (s *MemberFrameworkConfiguration) Validate() error + func (s MemberFrameworkConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s MemberFrameworkConfiguration) String() string + type MemberLogPublishingConfiguration struct + Fabric *MemberFabricLogPublishingConfiguration + func (s MemberLogPublishingConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s MemberLogPublishingConfiguration) String() string + type MemberStatus string + const MemberStatusAvailable + const MemberStatusCreateFailed + const MemberStatusCreating + const MemberStatusDeleted + const MemberStatusDeleting + const MemberStatusUpdating + func (enum MemberStatus) MarshalValue() (string, error) + func (enum MemberStatus) MarshalValueBuf(b []byte) ([]byte, error) + type MemberSummary struct + CreationDate *time.Time + Description *string + Id *string + IsOwned *bool + Name *string + Status MemberStatus + func (s MemberSummary) MarshalFields(e protocol.FieldEncoder) error + func (s MemberSummary) String() string + type Network struct + CreationDate *time.Time + Description *string + Framework Framework + FrameworkAttributes *NetworkFrameworkAttributes + FrameworkVersion *string + Id *string + Name *string + Status NetworkStatus + VotingPolicy *VotingPolicy + VpcEndpointServiceName *string + func (s Network) MarshalFields(e protocol.FieldEncoder) error + func (s Network) String() string + type NetworkFabricAttributes struct + Edition Edition + OrderingServiceEndpoint *string + func (s NetworkFabricAttributes) MarshalFields(e protocol.FieldEncoder) error + func (s NetworkFabricAttributes) String() string + type NetworkFabricConfiguration struct + Edition Edition + func (s *NetworkFabricConfiguration) Validate() error + func (s NetworkFabricConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s NetworkFabricConfiguration) String() string + type NetworkFrameworkAttributes struct + Fabric *NetworkFabricAttributes + func (s NetworkFrameworkAttributes) MarshalFields(e protocol.FieldEncoder) error + func (s NetworkFrameworkAttributes) String() string + type NetworkFrameworkConfiguration struct + Fabric *NetworkFabricConfiguration + func (s *NetworkFrameworkConfiguration) Validate() error + func (s NetworkFrameworkConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s NetworkFrameworkConfiguration) String() string + type NetworkStatus string + const NetworkStatusAvailable + const NetworkStatusCreateFailed + const NetworkStatusCreating + const NetworkStatusDeleted + const NetworkStatusDeleting + func (enum NetworkStatus) MarshalValue() (string, error) + func (enum NetworkStatus) MarshalValueBuf(b []byte) ([]byte, error) + type NetworkSummary struct + CreationDate *time.Time + Description *string + Framework Framework + FrameworkVersion *string + Id *string + Name *string + Status NetworkStatus + func (s NetworkSummary) MarshalFields(e protocol.FieldEncoder) error + func (s NetworkSummary) String() string + type Node struct + AvailabilityZone *string + CreationDate *time.Time + FrameworkAttributes *NodeFrameworkAttributes + Id *string + InstanceType *string + LogPublishingConfiguration *NodeLogPublishingConfiguration + MemberId *string + NetworkId *string + Status NodeStatus + func (s Node) MarshalFields(e protocol.FieldEncoder) error + func (s Node) String() string + type NodeConfiguration struct + AvailabilityZone *string + InstanceType *string + LogPublishingConfiguration *NodeLogPublishingConfiguration + func (s *NodeConfiguration) Validate() error + func (s NodeConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s NodeConfiguration) String() string + type NodeFabricAttributes struct + PeerEndpoint *string + PeerEventEndpoint *string + func (s NodeFabricAttributes) MarshalFields(e protocol.FieldEncoder) error + func (s NodeFabricAttributes) String() string + type NodeFabricLogPublishingConfiguration struct + ChaincodeLogs *LogConfigurations + PeerLogs *LogConfigurations + func (s NodeFabricLogPublishingConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s NodeFabricLogPublishingConfiguration) String() string + type NodeFrameworkAttributes struct + Fabric *NodeFabricAttributes + func (s NodeFrameworkAttributes) MarshalFields(e protocol.FieldEncoder) error + func (s NodeFrameworkAttributes) String() string + type NodeLogPublishingConfiguration struct + Fabric *NodeFabricLogPublishingConfiguration + func (s NodeLogPublishingConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s NodeLogPublishingConfiguration) String() string + type NodeStatus string + const NodeStatusAvailable + const NodeStatusCreateFailed + const NodeStatusCreating + const NodeStatusDeleted + const NodeStatusDeleting + const NodeStatusFailed + const NodeStatusUpdating + func (enum NodeStatus) MarshalValue() (string, error) + func (enum NodeStatus) MarshalValueBuf(b []byte) ([]byte, error) + type NodeSummary struct + AvailabilityZone *string + CreationDate *time.Time + Id *string + InstanceType *string + Status NodeStatus + func (s NodeSummary) MarshalFields(e protocol.FieldEncoder) error + func (s NodeSummary) String() string + type Proposal struct + Actions *ProposalActions + CreationDate *time.Time + Description *string + ExpirationDate *time.Time + NetworkId *string + NoVoteCount *int64 + OutstandingVoteCount *int64 + ProposalId *string + ProposedByMemberId *string + ProposedByMemberName *string + Status ProposalStatus + YesVoteCount *int64 + func (s Proposal) MarshalFields(e protocol.FieldEncoder) error + func (s Proposal) String() string + type ProposalActions struct + Invitations []InviteAction + Removals []RemoveAction + func (s *ProposalActions) Validate() error + func (s ProposalActions) MarshalFields(e protocol.FieldEncoder) error + func (s ProposalActions) String() string + type ProposalStatus string + const ProposalStatusActionFailed + const ProposalStatusApproved + const ProposalStatusExpired + const ProposalStatusInProgress + const ProposalStatusRejected + func (enum ProposalStatus) MarshalValue() (string, error) + func (enum ProposalStatus) MarshalValueBuf(b []byte) ([]byte, error) + type ProposalSummary struct + CreationDate *time.Time + Description *string + ExpirationDate *time.Time + ProposalId *string + ProposedByMemberId *string + ProposedByMemberName *string + Status ProposalStatus + func (s ProposalSummary) MarshalFields(e protocol.FieldEncoder) error + func (s ProposalSummary) String() string + type RejectInvitationInput struct + InvitationId *string + func (s *RejectInvitationInput) Validate() error + func (s RejectInvitationInput) MarshalFields(e protocol.FieldEncoder) error + func (s RejectInvitationInput) String() string + type RejectInvitationOutput struct + func (s RejectInvitationOutput) MarshalFields(e protocol.FieldEncoder) error + func (s RejectInvitationOutput) String() string + type RejectInvitationRequest struct + Copy func(*RejectInvitationInput) RejectInvitationRequest + Input *RejectInvitationInput + func (r RejectInvitationRequest) Send(ctx context.Context) (*RejectInvitationResponse, error) + type RejectInvitationResponse struct + func (r *RejectInvitationResponse) SDKResponseMetdata() *aws.Response + type RemoveAction struct + MemberId *string + func (s *RemoveAction) Validate() error + func (s RemoveAction) MarshalFields(e protocol.FieldEncoder) error + func (s RemoveAction) String() string + type ThresholdComparator string + const ThresholdComparatorGreaterThan + const ThresholdComparatorGreaterThanOrEqualTo + func (enum ThresholdComparator) MarshalValue() (string, error) + func (enum ThresholdComparator) MarshalValueBuf(b []byte) ([]byte, error) + type UpdateMemberInput struct + LogPublishingConfiguration *MemberLogPublishingConfiguration + MemberId *string + NetworkId *string + func (s *UpdateMemberInput) Validate() error + func (s UpdateMemberInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateMemberInput) String() string + type UpdateMemberOutput struct + func (s UpdateMemberOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateMemberOutput) String() string + type UpdateMemberRequest struct + Copy func(*UpdateMemberInput) UpdateMemberRequest + Input *UpdateMemberInput + func (r UpdateMemberRequest) Send(ctx context.Context) (*UpdateMemberResponse, error) + type UpdateMemberResponse struct + func (r *UpdateMemberResponse) SDKResponseMetdata() *aws.Response + type UpdateNodeInput struct + LogPublishingConfiguration *NodeLogPublishingConfiguration + MemberId *string + NetworkId *string + NodeId *string + func (s *UpdateNodeInput) Validate() error + func (s UpdateNodeInput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateNodeInput) String() string + type UpdateNodeOutput struct + func (s UpdateNodeOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UpdateNodeOutput) String() string + type UpdateNodeRequest struct + Copy func(*UpdateNodeInput) UpdateNodeRequest + Input *UpdateNodeInput + func (r UpdateNodeRequest) Send(ctx context.Context) (*UpdateNodeResponse, error) + type UpdateNodeResponse struct + func (r *UpdateNodeResponse) SDKResponseMetdata() *aws.Response + type VoteOnProposalInput struct + NetworkId *string + ProposalId *string + Vote VoteValue + VoterMemberId *string + func (s *VoteOnProposalInput) Validate() error + func (s VoteOnProposalInput) MarshalFields(e protocol.FieldEncoder) error + func (s VoteOnProposalInput) String() string + type VoteOnProposalOutput struct + func (s VoteOnProposalOutput) MarshalFields(e protocol.FieldEncoder) error + func (s VoteOnProposalOutput) String() string + type VoteOnProposalRequest struct + Copy func(*VoteOnProposalInput) VoteOnProposalRequest + Input *VoteOnProposalInput + func (r VoteOnProposalRequest) Send(ctx context.Context) (*VoteOnProposalResponse, error) + type VoteOnProposalResponse struct + func (r *VoteOnProposalResponse) SDKResponseMetdata() *aws.Response + type VoteSummary struct + MemberId *string + MemberName *string + Vote VoteValue + func (s VoteSummary) MarshalFields(e protocol.FieldEncoder) error + func (s VoteSummary) String() string + type VoteValue string + const VoteValueNo + const VoteValueYes + func (enum VoteValue) MarshalValue() (string, error) + func (enum VoteValue) MarshalValueBuf(b []byte) ([]byte, error) + type VotingPolicy struct + ApprovalThresholdPolicy *ApprovalThresholdPolicy + func (s *VotingPolicy) Validate() error + func (s VotingPolicy) MarshalFields(e protocol.FieldEncoder) error + func (s VotingPolicy) String() string