|
29 | 29 | {"shape":"RateExceededException"},
|
30 | 30 | {"shape":"LimitExceededException"}
|
31 | 31 | ],
|
32 |
| - "documentation":"<p>Sends a command to an Amazon QLDB ledger.</p>" |
| 32 | + "documentation":"<p>Sends a command to an Amazon QLDB ledger.</p> <note> <p>Instead of interacting directly with this API, we recommend that you use the Amazon QLDB Driver or the QLDB Shell to execute data transactions on a ledger.</p> <ul> <li> <p>If you are working with an AWS SDK, use the QLDB Driver. The driver provides a high-level abstraction layer above this <code>qldbsession</code> data plane and manages <code>SendCommand</code> API calls for you. For information and a list of supported programming languages, see <a href=\"https://docs.aws.amazon.com/qldb/latest/developerguide/getting-started-driver.html\">Getting started with the driver</a> in the <i>Amazon QLDB Developer Guide</i>.</p> </li> <li> <p>If you are working with the AWS Command Line Interface (AWS CLI), use the QLDB Shell. The shell is a command line interface that uses the QLDB Driver to interact with a ledger. For information, see <a href=\"https://docs.aws.amazon.com/qldb/latest/developerguide/data-shell.html\">Accessing Amazon QLDB using the QLDB Shell</a>.</p> </li> </ul> </note>" |
33 | 33 | }
|
34 | 34 | },
|
35 | 35 | "shapes":{
|
|
64 | 64 | "members":{
|
65 | 65 | "TransactionId":{
|
66 | 66 | "shape":"TransactionId",
|
67 |
| - "documentation":"<p>Specifies the transaction id of the transaction to commit.</p>" |
| 67 | + "documentation":"<p>Specifies the transaction ID of the transaction to commit.</p>" |
68 | 68 | },
|
69 | 69 | "CommitDigest":{
|
70 | 70 | "shape":"CommitDigest",
|
|
78 | 78 | "members":{
|
79 | 79 | "TransactionId":{
|
80 | 80 | "shape":"TransactionId",
|
81 |
| - "documentation":"<p>The transaction id of the committed transaction.</p>" |
| 81 | + "documentation":"<p>The transaction ID of the committed transaction.</p>" |
82 | 82 | },
|
83 | 83 | "CommitDigest":{
|
84 | 84 | "shape":"CommitDigest",
|
|
110 | 110 | "members":{
|
111 | 111 | "TransactionId":{
|
112 | 112 | "shape":"TransactionId",
|
113 |
| - "documentation":"<p>Specifies the transaction id of the request.</p>" |
| 113 | + "documentation":"<p>Specifies the transaction ID of the request.</p>" |
114 | 114 | },
|
115 | 115 | "Statement":{
|
116 | 116 | "shape":"Statement",
|
|
142 | 142 | "members":{
|
143 | 143 | "TransactionId":{
|
144 | 144 | "shape":"TransactionId",
|
145 |
| - "documentation":"<p>Specifies the transaction id of the page to be fetched.</p>" |
| 145 | + "documentation":"<p>Specifies the transaction ID of the page to be fetched.</p>" |
146 | 146 | },
|
147 | 147 | "NextPageToken":{
|
148 | 148 | "shape":"PageToken",
|
|
167 | 167 | "Message":{"shape":"ErrorMessage"},
|
168 | 168 | "Code":{"shape":"ErrorCode"}
|
169 | 169 | },
|
170 |
| - "documentation":"<p>Returned if the session doesn't exist anymore because it timed-out or expired.</p>", |
| 170 | + "documentation":"<p>Returned if the session doesn't exist anymore because it timed out or expired.</p>", |
171 | 171 | "exception":true
|
172 | 172 | },
|
173 | 173 | "IonBinary":{
|
|
199 | 199 | "members":{
|
200 | 200 | "Message":{"shape":"ErrorMessage"}
|
201 | 201 | },
|
202 |
| - "documentation":"<p>Returned when a transaction cannot be written to the journal due to a failure in the verification phase of Optimistic Concurrency Control.</p>", |
| 202 | + "documentation":"<p>Returned when a transaction cannot be written to the journal due to a failure in the verification phase of <i>optimistic concurrency control</i> (OCC).</p>", |
203 | 203 | "exception":true
|
204 | 204 | },
|
205 | 205 | "Page":{
|
|
315 | 315 | "documentation":"<p>The name of the ledger to start a new session against.</p>"
|
316 | 316 | }
|
317 | 317 | },
|
318 |
| - "documentation":"<p>Specifies a request to start a a new session.</p>" |
| 318 | + "documentation":"<p>Specifies a request to start a new session.</p>" |
319 | 319 | },
|
320 | 320 | "StartSessionResult":{
|
321 | 321 | "type":"structure",
|
|
338 | 338 | "members":{
|
339 | 339 | "TransactionId":{
|
340 | 340 | "shape":"TransactionId",
|
341 |
| - "documentation":"<p>The transaction id of the started transaction.</p>" |
| 341 | + "documentation":"<p>The transaction ID of the started transaction.</p>" |
342 | 342 | }
|
343 | 343 | },
|
344 | 344 | "documentation":"<p>Contains the details of the started transaction.</p>"
|
|
363 | 363 | "members":{
|
364 | 364 | "IonBinary":{
|
365 | 365 | "shape":"IonBinary",
|
366 |
| - "documentation":"<p>An Amazon Ion binary value contained in a <code>ValueHolder</code> structure. </p>" |
| 366 | + "documentation":"<p>An Amazon Ion binary value contained in a <code>ValueHolder</code> structure.</p>" |
367 | 367 | },
|
368 | 368 | "IonText":{
|
369 | 369 | "shape":"IonText",
|
370 |
| - "documentation":"<p>An Amazon Ion plaintext value contained in a <code>ValueHolder</code> structure. </p>" |
| 370 | + "documentation":"<p>An Amazon Ion plaintext value contained in a <code>ValueHolder</code> structure.</p>" |
371 | 371 | }
|
372 | 372 | },
|
373 |
| - "documentation":"<p>A structure that can contains values in multiple encoding formats.</p>" |
| 373 | + "documentation":"<p>A structure that can contain an Amazon Ion value in multiple encoding formats.</p>" |
374 | 374 | },
|
375 | 375 | "ValueHolders":{
|
376 | 376 | "type":"list",
|
377 | 377 | "member":{"shape":"ValueHolder"}
|
378 | 378 | }
|
379 | 379 | },
|
380 |
| - "documentation":"<p>The transactional data APIs for Amazon QLDB</p>" |
| 380 | + "documentation":"<p>The transactional data APIs for Amazon QLDB</p> <note> <p>Instead of interacting directly with this API, we recommend that you use the Amazon QLDB Driver or the QLDB Shell to execute data transactions on a ledger.</p> <ul> <li> <p>If you are working with an AWS SDK, use the QLDB Driver. The driver provides a high-level abstraction layer above this <code>qldbsession</code> data plane and manages <code>SendCommand</code> API calls for you. For information and a list of supported programming languages, see <a href=\"https://docs.aws.amazon.com/qldb/latest/developerguide/getting-started-driver.html\">Getting started with the driver</a> in the <i>Amazon QLDB Developer Guide</i>.</p> </li> <li> <p>If you are working with the AWS Command Line Interface (AWS CLI), use the QLDB Shell. The shell is a command line interface that uses the QLDB Driver to interact with a ledger. For information, see <a href=\"https://docs.aws.amazon.com/qldb/latest/developerguide/data-shell.html\">Accessing Amazon QLDB using the QLDB Shell</a>.</p> </li> </ul> </note>" |
381 | 381 | }
|
0 commit comments