Lines Matching refs:DeploymentCommandName

37         DeploymentCommandName GetDeploymentCommandNameForName(const Aws::String& name)  in GetDeploymentCommandNameForName()
42 return DeploymentCommandName::install_dependencies; in GetDeploymentCommandNameForName()
46 return DeploymentCommandName::update_dependencies; in GetDeploymentCommandNameForName()
50 return DeploymentCommandName::update_custom_cookbooks; in GetDeploymentCommandNameForName()
54 return DeploymentCommandName::execute_recipes; in GetDeploymentCommandNameForName()
58 return DeploymentCommandName::configure; in GetDeploymentCommandNameForName()
62 return DeploymentCommandName::setup; in GetDeploymentCommandNameForName()
66 return DeploymentCommandName::deploy; in GetDeploymentCommandNameForName()
70 return DeploymentCommandName::rollback; in GetDeploymentCommandNameForName()
74 return DeploymentCommandName::start; in GetDeploymentCommandNameForName()
78 return DeploymentCommandName::stop; in GetDeploymentCommandNameForName()
82 return DeploymentCommandName::restart; in GetDeploymentCommandNameForName()
86 return DeploymentCommandName::undeploy; in GetDeploymentCommandNameForName()
92 return static_cast<DeploymentCommandName>(hashCode); in GetDeploymentCommandNameForName()
95 return DeploymentCommandName::NOT_SET; in GetDeploymentCommandNameForName()
98 Aws::String GetNameForDeploymentCommandName(DeploymentCommandName enumValue) in GetNameForDeploymentCommandName()
102 case DeploymentCommandName::install_dependencies: in GetNameForDeploymentCommandName()
104 case DeploymentCommandName::update_dependencies: in GetNameForDeploymentCommandName()
106 case DeploymentCommandName::update_custom_cookbooks: in GetNameForDeploymentCommandName()
108 case DeploymentCommandName::execute_recipes: in GetNameForDeploymentCommandName()
110 case DeploymentCommandName::configure: in GetNameForDeploymentCommandName()
112 case DeploymentCommandName::setup: in GetNameForDeploymentCommandName()
114 case DeploymentCommandName::deploy: in GetNameForDeploymentCommandName()
116 case DeploymentCommandName::rollback: in GetNameForDeploymentCommandName()
118 case DeploymentCommandName::start: in GetNameForDeploymentCommandName()
120 case DeploymentCommandName::stop: in GetNameForDeploymentCommandName()
122 case DeploymentCommandName::restart: in GetNameForDeploymentCommandName()
124 case DeploymentCommandName::undeploy: in GetNameForDeploymentCommandName()