sessionId
The ID of a stateful session to handle your request.
You can't create a stateful session by using the InvokeEndpointWithResponseStream
action. Instead, you can create one by using the <a>InvokeEndpoint</a>
action. In your request, you specify NEW_SESSION
for the SessionId
request parameter. The response to that request provides the session ID for the NewSessionId
response parameter.