aws-sdk-core 2.11.358 → 2.11.359

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 387f20efc5c3cb97cb38e33d342907c42d39865d
4
- data.tar.gz: e597ae639052956578f216b6659c4dd2116c85c2
3
+ metadata.gz: 602200785fbfa6eaf232e59ed94a01c1e5f15273
4
+ data.tar.gz: a02b738a728f64b0b2ea758c55f9bd127311c668
5
5
  SHA512:
6
- metadata.gz: 9e315e276d17d1253ef63749e82c8e9d850739325c37695924950c4e9bbf6d9a9a5404ddd0a4079b34abeadbde8ed088d9814b3ace01b514f1c2037eb324e09f
7
- data.tar.gz: 243354c5a54313cc59b992cf773da38495bb86a2be6c68e8e28af054162aac49edca372e3a16c208b59f2597d96a18ad7995ed283e74469d60906531d55af728
6
+ metadata.gz: 2efb0a63226985b88bc2562c0fd584aa59e6f9c30d475203ba03f090af235db33df8d62cd20635a62b9ab221195422553f4bb4ce88c8378e280af27a66217b67
7
+ data.tar.gz: 610ce374ce6e38503fba7e0e42bad8b535def558d058b1b66f128c52f597d19eb7dddf77a25285f585b1f7d51d7228be576fd9d3b4548557dca8710b816518f4
@@ -1,787 +1,540 @@
1
1
  {
2
- "version": "2.0",
3
- "metadata": {
4
- "apiVersion": "2018-08-01",
5
- "endpointPrefix": "rds-data",
6
- "jsonVersion": "1.1",
7
- "protocol": "rest-json",
8
- "serviceFullName": "AWS RDS DataService",
9
- "serviceId": "RDS Data",
10
- "signatureVersion": "v4",
11
- "signingName": "rds-data",
12
- "uid": "rds-data-2018-08-01"
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-08-01",
5
+ "endpointPrefix":"rds-data",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceFullName":"AWS RDS DataService",
9
+ "serviceId":"RDS Data",
10
+ "signatureVersion":"v4",
11
+ "signingName":"rds-data",
12
+ "uid":"rds-data-2018-08-01"
13
13
  },
14
- "operations": {
15
- "BatchExecuteStatement": {
16
- "name": "BatchExecuteStatement",
17
- "http": {
18
- "method": "POST",
19
- "requestUri": "/BatchExecute",
20
- "responseCode": 200
14
+ "operations":{
15
+ "BatchExecuteStatement":{
16
+ "name":"BatchExecuteStatement",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/BatchExecute",
20
+ "responseCode":200
21
21
  },
22
- "input": {
23
- "shape": "BatchExecuteStatementRequest"
24
- },
25
- "output": {
26
- "shape": "BatchExecuteStatementResponse"
27
- },
28
- "errors": [
29
- {
30
- "shape": "BadRequestException"
31
- },
32
- {
33
- "shape": "ForbiddenException"
34
- },
35
- {
36
- "shape": "InternalServerErrorException"
37
- },
38
- {
39
- "shape": "ServiceUnavailableError"
40
- },
41
- {
42
- "shape": "StatementTimeoutException"
43
- }
22
+ "input":{"shape":"BatchExecuteStatementRequest"},
23
+ "output":{"shape":"BatchExecuteStatementResponse"},
24
+ "errors":[
25
+ {"shape":"BadRequestException"},
26
+ {"shape":"StatementTimeoutException"},
27
+ {"shape":"InternalServerErrorException"},
28
+ {"shape":"ForbiddenException"},
29
+ {"shape":"ServiceUnavailableError"}
44
30
  ]
45
31
  },
46
- "BeginTransaction": {
47
- "name": "BeginTransaction",
48
- "http": {
49
- "method": "POST",
50
- "requestUri": "/BeginTransaction",
51
- "responseCode": 200
52
- },
53
- "input": {
54
- "shape": "BeginTransactionRequest"
32
+ "BeginTransaction":{
33
+ "name":"BeginTransaction",
34
+ "http":{
35
+ "method":"POST",
36
+ "requestUri":"/BeginTransaction",
37
+ "responseCode":200
55
38
  },
56
- "output": {
57
- "shape": "BeginTransactionResponse"
58
- },
59
- "errors": [
60
- {
61
- "shape": "BadRequestException"
62
- },
63
- {
64
- "shape": "ForbiddenException"
65
- },
66
- {
67
- "shape": "InternalServerErrorException"
68
- },
69
- {
70
- "shape": "ServiceUnavailableError"
71
- },
72
- {
73
- "shape": "StatementTimeoutException"
74
- }
39
+ "input":{"shape":"BeginTransactionRequest"},
40
+ "output":{"shape":"BeginTransactionResponse"},
41
+ "errors":[
42
+ {"shape":"BadRequestException"},
43
+ {"shape":"StatementTimeoutException"},
44
+ {"shape":"InternalServerErrorException"},
45
+ {"shape":"ForbiddenException"},
46
+ {"shape":"ServiceUnavailableError"}
75
47
  ]
76
48
  },
77
- "CommitTransaction": {
78
- "name": "CommitTransaction",
79
- "http": {
80
- "method": "POST",
81
- "requestUri": "/CommitTransaction",
82
- "responseCode": 200
83
- },
84
- "input": {
85
- "shape": "CommitTransactionRequest"
86
- },
87
- "output": {
88
- "shape": "CommitTransactionResponse"
49
+ "CommitTransaction":{
50
+ "name":"CommitTransaction",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/CommitTransaction",
54
+ "responseCode":200
89
55
  },
90
- "errors": [
91
- {
92
- "shape": "BadRequestException"
93
- },
94
- {
95
- "shape": "ForbiddenException"
96
- },
97
- {
98
- "shape": "InternalServerErrorException"
99
- },
100
- {
101
- "shape": "NotFoundException"
102
- },
103
- {
104
- "shape": "ServiceUnavailableError"
105
- }
56
+ "input":{"shape":"CommitTransactionRequest"},
57
+ "output":{"shape":"CommitTransactionResponse"},
58
+ "errors":[
59
+ {"shape":"BadRequestException"},
60
+ {"shape":"InternalServerErrorException"},
61
+ {"shape":"ForbiddenException"},
62
+ {"shape":"ServiceUnavailableError"},
63
+ {"shape":"NotFoundException"}
106
64
  ]
107
65
  },
108
- "ExecuteSql": {
109
- "name": "ExecuteSql",
110
- "http": {
111
- "method": "POST",
112
- "requestUri": "/ExecuteSql",
113
- "responseCode": 200
66
+ "ExecuteSql":{
67
+ "name":"ExecuteSql",
68
+ "http":{
69
+ "method":"POST",
70
+ "requestUri":"/ExecuteSql",
71
+ "responseCode":200
114
72
  },
115
- "input": {
116
- "shape": "ExecuteSqlRequest"
117
- },
118
- "output": {
119
- "shape": "ExecuteSqlResponse"
120
- },
121
- "errors": [
122
- {
123
- "shape": "BadRequestException"
124
- },
125
- {
126
- "shape": "ForbiddenException"
127
- },
128
- {
129
- "shape": "InternalServerErrorException"
130
- },
131
- {
132
- "shape": "ServiceUnavailableError"
133
- }
73
+ "input":{"shape":"ExecuteSqlRequest"},
74
+ "output":{"shape":"ExecuteSqlResponse"},
75
+ "errors":[
76
+ {"shape":"BadRequestException"},
77
+ {"shape":"InternalServerErrorException"},
78
+ {"shape":"ForbiddenException"},
79
+ {"shape":"ServiceUnavailableError"}
134
80
  ],
135
- "deprecated": true
136
- },
137
- "ExecuteStatement": {
138
- "name": "ExecuteStatement",
139
- "http": {
140
- "method": "POST",
141
- "requestUri": "/Execute",
142
- "responseCode": 200
143
- },
144
- "input": {
145
- "shape": "ExecuteStatementRequest"
81
+ "deprecated":true,
82
+ "deprecatedMessage":"The ExecuteSql API is deprecated, please use the ExecuteStatement API."
83
+ },
84
+ "ExecuteStatement":{
85
+ "name":"ExecuteStatement",
86
+ "http":{
87
+ "method":"POST",
88
+ "requestUri":"/Execute",
89
+ "responseCode":200
146
90
  },
147
- "output": {
148
- "shape": "ExecuteStatementResponse"
149
- },
150
- "errors": [
151
- {
152
- "shape": "BadRequestException"
153
- },
154
- {
155
- "shape": "ForbiddenException"
156
- },
157
- {
158
- "shape": "InternalServerErrorException"
159
- },
160
- {
161
- "shape": "ServiceUnavailableError"
162
- },
163
- {
164
- "shape": "StatementTimeoutException"
165
- }
91
+ "input":{"shape":"ExecuteStatementRequest"},
92
+ "output":{"shape":"ExecuteStatementResponse"},
93
+ "errors":[
94
+ {"shape":"BadRequestException"},
95
+ {"shape":"StatementTimeoutException"},
96
+ {"shape":"InternalServerErrorException"},
97
+ {"shape":"ForbiddenException"},
98
+ {"shape":"ServiceUnavailableError"}
166
99
  ]
167
100
  },
168
- "RollbackTransaction": {
169
- "name": "RollbackTransaction",
170
- "http": {
171
- "method": "POST",
172
- "requestUri": "/RollbackTransaction",
173
- "responseCode": 200
174
- },
175
- "input": {
176
- "shape": "RollbackTransactionRequest"
177
- },
178
- "output": {
179
- "shape": "RollbackTransactionResponse"
101
+ "RollbackTransaction":{
102
+ "name":"RollbackTransaction",
103
+ "http":{
104
+ "method":"POST",
105
+ "requestUri":"/RollbackTransaction",
106
+ "responseCode":200
180
107
  },
181
- "errors": [
182
- {
183
- "shape": "BadRequestException"
184
- },
185
- {
186
- "shape": "ForbiddenException"
187
- },
188
- {
189
- "shape": "InternalServerErrorException"
190
- },
191
- {
192
- "shape": "NotFoundException"
193
- },
194
- {
195
- "shape": "ServiceUnavailableError"
196
- }
108
+ "input":{"shape":"RollbackTransactionRequest"},
109
+ "output":{"shape":"RollbackTransactionResponse"},
110
+ "errors":[
111
+ {"shape":"BadRequestException"},
112
+ {"shape":"InternalServerErrorException"},
113
+ {"shape":"ForbiddenException"},
114
+ {"shape":"ServiceUnavailableError"},
115
+ {"shape":"NotFoundException"}
197
116
  ]
198
117
  }
199
118
  },
200
- "shapes": {
201
- "SqlStatementResults": {
202
- "type": "list",
203
- "member": {
204
- "shape": "SqlStatementResult"
205
- }
206
- },
207
- "ResultFrame": {
208
- "type": "structure",
209
- "members": {
210
- "records": {
211
- "shape": "Records"
212
- },
213
- "resultSetMetadata": {
214
- "shape": "ResultSetMetadata"
215
- }
216
- }
217
- },
218
- "SqlParameterSets": {
219
- "type": "list",
220
- "member": {
221
- "shape": "SqlParametersList"
222
- }
223
- },
224
- "NotFoundException": {
225
- "type": "structure",
226
- "members": {
227
- "message": {
228
- "shape": "ErrorMessage"
229
- }
119
+ "shapes":{
120
+ "Arn":{
121
+ "type":"string",
122
+ "max":100,
123
+ "min":11
124
+ },
125
+ "ArrayOfArray":{
126
+ "type":"list",
127
+ "member":{"shape":"ArrayValue"}
128
+ },
129
+ "ArrayValue":{
130
+ "type":"structure",
131
+ "members":{
132
+ "arrayValues":{"shape":"ArrayOfArray"},
133
+ "booleanValues":{"shape":"BooleanArray"},
134
+ "doubleValues":{"shape":"DoubleArray"},
135
+ "longValues":{"shape":"LongArray"},
136
+ "stringValues":{"shape":"StringArray"}
137
+ }
138
+ },
139
+ "ArrayValueList":{
140
+ "type":"list",
141
+ "member":{"shape":"Value"}
142
+ },
143
+ "BadRequestException":{
144
+ "type":"structure",
145
+ "members":{
146
+ "message":{"shape":"ErrorMessage"}
230
147
  },
231
- "exception": true,
232
- "error": {
233
- "code": "NotFoundException",
234
- "httpStatusCode": 404,
235
- "senderFault": true
236
- }
148
+ "error":{
149
+ "httpStatusCode":400,
150
+ "senderFault":true
151
+ },
152
+ "exception":true
237
153
  },
238
- "BatchExecuteStatementRequest": {
239
- "type": "structure",
240
- "required": [
154
+ "BatchExecuteStatementRequest":{
155
+ "type":"structure",
156
+ "required":[
241
157
  "resourceArn",
242
158
  "secretArn",
243
159
  "sql"
244
160
  ],
245
- "members": {
246
- "database": {
247
- "shape": "DbName"
248
- },
249
- "parameterSets": {
250
- "shape": "SqlParameterSets"
251
- },
252
- "resourceArn": {
253
- "shape": "Arn"
254
- },
255
- "schema": {
256
- "shape": "DbName"
257
- },
258
- "secretArn": {
259
- "shape": "Arn"
260
- },
261
- "sql": {
262
- "shape": "SqlStatement"
263
- },
264
- "transactionId": {
265
- "shape": "Id"
266
- }
267
- }
268
- },
269
- "ArrayValueList": {
270
- "type": "list",
271
- "member": {
272
- "shape": "Value"
161
+ "members":{
162
+ "database":{"shape":"DbName"},
163
+ "parameterSets":{"shape":"SqlParameterSets"},
164
+ "resourceArn":{"shape":"Arn"},
165
+ "schema":{"shape":"DbName"},
166
+ "secretArn":{"shape":"Arn"},
167
+ "sql":{"shape":"SqlStatement"},
168
+ "transactionId":{"shape":"Id"}
273
169
  }
274
170
  },
275
- "UpdateResults": {
276
- "type": "list",
277
- "member": {
278
- "shape": "UpdateResult"
171
+ "BatchExecuteStatementResponse":{
172
+ "type":"structure",
173
+ "members":{
174
+ "updateResults":{"shape":"UpdateResults"}
279
175
  }
280
176
  },
281
- "Row": {
282
- "type": "list",
283
- "member": {
284
- "shape": "Value"
177
+ "BeginTransactionRequest":{
178
+ "type":"structure",
179
+ "required":[
180
+ "resourceArn",
181
+ "secretArn"
182
+ ],
183
+ "members":{
184
+ "database":{"shape":"DbName"},
185
+ "resourceArn":{"shape":"Arn"},
186
+ "schema":{"shape":"DbName"},
187
+ "secretArn":{"shape":"Arn"}
188
+ }
189
+ },
190
+ "BeginTransactionResponse":{
191
+ "type":"structure",
192
+ "members":{
193
+ "transactionId":{"shape":"Id"}
194
+ }
195
+ },
196
+ "Blob":{"type":"blob"},
197
+ "Boolean":{"type":"boolean"},
198
+ "BooleanArray":{
199
+ "type":"list",
200
+ "member":{"shape":"BoxedBoolean"}
201
+ },
202
+ "BoxedBoolean":{
203
+ "type":"boolean",
204
+ "box":true
205
+ },
206
+ "BoxedDouble":{
207
+ "type":"double",
208
+ "box":true
209
+ },
210
+ "BoxedFloat":{
211
+ "type":"float",
212
+ "box":true
213
+ },
214
+ "BoxedInteger":{
215
+ "type":"integer",
216
+ "box":true
217
+ },
218
+ "BoxedLong":{
219
+ "type":"long",
220
+ "box":true
221
+ },
222
+ "ColumnMetadata":{
223
+ "type":"structure",
224
+ "members":{
225
+ "arrayBaseColumnType":{"shape":"Integer"},
226
+ "isAutoIncrement":{"shape":"Boolean"},
227
+ "isCaseSensitive":{"shape":"Boolean"},
228
+ "isCurrency":{"shape":"Boolean"},
229
+ "isSigned":{"shape":"Boolean"},
230
+ "label":{"shape":"String"},
231
+ "name":{"shape":"String"},
232
+ "nullable":{"shape":"Integer"},
233
+ "precision":{"shape":"Integer"},
234
+ "scale":{"shape":"Integer"},
235
+ "schemaName":{"shape":"String"},
236
+ "tableName":{"shape":"String"},
237
+ "type":{"shape":"Integer"},
238
+ "typeName":{"shape":"String"}
239
+ }
240
+ },
241
+ "CommitTransactionRequest":{
242
+ "type":"structure",
243
+ "required":[
244
+ "resourceArn",
245
+ "secretArn",
246
+ "transactionId"
247
+ ],
248
+ "members":{
249
+ "resourceArn":{"shape":"Arn"},
250
+ "secretArn":{"shape":"Arn"},
251
+ "transactionId":{"shape":"Id"}
285
252
  }
286
253
  },
287
- "SqlRecords": {
288
- "type": "list",
289
- "member": {
290
- "shape": "FieldList"
254
+ "CommitTransactionResponse":{
255
+ "type":"structure",
256
+ "members":{
257
+ "transactionStatus":{"shape":"TransactionStatus"}
291
258
  }
292
259
  },
293
- "Long": {
294
- "type": "long"
295
- },
296
- "BoxedInteger": {
297
- "type": "integer",
298
- "box": true
260
+ "DbName":{
261
+ "type":"string",
262
+ "max":64,
263
+ "min":0
299
264
  },
300
- "CommitTransactionResponse": {
301
- "type": "structure",
302
- "members": {
303
- "transactionStatus": {
304
- "shape": "TransactionStatus"
305
- }
306
- }
307
- },
308
- "Integer": {
309
- "type": "integer"
310
- },
311
- "BoxedLong": {
312
- "type": "long",
313
- "box": true
314
- },
315
- "SqlParameter": {
316
- "type": "structure",
317
- "members": {
318
- "name": {
319
- "shape": "ParameterName"
320
- },
321
- "value": {
322
- "shape": "Field"
323
- }
324
- }
265
+ "DecimalReturnType":{
266
+ "type":"string",
267
+ "enum":[
268
+ "DOUBLE_OR_LONG",
269
+ "STRING"
270
+ ]
325
271
  },
326
- "Field": {
327
- "type": "structure",
328
- "members": {
329
- "blobValue": {
330
- "shape": "Blob"
331
- },
332
- "booleanValue": {
333
- "shape": "BoxedBoolean"
334
- },
335
- "doubleValue": {
336
- "shape": "BoxedDouble"
337
- },
338
- "isNull": {
339
- "shape": "BoxedBoolean"
340
- },
341
- "longValue": {
342
- "shape": "BoxedLong"
343
- },
344
- "stringValue": {
345
- "shape": "String"
346
- }
347
- }
272
+ "DoubleArray":{
273
+ "type":"list",
274
+ "member":{"shape":"BoxedDouble"}
348
275
  },
349
- "ExecuteSqlRequest": {
350
- "type": "structure",
351
- "required": [
276
+ "ErrorMessage":{"type":"string"},
277
+ "ExecuteSqlRequest":{
278
+ "type":"structure",
279
+ "required":[
352
280
  "awsSecretStoreArn",
353
281
  "dbClusterOrInstanceArn",
354
282
  "sqlStatements"
355
283
  ],
356
- "members": {
357
- "awsSecretStoreArn": {
358
- "shape": "Arn"
359
- },
360
- "database": {
361
- "shape": "DbName"
362
- },
363
- "dbClusterOrInstanceArn": {
364
- "shape": "Arn"
365
- },
366
- "schema": {
367
- "shape": "DbName"
368
- },
369
- "sqlStatements": {
370
- "shape": "SqlStatement"
371
- }
284
+ "members":{
285
+ "awsSecretStoreArn":{"shape":"Arn"},
286
+ "database":{"shape":"DbName"},
287
+ "dbClusterOrInstanceArn":{"shape":"Arn"},
288
+ "schema":{"shape":"DbName"},
289
+ "sqlStatements":{"shape":"SqlStatement"}
372
290
  }
373
291
  },
374
- "Arn": {
375
- "type": "string",
376
- "max": 100
377
- },
378
- "StructValue": {
379
- "type": "structure",
380
- "members": {
381
- "attributes": {
382
- "shape": "ArrayValueList"
383
- }
292
+ "ExecuteSqlResponse":{
293
+ "type":"structure",
294
+ "members":{
295
+ "sqlStatementResults":{"shape":"SqlStatementResults"}
384
296
  }
385
297
  },
386
- "Boolean": {
387
- "type": "boolean"
388
- },
389
- "BadRequestException": {
390
- "type": "structure",
391
- "members": {
392
- "message": {
393
- "shape": "ErrorMessage"
394
- }
395
- },
396
- "exception": true,
397
- "error": {
398
- "code": "BadRequestException",
399
- "httpStatusCode": 400,
400
- "senderFault": true
401
- }
402
- },
403
- "TransactionStatus": {
404
- "type": "string",
405
- "max": 128
406
- },
407
- "SqlStatement": {
408
- "type": "string",
409
- "max": 65536
410
- },
411
- "RollbackTransactionRequest": {
412
- "type": "structure",
413
- "required": [
298
+ "ExecuteStatementRequest":{
299
+ "type":"structure",
300
+ "required":[
414
301
  "resourceArn",
415
302
  "secretArn",
416
- "transactionId"
303
+ "sql"
417
304
  ],
418
- "members": {
419
- "resourceArn": {
420
- "shape": "Arn"
421
- },
422
- "secretArn": {
423
- "shape": "Arn"
424
- },
425
- "transactionId": {
426
- "shape": "Id"
427
- }
428
- }
429
- },
430
- "ErrorMessage": {
431
- "type": "string"
432
- },
433
- "Record": {
434
- "type": "structure",
435
- "members": {
436
- "values": {
437
- "shape": "Row"
438
- }
439
- }
440
- },
441
- "BoxedFloat": {
442
- "type": "float",
443
- "box": true
444
- },
445
- "BoxedDouble": {
446
- "type": "double",
447
- "box": true
448
- },
449
- "ForbiddenException": {
450
- "type": "structure",
451
- "members": {
452
- "message": {
453
- "shape": "ErrorMessage"
454
- }
305
+ "members":{
306
+ "continueAfterTimeout":{"shape":"Boolean"},
307
+ "database":{"shape":"DbName"},
308
+ "includeResultMetadata":{"shape":"Boolean"},
309
+ "parameters":{"shape":"SqlParametersList"},
310
+ "resourceArn":{"shape":"Arn"},
311
+ "resultSetOptions":{"shape":"ResultSetOptions"},
312
+ "schema":{"shape":"DbName"},
313
+ "secretArn":{"shape":"Arn"},
314
+ "sql":{"shape":"SqlStatement"},
315
+ "transactionId":{"shape":"Id"}
316
+ }
317
+ },
318
+ "ExecuteStatementResponse":{
319
+ "type":"structure",
320
+ "members":{
321
+ "columnMetadata":{"shape":"Metadata"},
322
+ "generatedFields":{"shape":"FieldList"},
323
+ "numberOfRecordsUpdated":{"shape":"RecordsUpdated"},
324
+ "records":{"shape":"SqlRecords"}
325
+ }
326
+ },
327
+ "Field":{
328
+ "type":"structure",
329
+ "members":{
330
+ "arrayValue":{"shape":"ArrayValue"},
331
+ "blobValue":{"shape":"Blob"},
332
+ "booleanValue":{"shape":"BoxedBoolean"},
333
+ "doubleValue":{"shape":"BoxedDouble"},
334
+ "isNull":{"shape":"BoxedBoolean"},
335
+ "longValue":{"shape":"BoxedLong"},
336
+ "stringValue":{"shape":"String"}
337
+ }
338
+ },
339
+ "FieldList":{
340
+ "type":"list",
341
+ "member":{"shape":"Field"}
342
+ },
343
+ "ForbiddenException":{
344
+ "type":"structure",
345
+ "members":{
346
+ "message":{"shape":"ErrorMessage"}
455
347
  },
456
- "exception": true,
457
- "error": {
458
- "code": "ForbiddenException",
459
- "httpStatusCode": 403,
460
- "senderFault": true
461
- }
462
- },
463
- "Value": {
464
- "type": "structure",
465
- "members": {
466
- "arrayValues": {
467
- "shape": "ArrayValueList"
468
- },
469
- "bigIntValue": {
470
- "shape": "BoxedLong"
471
- },
472
- "bitValue": {
473
- "shape": "BoxedBoolean"
474
- },
475
- "blobValue": {
476
- "shape": "Blob"
477
- },
478
- "doubleValue": {
479
- "shape": "BoxedDouble"
480
- },
481
- "intValue": {
482
- "shape": "BoxedInteger"
483
- },
484
- "isNull": {
485
- "shape": "BoxedBoolean"
486
- },
487
- "realValue": {
488
- "shape": "BoxedFloat"
489
- },
490
- "stringValue": {
491
- "shape": "String"
492
- },
493
- "structValue": {
494
- "shape": "StructValue"
495
- }
496
- }
497
- },
498
- "FieldList": {
499
- "type": "list",
500
- "member": {
501
- "shape": "Field"
502
- }
503
- },
504
- "StatementTimeoutException": {
505
- "type": "structure",
506
- "members": {
507
- "dbConnectionId": {
508
- "shape": "Long"
509
- },
510
- "message": {
511
- "shape": "ErrorMessage"
512
- }
348
+ "error":{
349
+ "httpStatusCode":403,
350
+ "senderFault":true
513
351
  },
514
- "exception": true,
515
- "error": {
516
- "code": "StatementTimeoutException",
517
- "httpStatusCode": 400,
518
- "senderFault": true
519
- }
520
- },
521
- "ExecuteStatementResponse": {
522
- "type": "structure",
523
- "members": {
524
- "columnMetadata": {
525
- "shape": "Metadata"
526
- },
527
- "generatedFields": {
528
- "shape": "FieldList"
529
- },
530
- "numberOfRecordsUpdated": {
531
- "shape": "RecordsUpdated"
532
- },
533
- "records": {
534
- "shape": "SqlRecords"
535
- }
536
- }
537
- },
538
- "BoxedBoolean": {
539
- "type": "boolean",
540
- "box": true
541
- },
542
- "RecordsUpdated": {
543
- "type": "long"
544
- },
545
- "UpdateResult": {
546
- "type": "structure",
547
- "members": {
548
- "generatedFields": {
549
- "shape": "FieldList"
550
- }
551
- }
552
- },
553
- "SqlParametersList": {
554
- "type": "list",
555
- "member": {
556
- "shape": "SqlParameter"
557
- }
558
- },
559
- "ParameterName": {
560
- "type": "string"
561
- },
562
- "Metadata": {
563
- "type": "list",
564
- "member": {
565
- "shape": "ColumnMetadata"
566
- }
567
- },
568
- "ExecuteSqlResponse": {
569
- "type": "structure",
570
- "members": {
571
- "sqlStatementResults": {
572
- "shape": "SqlStatementResults"
573
- }
574
- }
352
+ "exception":true
575
353
  },
576
- "SqlStatementResult": {
577
- "type": "structure",
578
- "members": {
579
- "numberOfRecordsUpdated": {
580
- "shape": "RecordsUpdated"
581
- },
582
- "resultFrame": {
583
- "shape": "ResultFrame"
584
- }
585
- }
354
+ "Id":{
355
+ "type":"string",
356
+ "max":192,
357
+ "min":0
586
358
  },
587
- "BeginTransactionRequest": {
588
- "type": "structure",
589
- "required": [
590
- "resourceArn",
591
- "secretArn"
592
- ],
593
- "members": {
594
- "database": {
595
- "shape": "DbName"
596
- },
597
- "resourceArn": {
598
- "shape": "Arn"
599
- },
600
- "schema": {
601
- "shape": "DbName"
602
- },
603
- "secretArn": {
604
- "shape": "Arn"
605
- }
606
- }
359
+ "Integer":{"type":"integer"},
360
+ "InternalServerErrorException":{
361
+ "type":"structure",
362
+ "members":{
363
+ },
364
+ "error":{"httpStatusCode":500},
365
+ "exception":true,
366
+ "fault":true
367
+ },
368
+ "Long":{"type":"long"},
369
+ "LongArray":{
370
+ "type":"list",
371
+ "member":{"shape":"BoxedLong"}
372
+ },
373
+ "Metadata":{
374
+ "type":"list",
375
+ "member":{"shape":"ColumnMetadata"}
376
+ },
377
+ "NotFoundException":{
378
+ "type":"structure",
379
+ "members":{
380
+ "message":{"shape":"ErrorMessage"}
381
+ },
382
+ "error":{
383
+ "httpStatusCode":404,
384
+ "senderFault":true
385
+ },
386
+ "exception":true
607
387
  },
608
- "RollbackTransactionResponse": {
609
- "type": "structure",
610
- "members": {
611
- "transactionStatus": {
612
- "shape": "TransactionStatus"
613
- }
388
+ "ParameterName":{"type":"string"},
389
+ "Record":{
390
+ "type":"structure",
391
+ "members":{
392
+ "values":{"shape":"Row"}
614
393
  }
615
394
  },
616
- "BatchExecuteStatementResponse": {
617
- "type": "structure",
618
- "members": {
619
- "updateResults": {
620
- "shape": "UpdateResults"
621
- }
622
- }
395
+ "Records":{
396
+ "type":"list",
397
+ "member":{"shape":"Record"}
623
398
  },
624
- "ResultSetMetadata": {
625
- "type": "structure",
626
- "members": {
627
- "columnCount": {
628
- "shape": "Long"
629
- },
630
- "columnMetadata": {
631
- "shape": "Metadata"
632
- }
399
+ "RecordsUpdated":{"type":"long"},
400
+ "ResultFrame":{
401
+ "type":"structure",
402
+ "members":{
403
+ "records":{"shape":"Records"},
404
+ "resultSetMetadata":{"shape":"ResultSetMetadata"}
633
405
  }
634
406
  },
635
- "Records": {
636
- "type": "list",
637
- "member": {
638
- "shape": "Record"
407
+ "ResultSetMetadata":{
408
+ "type":"structure",
409
+ "members":{
410
+ "columnCount":{"shape":"Long"},
411
+ "columnMetadata":{"shape":"Metadata"}
639
412
  }
640
413
  },
641
- "ExecuteStatementRequest": {
642
- "type": "structure",
643
- "required": [
644
- "resourceArn",
645
- "secretArn",
646
- "sql"
647
- ],
648
- "members": {
649
- "continueAfterTimeout": {
650
- "shape": "Boolean"
651
- },
652
- "database": {
653
- "shape": "DbName"
654
- },
655
- "includeResultMetadata": {
656
- "shape": "Boolean"
657
- },
658
- "parameters": {
659
- "shape": "SqlParametersList"
660
- },
661
- "resourceArn": {
662
- "shape": "Arn"
663
- },
664
- "schema": {
665
- "shape": "DbName"
666
- },
667
- "secretArn": {
668
- "shape": "Arn"
669
- },
670
- "sql": {
671
- "shape": "SqlStatement"
672
- },
673
- "transactionId": {
674
- "shape": "Id"
675
- }
676
- }
677
- },
678
- "Blob": {
679
- "type": "blob"
680
- },
681
- "String": {
682
- "type": "string"
683
- },
684
- "BeginTransactionResponse": {
685
- "type": "structure",
686
- "members": {
687
- "transactionId": {
688
- "shape": "Id"
689
- }
414
+ "ResultSetOptions":{
415
+ "type":"structure",
416
+ "members":{
417
+ "decimalReturnType":{"shape":"DecimalReturnType"}
690
418
  }
691
419
  },
692
- "Id": {
693
- "type": "string",
694
- "max": 192
695
- },
696
- "CommitTransactionRequest": {
697
- "type": "structure",
698
- "required": [
420
+ "RollbackTransactionRequest":{
421
+ "type":"structure",
422
+ "required":[
699
423
  "resourceArn",
700
424
  "secretArn",
701
425
  "transactionId"
702
426
  ],
703
- "members": {
704
- "resourceArn": {
705
- "shape": "Arn"
706
- },
707
- "secretArn": {
708
- "shape": "Arn"
709
- },
710
- "transactionId": {
711
- "shape": "Id"
712
- }
427
+ "members":{
428
+ "resourceArn":{"shape":"Arn"},
429
+ "secretArn":{"shape":"Arn"},
430
+ "transactionId":{"shape":"Id"}
713
431
  }
714
432
  },
715
- "ServiceUnavailableError": {
716
- "type": "structure",
717
- "members": { },
718
- "exception": true,
719
- "error": {
720
- "code": "ServiceUnavailableError",
721
- "httpStatusCode": 503,
722
- "fault": true
433
+ "RollbackTransactionResponse":{
434
+ "type":"structure",
435
+ "members":{
436
+ "transactionStatus":{"shape":"TransactionStatus"}
723
437
  }
724
438
  },
725
- "ColumnMetadata": {
726
- "type": "structure",
727
- "members": {
728
- "arrayBaseColumnType": {
729
- "shape": "Integer"
730
- },
731
- "isAutoIncrement": {
732
- "shape": "Boolean"
733
- },
734
- "isCaseSensitive": {
735
- "shape": "Boolean"
736
- },
737
- "isCurrency": {
738
- "shape": "Boolean"
739
- },
740
- "isSigned": {
741
- "shape": "Boolean"
742
- },
743
- "label": {
744
- "shape": "String"
745
- },
746
- "name": {
747
- "shape": "String"
748
- },
749
- "nullable": {
750
- "shape": "Integer"
751
- },
752
- "precision": {
753
- "shape": "Integer"
754
- },
755
- "scale": {
756
- "shape": "Integer"
757
- },
758
- "schemaName": {
759
- "shape": "String"
760
- },
761
- "tableName": {
762
- "shape": "String"
763
- },
764
- "type": {
765
- "shape": "Integer"
766
- },
767
- "typeName": {
768
- "shape": "String"
769
- }
770
- }
439
+ "Row":{
440
+ "type":"list",
441
+ "member":{"shape":"Value"}
771
442
  },
772
- "DbName": {
773
- "type": "string",
774
- "max": 64
775
- },
776
- "InternalServerErrorException": {
777
- "type": "structure",
778
- "members": { },
779
- "exception": true,
780
- "error": {
781
- "code": "InternalServerErrorException",
782
- "httpStatusCode": 500,
783
- "fault": true
443
+ "ServiceUnavailableError":{
444
+ "type":"structure",
445
+ "members":{
446
+ },
447
+ "error":{"httpStatusCode":503},
448
+ "exception":true,
449
+ "fault":true
450
+ },
451
+ "SqlParameter":{
452
+ "type":"structure",
453
+ "members":{
454
+ "name":{"shape":"ParameterName"},
455
+ "value":{"shape":"Field"}
456
+ }
457
+ },
458
+ "SqlParameterSets":{
459
+ "type":"list",
460
+ "member":{"shape":"SqlParametersList"}
461
+ },
462
+ "SqlParametersList":{
463
+ "type":"list",
464
+ "member":{"shape":"SqlParameter"}
465
+ },
466
+ "SqlRecords":{
467
+ "type":"list",
468
+ "member":{"shape":"FieldList"}
469
+ },
470
+ "SqlStatement":{
471
+ "type":"string",
472
+ "max":65536,
473
+ "min":0
474
+ },
475
+ "SqlStatementResult":{
476
+ "type":"structure",
477
+ "members":{
478
+ "numberOfRecordsUpdated":{"shape":"RecordsUpdated"},
479
+ "resultFrame":{"shape":"ResultFrame"}
480
+ }
481
+ },
482
+ "SqlStatementResults":{
483
+ "type":"list",
484
+ "member":{"shape":"SqlStatementResult"}
485
+ },
486
+ "StatementTimeoutException":{
487
+ "type":"structure",
488
+ "members":{
489
+ "dbConnectionId":{"shape":"Long"},
490
+ "message":{"shape":"ErrorMessage"}
491
+ },
492
+ "error":{
493
+ "httpStatusCode":400,
494
+ "senderFault":true
495
+ },
496
+ "exception":true
497
+ },
498
+ "String":{"type":"string"},
499
+ "StringArray":{
500
+ "type":"list",
501
+ "member":{"shape":"String"}
502
+ },
503
+ "StructValue":{
504
+ "type":"structure",
505
+ "members":{
506
+ "attributes":{"shape":"ArrayValueList"}
507
+ }
508
+ },
509
+ "TransactionStatus":{
510
+ "type":"string",
511
+ "max":128,
512
+ "min":0
513
+ },
514
+ "UpdateResult":{
515
+ "type":"structure",
516
+ "members":{
517
+ "generatedFields":{"shape":"FieldList"}
518
+ }
519
+ },
520
+ "UpdateResults":{
521
+ "type":"list",
522
+ "member":{"shape":"UpdateResult"}
523
+ },
524
+ "Value":{
525
+ "type":"structure",
526
+ "members":{
527
+ "arrayValues":{"shape":"ArrayValueList"},
528
+ "bigIntValue":{"shape":"BoxedLong"},
529
+ "bitValue":{"shape":"BoxedBoolean"},
530
+ "blobValue":{"shape":"Blob"},
531
+ "doubleValue":{"shape":"BoxedDouble"},
532
+ "intValue":{"shape":"BoxedInteger"},
533
+ "isNull":{"shape":"BoxedBoolean"},
534
+ "realValue":{"shape":"BoxedFloat"},
535
+ "stringValue":{"shape":"String"},
536
+ "structValue":{"shape":"StructValue"}
784
537
  }
785
538
  }
786
539
  }
787
- }
540
+ }