AWS.Tools.QLDBSession.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.QLDBSession</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet"> <summary> Sends a command to an Amazon QLDB ledger. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet.AbortTransaction"> <summary> <para> <para>Command to abort the current transaction.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet.CommitTransaction_CommitDigest"> <summary> <para> <para>Specifies the commit digest for the transaction to commit. For every active transaction, the commit digest must be passed. QLDB validates <code>CommitDigest</code> and rejects the commit with an error if the digest computed on the client does not match the digest computed by QLDB.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet.EndSession"> <summary> <para> <para>Command to end the current session.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet.StartSession_LedgerName"> <summary> <para> <para>The name of the ledger to start a new session against.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet.FetchPage_NextPageToken"> <summary> <para> <para>Specifies the next page token of the page to be fetched.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet.ExecuteStatement_Parameter"> <summary> <para> <para>Specifies the parameters for the parameterized statement in the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet.QLDBSessionToken"> <summary> <para> <para>Specifies the session token for the current command. A session token is constant throughout the life of the session.</para><para>To obtain a session token, run the <code>StartSession</code> command. This <code>SessionToken</code> is required for every subsequent command that is issued during the current session.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet.StartTransaction"> <summary> <para> <para>Command to start a new transaction.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet.ExecuteStatement_Statement"> <summary> <para> <para>Specifies the statement of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet.CommitTransaction_TransactionId"> <summary> <para> <para>Specifies the transaction id of the transaction to commit.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet.ExecuteStatement_TransactionId"> <summary> <para> <para>Specifies the transaction id of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet.FetchPage_TransactionId"> <summary> <para> <para>Specifies the transaction id of the page to be fetched.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.QLDBS.SendQLDBSCommandCmdlet.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> |