ResponseConfiguration
Configuration that defines how to parse JSON responses from REST API calls, including paths to result data and error information.
Contents
- ResultPath
-
The JSON path expression that identifies where the actual result data is located within the API response.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
\$(\.[a-zA-Z0-9_.@\[\]\(\)-]+)*Required: Yes
- ErrorPath
-
The JSON path expression that identifies where error information is located within API responses when requests fail.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
\$(\.[a-zA-Z0-9_.@\[\]\(\)-]+)*Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: