123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2019-07-11",
- "endpointPrefix": "session.qldb",
- "jsonVersion": "1.0",
- "protocol": "json",
- "serviceAbbreviation": "QLDB Session",
- "serviceFullName": "Amazon QLDB Session",
- "serviceId": "QLDB Session",
- "signatureVersion": "v4",
- "signingName": "qldb",
- "targetPrefix": "QLDBSession",
- "uid": "qldb-session-2019-07-11"
- },
- "operations": {
- "SendCommand": {
- "input": {
- "type": "structure",
- "members": {
- "SessionToken": {},
- "StartSession": {
- "type": "structure",
- "required": [
- "LedgerName"
- ],
- "members": {
- "LedgerName": {}
- }
- },
- "StartTransaction": {
- "type": "structure",
- "members": {}
- },
- "EndSession": {
- "type": "structure",
- "members": {}
- },
- "CommitTransaction": {
- "type": "structure",
- "required": [
- "TransactionId",
- "CommitDigest"
- ],
- "members": {
- "TransactionId": {},
- "CommitDigest": {
- "type": "blob"
- }
- }
- },
- "AbortTransaction": {
- "type": "structure",
- "members": {}
- },
- "ExecuteStatement": {
- "type": "structure",
- "required": [
- "TransactionId",
- "Statement"
- ],
- "members": {
- "TransactionId": {},
- "Statement": {},
- "Parameters": {
- "type": "list",
- "member": {
- "shape": "Se"
- }
- }
- }
- },
- "FetchPage": {
- "type": "structure",
- "required": [
- "TransactionId",
- "NextPageToken"
- ],
- "members": {
- "TransactionId": {},
- "NextPageToken": {}
- }
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "StartSession": {
- "type": "structure",
- "members": {
- "SessionToken": {},
- "TimingInformation": {
- "shape": "Sl"
- }
- }
- },
- "StartTransaction": {
- "type": "structure",
- "members": {
- "TransactionId": {},
- "TimingInformation": {
- "shape": "Sl"
- }
- }
- },
- "EndSession": {
- "type": "structure",
- "members": {
- "TimingInformation": {
- "shape": "Sl"
- }
- }
- },
- "CommitTransaction": {
- "type": "structure",
- "members": {
- "TransactionId": {},
- "CommitDigest": {
- "type": "blob"
- },
- "TimingInformation": {
- "shape": "Sl"
- },
- "ConsumedIOs": {
- "shape": "Sq"
- }
- }
- },
- "AbortTransaction": {
- "type": "structure",
- "members": {
- "TimingInformation": {
- "shape": "Sl"
- }
- }
- },
- "ExecuteStatement": {
- "type": "structure",
- "members": {
- "FirstPage": {
- "shape": "Sv"
- },
- "TimingInformation": {
- "shape": "Sl"
- },
- "ConsumedIOs": {
- "shape": "Sq"
- }
- }
- },
- "FetchPage": {
- "type": "structure",
- "members": {
- "Page": {
- "shape": "Sv"
- },
- "TimingInformation": {
- "shape": "Sl"
- },
- "ConsumedIOs": {
- "shape": "Sq"
- }
- }
- }
- }
- }
- }
- },
- "shapes": {
- "Se": {
- "type": "structure",
- "members": {
- "IonBinary": {
- "type": "blob"
- },
- "IonText": {}
- }
- },
- "Sl": {
- "type": "structure",
- "members": {
- "ProcessingTimeMilliseconds": {
- "type": "long"
- }
- }
- },
- "Sq": {
- "type": "structure",
- "members": {
- "ReadIOs": {
- "type": "long"
- },
- "WriteIOs": {
- "type": "long"
- }
- }
- },
- "Sv": {
- "type": "structure",
- "members": {
- "Values": {
- "type": "list",
- "member": {
- "shape": "Se"
- }
- },
- "NextPageToken": {}
- }
- }
- }
- }
|