Documentation
¶
Overview ¶
Package query provides serialisation of AWS query requests, and responses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalError ¶
UnmarshalError unmarshal an error response for an AWS Query service.
func UnmarshalMeta ¶
UnmarshalMeta unmarshals header response values for an AWS Query service.
Types ¶
type Ks3BillJsonErrorResponse ¶ added in v1.8.2
type Ks3BillXmlError ¶ added in v1.8.2
type Ks3BillXmlErrorResponse ¶ added in v1.8.2
type Ks3BillXmlErrorResponse struct {
XMLName xml.Name `xml:"ErrorResponse"`
RequestID string `xml:"RequestId"`
Error Ks3BillXmlError `xml:"Error"`
}
Click to show internal directories.
Click to hide internal directories.