Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrCodeAccessDeniedException = "AccessDeniedException" ErrCodeInvalidInstanceId = ssm.ErrCodeInvalidInstanceId ErrCodeMachineFingerprintDoesNotMatch = ssm.ErrCodeMachineFingerprintDoesNotMatch ErrAllOtherAWSErrors = "ErrAllOtherAWSErrors" ErrAllOtherNonAWSErrors = "ErrAllOtherNonAWSErrors" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ICredentialRefresher ¶
type ICredentialRefresher interface { Start() error Stop() GetCredentialsReadyChan() chan struct{} }
func NewCredentialRefresher ¶
func NewCredentialRefresher(context agentctx.ICoreAgentContext) ICredentialRefresher
Click to show internal directories.
Click to hide internal directories.