class
Amazonite::Lambda::InvokeWithResponseStreamResponse
- Amazonite::Lambda::InvokeWithResponseStreamResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/invoke_with_response_stream_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(status_code : Int32 | Nil = nil, executed_version : String | Nil = nil, event_stream : InvokeWithResponseStreamResponseEvent | Nil = nil, response_stream_content_type : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#event_stream : InvokeWithResponseStreamResponseEvent | Nil
The stream of response payloads.
-
#event_stream=(event_stream : InvokeWithResponseStreamResponseEvent | Nil)
The stream of response payloads.
-
#executed_version : String | Nil
The version of the function that executed.
-
#executed_version=(executed_version : String | Nil)
The version of the function that executed.
-
#hash(hasher)
See
Object#hash(hasher) -
#response_stream_content_type : String | Nil
The type of data the stream is returning.
-
#response_stream_content_type=(response_stream_content_type : String | Nil)
The type of data the stream is returning.
-
#status_code : Int32 | Nil
For a successful request, the HTTP status code is in the 200 range.
-
#status_code=(status_code : Int32 | Nil)
For a successful request, the HTTP status code is in the 200 range.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The stream of response payloads.
The version of the function that executed. When you invoke a function with an alias, this indicates which version the alias resolved to.
The version of the function that executed. When you invoke a function with an alias, this indicates which version the alias resolved to.
The type of data the stream is returning.
For a successful request, the HTTP status code is in the 200 range. For the RequestResponse
invocation type, this status code is 200. For the DryRun invocation type, this status code is
204.
For a successful request, the HTTP status code is in the 200 range. For the RequestResponse
invocation type, this status code is 200. For the DryRun invocation type, this status code is
204.