|
85 | 85 | },
|
86 | 86 | "BatchGetItemInput": {
|
87 | 87 | "base": null,
|
88 |
| - "refs": { |
89 |
| - } |
| 88 | + "refs": {} |
90 | 89 | },
|
91 | 90 | "BatchGetItemOutput": {
|
92 | 91 | "base": null,
|
93 |
| - "refs": { |
94 |
| - } |
| 92 | + "refs": {} |
95 | 93 | },
|
96 | 94 | "BatchGetRequestMap": {
|
97 | 95 | "base": "<p>A map of the table name and corresponding items to get by primary key. While requesting items, each table name can be invoked only once per operation.</p>",
|
|
114 | 112 | },
|
115 | 113 | "BatchWriteItemInput": {
|
116 | 114 | "base": null,
|
117 |
| - "refs": { |
118 |
| - } |
| 115 | + "refs": {} |
119 | 116 | },
|
120 | 117 | "BatchWriteItemOutput": {
|
121 | 118 | "base": "<p>A container for <code>BatchWriteItem</code> response</p>",
|
122 |
| - "refs": { |
123 |
| - } |
| 119 | + "refs": {} |
124 | 120 | },
|
125 | 121 | "BatchWriteItemRequestMap": {
|
126 | 122 | "base": "<p>A map of table name to list-of-write-requests.</p> <p>Key: The table name corresponding to the list of requests</p> <p>Value: Essentially a list of request items. Each request item could contain either a <code>PutRequest</code> or <code>DeleteRequest</code>. Never both.</p>",
|
|
178 | 174 | },
|
179 | 175 | "ConditionalCheckFailedException": {
|
180 | 176 | "base": "<p>This exception is thrown when an expected value does not match what was found in the system.</p>",
|
181 |
| - "refs": { |
182 |
| - } |
| 177 | + "refs": {} |
183 | 178 | },
|
184 | 179 | "ConsistentRead": {
|
185 | 180 | "base": "<p>If set to <code>true</code>, then a consistent read is issued. Otherwise eventually-consistent is used.</p>",
|
|
204 | 199 | },
|
205 | 200 | "CreateTableInput": {
|
206 | 201 | "base": null,
|
207 |
| - "refs": { |
208 |
| - } |
| 202 | + "refs": {} |
209 | 203 | },
|
210 | 204 | "CreateTableOutput": {
|
211 | 205 | "base": null,
|
212 |
| - "refs": { |
213 |
| - } |
| 206 | + "refs": {} |
214 | 207 | },
|
215 | 208 | "Date": {
|
216 | 209 | "base": null,
|
|
222 | 215 | },
|
223 | 216 | "DeleteItemInput": {
|
224 | 217 | "base": null,
|
225 |
| - "refs": { |
226 |
| - } |
| 218 | + "refs": {} |
227 | 219 | },
|
228 | 220 | "DeleteItemOutput": {
|
229 | 221 | "base": null,
|
230 |
| - "refs": { |
231 |
| - } |
| 222 | + "refs": {} |
232 | 223 | },
|
233 | 224 | "DeleteRequest": {
|
234 | 225 | "base": "<p>A container for a Delete BatchWrite request</p>",
|
|
238 | 229 | },
|
239 | 230 | "DeleteTableInput": {
|
240 | 231 | "base": null,
|
241 |
| - "refs": { |
242 |
| - } |
| 232 | + "refs": {} |
243 | 233 | },
|
244 | 234 | "DeleteTableOutput": {
|
245 | 235 | "base": null,
|
246 |
| - "refs": { |
247 |
| - } |
| 236 | + "refs": {} |
248 | 237 | },
|
249 | 238 | "DescribeTableInput": {
|
250 | 239 | "base": null,
|
251 |
| - "refs": { |
252 |
| - } |
| 240 | + "refs": {} |
253 | 241 | },
|
254 | 242 | "DescribeTableOutput": {
|
255 | 243 | "base": null,
|
256 |
| - "refs": { |
257 |
| - } |
| 244 | + "refs": {} |
258 | 245 | },
|
259 | 246 | "ErrorMessage": {
|
260 | 247 | "base": null,
|
|
290 | 277 | },
|
291 | 278 | "GetItemInput": {
|
292 | 279 | "base": null,
|
293 |
| - "refs": { |
294 |
| - } |
| 280 | + "refs": {} |
295 | 281 | },
|
296 | 282 | "GetItemOutput": {
|
297 | 283 | "base": null,
|
298 |
| - "refs": { |
299 |
| - } |
| 284 | + "refs": {} |
300 | 285 | },
|
301 | 286 | "Integer": {
|
302 | 287 | "base": null,
|
|
308 | 293 | },
|
309 | 294 | "InternalServerError": {
|
310 | 295 | "base": "<p>This exception is thrown when the service has a problem when trying to process the request.</p>",
|
311 |
| - "refs": { |
312 |
| - } |
| 296 | + "refs": {} |
313 | 297 | },
|
314 | 298 | "ItemList": {
|
315 | 299 | "base": null,
|
|
367 | 351 | },
|
368 | 352 | "LimitExceededException": {
|
369 | 353 | "base": "<p>This exception is thrown when the subscriber exceeded the limits on the number of objects or operations.</p>",
|
370 |
| - "refs": { |
371 |
| - } |
| 354 | + "refs": {} |
372 | 355 | },
|
373 | 356 | "ListTablesInput": {
|
374 | 357 | "base": null,
|
375 |
| - "refs": { |
376 |
| - } |
| 358 | + "refs": {} |
377 | 359 | },
|
378 | 360 | "ListTablesInputLimit": {
|
379 | 361 | "base": "<p>A number of maximum table names to return.</p>",
|
|
383 | 365 | },
|
384 | 366 | "ListTablesOutput": {
|
385 | 367 | "base": null,
|
386 |
| - "refs": { |
387 |
| - } |
| 368 | + "refs": {} |
388 | 369 | },
|
389 | 370 | "Long": {
|
390 | 371 | "base": null,
|
|
438 | 419 | },
|
439 | 420 | "ProvisionedThroughputExceededException": {
|
440 | 421 | "base": "<p>This exception is thrown when the level of provisioned throughput defined for the table is exceeded.</p>",
|
441 |
| - "refs": { |
442 |
| - } |
| 422 | + "refs": {} |
443 | 423 | },
|
444 | 424 | "PutItemInput": {
|
445 | 425 | "base": null,
|
446 |
| - "refs": { |
447 |
| - } |
| 426 | + "refs": {} |
448 | 427 | },
|
449 | 428 | "PutItemInputAttributeMap": {
|
450 | 429 | "base": "<p>A map of the attributes for the item, and must include the primary key values that define the item. Other attribute name-value pairs can be provided for the item.</p>",
|
|
455 | 434 | },
|
456 | 435 | "PutItemOutput": {
|
457 | 436 | "base": null,
|
458 |
| - "refs": { |
459 |
| - } |
| 437 | + "refs": {} |
460 | 438 | },
|
461 | 439 | "PutRequest": {
|
462 | 440 | "base": "<p>A container for a Put BatchWrite request</p>",
|
|
466 | 444 | },
|
467 | 445 | "QueryInput": {
|
468 | 446 | "base": null,
|
469 |
| - "refs": { |
470 |
| - } |
| 447 | + "refs": {} |
471 | 448 | },
|
472 | 449 | "QueryOutput": {
|
473 | 450 | "base": null,
|
474 |
| - "refs": { |
475 |
| - } |
| 451 | + "refs": {} |
476 | 452 | },
|
477 | 453 | "RequestLimitExceeded": {
|
478 | 454 | "base": "<p>This exception is thrown when throughput exceeds the current throughput limit for the subscriber's account.</p>",
|
479 |
| - "refs": { |
480 |
| - } |
| 455 | + "refs": {} |
481 | 456 | },
|
482 | 457 | "ResourceInUseException": {
|
483 | 458 | "base": "<p>This exception is thrown when the resource which is being attempted to be changed is in use.</p>",
|
484 |
| - "refs": { |
485 |
| - } |
| 459 | + "refs": {} |
486 | 460 | },
|
487 | 461 | "ResourceNotFoundException": {
|
488 | 462 | "base": "<p>This exception is thrown when the resource which is being attempted to be changed is in use.</p>",
|
489 |
| - "refs": { |
490 |
| - } |
| 463 | + "refs": {} |
491 | 464 | },
|
492 | 465 | "ReturnValue": {
|
493 | 466 | "base": "<p>Use this parameter if you want to get the attribute name-value pairs before or after they are modified. For <code>PUT</code> operations, the possible parameter values are <code>NONE</code> (default) or <code>ALL_OLD</code>. For update operations, the possible parameter values are <code>NONE</code> (default) or <code>ALL_OLD</code>, <code>UPDATED_OLD</code>, <code>ALL_NEW</code> or <code>UPDATED_NEW</code>.</p> <ul> <li><code>NONE</code>: Nothing is returned.</li> <li><code>ALL_OLD</code>: Returns the attributes of the item as they were before the operation.</li> <li><code>UPDATED_OLD</code>: Returns the values of the updated attributes, only, as they were before the operation.</li> <li><code>ALL_NEW</code>: Returns all the attributes and their new values after the operation.</li> <li><code>UPDATED_NEW</code>: Returns the values of the updated attributes, only, as they are after the operation.</li> </ul>",
|
|
505 | 478 | },
|
506 | 479 | "ScanInput": {
|
507 | 480 | "base": null,
|
508 |
| - "refs": { |
509 |
| - } |
| 481 | + "refs": {} |
510 | 482 | },
|
511 | 483 | "ScanOutput": {
|
512 | 484 | "base": null,
|
513 |
| - "refs": { |
514 |
| - } |
| 485 | + "refs": {} |
515 | 486 | },
|
516 | 487 | "String": {
|
517 | 488 | "base": null,
|
|
578 | 549 | },
|
579 | 550 | "UpdateItemInput": {
|
580 | 551 | "base": null,
|
581 |
| - "refs": { |
582 |
| - } |
| 552 | + "refs": {} |
583 | 553 | },
|
584 | 554 | "UpdateItemOutput": {
|
585 | 555 | "base": null,
|
586 |
| - "refs": { |
587 |
| - } |
| 556 | + "refs": {} |
588 | 557 | },
|
589 | 558 | "UpdateTableInput": {
|
590 | 559 | "base": null,
|
591 |
| - "refs": { |
592 |
| - } |
| 560 | + "refs": {} |
593 | 561 | },
|
594 | 562 | "UpdateTableOutput": {
|
595 | 563 | "base": null,
|
596 |
| - "refs": { |
597 |
| - } |
| 564 | + "refs": {} |
598 | 565 | },
|
599 | 566 | "WriteRequest": {
|
600 | 567 | "base": "<p>This structure is a Union of PutRequest and DeleteRequest. It can contain exactly one of <code>PutRequest</code> or <code>DeleteRequest</code>. Never Both. This is enforced in the code.</p>",
|
|
0 commit comments