AWSClient

Client managing communication with AWS services

AWSClient.swift:36
final class AWSClient

This is the workhorse of SotoCore. You provide it with a AWSShape Input object, it converts it to AWSHTTPRequest which is then passed through a chain of middleware and then sent to AWS. When the response from AWS is received if it is successful it is converted to a AWSHTTPResponse which is then decoded to generate a AWSShape Output object. If it is not successful then AWSClient will throw an AWSErrorType.