1{
2    "shapeModifiers": {
3        "UploadDocumentsRequest": {
4            "inject": [
5                {
6                    "ContentLength": {
7                        "shape": "Long",
8                        "locationName": "Content-Length",
9                        "location": "header"
10                    }
11                }
12            ]
13        },
14        "SearchRequest": {
15            "modify": [
16                {
17                    "return": {
18                        "emitPropertyName": "returnValues"
19                    }
20                }
21            ]
22        }
23    },
24    "interceptors": [
25        "software.amazon.awssdk.services.cloudsearchdomain.internal.SwitchToPostInterceptor"
26    ],
27    "useSraAuth": true
28}
29