github.com/aavshr/aws-sdk-go@v1.41.3/service/simpledb/customizations.go (about)

     1  package simpledb
     2  
     3  import "github.com/aavshr/aws-sdk-go/aws/client"
     4  
     5  func init() {
     6  	initClient = func(c *client.Client) {
     7  		// SimpleDB uses custom error unmarshaling logic
     8  		c.Handlers.UnmarshalError.Clear()
     9  		c.Handlers.UnmarshalError.PushBack(unmarshalError)
    10  	}
    11  }