libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

Description

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.

Synopsis

Creating a Request

data ApplyEnvironmentManagedAction Source #

Request to execute a scheduled managed action immediately.

See: newApplyEnvironmentManagedAction smart constructor.

Constructors

ApplyEnvironmentManagedAction' 

Fields

Instances

Instances details
Eq ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

Read ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

Show ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

Generic ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

Associated Types

type Rep ApplyEnvironmentManagedAction :: Type -> Type #

NFData ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

Hashable ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

AWSRequest ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

ToHeaders ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

ToPath ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

ToQuery ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

type Rep ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

type Rep ApplyEnvironmentManagedAction = D1 ('MetaData "ApplyEnvironmentManagedAction" "Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplyEnvironmentManagedAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

newApplyEnvironmentManagedAction Source #

Create a value of ApplyEnvironmentManagedAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentName:ApplyEnvironmentManagedAction', applyEnvironmentManagedAction_environmentName - The name of the target environment.

$sel:environmentId:ApplyEnvironmentManagedAction', applyEnvironmentManagedAction_environmentId - The environment ID of the target environment.

$sel:actionId:ApplyEnvironmentManagedAction', applyEnvironmentManagedAction_actionId - The action ID of the scheduled managed action to execute.

Request Lenses

applyEnvironmentManagedAction_actionId :: Lens' ApplyEnvironmentManagedAction Text Source #

The action ID of the scheduled managed action to execute.

Destructuring the Response

data ApplyEnvironmentManagedActionResponse Source #

The result message containing information about the managed action.

See: newApplyEnvironmentManagedActionResponse smart constructor.

Constructors

ApplyEnvironmentManagedActionResponse' 

Fields

Instances

Instances details
Eq ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

Read ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

Show ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

Generic ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

NFData ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

type Rep ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction

type Rep ApplyEnvironmentManagedActionResponse = D1 ('MetaData "ApplyEnvironmentManagedActionResponse" "Amazonka.ElasticBeanstalk.ApplyEnvironmentManagedAction" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplyEnvironmentManagedActionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "actionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

Response Lenses