InspectionData
Contains additional details about the state's execution, including its input and output data processing flow, and HTTP request and response information.
Contents
- afterInputPath
-
The input after Step Functions applies the InputPath filter.
Type: String
Length Constraints: Maximum length of 262144.
Required: No
- afterParameters
-
The effective input after Step Functions applies the Parameters filter.
Type: String
Length Constraints: Maximum length of 262144.
Required: No
- afterResultPath
-
The effective result combined with the raw state input after Step Functions applies the ResultPath filter.
Type: String
Length Constraints: Maximum length of 262144.
Required: No
- afterResultSelector
-
The effective result after Step Functions applies the ResultSelector filter.
Type: String
Length Constraints: Maximum length of 262144.
Required: No
- input
-
The raw state input.
Type: String
Length Constraints: Maximum length of 262144.
Required: No
- request
-
The raw HTTP request that is sent when you test an HTTP Task.
Type: InspectionDataRequest object
Required: No
- response
-
The raw HTTP response that is returned when you test an HTTP Task.
Type: InspectionDataResponse object
Required: No
- result
-
The state's raw result.
Type: String
Length Constraints: Maximum length of 262144.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: