Smaws_Client_ElasticBeanstalk.ApplyEnvironmentManagedActionApplies a scheduled managed action immediately. A managed action can be applied only if its status is Scheduled. Get the status and action ID of a managed action with DescribeEnvironmentManagedActions.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ElasticBeanstalkServiceException of
Types.elastic_beanstalk_service_exception
| `ManagedActionInvalidStateException of
Types.managed_action_invalid_state_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.apply_environment_managed_action_request ->
(Types.apply_environment_managed_action_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ElasticBeanstalkServiceException of
Types.elastic_beanstalk_service_exception
| `ManagedActionInvalidStateException of
Types.managed_action_invalid_state_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.apply_environment_managed_action_request ->
(Types.apply_environment_managed_action_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ElasticBeanstalkServiceException of
Types.elastic_beanstalk_service_exception
| `ManagedActionInvalidStateException of
Types.managed_action_invalid_state_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result