Amazon Kinesis Producer C SDK
__CallInfo Struct Reference

#include <Include.h>

Collaboration diagram for __CallInfo:
Collaboration graph

Public Attributes

PRequestInfo pRequestInfo
 Original request info. More...
 
UINT32 httpStatus
 HTTP status code of the execution. More...
 
SERVICE_CALL_RESULT callResult
 Execution result. More...
 
CHAR errorBuffer [256+1]
 Error buffer for curl calls. More...
 
PStackQueue pResponseHeaders
 Response Headers list. More...
 
PRequestHeader pRequestId
 Request ID if specified. More...
 
PCHAR responseData
 Buffer to write the data to - will be allocated. Buffer is freed by a caller. More...
 
UINT32 responseDataLen
 Response data size. More...
 

Member Data Documentation

◆ callResult

SERVICE_CALL_RESULT __CallInfo::callResult

Execution result.

◆ errorBuffer

CHAR __CallInfo::errorBuffer[256+1]

Error buffer for curl calls.

◆ httpStatus

UINT32 __CallInfo::httpStatus

HTTP status code of the execution.

◆ pRequestId

PRequestHeader __CallInfo::pRequestId

Request ID if specified.

◆ pRequestInfo

PRequestInfo __CallInfo::pRequestInfo

Original request info.

◆ pResponseHeaders

PStackQueue __CallInfo::pResponseHeaders

Response Headers list.

◆ responseData

PCHAR __CallInfo::responseData

Buffer to write the data to - will be allocated. Buffer is freed by a caller.

◆ responseDataLen

UINT32 __CallInfo::responseDataLen

Response data size.


The documentation for this struct was generated from the following file: