Skip to content

Commit abf5511

Browse files
author
AWS
committed
Amazon QLDB Session Update: Documentation updates for Amazon QLDB Session
1 parent fda331d commit abf5511

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon QLDB Session",
4+
"description": "Documentation updates for Amazon QLDB Session"
5+
}

services/qldbsession/src/main/resources/codegen-resources/service-2.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{"shape":"RateExceededException"},
3030
{"shape":"LimitExceededException"}
3131
],
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>"
3333
}
3434
},
3535
"shapes":{
@@ -64,7 +64,7 @@
6464
"members":{
6565
"TransactionId":{
6666
"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>"
6868
},
6969
"CommitDigest":{
7070
"shape":"CommitDigest",
@@ -78,7 +78,7 @@
7878
"members":{
7979
"TransactionId":{
8080
"shape":"TransactionId",
81-
"documentation":"<p>The transaction id of the committed transaction.</p>"
81+
"documentation":"<p>The transaction ID of the committed transaction.</p>"
8282
},
8383
"CommitDigest":{
8484
"shape":"CommitDigest",
@@ -110,7 +110,7 @@
110110
"members":{
111111
"TransactionId":{
112112
"shape":"TransactionId",
113-
"documentation":"<p>Specifies the transaction id of the request.</p>"
113+
"documentation":"<p>Specifies the transaction ID of the request.</p>"
114114
},
115115
"Statement":{
116116
"shape":"Statement",
@@ -142,7 +142,7 @@
142142
"members":{
143143
"TransactionId":{
144144
"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>"
146146
},
147147
"NextPageToken":{
148148
"shape":"PageToken",
@@ -167,7 +167,7 @@
167167
"Message":{"shape":"ErrorMessage"},
168168
"Code":{"shape":"ErrorCode"}
169169
},
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>",
171171
"exception":true
172172
},
173173
"IonBinary":{
@@ -199,7 +199,7 @@
199199
"members":{
200200
"Message":{"shape":"ErrorMessage"}
201201
},
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>",
203203
"exception":true
204204
},
205205
"Page":{
@@ -315,7 +315,7 @@
315315
"documentation":"<p>The name of the ledger to start a new session against.</p>"
316316
}
317317
},
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>"
319319
},
320320
"StartSessionResult":{
321321
"type":"structure",
@@ -338,7 +338,7 @@
338338
"members":{
339339
"TransactionId":{
340340
"shape":"TransactionId",
341-
"documentation":"<p>The transaction id of the started transaction.</p>"
341+
"documentation":"<p>The transaction ID of the started transaction.</p>"
342342
}
343343
},
344344
"documentation":"<p>Contains the details of the started transaction.</p>"
@@ -363,19 +363,19 @@
363363
"members":{
364364
"IonBinary":{
365365
"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>"
367367
},
368368
"IonText":{
369369
"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>"
371371
}
372372
},
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>"
374374
},
375375
"ValueHolders":{
376376
"type":"list",
377377
"member":{"shape":"ValueHolder"}
378378
}
379379
},
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>"
381381
}

0 commit comments

Comments
 (0)