This file is indexed.

/usr/lib/python2.7/dist-packages/botocore/data/aws/sdb/2009-04-15.json is in python-botocore 0.62.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
{
    "api_version": "2009-04-15",
    "type": "query",
    "result_wrapped": true,
    "signature_version": "v2",
    "service_full_name": "Amazon SimpleDB",
    "endpoint_prefix": "sdb",
    "xmlnamespace": "http://sdb.amazonaws.com/doc/2009-04-15/",
    "documentation": "\n        Amazon SimpleDB is a web service providing the core database functions of\n        data indexing and querying in the cloud. By offloading the time and effort associated with\n        building and operating a web-scale database, SimpleDB provides developers the freedom to focus\n        on application development.\n\n        <p>\n        A traditional, clustered relational database requires a sizable upfront capital outlay,\n        is complex to design, and often requires extensive and repetitive database administration.\n        Amazon SimpleDB is dramatically simpler, requiring no schema, automatically indexing your data\n        and providing a simple API for storage and access. This approach eliminates the administrative\n        burden of data modeling, index maintenance, and performance tuning. Developers gain access to\n        this functionality within Amazon's proven computing environment, are able to scale instantly,\n        and pay only for what they use.\n        </p>\n\n        <p>\n        Visit <a href=\"http://aws.amazon.com/simpledb/\">http://aws.amazon.com/simpledb/</a> for\n        more information.\n        </p>\n    ",
    "operations": {
        "BatchDeleteAttributes": {
            "name": "BatchDeleteAttributes",
            "input": {
                "shape_name": "BatchDeleteAttributesRequest",
                "type": "structure",
                "members": {
                    "DomainName": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        The name of the domain in which the attributes are being deleted.\n    ",
                        "required": true
                    },
                    "Items": {
                        "shape_name": "DeletableItemList",
                        "type": "list",
                        "members": {
                            "shape_name": "DeletableItem",
                            "type": "structure",
                            "members": {
                                "Name": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": null,
                                    "required": true,
                                    "xmlname": "ItemName"
                                },
                                "Attributes": {
                                    "shape_name": "AttributeList",
                                    "type": "list",
                                    "members": {
                                        "shape_name": "Attribute",
                                        "type": "structure",
                                        "members": {
                                            "Name": {
                                                "shape_name": "String",
                                                "type": "string",
                                                "documentation": "\n        The name of the attribute.\n    ",
                                                "required": true
                                            },
                                            "AlternateNameEncoding": {
                                                "shape_name": "String",
                                                "type": "string",
                                                "documentation": "\n    <p></p>\n    "
                                            },
                                            "Value": {
                                                "shape_name": "String",
                                                "type": "string",
                                                "documentation": "\n        The value of the attribute.\n    ",
                                                "required": true
                                            },
                                            "AlternateValueEncoding": {
                                                "shape_name": "String",
                                                "type": "string",
                                                "documentation": "\n    <p></p>\n    "
                                            }
                                        },
                                        "documentation": "\n    <p></p>\n   \t",
                                        "xmlname": "Attribute"
                                    },
                                    "flattened": true,
                                    "documentation": null
                                }
                            },
                            "documentation": null,
                            "xmlname": "Item"
                        },
                        "flattened": true,
                        "documentation": "\n        A list of items on which to perform the operation.\n    ",
                        "required": true
                    }
                },
                "documentation": null
            },
            "output": null,
            "errors": [],
            "documentation": "\n        <p>\n        Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.\n        This enables Amazon SimpleDB to optimize requests, which generally yields better throughput.\n        </p>\n        <note>\n            <p>\n            If you specify BatchDeleteAttributes without attributes or values,\n            all the attributes for the item are deleted.\n            </p>\n            <p>\n            BatchDeleteAttributes is an idempotent operation;\n            running it multiple times on the same item or attribute doesn't result in an error.\n            </p>\n            <p>\n            The BatchDeleteAttributes operation succeeds or fails in its entirety. There are no partial deletes.\n            You can execute multiple BatchDeleteAttributes operations and other operations in parallel.\n            However, large numbers of concurrent BatchDeleteAttributes calls can result in Service Unavailable (503) responses.\n            </p>\n            <p>\n            This operation is vulnerable to exceeding the maximum URL size when making a REST request using the HTTP GET method.\n            </p>\n            <p>\n            This operation does not support conditions using Expected.X.Name, Expected.X.Value, or Expected.X.Exists.\n            </p>\n        </note>\n        <p>\n        The following limitations are enforced for this operation:\n           <ul>\n               <li>1 MB request size</li>\n               <li>25 item limit per BatchDeleteAttributes operation</li>\n           </ul>\n        </p>\n    "
        },
        "BatchPutAttributes": {
            "name": "BatchPutAttributes",
            "input": {
                "shape_name": "BatchPutAttributesRequest",
                "type": "structure",
                "members": {
                    "DomainName": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n\t\tThe name of the domain in which the attributes are being stored.\n\t",
                        "required": true
                    },
                    "Items": {
                        "shape_name": "ReplaceableItemList",
                        "type": "list",
                        "members": {
                            "shape_name": "ReplaceableItem",
                            "type": "structure",
                            "members": {
                                "Name": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": "\n        The name of the replaceable item.\n    ",
                                    "required": true,
                                    "xmlname": "ItemName"
                                },
                                "Attributes": {
                                    "shape_name": "ReplaceableAttributeList",
                                    "type": "list",
                                    "members": {
                                        "shape_name": "ReplaceableAttribute",
                                        "type": "structure",
                                        "members": {
                                            "Name": {
                                                "shape_name": "String",
                                                "type": "string",
                                                "documentation": "\n    \tThe name of the replaceable attribute.\n    ",
                                                "required": true
                                            },
                                            "Value": {
                                                "shape_name": "String",
                                                "type": "string",
                                                "documentation": "\n        The value of the replaceable attribute.\n    ",
                                                "required": true
                                            },
                                            "Replace": {
                                                "shape_name": "Boolean",
                                                "type": "boolean",
                                                "documentation": "\n        A flag specifying whether or not to replace the attribute/value pair or\n        to add a new attribute/value pair. The default setting is <code>false</code>.\n    "
                                            }
                                        },
                                        "documentation": "\n    <p></p>\n    ",
                                        "xmlname": "Attribute"
                                    },
                                    "flattened": true,
                                    "documentation": "\n        The list of attributes for a replaceable item.\n    ",
                                    "required": true
                                }
                            },
                            "documentation": "\n    <p></p>\n    ",
                            "xmlname": "Item"
                        },
                        "flattened": true,
                        "documentation": "\n\t\tA list of items on which to perform the operation.\n\t",
                        "required": true
                    }
                },
                "documentation": null
            },
            "output": null,
            "errors": [
                {
                    "shape_name": "DuplicateItemName",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The item name was specified more than once. </p>\n    "
                },
                {
                    "shape_name": "InvalidParameterValue",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The value for a parameter is invalid.</p>\n    "
                },
                {
                    "shape_name": "MissingParameter",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The request must contain the specified missing parameter.</p>\n    "
                },
                {
                    "shape_name": "NoSuchDomain",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The specified domain does not exist.</p>\n    "
                },
                {
                    "shape_name": "NumberItemAttributesExceeded",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>Too many attributes in this item.</p>\n    "
                },
                {
                    "shape_name": "NumberDomainAttributesExceeded",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>Too many attributes in this domain.</p>\n    "
                },
                {
                    "shape_name": "NumberDomainBytesExceeded",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>Too many bytes in this domain.</p>\n    "
                },
                {
                    "shape_name": "NumberSubmittedItemsExceeded",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>Too many items exist in a single call.</p>\n    "
                },
                {
                    "shape_name": "NumberSubmittedAttributesExceeded",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>Too many attributes exist in a single call.</p>\n    "
                }
            ],
            "documentation": "\n\t\t<p>\n\t    The <code>BatchPutAttributes</code> operation creates or replaces attributes within\n\t\tone or more items.  By using this operation, the client can perform multiple\n\t\t<a>PutAttribute</a> operation with a single call.  This helps yield savings in round trips\n\t\tand latencies, enabling Amazon SimpleDB to optimize requests and generally produce better throughput.\n\t\t</p>\n\n        <p>\n\t\tThe client may specify the item name with the <code>Item.X.ItemName</code> parameter.\n\t\tThe client may specify new attributes using a combination of the\n\t\t<code>Item.X.Attribute.Y.Name</code> and <code>Item.X.Attribute.Y.Value</code>\n\t\tparameters. The client may specify the first attribute for the first item using the parameters\n\t\t<code>Item.0.Attribute.0.Name</code> and <code>Item.0.Attribute.0.Value</code>,\n\t\tand for the second attribute for the first item by the parameters\n\t\t<code>Item.0.Attribute.1.Name</code> and <code>Item.0.Attribute.1.Value</code>,\n\t\tand so on.\n        </p>\n\n        <p>\n\t\tAttributes are uniquely identified within an item by their name/value\n\t\tcombination. For example, a single item can have the attributes <code>{\n\t\t\"first_name\", \"first_value\" }</code> and <code>{ \"first_name\", \"second_value\" }</code>.\n\t\tHowever, it cannot have two attribute instances where both the\n\t\t<code>Item.X.Attribute.Y.Name</code> and <code>Item.X.Attribute.Y.Value</code>\n\t\tare the same.\n        </p>\n\n        <p>\n        Optionally, the requester can supply the <code>Replace</code> parameter for each\n\t\tindividual value. Setting this value to <code>true</code> will cause the new\n\t\tattribute values to replace the existing attribute values. For\n\t\texample, if an item <code>I</code> has the attributes <code>{ 'a', '1' }, { 'b', '2'}</code>\n\t\tand <code>{ 'b', '3' }</code> and the requester does a BatchPutAttributes of <code>{'I',\n\t\t'b', '4' }</code> with the Replace parameter set to true, the final\n\t\tattributes of the item will be <code>{ 'a', '1' }</code> and <code>{ 'b', '4' }</code>,\n\t\treplacing the previous values of the 'b' attribute with the new value.\n        </p>\n\n        <note>\n\t\tYou cannot specify an empty string as an item or as an attribute name.\n\t\tThe <code>BatchPutAttributes</code> operation succeeds or fails in its entirety.\n        There are no partial puts.\n        </note>\n\n        <important>\n        This operation is vulnerable to exceeding the maximum URL size when making\n        a REST request using the HTTP GET method.\n        This operation does not support conditions using <code>Expected.X.Name</code>,\n        <code>Expected.X.Value</code>, or\n        <code>Expected.X.Exists</code>.\n        </important>\n\n        <p>\n        You can execute multiple <code>BatchPutAttributes</code> operations and other operations in parallel.\n        However, large numbers of concurrent <code>BatchPutAttributes</code> calls can result in\n        Service Unavailable (503) responses.\n        </p>\n\n        <p>\n        The following limitations are enforced for this operation:\n        <ul>\n            <li>256 attribute name-value pairs per item</li>\n            <li>1 MB request size</li>\n            <li>1 billion attributes per domain</li>\n            <li>10 GB of total user data storage per domain</li>\n            <li>25 item limit per <code>BatchPutAttributes</code> operation</li>\n        </ul>\n        </p>\n\t"
        },
        "CreateDomain": {
            "name": "CreateDomain",
            "input": {
                "shape_name": "CreateDomainRequest",
                "type": "structure",
                "members": {
                    "DomainName": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n\t\tThe name of the domain to create. The name can range between 3 and 255\n\t\tcharacters and can contain the following characters: a-z, A-Z, 0-9,\n\t\t'_', '-', and '.'.\n\t",
                        "required": true
                    }
                },
                "documentation": null
            },
            "output": null,
            "errors": [
                {
                    "shape_name": "InvalidParameterValue",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The value for a parameter is invalid.</p>\n    "
                },
                {
                    "shape_name": "MissingParameter",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The request must contain the specified missing parameter.</p>\n    "
                },
                {
                    "shape_name": "NumberDomainsExceeded",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>Too many domains exist per this account.</p>\n    "
                }
            ],
            "documentation": "\n\t\t<p>\n\t\tThe <code>CreateDomain</code> operation creates a new domain. The domain name should\n\t\tbe unique among the domains associated with the Access Key ID provided\n\t\tin the request. The <code>CreateDomain</code> operation may take 10 or more seconds to complete.\n\t\t</p>\n\n        <note>\n\t\tCreateDomain is an idempotent operation; running it multiple times using the same\n\t\tdomain name will not result in an error response.\n        </note>\n\n        <p>\n        The client can create up to 100 domains per account.\n        </p>\n\n        <p>\n        If the client requires additional domains, go to\n        <a href=\"http://aws.amazon.com/contact-us/simpledb-limit-request/\">\n        http://aws.amazon.com/contact-us/simpledb-limit-request/</a>.\n        </p>\n\n  \t"
        },
        "DeleteAttributes": {
            "name": "DeleteAttributes",
            "input": {
                "shape_name": "DeleteAttributesRequest",
                "type": "structure",
                "members": {
                    "DomainName": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        The name of the domain in which to perform the operation.\n    ",
                        "required": true
                    },
                    "ItemName": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        The name of the item. Similar to rows on a spreadsheet,\n        items represent individual objects that contain one or more\n        value-attribute pairs.\n    ",
                        "required": true
                    },
                    "Attributes": {
                        "shape_name": "AttributeList",
                        "type": "list",
                        "members": {
                            "shape_name": "Attribute",
                            "type": "structure",
                            "members": {
                                "Name": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": "\n        The name of the attribute.\n    ",
                                    "required": true
                                },
                                "AlternateNameEncoding": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": "\n    <p></p>\n    "
                                },
                                "Value": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": "\n        The value of the attribute.\n    ",
                                    "required": true
                                },
                                "AlternateValueEncoding": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": "\n    <p></p>\n    "
                                }
                            },
                            "documentation": "\n    <p></p>\n   \t",
                            "xmlname": "Attribute"
                        },
                        "flattened": true,
                        "documentation": "\n        A list of Attributes. Similar to columns on a spreadsheet, attributes\n        represent categories of data that can be assigned to items.\n    "
                    },
                    "Expected": {
                        "shape_name": "UpdateCondition",
                        "type": "structure",
                        "members": {
                            "Name": {
                                "shape_name": "String",
                                "type": "string",
                                "documentation": "\n    \t<p>The name of the attribute involved in the condition.</p>\n    "
                            },
                            "Value": {
                                "shape_name": "String",
                                "type": "string",
                                "documentation": "\n        <p>The value of an attribute.  This value can only be\n        specified when the <code>Exists</code> parameter is equal to <code>true</code>.</p>\n    "
                            },
                            "Exists": {
                                "shape_name": "Boolean",
                                "type": "boolean",
                                "documentation": "\n        <p>A value specifying whether or not the specified attribute must exist with the specified\n        value in order for the update condition to be satisfied. Specify <code>true</code> if\n        the attribute must exist for the update condition to be satisfied. Specify <code>false</code>\n        if the attribute should not exist in order for the update condition to be satisfied.</p>\n    "
                            }
                        },
                        "documentation": "\n        The update condition which, if specified, determines whether the specified attributes\n        will be deleted or not.  The update condition must be satisfied in order for this\n        request to be processed and the attributes to be deleted.\n    "
                    }
                },
                "documentation": null
            },
            "output": null,
            "errors": [
                {
                    "shape_name": "InvalidParameterValue",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The value for a parameter is invalid.</p>\n    "
                },
                {
                    "shape_name": "MissingParameter",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The request must contain the specified missing parameter.</p>\n    "
                },
                {
                    "shape_name": "NoSuchDomain",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The specified domain does not exist.</p>\n    "
                },
                {
                    "shape_name": "AttributeDoesNotExist",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The specified attribute does not exist.</p>\n    "
                }
            ],
            "documentation": "\n        <p>\n        Deletes one or more attributes associated with an item.\n        If all attributes of the item are deleted, the item is deleted.\n        </p>\n\n        <note>\n        If <code>DeleteAttributes</code> is called without being passed any attributes or values\n        specified, all the attributes for the item are deleted.\n        </note>\n\n        <p>\n        <code>DeleteAttributes</code> is an idempotent operation; running it multiple\n        times on the same item or attribute does not result in an error response.\n        </p>\n\n        <p>\n        Because Amazon SimpleDB makes multiple copies of item data and uses an\n        eventual consistency update model, performing a <a>GetAttributes</a> or\n        <a>Select</a> operation (read) immediately after a <code>DeleteAttributes</code> or\n        <a>PutAttributes</a> operation (write) might not return updated item data.\n        </p>\n\n    "
        },
        "DeleteDomain": {
            "name": "DeleteDomain",
            "input": {
                "shape_name": "DeleteDomainRequest",
                "type": "structure",
                "members": {
                    "DomainName": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        The name of the domain to delete.\n    ",
                        "required": true
                    }
                },
                "documentation": null
            },
            "output": null,
            "errors": [
                {
                    "shape_name": "MissingParameter",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The request must contain the specified missing parameter.</p>\n    "
                }
            ],
            "documentation": "\n\t\t<p>\n\t    The <code>DeleteDomain</code> operation deletes a domain. Any items\n\t\t(and their attributes) in the domain are deleted as well.\n\t\tThe <code>DeleteDomain</code> operation might take 10 or more seconds to complete.\n\t\t</p>\n\n        <note>\n        Running <code>DeleteDomain</code> on a domain that does not exist or running the\n\t\tfunction multiple times using the same domain name will not result in an error response.\n        </note>\n    "
        },
        "DomainMetadata": {
            "name": "DomainMetadata",
            "input": {
                "shape_name": "DomainMetadataRequest",
                "type": "structure",
                "members": {
                    "DomainName": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        The name of the domain for which to display the metadata of.\n    ",
                        "required": true
                    }
                },
                "documentation": null
            },
            "output": {
                "shape_name": "DomainMetadataResult",
                "type": "structure",
                "members": {
                    "ItemCount": {
                        "shape_name": "Integer",
                        "type": "integer",
                        "documentation": "\n        The number of all items in the domain.\n    "
                    },
                    "ItemNamesSizeBytes": {
                        "shape_name": "Long",
                        "type": "long",
                        "documentation": "\n        The total size of all item names in the domain, in bytes.\n    "
                    },
                    "AttributeNameCount": {
                        "shape_name": "Integer",
                        "type": "integer",
                        "documentation": "\n        The number of unique attribute names in the domain.\n    "
                    },
                    "AttributeNamesSizeBytes": {
                        "shape_name": "Long",
                        "type": "long",
                        "documentation": "\n        The total size of all unique attribute names in the domain, in bytes.\n    "
                    },
                    "AttributeValueCount": {
                        "shape_name": "Integer",
                        "type": "integer",
                        "documentation": "\n        The number of all attribute name/value pairs in the domain.\n    "
                    },
                    "AttributeValuesSizeBytes": {
                        "shape_name": "Long",
                        "type": "long",
                        "documentation": "\n        The total size of all attribute values in the domain, in bytes.\n    "
                    },
                    "Timestamp": {
                        "shape_name": "Integer",
                        "type": "integer",
                        "documentation": "\n        The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n    "
                    }
                },
                "documentation": null
            },
            "errors": [
                {
                    "shape_name": "MissingParameter",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The request must contain the specified missing parameter.</p>\n    "
                },
                {
                    "shape_name": "NoSuchDomain",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The specified domain does not exist.</p>\n    "
                }
            ],
            "documentation": "\n    \t<p>\n\t\tReturns information about the domain, including when the domain was created,\n\t\tthe number of items and attributes in the domain,\n\t\tand the size of the attribute names and values.\n\t\t</p>\n    "
        },
        "GetAttributes": {
            "name": "GetAttributes",
            "input": {
                "shape_name": "GetAttributesRequest",
                "type": "structure",
                "members": {
                    "DomainName": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        The name of the domain in which to perform the operation.\n    ",
                        "required": true
                    },
                    "ItemName": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        The name of the item.\n    ",
                        "required": true
                    },
                    "AttributeNames": {
                        "shape_name": "AttributeNameList",
                        "type": "list",
                        "members": {
                            "shape_name": "String",
                            "type": "string",
                            "documentation": null,
                            "xmlname": "AttributeName"
                        },
                        "flattened": true,
                        "documentation": "\n        The names of the attributes.\n    "
                    },
                    "ConsistentRead": {
                        "shape_name": "Boolean",
                        "type": "boolean",
                        "documentation": "\n        Determines whether or not strong consistency should be enforced when data is read\n        from SimpleDB. If <code>true</code>, any data previously written to SimpleDB\n        will be returned.  Otherwise, results will be consistent eventually, and the client\n        may not see data that was written immediately before your read.\n    "
                    }
                },
                "documentation": null
            },
            "output": {
                "shape_name": "GetAttributesResult",
                "type": "structure",
                "members": {
                    "Attributes": {
                        "shape_name": "AttributeList",
                        "type": "list",
                        "members": {
                            "shape_name": "Attribute",
                            "type": "structure",
                            "members": {
                                "Name": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": "\n        The name of the attribute.\n    ",
                                    "required": true
                                },
                                "AlternateNameEncoding": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": "\n    <p></p>\n    "
                                },
                                "Value": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": "\n        The value of the attribute.\n    ",
                                    "required": true
                                },
                                "AlternateValueEncoding": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": "\n    <p></p>\n    "
                                }
                            },
                            "documentation": "\n    <p></p>\n   \t",
                            "xmlname": "Attribute"
                        },
                        "flattened": true,
                        "documentation": "\n        The list of attributes returned by the operation.\n    "
                    }
                },
                "documentation": null
            },
            "errors": [
                {
                    "shape_name": "InvalidParameterValue",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The value for a parameter is invalid.</p>\n    "
                },
                {
                    "shape_name": "MissingParameter",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The request must contain the specified missing parameter.</p>\n    "
                },
                {
                    "shape_name": "NoSuchDomain",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The specified domain does not exist.</p>\n    "
                }
            ],
            "documentation": "\n    \t<p>\n        Returns all of the attributes associated with the specified item.\n        Optionally, the attributes returned can be limited to one or\n        more attributes by specifying an attribute name parameter.\n        </p>\n\n        <p>\n        If the item does not exist on the replica that was accessed\n        for this operation, an empty set is returned. The system does\n        not return an error as it cannot guarantee the item does\n        not exist on other replicas.\n        </p>\n\n        <note>\n        If GetAttributes is called without being passed any attribute names, all\n        the attributes for the item are returned.\n        </note>\n    "
        },
        "ListDomains": {
            "name": "ListDomains",
            "input": {
                "shape_name": "ListDomainsRequest",
                "type": "structure",
                "members": {
                    "MaxNumberOfDomains": {
                        "shape_name": "Integer",
                        "type": "integer",
                        "documentation": "\n        The maximum number of domain names you want returned.\n\n        The range is 1 to 100.\n\n        The default setting is 100.\n    "
                    },
                    "NextToken": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        A string informing Amazon SimpleDB where to start the\n        next list of domain names.\n    "
                    }
                },
                "documentation": null
            },
            "output": {
                "shape_name": "ListDomainsResult",
                "type": "structure",
                "members": {
                    "DomainNames": {
                        "shape_name": "DomainNameList",
                        "type": "list",
                        "members": {
                            "shape_name": "String",
                            "type": "string",
                            "documentation": null,
                            "xmlname": "DomainName"
                        },
                        "flattened": true,
                        "documentation": "\n        A list of domain names that match the expression.\n    "
                    },
                    "NextToken": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        An opaque token indicating that there are more domains than the specified\n        <code>MaxNumberOfDomains</code> still available.\n    "
                    }
                },
                "documentation": null
            },
            "errors": [
                {
                    "shape_name": "InvalidParameterValue",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The value for a parameter is invalid.</p>\n    "
                },
                {
                    "shape_name": "InvalidNextToken",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The specified NextToken is not valid. </p>\n    "
                }
            ],
            "documentation": "\n    \t<p>\n        The <code>ListDomains</code> operation lists all domains associated with the\n        Access Key ID. It returns domain names up to the limit set by\n        <a href=\"#MaxNumberOfDomains\">MaxNumberOfDomains</a>.\n        A <a href=\"#NextToken\">NextToken</a> is returned if there are more\n    \tthan <code>MaxNumberOfDomains</code> domains. Calling <code>ListDomains</code> successive\n        times with the <code>NextToken</code> provided by the operation\n        returns up to <code>MaxNumberOfDomains</code> more domain names\n        with each successive operation call.\n        </p>\n    ",
            "pagination": {
                "input_token": "NextToken",
                "output_token": "NextToken",
                "limit_key": "MaxNumberOfDomains",
                "result_key": "DomainNames",
                "py_input_token": "next_token"
            }
        },
        "PutAttributes": {
            "name": "PutAttributes",
            "input": {
                "shape_name": "PutAttributesRequest",
                "type": "structure",
                "members": {
                    "DomainName": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        The name of the domain in which to perform the operation.\n    ",
                        "required": true
                    },
                    "ItemName": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        The name of the item.\n    ",
                        "required": true
                    },
                    "Attributes": {
                        "shape_name": "ReplaceableAttributeList",
                        "type": "list",
                        "members": {
                            "shape_name": "ReplaceableAttribute",
                            "type": "structure",
                            "members": {
                                "Name": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": "\n    \tThe name of the replaceable attribute.\n    ",
                                    "required": true
                                },
                                "Value": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": "\n        The value of the replaceable attribute.\n    ",
                                    "required": true
                                },
                                "Replace": {
                                    "shape_name": "Boolean",
                                    "type": "boolean",
                                    "documentation": "\n        A flag specifying whether or not to replace the attribute/value pair or\n        to add a new attribute/value pair. The default setting is <code>false</code>.\n    "
                                }
                            },
                            "documentation": "\n    <p></p>\n    ",
                            "xmlname": "Attribute"
                        },
                        "flattened": true,
                        "documentation": "\n        The list of attributes.\n    ",
                        "required": true
                    },
                    "Expected": {
                        "shape_name": "UpdateCondition",
                        "type": "structure",
                        "members": {
                            "Name": {
                                "shape_name": "String",
                                "type": "string",
                                "documentation": "\n    \t<p>The name of the attribute involved in the condition.</p>\n    "
                            },
                            "Value": {
                                "shape_name": "String",
                                "type": "string",
                                "documentation": "\n        <p>The value of an attribute.  This value can only be\n        specified when the <code>Exists</code> parameter is equal to <code>true</code>.</p>\n    "
                            },
                            "Exists": {
                                "shape_name": "Boolean",
                                "type": "boolean",
                                "documentation": "\n        <p>A value specifying whether or not the specified attribute must exist with the specified\n        value in order for the update condition to be satisfied. Specify <code>true</code> if\n        the attribute must exist for the update condition to be satisfied. Specify <code>false</code>\n        if the attribute should not exist in order for the update condition to be satisfied.</p>\n    "
                            }
                        },
                        "documentation": "\n        The update condition which, if specified, determines whether the specified attributes\n        will be updated or not.  The update condition must be satisfied in order for this\n        request to be processed and the attributes to be updated.\n    "
                    }
                },
                "documentation": null
            },
            "output": null,
            "errors": [
                {
                    "shape_name": "InvalidParameterValue",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The value for a parameter is invalid.</p>\n    "
                },
                {
                    "shape_name": "MissingParameter",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The request must contain the specified missing parameter.</p>\n    "
                },
                {
                    "shape_name": "NoSuchDomain",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The specified domain does not exist.</p>\n    "
                },
                {
                    "shape_name": "NumberDomainAttributesExceeded",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>Too many attributes in this domain.</p>\n    "
                },
                {
                    "shape_name": "NumberDomainBytesExceeded",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>Too many bytes in this domain.</p>\n    "
                },
                {
                    "shape_name": "NumberItemAttributesExceeded",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>Too many attributes in this item.</p>\n    "
                },
                {
                    "shape_name": "AttributeDoesNotExist",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The specified attribute does not exist.</p>\n    "
                }
            ],
            "documentation": "\n    \t<p>\n\t\tThe PutAttributes operation creates or replaces attributes\n\t\tin an item. The client may specify new attributes using a combination\n\t\tof the <code>Attribute.X.Name</code> and <code>Attribute.X.Value</code>\n\t\tparameters. The client specifies the first attribute by the parameters\n\t\t<code>Attribute.0.Name</code> and <code>Attribute.0.Value</code>,\n\t\tthe second attribute by the parameters <code>Attribute.1.Name</code>\n\t\tand <code>Attribute.1.Value</code>, and so on.\n\t\t</p>\n\n        <p>\n\t\tAttributes are uniquely identified in an item by their name/value\n\t\tcombination. For example, a single item can have the attributes\n\t\t<code>{ \"first_name\", \"first_value\" }</code> and <code>{ \"first_name\",\n\t\tsecond_value\" }</code>. However, it cannot have two attribute instances\n\t\twhere both the <code>Attribute.X.Name</code> and <code>Attribute.X.Value</code>\n\t\tare the same.\n        </p>\n\n        <p>\n        Optionally, the requestor can supply the <code>Replace</code> parameter for each\n\t\tindividual attribute. Setting this value to <code>true</code> causes the new\n\t\tattribute value to replace the existing attribute value(s).\n\t\tFor example, if an item has the attributes <code>{ 'a', '1' }</code>,\n\t\t<code>{ 'b', '2'}</code> and <code>{ 'b', '3' }</code> and the requestor\n        calls  <code>PutAttributes</code> using the attributes <code>{ 'b', '4' }</code> with\n        the <code>Replace</code> parameter set to true, the final attributes of the item are changed\n\t\tto <code>{ 'a', '1' }</code> and <code>{ 'b', '4' }</code>, which replaces the\n\t\tprevious values of the 'b' attribute with the new value.\n        </p>\n\n        <note>\n        Using <code>PutAttributes</code> to replace attribute values that do not exist will not\n\t\tresult in an error response.\n        </note>\n\n        <p>\n        You cannot specify an empty string as an attribute name.\n        </p>\n\n        <p>\n        Because Amazon SimpleDB makes multiple copies of client data and uses\n        an eventual consistency update model, an immediate <a>GetAttributes</a>\n        or <a>Select</a> operation (read) immediately after a <a>PutAttributes</a> or\n        <a>DeleteAttributes</a> operation (write) might not return the updated data.\n        </p>\n\n        <p>\n        The following limitations are enforced for this operation:\n\n        <ul>\n           <li>256 total attribute name-value pairs per item</li>\n           <li>One billion attributes per domain</li>\n           <li>10 GB of total user data storage per domain</li>\n        </ul>\n        </p>\n    "
        },
        "Select": {
            "name": "Select",
            "input": {
                "shape_name": "SelectRequest",
                "type": "structure",
                "members": {
                    "SelectExpression": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        The expression used to query the domain.\n    ",
                        "required": true
                    },
                    "NextToken": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        A string informing Amazon SimpleDB where to start the next\n        list of <code>ItemNames</code>.\n    "
                    },
                    "ConsistentRead": {
                        "shape_name": "Boolean",
                        "type": "boolean",
                        "documentation": "\n        Determines whether or not strong consistency should be enforced when data is read\n        from SimpleDB. If <code>true</code>, any data previously written to SimpleDB\n        will be returned.  Otherwise, results will be consistent eventually, and the client\n        may not see data that was written immediately before your read.\n    "
                    }
                },
                "documentation": null
            },
            "output": {
                "shape_name": "SelectResult",
                "type": "structure",
                "members": {
                    "Items": {
                        "shape_name": "ItemList",
                        "type": "list",
                        "members": {
                            "shape_name": "Item",
                            "type": "structure",
                            "members": {
                                "Name": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": "\n        The name of the item.\n    ",
                                    "required": true
                                },
                                "AlternateNameEncoding": {
                                    "shape_name": "String",
                                    "type": "string",
                                    "documentation": "\n    <p></p>\n    "
                                },
                                "Attributes": {
                                    "shape_name": "AttributeList",
                                    "type": "list",
                                    "members": {
                                        "shape_name": "Attribute",
                                        "type": "structure",
                                        "members": {
                                            "Name": {
                                                "shape_name": "String",
                                                "type": "string",
                                                "documentation": "\n        The name of the attribute.\n    ",
                                                "required": true
                                            },
                                            "AlternateNameEncoding": {
                                                "shape_name": "String",
                                                "type": "string",
                                                "documentation": "\n    <p></p>\n    "
                                            },
                                            "Value": {
                                                "shape_name": "String",
                                                "type": "string",
                                                "documentation": "\n        The value of the attribute.\n    ",
                                                "required": true
                                            },
                                            "AlternateValueEncoding": {
                                                "shape_name": "String",
                                                "type": "string",
                                                "documentation": "\n    <p></p>\n    "
                                            }
                                        },
                                        "documentation": "\n    <p></p>\n   \t",
                                        "xmlname": "Attribute"
                                    },
                                    "flattened": true,
                                    "documentation": "\n        A list of attributes.\n    ",
                                    "required": true
                                }
                            },
                            "documentation": "\n    <p></p>\n    ",
                            "xmlname": "Item"
                        },
                        "flattened": true,
                        "documentation": "\n        A list of items that match the select expression.\n    "
                    },
                    "NextToken": {
                        "shape_name": "String",
                        "type": "string",
                        "documentation": "\n        An opaque token indicating that more items than <code>MaxNumberOfItems</code> were matched,\n        the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\n    "
                    }
                },
                "documentation": null
            },
            "errors": [
                {
                    "shape_name": "InvalidParameterValue",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The value for a parameter is invalid.</p>\n    "
                },
                {
                    "shape_name": "InvalidNextToken",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The specified NextToken is not valid. </p>\n    "
                },
                {
                    "shape_name": "InvalidNumberPredicates",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>Too many predicates exist in the query expression.</p>\n    "
                },
                {
                    "shape_name": "InvalidNumberValueTests",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>Too many predicates exist in the query expression.</p>\n    "
                },
                {
                    "shape_name": "InvalidQueryExpression",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The specified query expression syntax is not valid.</p>\n    "
                },
                {
                    "shape_name": "MissingParameter",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The request must contain the specified missing parameter.</p>\n    "
                },
                {
                    "shape_name": "NoSuchDomain",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>The specified domain does not exist.</p>\n    "
                },
                {
                    "shape_name": "RequestTimeout",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>A timeout occurred when attempting to\n    query the specified domain with specified query expression.</p>\n    "
                },
                {
                    "shape_name": "TooManyRequestedAttributes",
                    "type": "structure",
                    "members": {
                        "BoxUsage": {
                            "shape_name": "Float",
                            "type": "float",
                            "documentation": null
                        }
                    },
                    "documentation": "\n    <p>Too many attributes requested.</p>\n    "
                }
            ],
            "documentation": "\n    \t<p>\n        The <code>Select</code> operation returns a set of attributes for <code>ItemNames</code>\n        that match the select expression. <code>Select</code> is similar to the standard\n        SQL SELECT statement.\n        </p>\n\n        <p>\n        The total size of the response cannot exceed 1 MB in total size.\n        Amazon SimpleDB automatically adjusts the number of items\n        returned per page to enforce this limit. For example, if the client asks\n        to retrieve 2500 items, but each individual item\n        is 10 kB in size, the system returns 100 items and an\n        appropriate <code>NextToken</code> so the client can access the next page of results.\n        </p>\n\n        <p>\n        For information on how to construct select expressions,\n        see Using Select to Create Amazon SimpleDB Queries in the\n        Developer Guide.\n        </p>\n    ",
            "pagination": {
                "input_token": "NextToken",
                "output_token": "NextToken",
                "result_key": "Items",
                "py_input_token": "next_token"
            }
        }
    },
    "pagination": {
        "ListDomains": {
            "input_token": "NextToken",
            "output_token": "NextToken",
            "limit_key": "MaxNumberOfDomains",
            "result_key": "DomainNames",
            "py_input_token": "next_token"
        },
        "Select": {
            "input_token": "NextToken",
            "output_token": "NextToken",
            "result_key": "Items",
            "py_input_token": "next_token"
        }
    },
    "retry": {
        "__default__": {
            "max_attempts": 5,
            "delay": {
                "type": "exponential",
                "base": "rand",
                "growth_factor": 2
            },
            "policies": {
                "general_socket_errors": {
                    "applies_when": {
                        "socket_errors": [
                            "GENERAL_CONNECTION_ERROR"
                        ]
                    }
                },
                "general_server_error": {
                    "applies_when": {
                        "response": {
                            "http_status_code": 500
                        }
                    }
                },
                "service_unavailable": {
                    "applies_when": {
                        "response": {
                            "http_status_code": 503
                        }
                    }
                },
                "limit_exceeded": {
                    "applies_when": {
                        "response": {
                            "http_status_code": 509
                        }
                    }
                }
            }
        }
    }
}