github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/textract/2018-06-27/api-2.json (about) 1 { 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2018-06-27", 5 "endpointPrefix":"textract", 6 "jsonVersion":"1.1", 7 "protocol":"json", 8 "serviceFullName":"Amazon Textract", 9 "serviceId":"Textract", 10 "signatureVersion":"v4", 11 "targetPrefix":"Textract", 12 "uid":"textract-2018-06-27" 13 }, 14 "operations":{ 15 "AnalyzeDocument":{ 16 "name":"AnalyzeDocument", 17 "http":{ 18 "method":"POST", 19 "requestUri":"/" 20 }, 21 "input":{"shape":"AnalyzeDocumentRequest"}, 22 "output":{"shape":"AnalyzeDocumentResponse"}, 23 "errors":[ 24 {"shape":"InvalidParameterException"}, 25 {"shape":"InvalidS3ObjectException"}, 26 {"shape":"UnsupportedDocumentException"}, 27 {"shape":"DocumentTooLargeException"}, 28 {"shape":"BadDocumentException"}, 29 {"shape":"AccessDeniedException"}, 30 {"shape":"ProvisionedThroughputExceededException"}, 31 {"shape":"InternalServerError"}, 32 {"shape":"ThrottlingException"}, 33 {"shape":"HumanLoopQuotaExceededException"} 34 ] 35 }, 36 "AnalyzeExpense":{ 37 "name":"AnalyzeExpense", 38 "http":{ 39 "method":"POST", 40 "requestUri":"/" 41 }, 42 "input":{"shape":"AnalyzeExpenseRequest"}, 43 "output":{"shape":"AnalyzeExpenseResponse"}, 44 "errors":[ 45 {"shape":"InvalidParameterException"}, 46 {"shape":"InvalidS3ObjectException"}, 47 {"shape":"UnsupportedDocumentException"}, 48 {"shape":"DocumentTooLargeException"}, 49 {"shape":"BadDocumentException"}, 50 {"shape":"AccessDeniedException"}, 51 {"shape":"ProvisionedThroughputExceededException"}, 52 {"shape":"InternalServerError"}, 53 {"shape":"ThrottlingException"} 54 ] 55 }, 56 "DetectDocumentText":{ 57 "name":"DetectDocumentText", 58 "http":{ 59 "method":"POST", 60 "requestUri":"/" 61 }, 62 "input":{"shape":"DetectDocumentTextRequest"}, 63 "output":{"shape":"DetectDocumentTextResponse"}, 64 "errors":[ 65 {"shape":"InvalidParameterException"}, 66 {"shape":"InvalidS3ObjectException"}, 67 {"shape":"UnsupportedDocumentException"}, 68 {"shape":"DocumentTooLargeException"}, 69 {"shape":"BadDocumentException"}, 70 {"shape":"AccessDeniedException"}, 71 {"shape":"ProvisionedThroughputExceededException"}, 72 {"shape":"InternalServerError"}, 73 {"shape":"ThrottlingException"} 74 ] 75 }, 76 "GetDocumentAnalysis":{ 77 "name":"GetDocumentAnalysis", 78 "http":{ 79 "method":"POST", 80 "requestUri":"/" 81 }, 82 "input":{"shape":"GetDocumentAnalysisRequest"}, 83 "output":{"shape":"GetDocumentAnalysisResponse"}, 84 "errors":[ 85 {"shape":"InvalidParameterException"}, 86 {"shape":"AccessDeniedException"}, 87 {"shape":"ProvisionedThroughputExceededException"}, 88 {"shape":"InvalidJobIdException"}, 89 {"shape":"InternalServerError"}, 90 {"shape":"ThrottlingException"}, 91 {"shape":"InvalidS3ObjectException"}, 92 {"shape":"InvalidKMSKeyException"} 93 ] 94 }, 95 "GetDocumentTextDetection":{ 96 "name":"GetDocumentTextDetection", 97 "http":{ 98 "method":"POST", 99 "requestUri":"/" 100 }, 101 "input":{"shape":"GetDocumentTextDetectionRequest"}, 102 "output":{"shape":"GetDocumentTextDetectionResponse"}, 103 "errors":[ 104 {"shape":"InvalidParameterException"}, 105 {"shape":"AccessDeniedException"}, 106 {"shape":"ProvisionedThroughputExceededException"}, 107 {"shape":"InvalidJobIdException"}, 108 {"shape":"InternalServerError"}, 109 {"shape":"ThrottlingException"}, 110 {"shape":"InvalidS3ObjectException"}, 111 {"shape":"InvalidKMSKeyException"} 112 ] 113 }, 114 "StartDocumentAnalysis":{ 115 "name":"StartDocumentAnalysis", 116 "http":{ 117 "method":"POST", 118 "requestUri":"/" 119 }, 120 "input":{"shape":"StartDocumentAnalysisRequest"}, 121 "output":{"shape":"StartDocumentAnalysisResponse"}, 122 "errors":[ 123 {"shape":"InvalidParameterException"}, 124 {"shape":"InvalidS3ObjectException"}, 125 {"shape":"InvalidKMSKeyException"}, 126 {"shape":"UnsupportedDocumentException"}, 127 {"shape":"DocumentTooLargeException"}, 128 {"shape":"BadDocumentException"}, 129 {"shape":"AccessDeniedException"}, 130 {"shape":"ProvisionedThroughputExceededException"}, 131 {"shape":"InternalServerError"}, 132 {"shape":"IdempotentParameterMismatchException"}, 133 {"shape":"ThrottlingException"}, 134 {"shape":"LimitExceededException"} 135 ] 136 }, 137 "StartDocumentTextDetection":{ 138 "name":"StartDocumentTextDetection", 139 "http":{ 140 "method":"POST", 141 "requestUri":"/" 142 }, 143 "input":{"shape":"StartDocumentTextDetectionRequest"}, 144 "output":{"shape":"StartDocumentTextDetectionResponse"}, 145 "errors":[ 146 {"shape":"InvalidParameterException"}, 147 {"shape":"InvalidS3ObjectException"}, 148 {"shape":"InvalidKMSKeyException"}, 149 {"shape":"UnsupportedDocumentException"}, 150 {"shape":"DocumentTooLargeException"}, 151 {"shape":"BadDocumentException"}, 152 {"shape":"AccessDeniedException"}, 153 {"shape":"ProvisionedThroughputExceededException"}, 154 {"shape":"InternalServerError"}, 155 {"shape":"IdempotentParameterMismatchException"}, 156 {"shape":"ThrottlingException"}, 157 {"shape":"LimitExceededException"} 158 ] 159 } 160 }, 161 "shapes":{ 162 "AccessDeniedException":{ 163 "type":"structure", 164 "members":{ 165 }, 166 "exception":true 167 }, 168 "AnalyzeDocumentRequest":{ 169 "type":"structure", 170 "required":[ 171 "Document", 172 "FeatureTypes" 173 ], 174 "members":{ 175 "Document":{"shape":"Document"}, 176 "FeatureTypes":{"shape":"FeatureTypes"}, 177 "HumanLoopConfig":{"shape":"HumanLoopConfig"} 178 } 179 }, 180 "AnalyzeDocumentResponse":{ 181 "type":"structure", 182 "members":{ 183 "DocumentMetadata":{"shape":"DocumentMetadata"}, 184 "Blocks":{"shape":"BlockList"}, 185 "HumanLoopActivationOutput":{"shape":"HumanLoopActivationOutput"}, 186 "AnalyzeDocumentModelVersion":{"shape":"String"} 187 } 188 }, 189 "AnalyzeExpenseRequest":{ 190 "type":"structure", 191 "required":["Document"], 192 "members":{ 193 "Document":{"shape":"Document"} 194 } 195 }, 196 "AnalyzeExpenseResponse":{ 197 "type":"structure", 198 "members":{ 199 "DocumentMetadata":{"shape":"DocumentMetadata"}, 200 "ExpenseDocuments":{"shape":"ExpenseDocumentList"} 201 } 202 }, 203 "BadDocumentException":{ 204 "type":"structure", 205 "members":{ 206 }, 207 "exception":true 208 }, 209 "Block":{ 210 "type":"structure", 211 "members":{ 212 "BlockType":{"shape":"BlockType"}, 213 "Confidence":{"shape":"Percent"}, 214 "Text":{"shape":"String"}, 215 "TextType":{"shape":"TextType"}, 216 "RowIndex":{"shape":"UInteger"}, 217 "ColumnIndex":{"shape":"UInteger"}, 218 "RowSpan":{"shape":"UInteger"}, 219 "ColumnSpan":{"shape":"UInteger"}, 220 "Geometry":{"shape":"Geometry"}, 221 "Id":{"shape":"NonEmptyString"}, 222 "Relationships":{"shape":"RelationshipList"}, 223 "EntityTypes":{"shape":"EntityTypes"}, 224 "SelectionStatus":{"shape":"SelectionStatus"}, 225 "Page":{"shape":"UInteger"} 226 } 227 }, 228 "BlockList":{ 229 "type":"list", 230 "member":{"shape":"Block"} 231 }, 232 "BlockType":{ 233 "type":"string", 234 "enum":[ 235 "KEY_VALUE_SET", 236 "PAGE", 237 "LINE", 238 "WORD", 239 "TABLE", 240 "CELL", 241 "SELECTION_ELEMENT" 242 ] 243 }, 244 "BoundingBox":{ 245 "type":"structure", 246 "members":{ 247 "Width":{"shape":"Float"}, 248 "Height":{"shape":"Float"}, 249 "Left":{"shape":"Float"}, 250 "Top":{"shape":"Float"} 251 } 252 }, 253 "ClientRequestToken":{ 254 "type":"string", 255 "max":64, 256 "min":1, 257 "pattern":"^[a-zA-Z0-9-_]+$" 258 }, 259 "ContentClassifier":{ 260 "type":"string", 261 "enum":[ 262 "FreeOfPersonallyIdentifiableInformation", 263 "FreeOfAdultContent" 264 ] 265 }, 266 "ContentClassifiers":{ 267 "type":"list", 268 "member":{"shape":"ContentClassifier"}, 269 "max":256 270 }, 271 "DetectDocumentTextRequest":{ 272 "type":"structure", 273 "required":["Document"], 274 "members":{ 275 "Document":{"shape":"Document"} 276 } 277 }, 278 "DetectDocumentTextResponse":{ 279 "type":"structure", 280 "members":{ 281 "DocumentMetadata":{"shape":"DocumentMetadata"}, 282 "Blocks":{"shape":"BlockList"}, 283 "DetectDocumentTextModelVersion":{"shape":"String"} 284 } 285 }, 286 "Document":{ 287 "type":"structure", 288 "members":{ 289 "Bytes":{"shape":"ImageBlob"}, 290 "S3Object":{"shape":"S3Object"} 291 } 292 }, 293 "DocumentLocation":{ 294 "type":"structure", 295 "members":{ 296 "S3Object":{"shape":"S3Object"} 297 } 298 }, 299 "DocumentMetadata":{ 300 "type":"structure", 301 "members":{ 302 "Pages":{"shape":"UInteger"} 303 } 304 }, 305 "DocumentTooLargeException":{ 306 "type":"structure", 307 "members":{ 308 }, 309 "exception":true 310 }, 311 "EntityType":{ 312 "type":"string", 313 "enum":[ 314 "KEY", 315 "VALUE" 316 ] 317 }, 318 "EntityTypes":{ 319 "type":"list", 320 "member":{"shape":"EntityType"} 321 }, 322 "ErrorCode":{"type":"string"}, 323 "ExpenseDetection":{ 324 "type":"structure", 325 "members":{ 326 "Text":{"shape":"String"}, 327 "Geometry":{"shape":"Geometry"}, 328 "Confidence":{"shape":"Percent"} 329 } 330 }, 331 "ExpenseDocument":{ 332 "type":"structure", 333 "members":{ 334 "ExpenseIndex":{"shape":"UInteger"}, 335 "SummaryFields":{"shape":"ExpenseFieldList"}, 336 "LineItemGroups":{"shape":"LineItemGroupList"} 337 } 338 }, 339 "ExpenseDocumentList":{ 340 "type":"list", 341 "member":{"shape":"ExpenseDocument"} 342 }, 343 "ExpenseField":{ 344 "type":"structure", 345 "members":{ 346 "Type":{"shape":"ExpenseType"}, 347 "LabelDetection":{"shape":"ExpenseDetection"}, 348 "ValueDetection":{"shape":"ExpenseDetection"}, 349 "PageNumber":{"shape":"UInteger"} 350 } 351 }, 352 "ExpenseFieldList":{ 353 "type":"list", 354 "member":{"shape":"ExpenseField"} 355 }, 356 "ExpenseType":{ 357 "type":"structure", 358 "members":{ 359 "Text":{"shape":"String"}, 360 "Confidence":{"shape":"Percent"} 361 } 362 }, 363 "FeatureType":{ 364 "type":"string", 365 "enum":[ 366 "TABLES", 367 "FORMS" 368 ] 369 }, 370 "FeatureTypes":{ 371 "type":"list", 372 "member":{"shape":"FeatureType"} 373 }, 374 "Float":{"type":"float"}, 375 "FlowDefinitionArn":{ 376 "type":"string", 377 "max":256 378 }, 379 "Geometry":{ 380 "type":"structure", 381 "members":{ 382 "BoundingBox":{"shape":"BoundingBox"}, 383 "Polygon":{"shape":"Polygon"} 384 } 385 }, 386 "GetDocumentAnalysisRequest":{ 387 "type":"structure", 388 "required":["JobId"], 389 "members":{ 390 "JobId":{"shape":"JobId"}, 391 "MaxResults":{"shape":"MaxResults"}, 392 "NextToken":{"shape":"PaginationToken"} 393 } 394 }, 395 "GetDocumentAnalysisResponse":{ 396 "type":"structure", 397 "members":{ 398 "DocumentMetadata":{"shape":"DocumentMetadata"}, 399 "JobStatus":{"shape":"JobStatus"}, 400 "NextToken":{"shape":"PaginationToken"}, 401 "Blocks":{"shape":"BlockList"}, 402 "Warnings":{"shape":"Warnings"}, 403 "StatusMessage":{"shape":"StatusMessage"}, 404 "AnalyzeDocumentModelVersion":{"shape":"String"} 405 } 406 }, 407 "GetDocumentTextDetectionRequest":{ 408 "type":"structure", 409 "required":["JobId"], 410 "members":{ 411 "JobId":{"shape":"JobId"}, 412 "MaxResults":{"shape":"MaxResults"}, 413 "NextToken":{"shape":"PaginationToken"} 414 } 415 }, 416 "GetDocumentTextDetectionResponse":{ 417 "type":"structure", 418 "members":{ 419 "DocumentMetadata":{"shape":"DocumentMetadata"}, 420 "JobStatus":{"shape":"JobStatus"}, 421 "NextToken":{"shape":"PaginationToken"}, 422 "Blocks":{"shape":"BlockList"}, 423 "Warnings":{"shape":"Warnings"}, 424 "StatusMessage":{"shape":"StatusMessage"}, 425 "DetectDocumentTextModelVersion":{"shape":"String"} 426 } 427 }, 428 "HumanLoopActivationConditionsEvaluationResults":{ 429 "type":"string", 430 "max":10240 431 }, 432 "HumanLoopActivationOutput":{ 433 "type":"structure", 434 "members":{ 435 "HumanLoopArn":{"shape":"HumanLoopArn"}, 436 "HumanLoopActivationReasons":{"shape":"HumanLoopActivationReasons"}, 437 "HumanLoopActivationConditionsEvaluationResults":{ 438 "shape":"HumanLoopActivationConditionsEvaluationResults", 439 "jsonvalue":true 440 } 441 } 442 }, 443 "HumanLoopActivationReason":{"type":"string"}, 444 "HumanLoopActivationReasons":{ 445 "type":"list", 446 "member":{"shape":"HumanLoopActivationReason"}, 447 "min":1 448 }, 449 "HumanLoopArn":{ 450 "type":"string", 451 "max":256 452 }, 453 "HumanLoopConfig":{ 454 "type":"structure", 455 "required":[ 456 "HumanLoopName", 457 "FlowDefinitionArn" 458 ], 459 "members":{ 460 "HumanLoopName":{"shape":"HumanLoopName"}, 461 "FlowDefinitionArn":{"shape":"FlowDefinitionArn"}, 462 "DataAttributes":{"shape":"HumanLoopDataAttributes"} 463 } 464 }, 465 "HumanLoopDataAttributes":{ 466 "type":"structure", 467 "members":{ 468 "ContentClassifiers":{"shape":"ContentClassifiers"} 469 } 470 }, 471 "HumanLoopName":{ 472 "type":"string", 473 "max":63, 474 "min":1, 475 "pattern":"^[a-z0-9](-*[a-z0-9])*" 476 }, 477 "HumanLoopQuotaExceededException":{ 478 "type":"structure", 479 "members":{ 480 "ResourceType":{"shape":"String"}, 481 "QuotaCode":{"shape":"String"}, 482 "ServiceCode":{"shape":"String"} 483 }, 484 "exception":true 485 }, 486 "IdList":{ 487 "type":"list", 488 "member":{"shape":"NonEmptyString"} 489 }, 490 "IdempotentParameterMismatchException":{ 491 "type":"structure", 492 "members":{ 493 }, 494 "exception":true 495 }, 496 "ImageBlob":{ 497 "type":"blob", 498 "max":10485760, 499 "min":1 500 }, 501 "InternalServerError":{ 502 "type":"structure", 503 "members":{ 504 }, 505 "exception":true, 506 "fault":true 507 }, 508 "InvalidJobIdException":{ 509 "type":"structure", 510 "members":{ 511 }, 512 "exception":true 513 }, 514 "InvalidKMSKeyException":{ 515 "type":"structure", 516 "members":{ 517 }, 518 "exception":true 519 }, 520 "InvalidParameterException":{ 521 "type":"structure", 522 "members":{ 523 }, 524 "exception":true 525 }, 526 "InvalidS3ObjectException":{ 527 "type":"structure", 528 "members":{ 529 }, 530 "exception":true 531 }, 532 "JobId":{ 533 "type":"string", 534 "max":64, 535 "min":1, 536 "pattern":"^[a-zA-Z0-9-_]+$" 537 }, 538 "JobStatus":{ 539 "type":"string", 540 "enum":[ 541 "IN_PROGRESS", 542 "SUCCEEDED", 543 "FAILED", 544 "PARTIAL_SUCCESS" 545 ] 546 }, 547 "JobTag":{ 548 "type":"string", 549 "max":64, 550 "min":1, 551 "pattern":"[a-zA-Z0-9_.\\-:]+" 552 }, 553 "KMSKeyId":{ 554 "type":"string", 555 "max":2048, 556 "min":1, 557 "pattern":"^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$" 558 }, 559 "LimitExceededException":{ 560 "type":"structure", 561 "members":{ 562 }, 563 "exception":true 564 }, 565 "LineItemFields":{ 566 "type":"structure", 567 "members":{ 568 "LineItemExpenseFields":{"shape":"ExpenseFieldList"} 569 } 570 }, 571 "LineItemGroup":{ 572 "type":"structure", 573 "members":{ 574 "LineItemGroupIndex":{"shape":"UInteger"}, 575 "LineItems":{"shape":"LineItemList"} 576 } 577 }, 578 "LineItemGroupList":{ 579 "type":"list", 580 "member":{"shape":"LineItemGroup"} 581 }, 582 "LineItemList":{ 583 "type":"list", 584 "member":{"shape":"LineItemFields"} 585 }, 586 "MaxResults":{ 587 "type":"integer", 588 "min":1 589 }, 590 "NonEmptyString":{ 591 "type":"string", 592 "pattern":".*\\S.*" 593 }, 594 "NotificationChannel":{ 595 "type":"structure", 596 "required":[ 597 "SNSTopicArn", 598 "RoleArn" 599 ], 600 "members":{ 601 "SNSTopicArn":{"shape":"SNSTopicArn"}, 602 "RoleArn":{"shape":"RoleArn"} 603 } 604 }, 605 "OutputConfig":{ 606 "type":"structure", 607 "required":["S3Bucket"], 608 "members":{ 609 "S3Bucket":{"shape":"S3Bucket"}, 610 "S3Prefix":{"shape":"S3ObjectName"} 611 } 612 }, 613 "Pages":{ 614 "type":"list", 615 "member":{"shape":"UInteger"} 616 }, 617 "PaginationToken":{ 618 "type":"string", 619 "max":255, 620 "min":1, 621 "pattern":".*\\S.*" 622 }, 623 "Percent":{ 624 "type":"float", 625 "max":100, 626 "min":0 627 }, 628 "Point":{ 629 "type":"structure", 630 "members":{ 631 "X":{"shape":"Float"}, 632 "Y":{"shape":"Float"} 633 } 634 }, 635 "Polygon":{ 636 "type":"list", 637 "member":{"shape":"Point"} 638 }, 639 "ProvisionedThroughputExceededException":{ 640 "type":"structure", 641 "members":{ 642 }, 643 "exception":true 644 }, 645 "Relationship":{ 646 "type":"structure", 647 "members":{ 648 "Type":{"shape":"RelationshipType"}, 649 "Ids":{"shape":"IdList"} 650 } 651 }, 652 "RelationshipList":{ 653 "type":"list", 654 "member":{"shape":"Relationship"} 655 }, 656 "RelationshipType":{ 657 "type":"string", 658 "enum":[ 659 "VALUE", 660 "CHILD", 661 "COMPLEX_FEATURES" 662 ] 663 }, 664 "RoleArn":{ 665 "type":"string", 666 "max":2048, 667 "min":20, 668 "pattern":"arn:([a-z\\d-]+):iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+" 669 }, 670 "S3Bucket":{ 671 "type":"string", 672 "max":255, 673 "min":3, 674 "pattern":"[0-9A-Za-z\\.\\-_]*" 675 }, 676 "S3Object":{ 677 "type":"structure", 678 "members":{ 679 "Bucket":{"shape":"S3Bucket"}, 680 "Name":{"shape":"S3ObjectName"}, 681 "Version":{"shape":"S3ObjectVersion"} 682 } 683 }, 684 "S3ObjectName":{ 685 "type":"string", 686 "max":1024, 687 "min":1, 688 "pattern":".*\\S.*" 689 }, 690 "S3ObjectVersion":{ 691 "type":"string", 692 "max":1024, 693 "min":1, 694 "pattern":".*\\S.*" 695 }, 696 "SNSTopicArn":{ 697 "type":"string", 698 "max":1024, 699 "min":20, 700 "pattern":"(^arn:([a-z\\d-]+):sns:[a-zA-Z\\d-]{1,20}:\\w{12}:.+$)" 701 }, 702 "SelectionStatus":{ 703 "type":"string", 704 "enum":[ 705 "SELECTED", 706 "NOT_SELECTED" 707 ] 708 }, 709 "StartDocumentAnalysisRequest":{ 710 "type":"structure", 711 "required":[ 712 "DocumentLocation", 713 "FeatureTypes" 714 ], 715 "members":{ 716 "DocumentLocation":{"shape":"DocumentLocation"}, 717 "FeatureTypes":{"shape":"FeatureTypes"}, 718 "ClientRequestToken":{"shape":"ClientRequestToken"}, 719 "JobTag":{"shape":"JobTag"}, 720 "NotificationChannel":{"shape":"NotificationChannel"}, 721 "OutputConfig":{"shape":"OutputConfig"}, 722 "KMSKeyId":{"shape":"KMSKeyId"} 723 } 724 }, 725 "StartDocumentAnalysisResponse":{ 726 "type":"structure", 727 "members":{ 728 "JobId":{"shape":"JobId"} 729 } 730 }, 731 "StartDocumentTextDetectionRequest":{ 732 "type":"structure", 733 "required":["DocumentLocation"], 734 "members":{ 735 "DocumentLocation":{"shape":"DocumentLocation"}, 736 "ClientRequestToken":{"shape":"ClientRequestToken"}, 737 "JobTag":{"shape":"JobTag"}, 738 "NotificationChannel":{"shape":"NotificationChannel"}, 739 "OutputConfig":{"shape":"OutputConfig"}, 740 "KMSKeyId":{"shape":"KMSKeyId"} 741 } 742 }, 743 "StartDocumentTextDetectionResponse":{ 744 "type":"structure", 745 "members":{ 746 "JobId":{"shape":"JobId"} 747 } 748 }, 749 "StatusMessage":{"type":"string"}, 750 "String":{"type":"string"}, 751 "TextType":{ 752 "type":"string", 753 "enum":[ 754 "HANDWRITING", 755 "PRINTED" 756 ] 757 }, 758 "ThrottlingException":{ 759 "type":"structure", 760 "members":{ 761 }, 762 "exception":true, 763 "fault":true 764 }, 765 "UInteger":{ 766 "type":"integer", 767 "min":0 768 }, 769 "UnsupportedDocumentException":{ 770 "type":"structure", 771 "members":{ 772 }, 773 "exception":true 774 }, 775 "Warning":{ 776 "type":"structure", 777 "members":{ 778 "ErrorCode":{"shape":"ErrorCode"}, 779 "Pages":{"shape":"Pages"} 780 } 781 }, 782 "Warnings":{ 783 "type":"list", 784 "member":{"shape":"Warning"} 785 } 786 } 787 }