Skip to main content

AWS.Core

Clients

  • IAWSOptions — Base interface to common options for all AWS service classes.
  • TAWSOptions — Base options class providing access to all common options.

Types

Exceptions

Type Aliases

  • TAWSEndpointHeaders = TDictionary<string, string>; — A collection of key/value pairs representing HTTP headers.
  • TAWSEndpointParameter = TPair<string, string>; — A name/value pair representing a query parameter for an AWS endpoint.
  • TAWSEndpointParameters = TList<TAWSEndpointParameter>; — A collection of key/value pairs representing query parameters for an AWS endpoint.
  • TAWSEndpointField = array of string; — A simple string array to represent a name value pair.
  • TAWSEndpointFields = array of TAWSEndpointField; — A simple array representing a collection of fields.