AWSRequest

public struct AWSRequest

An AWSRequest encapsulates the details of an AWS request over the AWS service.

  • The service that the action in the request will be performed against.

    Declaration

    Swift

    public let service: String
  • The action within the AWS service to perform.

    Declaration

    Swift

    public let action: String
  • The region that service in this request should be scoped to.

    Declaration

    Swift

    public let region: String?
  • The arguments that will be used in the action.

    Declaration

    Swift

    public let arguments: Document