AwsSigV4Client constructor
AwsSigV4Client(})
Implementation
AwsSigV4Client(this.accessKey, this.secretKey, String endpoint,
{this.serviceName = 'execute-api',
this.region = 'us-east-1',
this.sessionToken,
this.defaultContentType = _default_content_type,
this.defaultAcceptType = _default_accept_type}) {
final parsedUri = Uri.parse(endpoint);
this.endpoint = '${parsedUri.scheme}://${parsedUri.host}';
pathComponent = parsedUri.path;
}