AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
CommandStatus.h File Reference
#include <aws/ssm/SSM_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::SSM
 
 Aws::SSM::Model
 
 Aws::SSM::Model::CommandStatusMapper
 

Enumerations

enum  Aws::SSM::Model::CommandStatus {
  Aws::SSM::Model::CommandStatus::NOT_SET, Aws::SSM::Model::CommandStatus::Pending, Aws::SSM::Model::CommandStatus::InProgress, Aws::SSM::Model::CommandStatus::Cancelling,
  Aws::SSM::Model::CommandStatus::Success, Aws::SSM::Model::CommandStatus::TimedOut, Aws::SSM::Model::CommandStatus::Cancelled, Aws::SSM::Model::CommandStatus::Failed
}
 

Functions

AWS_SSM_API CommandStatus Aws::SSM::Model::CommandStatusMapper::GetCommandStatusForName (const Aws::String &name)
 
AWS_SSM_API Aws::String Aws::SSM::Model::CommandStatusMapper::GetNameForCommandStatus (CommandStatus value)