I am trying to figure out how to use the HTTP Task to get a return from the AWS services. I found the following structure but am not sure how to map it to the VC interface/fields.
This is the syntax of the request provided by the AWS website.
GET /2012-09-25/jobs/jobId HTTP/1.1
Content-Type: charset=UTF-8
Accept: */*
Host: elastictranscoder.Elastic Transcoder endpoint.amazonaws.com:443
x-amz-date: 20130114T174952Z
Authorization: AWS4-HMAC-SHA256
Credential=AccessKeyID/request-date/Elastic Transcoder endpoint/elastictranscoder/aws4_request,
SignedHeaders=host;x-amz-date;x-amz-target,
Signature=calculated-signature
Any direction on how to get the HTTP task to work with this syntax would be greatly appreciated.