Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.ApplyEnvironmentManagedAction C# (CSharp) Method

ApplyEnvironmentManagedAction() public method

Applies 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.
/// A generic service exception has occurred. /// /// Cannot modify the managed action in its current state. ///
public ApplyEnvironmentManagedAction ( ApplyEnvironmentManagedActionRequest request ) : ApplyEnvironmentManagedActionResponse
request Amazon.ElasticBeanstalk.Model.ApplyEnvironmentManagedActionRequest Container for the necessary parameters to execute the ApplyEnvironmentManagedAction service method.
return Amazon.ElasticBeanstalk.Model.ApplyEnvironmentManagedActionResponse
        public ApplyEnvironmentManagedActionResponse ApplyEnvironmentManagedAction(ApplyEnvironmentManagedActionRequest request)
        {
            var marshaller = new ApplyEnvironmentManagedActionRequestMarshaller();
            var unmarshaller = ApplyEnvironmentManagedActionResponseUnmarshaller.Instance;

            return Invoke<ApplyEnvironmentManagedActionRequest,ApplyEnvironmentManagedActionResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticBeanstalkClient