-
See Also
- ServiceExecute
- ServiceConnect
-
- Service Connections
- CharityEngine
-
- Remote Batch Computation Providers
- AWSBatch
- Workflows
-
-
See Also
- ServiceExecute
- ServiceConnect
-
- Service Connections
- CharityEngine
-
- Remote Batch Computation Providers
- AWSBatch
- Workflows
-
See Also
"AWS" (Service Connection)

Connecting & Authenticating
Meta Requests
Service Metadata
"Services" — list available AWS services
Obtain Child Service Objects
"GetService" — obtain a child ServiceObject representing a single AWS service
"Name" | (required) | AWS service to access |
Child Service Requests
List Requests
"Requests" — list available requests for the service
Request Metadata
"RequestTemplate" — show the expected structure of a request's payload
"ResponseTemplate" — show the expected structure of a request's response data
"Request" | (required) | name of request to inspect |
Parameter Details
"IncludeBodyByteArray" | False | include ByteArray of raw response body | |
"RawResponse" | False | return full response and failure data | |
"RequestEndpoint" | Automatic | custom HTTP endpoint | |
"RequestRegion" | Automatic | override globally specified AWS region | |
"ValidateRequest" | True | validate request structure before sending |
Examples
open all close allBasic Examples (2)
List the available AWS services:
Obtain a child ServiceObject representing Amazon Translate:
List available requests for the service:
Obtain a request template for the "TranslateText" request:
Request Parameters (5)
"IncludeBodyByteArray" (1)
Setting "IncludeBodyByteArray"True causes a "BodyByteArray" key to be included in the raw response association:
The value of "BodyByteArray" is the raw response body directly from the server:
If a request fails, "BodyByteArray" will be included regardless of the "IncludeBodyByteArray" setting:
"RawResponse" (1)
"RequestEndpoint" (1)
"RequestRegion" (1)
"ValidateRequest" (1)
By default, request parameters are validated against the expected structure before sending the request:

With "ValidateRequest"False, local validation is disabled, which may result in server errors:

Possible Issues (1)
With default settings, a server error will cause ServiceExecute to emit a message and return unevaluated:

Use "RawResponse"True to instead return an association containing a Failure object:
See Also
ServiceExecute ▪ ServiceConnect
Service Connections: CharityEngine
Remote Batch Computation Providers: AWSBatch
Related Workflows
- Authenticate with Amazon Web Services