package
Version:
v1.1.3
Opens a new window with list of versions in this module.
Published: Feb 24, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package query provides serialisation of AWS query requests, and responses.
Build builds a request for an AWS Query service.
Unmarshal unmarshals a response for an AWS Query service.
UnmarshalError unmarshals an error response for an AWS Query service.
UnmarshalMeta unmarshals header response values for an AWS Query service.
type XmlErrorResponse struct {
XMLName xml.Name `xml:"Error"`
Code string `xml:"Code"`
StatusCode int `"StatusCode"`
Message string `xml:"Message"`
Resource string `xml:"Resource"`
RequestID string `xml:"RequestId"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.