 package
    
    
    
      package
    
    
      
        
      
    
   
    
      
  
    
      
  
    
      Version: 
        v1.0.17
    
    
      Opens a new window with list of versions in this module.
    
    
    
  
      
  
    Published: Jan  5, 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
      ¶
      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
      ¶
      Source Files
      ¶
    
   
      
      
        
  
    
       Directories
      ¶
      Directories
      ¶
    
    
    
   
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.