Click or drag to resize

Amazon.XRay.Recorder.Handlers.AwsSdk.Entities Namespace

 
Classes
  ClassDescription
Public classAWSOperationHandler
Handler for AWS services operation. It lists the information to be collected for the operation from request and response.
Public classAWSOperationRequestDescriptor
Request descriptor for operation of AWS service. The difference between request descriptor and parameter is descriptor represents attribute with Dictionary type, and only keys of the dictionary are collected.
Public classAWSOperationResponseDescriptor
Response descriptor for operation of AWS services. The difference between response descriptor and parameter is descriptor represents attribute with List type, and only the count of the list get collected.
Public classAWSServiceHandler
Handler for an AWS service. It contains a map of operation and its handler.
Public classAWSServiceHandlerManifest
Manifest of AWS Service Handler.