1{ 2 "useSraAuth": true, 3 "enableGenerateCompiledEndpointRules": true, 4 5 "customErrorCodeFieldName": "code", 6 7 "shapeModifiers" : { 8 "UploadArchiveInput" : { 9 "inject" : [ 10 { 11 "ContentLength" : { 12 "shape" : "long", 13 "documentation" : "The content length of the archive to upload.", 14 "location" : "header", 15 "locationName" : "Content-Length" 16 } 17 } 18 ] 19 } 20 }, 21 "modelMarshallerDefaultValueSupplier": { 22 "accountId" : "software.amazon.awssdk.services.glacier.transform.DefaultAccountIdSupplier" 23 }, 24 25 "verifiedSimpleMethods" : [ 26 "getDataRetrievalPolicy", 27 "listProvisionedCapacity", 28 "listVaults", 29 "purchaseProvisionedCapacity" 30 ], 31 "interceptors": [ 32 "software.amazon.awssdk.services.glacier.internal.AcceptJsonInterceptor", 33 "software.amazon.awssdk.services.glacier.internal.GlacierExecutionInterceptor" 34 ] 35} 36