libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling
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.AutoScaling.BatchPutScheduledUpdateGroupAction

Description

Creates or updates one or more scheduled scaling actions for an Auto Scaling group.

Synopsis

Creating a Request

data BatchPutScheduledUpdateGroupAction Source #

Constructors

BatchPutScheduledUpdateGroupAction' 

Fields

Instances

Instances details
Eq BatchPutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

Read BatchPutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

Show BatchPutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

Generic BatchPutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

Associated Types

type Rep BatchPutScheduledUpdateGroupAction :: Type -> Type #

NFData BatchPutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

Hashable BatchPutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

AWSRequest BatchPutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

ToHeaders BatchPutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

ToPath BatchPutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

ToQuery BatchPutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

type Rep BatchPutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

type Rep BatchPutScheduledUpdateGroupAction = D1 ('MetaData "BatchPutScheduledUpdateGroupAction" "Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "BatchPutScheduledUpdateGroupAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scheduledUpdateGroupActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ScheduledUpdateGroupActionRequest])))
type AWSResponse BatchPutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

newBatchPutScheduledUpdateGroupAction Source #

Create a value of BatchPutScheduledUpdateGroupAction 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:autoScalingGroupName:BatchPutScheduledUpdateGroupAction', batchPutScheduledUpdateGroupAction_autoScalingGroupName - The name of the Auto Scaling group.

$sel:scheduledUpdateGroupActions:BatchPutScheduledUpdateGroupAction', batchPutScheduledUpdateGroupAction_scheduledUpdateGroupActions - One or more scheduled actions. The maximum number allowed is 50.

Request Lenses

Destructuring the Response

data BatchPutScheduledUpdateGroupActionResponse Source #

Constructors

BatchPutScheduledUpdateGroupActionResponse' 

Fields

Instances

Instances details
Eq BatchPutScheduledUpdateGroupActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

Read BatchPutScheduledUpdateGroupActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

Show BatchPutScheduledUpdateGroupActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

Generic BatchPutScheduledUpdateGroupActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

NFData BatchPutScheduledUpdateGroupActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

type Rep BatchPutScheduledUpdateGroupActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction

type Rep BatchPutScheduledUpdateGroupActionResponse = D1 ('MetaData "BatchPutScheduledUpdateGroupActionResponse" "Amazonka.AutoScaling.BatchPutScheduledUpdateGroupAction" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "BatchPutScheduledUpdateGroupActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedScheduledUpdateGroupActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedScheduledUpdateGroupActionRequest])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchPutScheduledUpdateGroupActionResponse Source #

Create a value of BatchPutScheduledUpdateGroupActionResponse 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:failedScheduledUpdateGroupActions:BatchPutScheduledUpdateGroupActionResponse', batchPutScheduledUpdateGroupActionResponse_failedScheduledUpdateGroupActions - The names of the scheduled actions that could not be created or updated, including an error message.

$sel:httpStatus:BatchPutScheduledUpdateGroupActionResponse', batchPutScheduledUpdateGroupActionResponse_httpStatus - The response's http status code.

Response Lenses