Amazon Kinesis Producer C SDK
StaticCredentialProvider.c File Reference
#include "Include_i.h"
Include dependency graph for StaticCredentialProvider.c:

Macros

#define LOG_CLASS   "StaticCredentialProvider"
 

Functions

STATUS createStaticCredentialProvider (PCHAR accessKeyId, UINT32 accessKeyIdLen, PCHAR secretKey, UINT32 secretKeyLen, PCHAR sessionToken, UINT32 sessionTokenLen, UINT64 expiration, PAwsCredentialProvider *ppCredentialProvider)
 Creates a Static AWS credential provider object. More...
 
STATUS freeStaticCredentialProvider (PAwsCredentialProvider *ppCredentialProvider)
 Frees a Static Aws credential provider object. More...
 
STATUS getStaticCredentials (PAwsCredentialProvider pCredentialProvider, PAwsCredentials *ppAwsCredentials)
 

Macro Definition Documentation

◆ LOG_CLASS

#define LOG_CLASS   "StaticCredentialProvider"

Kinesis Video Producer Static Credential Provider

Function Documentation

◆ getStaticCredentials()

STATUS getStaticCredentials ( PAwsCredentialProvider  pCredentialProvider,
PAwsCredentials ppAwsCredentials 
)
Here is the caller graph for this function: