AWS.Tools.ManagedBlockchain.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.ManagedBlockchain</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.AddMBCResourceTagCmdlet">
            <summary>
            Adds or overwrites the specified tags for the specified Amazon Managed Blockchain
            resource. Each tag consists of a key and optional value.
             
              
            <para>
            When you specify a tag key that already exists, the tag value is overwritten with
            the new value. Use <code>UntagResource</code> to remove tag keys.
            </para><para>
            A resource can have up to 50 tags. If you try to create more than 50 tags for a resource,
            your request fails and returns an error.
            </para><para>
            For more information about tags, see <a href="https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Ethereum Developer Guide</i>, or
            <a href="https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.AddMBCResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource. For more information about ARNs and
            their format, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
            Resource Names (ARNs)</a> in the <i>AWS General Reference</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.AddMBCResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to assign to the specified resource. Tag values can be empty, for example,
            <code>"MyTagKey" : ""</code>. You can specify multiple key-value pairs in a single
            request, with an overall maximum of 50 tags added to each resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.AddMBCResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.AddMBCResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.AddMBCResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.DenyMBCInvitationCmdlet">
            <summary>
            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.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.DenyMBCInvitationCmdlet.InvitationId">
            <summary>
            <para>
            <para>The unique identifier of the invitation to reject.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.DenyMBCInvitationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.RejectInvitationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.DenyMBCInvitationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the InvitationId parameter.
            The -PassThru parameter is deprecated, use -Select '^InvitationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.DenyMBCInvitationCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.GetMBCInvitationListCmdlet">
            <summary>
            Returns a list of all invitations for the current AWS account.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCInvitationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of invitations to return.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCInvitationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token that indicates the next set of results to retrieve.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCInvitationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Invitations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.ListInvitationsResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.ListInvitationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCInvitationListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberCmdlet">
            <summary>
            Returns detailed information about a member.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberCmdlet.MemberId">
            <summary>
            <para>
            <para>The unique identifier of the member.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberCmdlet.NetworkId">
            <summary>
            <para>
            <para>The unique identifier of the network to which the member belongs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Member'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.GetMemberResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.GetMemberResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MemberId parameter.
            The -PassThru parameter is deprecated, use -Select '^MemberId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberListCmdlet">
            <summary>
            Returns a list of the members in a network and properties of their configurations.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberListCmdlet.IsOwned">
            <summary>
            <para>
            <para>An optional Boolean value. If provided, the request is limited either to members that
            the current AWS account owns (<code>true</code>) or that other AWS accounts own (<code>false</code>).
            If omitted, all members are listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberListCmdlet.Name">
            <summary>
            <para>
            <para>The optional name of the member to list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberListCmdlet.NetworkId">
            <summary>
            <para>
            <para>The unique identifier of the network for which to list members.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberListCmdlet.Status">
            <summary>
            <para>
            <para>An optional status specifier. If provided, only members currently in this status are
            listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of members to return in the request.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token that indicates the next set of results to retrieve.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Members'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.ListMembersResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.ListMembersResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NetworkId parameter.
            The -PassThru parameter is deprecated, use -Select '^NetworkId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCMemberListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.GetMBCNetworkCmdlet">
            <summary>
            Returns detailed information about a network.
             
              
            <para>
            Applies to Hyperledger Fabric and Ethereum.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNetworkCmdlet.NetworkId">
            <summary>
            <para>
            <para>The unique identifier of the network to get information about.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNetworkCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Network'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.GetNetworkResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.GetNetworkResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNetworkCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NetworkId parameter.
            The -PassThru parameter is deprecated, use -Select '^NetworkId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.GetMBCNetworkListCmdlet">
            <summary>
            Returns information about the networks in which the current AWS account participates.
             
              
            <para>
            Applies to Hyperledger Fabric and Ethereum.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNetworkListCmdlet.Framework">
            <summary>
            <para>
            <para>An optional framework specifier. If provided, only networks of this framework type
            are listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNetworkListCmdlet.Name">
            <summary>
            <para>
            <para>The name of the network.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNetworkListCmdlet.Status">
            <summary>
            <para>
            <para>An optional status specifier. If provided, only networks currently in this status
            are listed.</para><para>Applies only to Hyperledger Fabric.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNetworkListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of networks to list.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNetworkListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token that indicates the next set of results to retrieve.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNetworkListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Networks'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.ListNetworksResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.ListNetworksResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNetworkListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNetworkListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeCmdlet">
            <summary>
            Returns detailed information about a node.
             
              
            <para>
            Applies to Hyperledger Fabric and Ethereum.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeCmdlet.MemberId">
            <summary>
            <para>
            <para>The unique identifier of the member that owns the node.</para><para>Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeCmdlet.NetworkId">
            <summary>
            <para>
            <para>The unique identifier of the network that the node is on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeCmdlet.NodeId">
            <summary>
            <para>
            <para>The unique identifier of the node.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Node'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.GetNodeResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.GetNodeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NodeId parameter.
            The -PassThru parameter is deprecated, use -Select '^NodeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeListCmdlet">
            <summary>
            Returns information about the nodes within a network.
             
              
            <para>
            Applies to Hyperledger Fabric and Ethereum.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeListCmdlet.MemberId">
            <summary>
            <para>
            <para>The unique identifier of the member who owns the nodes to list.</para><para>Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeListCmdlet.NetworkId">
            <summary>
            <para>
            <para>The unique identifier of the network for which to list nodes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeListCmdlet.Status">
            <summary>
            <para>
            <para>An optional status specifier. If provided, only nodes currently in this status are
            listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of nodes to list.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token that indicates the next set of results to retrieve.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Nodes'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.ListNodesResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.ListNodesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MemberId parameter.
            The -PassThru parameter is deprecated, use -Select '^MemberId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCNodeListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalCmdlet">
            <summary>
            Returns detailed information about a proposal.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalCmdlet.NetworkId">
            <summary>
            <para>
            <para>The unique identifier of the network for which the proposal is made.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalCmdlet.ProposalId">
            <summary>
            <para>
            <para>The unique identifier of the proposal.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Proposal'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.GetProposalResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.GetProposalResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProposalId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProposalId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalListCmdlet">
            <summary>
            Returns a list of proposals for the network.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalListCmdlet.NetworkId">
            <summary>
            <para>
            <para> The unique identifier of the network. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalListCmdlet.MaxResult">
            <summary>
            <para>
            <para> The maximum number of proposals to return. </para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalListCmdlet.NextToken">
            <summary>
            <para>
            <para> The pagination token that indicates the next set of results to retrieve. </para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Proposals'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.ListProposalsResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.ListProposalsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NetworkId parameter.
            The -PassThru parameter is deprecated, use -Select '^NetworkId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalVoteListCmdlet">
            <summary>
            Returns the list of votes for a specified proposal, including the value of each vote
            and the unique identifier of the member that cast the vote.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalVoteListCmdlet.NetworkId">
            <summary>
            <para>
            <para> The unique identifier of the network. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalVoteListCmdlet.ProposalId">
            <summary>
            <para>
            <para> The unique identifier of the proposal. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalVoteListCmdlet.MaxResult">
            <summary>
            <para>
            <para> The maximum number of votes to return. </para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalVoteListCmdlet.NextToken">
            <summary>
            <para>
            <para> The pagination token that indicates the next set of results to retrieve. </para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalVoteListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProposalVotes'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.ListProposalVotesResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.ListProposalVotesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalVoteListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProposalId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProposalId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCProposalVoteListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.GetMBCResourceTagCmdlet">
            <summary>
            Returns a list of tags for the specified resource. Each tag consists of a key and
            optional value.
             
              
            <para>
            For more information about tags, see <a href="https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Ethereum Developer Guide</i>, or
            <a href="https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource. For more information about ARNs and
            their format, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
            Resource Names (ARNs)</a> in the <i>AWS General Reference</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.GetMBCResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet">
            <summary>
            Creates a member within a Managed Blockchain network.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet.Fabric_AdminPassword">
            <summary>
            <para>
            <para>The password for the member's initial administrative user. The <code>AdminPassword</code>
            must be at least eight characters long and no more than 32 characters. It must contain
            at least one uppercase letter, one lowercase letter, and one digit. It cannot have
            a single quotation mark (‘), a double quotation marks (“), a forward slash(/), a backward
            slash(\), @, or a space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet.Fabric_AdminUsername">
            <summary>
            <para>
            <para>The user name for the member's initial administrative user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the operation. An idempotent operation completes no more than one time. This identifier
            is required only if you make a service request directly using an HTTP client. It is
            generated automatically if you use an AWS SDK or the AWS CLI.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet.MemberConfiguration_Description">
            <summary>
            <para>
            <para>An optional description of the member.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet.Cloudwatch_Enabled">
            <summary>
            <para>
            <para>Indicates whether logging is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet.InvitationId">
            <summary>
            <para>
            <para>The unique identifier of the invitation that is sent to the member to join the network.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet.MemberConfiguration_KmsKeyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service
            (AWS KMS) to use for encryption at rest in the member. This parameter is inherited
            by any nodes that this member creates.</para><para>Use one of the following options to specify this parameter:</para><ul><li><para><b>Undefined or empty string</b> - The member uses an AWS owned KMS key for encryption
            by default.</para></li><li><para><b>A valid symmetric customer managed KMS key</b> - The member uses the specified
            key for encryption.</para><para>Amazon Managed Blockchain doesn't support asymmetric keys. For more information, see
            <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Using
            symmetric and asymmetric keys</a> in the <i>AWS Key Management Service Developer Guide</i>.</para><para>The following is an example of a KMS key ARN: <code>arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet.MemberConfiguration_Name">
            <summary>
            <para>
            <para>The name of the member.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet.NetworkId">
            <summary>
            <para>
            <para>The unique identifier of the network in which the member is created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet.MemberConfiguration_Tag">
            <summary>
            <para>
            <para>Tags assigned to the member. Tags consist of a key and optional value. For more information
            about tags, see <a href="https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.</para><para>When specifying tags during creation, you can specify multiple key-value pairs in
            a single request, with an overall maximum of 50 tags added to each resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MemberId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.CreateMemberResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.CreateMemberResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MemberConfiguration_Name parameter.
            The -PassThru parameter is deprecated, use -Select '^MemberConfiguration_Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCMemberCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet">
            <summary>
            Creates a new blockchain network using Amazon Managed Blockchain.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.Fabric_AdminPassword">
            <summary>
            <para>
            <para>The password for the member's initial administrative user. The <code>AdminPassword</code>
            must be at least eight characters long and no more than 32 characters. It must contain
            at least one uppercase letter, one lowercase letter, and one digit. It cannot have
            a single quotation mark (‘), a double quotation marks (“), a forward slash(/), a backward
            slash(\), @, or a space.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.Fabric_AdminUsername">
            <summary>
            <para>
            <para>The user name for the member's initial administrative user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the operation. An idempotent operation completes no more than one time. This identifier
            is required only if you make a service request directly using an HTTP client. It is
            generated automatically if you use an AWS SDK or the AWS CLI.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.Description">
            <summary>
            <para>
            <para>An optional description for the network.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.MemberConfiguration_Description">
            <summary>
            <para>
            <para>An optional description of the member.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.Fabric_Edition">
            <summary>
            <para>
            <para>The edition of Amazon Managed Blockchain that the network uses. For more information,
            see <a href="http://aws.amazon.com/managed-blockchain/pricing/">Amazon Managed Blockchain
            Pricing</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.Cloudwatch_Enabled">
            <summary>
            <para>
            <para>Indicates whether logging is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.Framework">
            <summary>
            <para>
            <para>The blockchain framework that the network uses.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.FrameworkVersion">
            <summary>
            <para>
            <para>The version of the blockchain framework that the network uses.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.MemberConfiguration_KmsKeyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service
            (AWS KMS) to use for encryption at rest in the member. This parameter is inherited
            by any nodes that this member creates.</para><para>Use one of the following options to specify this parameter:</para><ul><li><para><b>Undefined or empty string</b> - The member uses an AWS owned KMS key for encryption
            by default.</para></li><li><para><b>A valid symmetric customer managed KMS key</b> - The member uses the specified
            key for encryption.</para><para>Amazon Managed Blockchain doesn't support asymmetric keys. For more information, see
            <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Using
            symmetric and asymmetric keys</a> in the <i>AWS Key Management Service Developer Guide</i>.</para><para>The following is an example of a KMS key ARN: <code>arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.MemberConfiguration_Name">
            <summary>
            <para>
            <para>The name of the member.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.Name">
            <summary>
            <para>
            <para>The name of the network.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.ApprovalThresholdPolicy_ProposalDurationInHour">
            <summary>
            <para>
            <para>The duration from the time that a proposal is created until it expires. If members
            cast neither the required number of <code>YES</code> votes to approve the proposal
            nor the number of <code>NO</code> votes required to reject it before the duration
            expires, the proposal is <code>EXPIRED</code> and <code>ProposalActions</code> are
            not carried out.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.MemberConfiguration_Tag">
            <summary>
            <para>
            <para>Tags assigned to the member. Tags consist of a key and optional value. For more information
            about tags, see <a href="https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.</para><para>When specifying tags during creation, you can specify multiple key-value pairs in
            a single request, with an overall maximum of 50 tags added to each resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.Tag">
            <summary>
            <para>
            <para>Tags to assign to the network. Each tag consists of a key and optional value.</para><para>When specifying tags during creation, you can specify multiple key-value pairs in
            a single request, with an overall maximum of 50 tags added to each resource.</para><para>For more information about tags, see <a href="https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Ethereum Developer Guide</i>, or
            <a href="https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.ApprovalThresholdPolicy_ThresholdComparator">
            <summary>
            <para>
            <para>Determines whether the vote percentage must be greater than the <code>ThresholdPercentage</code>
            or must be greater than or equal to the <code>ThreholdPercentage</code> to be approved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.ApprovalThresholdPolicy_ThresholdPercentage">
            <summary>
            <para>
            <para>The percentage of votes among all members that must be <code>YES</code> for a proposal
            to be approved. For example, a <code>ThresholdPercentage</code> value of <code>50</code>
            indicates 50%. The <code>ThresholdComparator</code> determines the precise comparison.
            If a <code>ThresholdPercentage</code> value of <code>50</code> is specified on a network
            with 10 members, along with a <code>ThresholdComparator</code> value of <code>GREATER_THAN</code>,
            this indicates that 6 <code>YES</code> votes are required for the proposal to be approved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.CreateNetworkResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.CreateNetworkResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNetworkCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.NewMBCNodeCmdlet">
            <summary>
            Creates a node on the specified blockchain network.
             
              
            <para>
            Applies to Hyperledger Fabric and Ethereum.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNodeCmdlet.NodeConfiguration_AvailabilityZone">
            <summary>
            <para>
            <para>The Availability Zone in which the node exists. Required for Ethereum nodes. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNodeCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the operation. An idempotent operation completes no more than one time. This identifier
            is required only if you make a service request directly using an HTTP client. It is
            generated automatically if you use an AWS SDK or the AWS CLI.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNodeCmdlet.LogPublishingConfiguration_Fabric">
            <summary>
            <para>
            <para>Configuration properties for logging events associated with a node that is owned by
            a member of a Managed Blockchain network using the Hyperledger Fabric framework.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNodeCmdlet.NodeConfiguration_InstanceType">
            <summary>
            <para>
            <para>The Amazon Managed Blockchain instance type for the node.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNodeCmdlet.MemberId">
            <summary>
            <para>
            <para>The unique identifier of the member that owns this node.</para><para>Applies only to Hyperledger Fabric.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNodeCmdlet.NetworkId">
            <summary>
            <para>
            <para>The unique identifier of the network for the node.</para><para>Ethereum public networks have the following <code>NetworkId</code>s:</para><ul><li><para><code>n-ethereum-mainnet</code></para></li><li><para><code>n-ethereum-rinkeby</code></para></li><li><para><code>n-ethereum-ropsten</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNodeCmdlet.NodeConfiguration_StateDB">
            <summary>
            <para>
            <para>The state database that the node uses. Values are <code>LevelDB</code> or <code>CouchDB</code>.
            When using an Amazon Managed Blockchain network with Hyperledger Fabric version 1.4
            or later, the default is <code>CouchDB</code>.</para><para>Applies only to Hyperledger Fabric.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNodeCmdlet.Tag">
            <summary>
            <para>
            <para>Tags to assign to the node. Each tag consists of a key and optional value.</para><para>When specifying tags during creation, you can specify multiple key-value pairs in
            a single request, with an overall maximum of 50 tags added to each resource.</para><para>For more information about tags, see <a href="https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Ethereum Developer Guide</i>, or
            <a href="https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNodeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'NodeId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.CreateNodeResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.CreateNodeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNodeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NetworkId parameter.
            The -PassThru parameter is deprecated, use -Select '^NetworkId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCNodeCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.NewMBCProposalCmdlet">
            <summary>
            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.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCProposalCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the operation. An idempotent operation completes no more than one time. This identifier
            is required only if you make a service request directly using an HTTP client. It is
            generated automatically if you use an AWS SDK or the AWS CLI.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCProposalCmdlet.Description">
            <summary>
            <para>
            <para>A description for the proposal that is visible to voting members, for example, "Proposal
            to add Example Corp. as member."</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCProposalCmdlet.Actions_Invitation">
            <summary>
            <para>
            <para> The actions to perform for an <code>APPROVED</code> proposal to invite an AWS account
            to create a member and join the network. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCProposalCmdlet.MemberId">
            <summary>
            <para>
            <para>The unique identifier of the member that is creating the proposal. This identifier
            is especially useful for identifying the member making the proposal when multiple
            members exist in a single AWS account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCProposalCmdlet.NetworkId">
            <summary>
            <para>
            <para> The unique identifier of the network for which the proposal is made.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCProposalCmdlet.Actions_Removal">
            <summary>
            <para>
            <para> The actions to perform for an <code>APPROVED</code> proposal to remove a member from
            the network, which deletes the member and all associated member resources from the
            network. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCProposalCmdlet.Tag">
            <summary>
            <para>
            <para>Tags to assign to the proposal. Each tag consists of a key and optional value.</para><para>When specifying tags during creation, you can specify multiple key-value pairs in
            a single request, with an overall maximum of 50 tags added to each resource. If the
            proposal is for a network invitation, the invitation inherits the tags added to the
            proposal.</para><para>For more information about tags, see <a href="https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Ethereum Developer Guide</i>, or
            <a href="https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCProposalCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProposalId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.CreateProposalResponse).
            Specifying the name of a property of type Amazon.ManagedBlockchain.Model.CreateProposalResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCProposalCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NetworkId parameter.
            The -PassThru parameter is deprecated, use -Select '^NetworkId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.NewMBCProposalCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCMemberCmdlet">
            <summary>
            Deletes a member. Deleting a member removes the member and all associated resources
            from the network. <code>DeleteMember</code> can only be called for a specified <code>MemberId</code>
            if the principal performing the action is associated with the AWS account that owns
            the member. In all other cases, the <code>DeleteMember</code> action is carried out
            as the result of an approved proposal to remove a member. If <code>MemberId</code>
            is the last member in a network specified by the last AWS account, the network is
            deleted also.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCMemberCmdlet.MemberId">
            <summary>
            <para>
            <para>The unique identifier of the member to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCMemberCmdlet.NetworkId">
            <summary>
            <para>
            <para>The unique identifier of the network from which the member is removed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCMemberCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.DeleteMemberResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCMemberCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MemberId parameter.
            The -PassThru parameter is deprecated, use -Select '^MemberId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCMemberCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCNodeCmdlet">
            <summary>
            Deletes a node that your AWS account owns. All data on the node is lost and cannot
            be recovered.
             
              
            <para>
            Applies to Hyperledger Fabric and Ethereum.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCNodeCmdlet.MemberId">
            <summary>
            <para>
            <para>The unique identifier of the member that owns this node.</para><para>Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCNodeCmdlet.NetworkId">
            <summary>
            <para>
            <para>The unique identifier of the network that the node is on.</para><para>Ethereum public networks have the following <code>NetworkId</code>s:</para><ul><li><para><code>n-ethereum-mainnet</code></para></li><li><para><code>n-ethereum-rinkeby</code></para></li><li><para><code>n-ethereum-ropsten</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCNodeCmdlet.NodeId">
            <summary>
            <para>
            <para>The unique identifier of the node.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCNodeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.DeleteNodeResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCNodeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NodeId parameter.
            The -PassThru parameter is deprecated, use -Select '^NodeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCNodeCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCResourceTagCmdlet">
            <summary>
            Removes the specified tags from the Amazon Managed Blockchain resource.
             
              
            <para>
            For more information about tags, see <a href="https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Ethereum Developer Guide</i>, or
            <a href="https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html">Tagging
            Resources</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource. For more information about ARNs and
            their format, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
            Resource Names (ARNs)</a> in the <i>AWS General Reference</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The tag keys.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.RemoveMBCResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.SendMBCProposalVoteCmdlet">
            <summary>
            Casts a vote for a specified <code>ProposalId</code> on behalf of a member. The member
            to vote as, specified by <code>VoterMemberId</code>, must be in the same AWS account
            as the principal that calls the action.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.SendMBCProposalVoteCmdlet.NetworkId">
            <summary>
            <para>
            <para> The unique identifier of the network. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.SendMBCProposalVoteCmdlet.ProposalId">
            <summary>
            <para>
            <para> The unique identifier of the proposal. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.SendMBCProposalVoteCmdlet.Vote">
            <summary>
            <para>
            <para> The value of the vote. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.SendMBCProposalVoteCmdlet.VoterMemberId">
            <summary>
            <para>
            <para>The unique identifier of the member casting the vote. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.SendMBCProposalVoteCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.VoteOnProposalResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.SendMBCProposalVoteCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProposalId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProposalId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.SendMBCProposalVoteCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCMemberCmdlet">
            <summary>
            Updates a member configuration with new parameters.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCMemberCmdlet.Cloudwatch_Enabled">
            <summary>
            <para>
            <para>Indicates whether logging is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCMemberCmdlet.MemberId">
            <summary>
            <para>
            <para>The unique identifier of the member.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCMemberCmdlet.NetworkId">
            <summary>
            <para>
            <para>The unique identifier of the Managed Blockchain network to which the member belongs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCMemberCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.UpdateMemberResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCMemberCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MemberId parameter.
            The -PassThru parameter is deprecated, use -Select '^MemberId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCMemberCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCNodeCmdlet">
            <summary>
            Updates a node configuration with new parameters.
             
              
            <para>
            Applies only to Hyperledger Fabric.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCNodeCmdlet.LogPublishingConfiguration_Fabric">
            <summary>
            <para>
            <para>Configuration properties for logging events associated with a node that is owned by
            a member of a Managed Blockchain network using the Hyperledger Fabric framework.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCNodeCmdlet.MemberId">
            <summary>
            <para>
            <para>The unique identifier of the member that owns the node.</para><para>Applies only to Hyperledger Fabric.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCNodeCmdlet.NetworkId">
            <summary>
            <para>
            <para>The unique identifier of the network that the node is on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCNodeCmdlet.NodeId">
            <summary>
            <para>
            <para>The unique identifier of the node.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCNodeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ManagedBlockchain.Model.UpdateNodeResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCNodeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NodeId parameter.
            The -PassThru parameter is deprecated, use -Select '^NodeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MBC.UpdateMBCNodeCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>