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

Contents

Description

Derived from API version 2011-01-01 of the AWS service descriptions, licensed under Apache 2.0.

Amazon EC2 Auto Scaling

Amazon EC2 Auto Scaling is designed to automatically launch or terminate EC2 instances based on user-defined scaling policies, scheduled actions, and health checks.

For more information about Amazon EC2 Auto Scaling, see the Amazon EC2 Auto Scaling User Guide. For information about granting IAM users required permissions for calls to Amazon EC2 Auto Scaling, see Granting IAM users required permissions for Amazon EC2 Auto Scaling resources in the Amazon EC2 Auto Scaling API Reference.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2011-01-01 of the Amazon Auto Scaling SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by AutoScaling.

InstanceRefreshInProgressFault

_InstanceRefreshInProgressFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request failed because an active instance refresh operation already exists for the specified Auto Scaling group.

AlreadyExistsFault

_AlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

You already have an Auto Scaling group or launch configuration with this name.

LimitExceededFault

_LimitExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have already reached a limit for your Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits in the Amazon EC2 Auto Scaling API Reference.

ResourceInUseFault

_ResourceInUseFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The operation can't be performed because the resource is in use.

InvalidNextToken

_InvalidNextToken :: AsError a => Getting (First ServiceError) a ServiceError Source #

The NextToken value is not valid.

ScalingActivityInProgressFault

_ScalingActivityInProgressFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The operation can't be performed because there are scaling activities in progress.

ResourceContentionFault

_ResourceContentionFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group, instance, or load balancer).

ServiceLinkedRoleFailure

_ServiceLinkedRoleFailure :: AsError a => Getting (First ServiceError) a ServiceError Source #

The service-linked role is not yet ready for use.

ActiveInstanceRefreshNotFoundFault

_ActiveInstanceRefreshNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request failed because an active instance refresh for the specified Auto Scaling group was not found.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

PutWarmPool

data PutWarmPool Source #

See: newPutWarmPool smart constructor.

Instances

Instances details
Eq PutWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

Read PutWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

Show PutWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

Generic PutWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

Associated Types

type Rep PutWarmPool :: Type -> Type #

NFData PutWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

Methods

rnf :: PutWarmPool -> () #

Hashable PutWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

AWSRequest PutWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

Associated Types

type AWSResponse PutWarmPool #

ToHeaders PutWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

Methods

toHeaders :: PutWarmPool -> [Header] #

ToPath PutWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

ToQuery PutWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

type Rep PutWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

type Rep PutWarmPool = D1 ('MetaData "PutWarmPool" "Amazonka.AutoScaling.PutWarmPool" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PutWarmPool'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "minSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxGroupPreparedCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "poolState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WarmPoolState)) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse PutWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

newPutWarmPool Source #

Create a value of PutWarmPool 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:minSize:PutWarmPool', putWarmPool_minSize - Specifies the minimum number of instances to maintain in the warm pool. This helps you to ensure that there is always a certain number of warmed instances available to handle traffic spikes. Defaults to 0 if not specified.

$sel:maxGroupPreparedCapacity:PutWarmPool', putWarmPool_maxGroupPreparedCapacity - Specifies the maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group. This is an optional property. Specify it only if you do not want the warm pool size to be determined by the difference between the group's maximum capacity and its desired capacity.

If a value for MaxGroupPreparedCapacity is not specified, Amazon EC2 Auto Scaling launches and maintains the difference between the group's maximum capacity and its desired capacity. If you specify a value for MaxGroupPreparedCapacity, Amazon EC2 Auto Scaling uses the difference between the MaxGroupPreparedCapacity and the desired capacity instead.

The size of the warm pool is dynamic. Only when MaxGroupPreparedCapacity and MinSize are set to the same value does the warm pool have an absolute size.

If the desired capacity of the Auto Scaling group is higher than the MaxGroupPreparedCapacity, the capacity of the warm pool is 0, unless you specify a value for MinSize. To remove a value that you previously set, include the property but specify -1 for the value.

$sel:poolState:PutWarmPool', putWarmPool_poolState - Sets the instance state to transition to after the lifecycle actions are complete. Default is Stopped.

$sel:autoScalingGroupName:PutWarmPool', putWarmPool_autoScalingGroupName - The name of the Auto Scaling group.

data PutWarmPoolResponse Source #

See: newPutWarmPoolResponse smart constructor.

Instances

Instances details
Eq PutWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

Read PutWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

Show PutWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

Generic PutWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

Associated Types

type Rep PutWarmPoolResponse :: Type -> Type #

NFData PutWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

Methods

rnf :: PutWarmPoolResponse -> () #

type Rep PutWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutWarmPool

type Rep PutWarmPoolResponse = D1 ('MetaData "PutWarmPoolResponse" "Amazonka.AutoScaling.PutWarmPool" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PutWarmPoolResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutWarmPoolResponse Source #

Create a value of PutWarmPoolResponse 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:httpStatus:PutWarmPoolResponse', putWarmPoolResponse_httpStatus - The response's http status code.

DescribeMetricCollectionTypes

data DescribeMetricCollectionTypes Source #

See: newDescribeMetricCollectionTypes smart constructor.

Instances

Instances details
Eq DescribeMetricCollectionTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

Read DescribeMetricCollectionTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

Show DescribeMetricCollectionTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

Generic DescribeMetricCollectionTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

Associated Types

type Rep DescribeMetricCollectionTypes :: Type -> Type #

NFData DescribeMetricCollectionTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

Hashable DescribeMetricCollectionTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

AWSRequest DescribeMetricCollectionTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

ToHeaders DescribeMetricCollectionTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

ToPath DescribeMetricCollectionTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

ToQuery DescribeMetricCollectionTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

type Rep DescribeMetricCollectionTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

type Rep DescribeMetricCollectionTypes = D1 ('MetaData "DescribeMetricCollectionTypes" "Amazonka.AutoScaling.DescribeMetricCollectionTypes" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeMetricCollectionTypes'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DescribeMetricCollectionTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

newDescribeMetricCollectionTypes :: DescribeMetricCollectionTypes Source #

Create a value of DescribeMetricCollectionTypes with all optional fields omitted.

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

data DescribeMetricCollectionTypesResponse Source #

Instances

Instances details
Eq DescribeMetricCollectionTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

Read DescribeMetricCollectionTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

Show DescribeMetricCollectionTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

Generic DescribeMetricCollectionTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

NFData DescribeMetricCollectionTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

type Rep DescribeMetricCollectionTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeMetricCollectionTypes

type Rep DescribeMetricCollectionTypesResponse = D1 ('MetaData "DescribeMetricCollectionTypesResponse" "Amazonka.AutoScaling.DescribeMetricCollectionTypes" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeMetricCollectionTypesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricCollectionType])) :*: (S1 ('MetaSel ('Just "granularities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricGranularityType])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

DescribeLoadBalancers (Paginated)

data DescribeLoadBalancers Source #

See: newDescribeLoadBalancers smart constructor.

Instances

Instances details
Eq DescribeLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

Read DescribeLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

Show DescribeLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

Generic DescribeLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

Associated Types

type Rep DescribeLoadBalancers :: Type -> Type #

NFData DescribeLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

Methods

rnf :: DescribeLoadBalancers -> () #

Hashable DescribeLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

AWSPager DescribeLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

AWSRequest DescribeLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

Associated Types

type AWSResponse DescribeLoadBalancers #

ToHeaders DescribeLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

ToPath DescribeLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

ToQuery DescribeLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

type Rep DescribeLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

type Rep DescribeLoadBalancers = D1 ('MetaData "DescribeLoadBalancers" "Amazonka.AutoScaling.DescribeLoadBalancers" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeLoadBalancers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

newDescribeLoadBalancers Source #

Create a value of DescribeLoadBalancers 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:nextToken:DescribeLoadBalancers', describeLoadBalancers_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:maxRecords:DescribeLoadBalancers', describeLoadBalancers_maxRecords - The maximum number of items to return with this call. The default value is 100 and the maximum value is 100.

$sel:autoScalingGroupName:DescribeLoadBalancers', describeLoadBalancers_autoScalingGroupName - The name of the Auto Scaling group.

data DescribeLoadBalancersResponse Source #

See: newDescribeLoadBalancersResponse smart constructor.

Instances

Instances details
Eq DescribeLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

Read DescribeLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

Show DescribeLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

Generic DescribeLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

Associated Types

type Rep DescribeLoadBalancersResponse :: Type -> Type #

NFData DescribeLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

type Rep DescribeLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancers

type Rep DescribeLoadBalancersResponse = D1 ('MetaData "DescribeLoadBalancersResponse" "Amazonka.AutoScaling.DescribeLoadBalancers" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeLoadBalancersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loadBalancers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LoadBalancerState])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeLoadBalancersResponse Source #

Create a value of DescribeLoadBalancersResponse 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:loadBalancers:DescribeLoadBalancersResponse', describeLoadBalancersResponse_loadBalancers - The load balancers.

$sel:nextToken:DescribeLoadBalancers', describeLoadBalancersResponse_nextToken - A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

$sel:httpStatus:DescribeLoadBalancersResponse', describeLoadBalancersResponse_httpStatus - The response's http status code.

PutNotificationConfiguration

data PutNotificationConfiguration Source #

See: newPutNotificationConfiguration smart constructor.

Instances

Instances details
Eq PutNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

Read PutNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

Show PutNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

Generic PutNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

Associated Types

type Rep PutNotificationConfiguration :: Type -> Type #

NFData PutNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

Hashable PutNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

AWSRequest PutNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

ToHeaders PutNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

ToPath PutNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

ToQuery PutNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

type Rep PutNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

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

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

newPutNotificationConfiguration Source #

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

$sel:topicARN:PutNotificationConfiguration', putNotificationConfiguration_topicARN - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.

$sel:notificationTypes:PutNotificationConfiguration', putNotificationConfiguration_notificationTypes - The type of event that causes the notification to be sent. To query the notification types supported by Amazon EC2 Auto Scaling, call the DescribeAutoScalingNotificationTypes API.

data PutNotificationConfigurationResponse Source #

Instances

Instances details
Eq PutNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

Read PutNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

Show PutNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

Generic PutNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

NFData PutNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

type Rep PutNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutNotificationConfiguration

type Rep PutNotificationConfigurationResponse = D1 ('MetaData "PutNotificationConfigurationResponse" "Amazonka.AutoScaling.PutNotificationConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PutNotificationConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPutNotificationConfigurationResponse :: PutNotificationConfigurationResponse Source #

Create a value of PutNotificationConfigurationResponse with all optional fields omitted.

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

DescribeTags (Paginated)

data DescribeTags Source #

See: newDescribeTags smart constructor.

Constructors

DescribeTags' (Maybe [Filter]) (Maybe Text) (Maybe Int) 

Instances

Instances details
Eq DescribeTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

Read DescribeTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

Show DescribeTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

Generic DescribeTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

Associated Types

type Rep DescribeTags :: Type -> Type #

NFData DescribeTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

Methods

rnf :: DescribeTags -> () #

Hashable DescribeTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

AWSPager DescribeTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

AWSRequest DescribeTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

Associated Types

type AWSResponse DescribeTags #

ToHeaders DescribeTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

ToPath DescribeTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

ToQuery DescribeTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

type Rep DescribeTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

type Rep DescribeTags = D1 ('MetaData "DescribeTags" "Amazonka.AutoScaling.DescribeTags" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

newDescribeTags :: DescribeTags Source #

Create a value of DescribeTags 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:filters:DescribeTags', describeTags_filters - One or more filters to scope the tags to return. The maximum number of filters per filter type (for example, auto-scaling-group) is 1000.

$sel:nextToken:DescribeTags', describeTags_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:maxRecords:DescribeTags', describeTags_maxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

data DescribeTagsResponse Source #

See: newDescribeTagsResponse smart constructor.

Instances

Instances details
Eq DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

Read DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

Show DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

Generic DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

Associated Types

type Rep DescribeTagsResponse :: Type -> Type #

NFData DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

Methods

rnf :: DescribeTagsResponse -> () #

type Rep DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTags

type Rep DescribeTagsResponse = D1 ('MetaData "DescribeTagsResponse" "Amazonka.AutoScaling.DescribeTags" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagDescription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeTagsResponse Source #

Create a value of DescribeTagsResponse 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:nextToken:DescribeTags', describeTagsResponse_nextToken - A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

$sel:tags:DescribeTagsResponse', describeTagsResponse_tags - One or more tags.

$sel:httpStatus:DescribeTagsResponse', describeTagsResponse_httpStatus - The response's http status code.

DeleteNotificationConfiguration

data DeleteNotificationConfiguration Source #

See: newDeleteNotificationConfiguration smart constructor.

Instances

Instances details
Eq DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Read DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Show DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Generic DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Associated Types

type Rep DeleteNotificationConfiguration :: Type -> Type #

NFData DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Hashable DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

AWSRequest DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

ToHeaders DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

ToPath DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

ToQuery DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

type Rep DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

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

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

newDeleteNotificationConfiguration Source #

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

$sel:topicARN:DeleteNotificationConfiguration', deleteNotificationConfiguration_topicARN - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.

data DeleteNotificationConfigurationResponse Source #

Instances

Instances details
Eq DeleteNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Read DeleteNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Show DeleteNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Generic DeleteNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

NFData DeleteNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

type Rep DeleteNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

type Rep DeleteNotificationConfigurationResponse = D1 ('MetaData "DeleteNotificationConfigurationResponse" "Amazonka.AutoScaling.DeleteNotificationConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeleteNotificationConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteNotificationConfigurationResponse :: DeleteNotificationConfigurationResponse Source #

Create a value of DeleteNotificationConfigurationResponse with all optional fields omitted.

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

DeleteWarmPool

data DeleteWarmPool Source #

See: newDeleteWarmPool smart constructor.

Constructors

DeleteWarmPool' (Maybe Bool) Text 

Instances

Instances details
Eq DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Read DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Show DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Generic DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Associated Types

type Rep DeleteWarmPool :: Type -> Type #

NFData DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Methods

rnf :: DeleteWarmPool -> () #

Hashable DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

AWSRequest DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Associated Types

type AWSResponse DeleteWarmPool #

ToHeaders DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

ToPath DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

ToQuery DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

type Rep DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

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

Defined in Amazonka.AutoScaling.DeleteWarmPool

newDeleteWarmPool Source #

Create a value of DeleteWarmPool 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:forceDelete:DeleteWarmPool', deleteWarmPool_forceDelete - Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.

$sel:autoScalingGroupName:DeleteWarmPool', deleteWarmPool_autoScalingGroupName - The name of the Auto Scaling group.

data DeleteWarmPoolResponse Source #

See: newDeleteWarmPoolResponse smart constructor.

Instances

Instances details
Eq DeleteWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Read DeleteWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Show DeleteWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Generic DeleteWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Associated Types

type Rep DeleteWarmPoolResponse :: Type -> Type #

NFData DeleteWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Methods

rnf :: DeleteWarmPoolResponse -> () #

type Rep DeleteWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

type Rep DeleteWarmPoolResponse = D1 ('MetaData "DeleteWarmPoolResponse" "Amazonka.AutoScaling.DeleteWarmPool" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeleteWarmPoolResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteWarmPoolResponse Source #

Create a value of DeleteWarmPoolResponse 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:httpStatus:DeleteWarmPoolResponse', deleteWarmPoolResponse_httpStatus - The response's http status code.

PutScalingPolicy

data PutScalingPolicy Source #

See: newPutScalingPolicy smart constructor.

Instances

Instances details
Eq PutScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

Read PutScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

Show PutScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

Generic PutScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

Associated Types

type Rep PutScalingPolicy :: Type -> Type #

NFData PutScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

Methods

rnf :: PutScalingPolicy -> () #

Hashable PutScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

AWSRequest PutScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

Associated Types

type AWSResponse PutScalingPolicy #

ToHeaders PutScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

ToPath PutScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

ToQuery PutScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

type Rep PutScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

type Rep PutScalingPolicy = D1 ('MetaData "PutScalingPolicy" "Amazonka.AutoScaling.PutScalingPolicy" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PutScalingPolicy'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "minAdjustmentStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "estimatedInstanceWarmup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "policyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stepAdjustments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StepAdjustment]))) :*: (S1 ('MetaSel ('Just "targetTrackingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetTrackingConfiguration)) :*: S1 ('MetaSel ('Just "adjustmentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "predictiveScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PredictiveScalingConfiguration)) :*: (S1 ('MetaSel ('Just "scalingAdjustment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "cooldown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "metricAggregationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minAdjustmentMagnitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "policyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse PutScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

newPutScalingPolicy Source #

Create a value of PutScalingPolicy 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:minAdjustmentStep:PutScalingPolicy', putScalingPolicy_minAdjustmentStep - Available for backward compatibility. Use MinAdjustmentMagnitude instead.

$sel:estimatedInstanceWarmup:PutScalingPolicy', putScalingPolicy_estimatedInstanceWarmup - The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. If not provided, the default is to use the value from the default cooldown period for the Auto Scaling group.

Valid only if the policy type is TargetTrackingScaling or StepScaling.

$sel:enabled:PutScalingPolicy', putScalingPolicy_enabled - Indicates whether the scaling policy is enabled or disabled. The default is enabled. For more information, see Disabling a scaling policy for an Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.

$sel:policyType:PutScalingPolicy', putScalingPolicy_policyType - One of the following policy types:

  • TargetTrackingScaling
  • StepScaling
  • SimpleScaling (default)
  • PredictiveScaling

$sel:stepAdjustments:PutScalingPolicy', putScalingPolicy_stepAdjustments - A set of adjustments that enable you to scale based on the size of the alarm breach.

Required if the policy type is StepScaling. (Not used with any other policy type.)

$sel:targetTrackingConfiguration:PutScalingPolicy', putScalingPolicy_targetTrackingConfiguration - A target tracking scaling policy. Provides support for predefined or customized metrics.

The following predefined metrics are available:

  • ASGAverageCPUUtilization
  • ASGAverageNetworkIn
  • ASGAverageNetworkOut
  • ALBRequestCountPerTarget

If you specify ALBRequestCountPerTarget for the metric, you must specify the ResourceLabel parameter with the PredefinedMetricSpecification.

For more information, see TargetTrackingConfiguration in the Amazon EC2 Auto Scaling API Reference.

Required if the policy type is TargetTrackingScaling.

$sel:adjustmentType:PutScalingPolicy', putScalingPolicy_adjustmentType - Specifies how the scaling adjustment is interpreted (for example, an absolute number or a percentage). The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

Required if the policy type is StepScaling or SimpleScaling. For more information, see Scaling adjustment types in the Amazon EC2 Auto Scaling User Guide.

$sel:predictiveScalingConfiguration:PutScalingPolicy', putScalingPolicy_predictiveScalingConfiguration - A predictive scaling policy. Provides support for only predefined metrics.

Predictive scaling works with CPU utilization, network in/out, and the Application Load Balancer request count.

For more information, see PredictiveScalingConfiguration in the Amazon EC2 Auto Scaling API Reference.

Required if the policy type is PredictiveScaling.

$sel:scalingAdjustment:PutScalingPolicy', putScalingPolicy_scalingAdjustment - The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. For exact capacity, you must specify a positive value.

Required if the policy type is SimpleScaling. (Not used with any other policy type.)

$sel:cooldown:PutScalingPolicy', putScalingPolicy_cooldown - The duration of the policy's cooldown period, in seconds. When a cooldown period is specified here, it overrides the default cooldown period defined for the Auto Scaling group.

Valid only if the policy type is SimpleScaling. For more information, see Scaling cooldowns for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

$sel:metricAggregationType:PutScalingPolicy', putScalingPolicy_metricAggregationType - The aggregation type for the CloudWatch metrics. The valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

Valid only if the policy type is StepScaling.

$sel:minAdjustmentMagnitude:PutScalingPolicy', putScalingPolicy_minAdjustmentMagnitude - The minimum value to scale by when the adjustment type is PercentChangeInCapacity. For example, suppose that you create a step scaling policy to scale out an Auto Scaling group by 25 percent and you specify a MinAdjustmentMagnitude of 2. If the group has 4 instances and the scaling policy is performed, 25 percent of 4 is 1. However, because you specified a MinAdjustmentMagnitude of 2, Amazon EC2 Auto Scaling scales out the group by 2 instances.

Valid only if the policy type is StepScaling or SimpleScaling. For more information, see Scaling adjustment types in the Amazon EC2 Auto Scaling User Guide.

Some Auto Scaling groups use instance weights. In this case, set the MinAdjustmentMagnitude to a value that is at least as large as your largest instance weight.

$sel:autoScalingGroupName:PutScalingPolicy', putScalingPolicy_autoScalingGroupName - The name of the Auto Scaling group.

$sel:policyName:PutScalingPolicy', putScalingPolicy_policyName - The name of the policy.

data PutScalingPolicyResponse Source #

Contains the output of PutScalingPolicy.

See: newPutScalingPolicyResponse smart constructor.

Instances

Instances details
Eq PutScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

Read PutScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

Show PutScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

Generic PutScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

Associated Types

type Rep PutScalingPolicyResponse :: Type -> Type #

NFData PutScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

type Rep PutScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScalingPolicy

type Rep PutScalingPolicyResponse = D1 ('MetaData "PutScalingPolicyResponse" "Amazonka.AutoScaling.PutScalingPolicy" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PutScalingPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policyARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "alarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Alarm])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newPutScalingPolicyResponse Source #

Create a value of PutScalingPolicyResponse 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:policyARN:PutScalingPolicyResponse', putScalingPolicyResponse_policyARN - The Amazon Resource Name (ARN) of the policy.

$sel:alarms:PutScalingPolicyResponse', putScalingPolicyResponse_alarms - The CloudWatch alarms created for the target tracking scaling policy.

$sel:httpStatus:PutScalingPolicyResponse', putScalingPolicyResponse_httpStatus - The response's http status code.

StartInstanceRefresh

data StartInstanceRefresh Source #

See: newStartInstanceRefresh smart constructor.

Instances

Instances details
Eq StartInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

Read StartInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

Show StartInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

Generic StartInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

Associated Types

type Rep StartInstanceRefresh :: Type -> Type #

NFData StartInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

Methods

rnf :: StartInstanceRefresh -> () #

Hashable StartInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

AWSRequest StartInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

Associated Types

type AWSResponse StartInstanceRefresh #

ToHeaders StartInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

ToPath StartInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

ToQuery StartInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

type Rep StartInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

type Rep StartInstanceRefresh = D1 ('MetaData "StartInstanceRefresh" "Amazonka.AutoScaling.StartInstanceRefresh" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "StartInstanceRefresh'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "preferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RefreshPreferences)) :*: S1 ('MetaSel ('Just "strategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RefreshStrategy))) :*: (S1 ('MetaSel ('Just "desiredConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DesiredConfiguration)) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse StartInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

newStartInstanceRefresh Source #

Create a value of StartInstanceRefresh 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:preferences:StartInstanceRefresh', startInstanceRefresh_preferences - Set of preferences associated with the instance refresh request. If not provided, the default values are used.

$sel:strategy:StartInstanceRefresh', startInstanceRefresh_strategy - The strategy to use for the instance refresh. The only valid value is Rolling.

A rolling update helps you update your instances gradually. A rolling update can fail due to failed health checks or if instances are on standby or are protected from scale in. If the rolling update process fails, any instances that are replaced are not rolled back to their previous configuration.

$sel:desiredConfiguration:StartInstanceRefresh', startInstanceRefresh_desiredConfiguration - The desired configuration. For example, the desired configuration can specify a new launch template or a new version of the current launch template.

Once the instance refresh succeeds, Amazon EC2 Auto Scaling updates the settings of the Auto Scaling group to reflect the new desired configuration.

When you specify a new launch template or a new version of the current launch template for your desired configuration, consider enabling the SkipMatching property in preferences. If it's enabled, Amazon EC2 Auto Scaling skips replacing instances that already use the specified launch template and version. This can help you reduce the number of replacements that are required to apply updates.

$sel:autoScalingGroupName:StartInstanceRefresh', startInstanceRefresh_autoScalingGroupName - The name of the Auto Scaling group.

data StartInstanceRefreshResponse Source #

See: newStartInstanceRefreshResponse smart constructor.

Instances

Instances details
Eq StartInstanceRefreshResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

Read StartInstanceRefreshResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

Show StartInstanceRefreshResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

Generic StartInstanceRefreshResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

Associated Types

type Rep StartInstanceRefreshResponse :: Type -> Type #

NFData StartInstanceRefreshResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

type Rep StartInstanceRefreshResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.StartInstanceRefresh

type Rep StartInstanceRefreshResponse = D1 ('MetaData "StartInstanceRefreshResponse" "Amazonka.AutoScaling.StartInstanceRefresh" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "StartInstanceRefreshResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceRefreshId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartInstanceRefreshResponse Source #

Create a value of StartInstanceRefreshResponse 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:instanceRefreshId:StartInstanceRefreshResponse', startInstanceRefreshResponse_instanceRefreshId - A unique ID for tracking the progress of the request.

$sel:httpStatus:StartInstanceRefreshResponse', startInstanceRefreshResponse_httpStatus - The response's http status code.

AttachLoadBalancerTargetGroups

data AttachLoadBalancerTargetGroups Source #

See: newAttachLoadBalancerTargetGroups smart constructor.

Instances

Instances details
Eq AttachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

Read AttachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

Show AttachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

Generic AttachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

Associated Types

type Rep AttachLoadBalancerTargetGroups :: Type -> Type #

NFData AttachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

Hashable AttachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

AWSRequest AttachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

ToHeaders AttachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

ToPath AttachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

ToQuery AttachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

type Rep AttachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

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

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

newAttachLoadBalancerTargetGroups Source #

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

$sel:targetGroupARNs:AttachLoadBalancerTargetGroups', attachLoadBalancerTargetGroups_targetGroupARNs - The Amazon Resource Names (ARN) of the target groups. You can specify up to 10 target groups. To get the ARN of a target group, use the Elastic Load Balancing DescribeTargetGroups API operation.

data AttachLoadBalancerTargetGroupsResponse Source #

Instances

Instances details
Eq AttachLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

Read AttachLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

Show AttachLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

Generic AttachLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

NFData AttachLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

type Rep AttachLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancerTargetGroups

type Rep AttachLoadBalancerTargetGroupsResponse = D1 ('MetaData "AttachLoadBalancerTargetGroupsResponse" "Amazonka.AutoScaling.AttachLoadBalancerTargetGroups" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "AttachLoadBalancerTargetGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAttachLoadBalancerTargetGroupsResponse Source #

Create a value of AttachLoadBalancerTargetGroupsResponse 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:httpStatus:AttachLoadBalancerTargetGroupsResponse', attachLoadBalancerTargetGroupsResponse_httpStatus - The response's http status code.

DeleteLaunchConfiguration

data DeleteLaunchConfiguration Source #

See: newDeleteLaunchConfiguration smart constructor.

Instances

Instances details
Eq DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Read DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Show DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Generic DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Associated Types

type Rep DeleteLaunchConfiguration :: Type -> Type #

NFData DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Hashable DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

AWSRequest DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

ToHeaders DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

ToPath DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

ToQuery DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

type Rep DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

type Rep DeleteLaunchConfiguration = D1 ('MetaData "DeleteLaunchConfiguration" "Amazonka.AutoScaling.DeleteLaunchConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeleteLaunchConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

newDeleteLaunchConfiguration Source #

Create a value of DeleteLaunchConfiguration 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:launchConfigurationName:DeleteLaunchConfiguration', deleteLaunchConfiguration_launchConfigurationName - The name of the launch configuration.

data DeleteLaunchConfigurationResponse Source #

See: newDeleteLaunchConfigurationResponse smart constructor.

Instances

Instances details
Eq DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Read DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Show DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Generic DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Associated Types

type Rep DeleteLaunchConfigurationResponse :: Type -> Type #

NFData DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

type Rep DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

type Rep DeleteLaunchConfigurationResponse = D1 ('MetaData "DeleteLaunchConfigurationResponse" "Amazonka.AutoScaling.DeleteLaunchConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeleteLaunchConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteLaunchConfigurationResponse :: DeleteLaunchConfigurationResponse Source #

Create a value of DeleteLaunchConfigurationResponse with all optional fields omitted.

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

EnterStandby

data EnterStandby Source #

See: newEnterStandby smart constructor.

Constructors

EnterStandby' (Maybe [Text]) Text Bool 

Instances

Instances details
Eq EnterStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

Read EnterStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

Show EnterStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

Generic EnterStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

Associated Types

type Rep EnterStandby :: Type -> Type #

NFData EnterStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

Methods

rnf :: EnterStandby -> () #

Hashable EnterStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

AWSRequest EnterStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

Associated Types

type AWSResponse EnterStandby #

ToHeaders EnterStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

ToPath EnterStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

ToQuery EnterStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

type Rep EnterStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

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

Defined in Amazonka.AutoScaling.EnterStandby

newEnterStandby Source #

Create a value of EnterStandby 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:instanceIds:EnterStandby', enterStandby_instanceIds - The IDs of the instances. You can specify up to 20 instances.

$sel:autoScalingGroupName:EnterStandby', enterStandby_autoScalingGroupName - The name of the Auto Scaling group.

$sel:shouldDecrementDesiredCapacity:EnterStandby', enterStandby_shouldDecrementDesiredCapacity - Indicates whether to decrement the desired capacity of the Auto Scaling group by the number of instances moved to Standby mode.

data EnterStandbyResponse Source #

See: newEnterStandbyResponse smart constructor.

Instances

Instances details
Eq EnterStandbyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

Read EnterStandbyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

Show EnterStandbyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

Generic EnterStandbyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

Associated Types

type Rep EnterStandbyResponse :: Type -> Type #

NFData EnterStandbyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

Methods

rnf :: EnterStandbyResponse -> () #

type Rep EnterStandbyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.EnterStandby

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

newEnterStandbyResponse Source #

Create a value of EnterStandbyResponse 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:activities:EnterStandbyResponse', enterStandbyResponse_activities - The activities related to moving instances into Standby mode.

$sel:httpStatus:EnterStandbyResponse', enterStandbyResponse_httpStatus - The response's http status code.

SuspendProcesses

data SuspendProcesses Source #

See: newSuspendProcesses smart constructor.

Constructors

SuspendProcesses' (Maybe [Text]) Text 

Instances

Instances details
Eq SuspendProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

Read SuspendProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

Show SuspendProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

Generic SuspendProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

Associated Types

type Rep SuspendProcesses :: Type -> Type #

NFData SuspendProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

Methods

rnf :: SuspendProcesses -> () #

Hashable SuspendProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

AWSRequest SuspendProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

Associated Types

type AWSResponse SuspendProcesses #

ToHeaders SuspendProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

ToPath SuspendProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

ToQuery SuspendProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

type Rep SuspendProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

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

Defined in Amazonka.AutoScaling.SuspendProcesses

newSuspendProcesses Source #

Create a value of SuspendProcesses 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:scalingProcesses:SuspendProcesses', suspendProcesses_scalingProcesses - One or more of the following processes:

  • Launch
  • Terminate
  • AddToLoadBalancer
  • AlarmNotification
  • AZRebalance
  • HealthCheck
  • InstanceRefresh
  • ReplaceUnhealthy
  • ScheduledActions

If you omit this parameter, all processes are specified.

$sel:autoScalingGroupName:SuspendProcesses', suspendProcesses_autoScalingGroupName - The name of the Auto Scaling group.

data SuspendProcessesResponse Source #

See: newSuspendProcessesResponse smart constructor.

Instances

Instances details
Eq SuspendProcessesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

Read SuspendProcessesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

Show SuspendProcessesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

Generic SuspendProcessesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

Associated Types

type Rep SuspendProcessesResponse :: Type -> Type #

NFData SuspendProcessesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

type Rep SuspendProcessesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SuspendProcesses

type Rep SuspendProcessesResponse = D1 ('MetaData "SuspendProcessesResponse" "Amazonka.AutoScaling.SuspendProcesses" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "SuspendProcessesResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newSuspendProcessesResponse :: SuspendProcessesResponse Source #

Create a value of SuspendProcessesResponse with all optional fields omitted.

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

SetInstanceHealth

data SetInstanceHealth Source #

See: newSetInstanceHealth smart constructor.

Instances

Instances details
Eq SetInstanceHealth Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

Read SetInstanceHealth Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

Show SetInstanceHealth Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

Generic SetInstanceHealth Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

Associated Types

type Rep SetInstanceHealth :: Type -> Type #

NFData SetInstanceHealth Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

Methods

rnf :: SetInstanceHealth -> () #

Hashable SetInstanceHealth Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

AWSRequest SetInstanceHealth Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

Associated Types

type AWSResponse SetInstanceHealth #

ToHeaders SetInstanceHealth Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

ToPath SetInstanceHealth Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

ToQuery SetInstanceHealth Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

type Rep SetInstanceHealth Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

type Rep SetInstanceHealth = D1 ('MetaData "SetInstanceHealth" "Amazonka.AutoScaling.SetInstanceHealth" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "SetInstanceHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "shouldRespectGracePeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "healthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse SetInstanceHealth Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

newSetInstanceHealth Source #

Create a value of SetInstanceHealth 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:shouldRespectGracePeriod:SetInstanceHealth', setInstanceHealth_shouldRespectGracePeriod - If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call respects the grace period. Set this to False, to have the call not respect the grace period associated with the group.

For more information about the health check grace period, see CreateAutoScalingGroup in the Amazon EC2 Auto Scaling API Reference.

$sel:instanceId:SetInstanceHealth', setInstanceHealth_instanceId - The ID of the instance.

$sel:healthStatus:SetInstanceHealth', setInstanceHealth_healthStatus - The health status of the instance. Set to Healthy to have the instance remain in service. Set to Unhealthy to have the instance be out of service. Amazon EC2 Auto Scaling terminates and replaces the unhealthy instance.

data SetInstanceHealthResponse Source #

See: newSetInstanceHealthResponse smart constructor.

Instances

Instances details
Eq SetInstanceHealthResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

Read SetInstanceHealthResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

Show SetInstanceHealthResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

Generic SetInstanceHealthResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

Associated Types

type Rep SetInstanceHealthResponse :: Type -> Type #

NFData SetInstanceHealthResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

type Rep SetInstanceHealthResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceHealth

type Rep SetInstanceHealthResponse = D1 ('MetaData "SetInstanceHealthResponse" "Amazonka.AutoScaling.SetInstanceHealth" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "SetInstanceHealthResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newSetInstanceHealthResponse :: SetInstanceHealthResponse Source #

Create a value of SetInstanceHealthResponse with all optional fields omitted.

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

ExitStandby

data ExitStandby Source #

See: newExitStandby smart constructor.

Constructors

ExitStandby' (Maybe [Text]) Text 

Instances

Instances details
Eq ExitStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

Read ExitStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

Show ExitStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

Generic ExitStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

Associated Types

type Rep ExitStandby :: Type -> Type #

NFData ExitStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

Methods

rnf :: ExitStandby -> () #

Hashable ExitStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

AWSRequest ExitStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

Associated Types

type AWSResponse ExitStandby #

ToHeaders ExitStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

Methods

toHeaders :: ExitStandby -> [Header] #

ToPath ExitStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

ToQuery ExitStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

type Rep ExitStandby Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

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

Defined in Amazonka.AutoScaling.ExitStandby

newExitStandby Source #

Create a value of ExitStandby 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:instanceIds:ExitStandby', exitStandby_instanceIds - The IDs of the instances. You can specify up to 20 instances.

$sel:autoScalingGroupName:ExitStandby', exitStandby_autoScalingGroupName - The name of the Auto Scaling group.

data ExitStandbyResponse Source #

See: newExitStandbyResponse smart constructor.

Instances

Instances details
Eq ExitStandbyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

Read ExitStandbyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

Show ExitStandbyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

Generic ExitStandbyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

Associated Types

type Rep ExitStandbyResponse :: Type -> Type #

NFData ExitStandbyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

Methods

rnf :: ExitStandbyResponse -> () #

type Rep ExitStandbyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ExitStandby

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

newExitStandbyResponse Source #

Create a value of ExitStandbyResponse 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:activities:ExitStandbyResponse', exitStandbyResponse_activities - The activities related to moving instances out of Standby mode.

$sel:httpStatus:ExitStandbyResponse', exitStandbyResponse_httpStatus - The response's http status code.

DescribeTerminationPolicyTypes

data DescribeTerminationPolicyTypes Source #

See: newDescribeTerminationPolicyTypes smart constructor.

Instances

Instances details
Eq DescribeTerminationPolicyTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

Read DescribeTerminationPolicyTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

Show DescribeTerminationPolicyTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

Generic DescribeTerminationPolicyTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

Associated Types

type Rep DescribeTerminationPolicyTypes :: Type -> Type #

NFData DescribeTerminationPolicyTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

Hashable DescribeTerminationPolicyTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

AWSRequest DescribeTerminationPolicyTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

ToHeaders DescribeTerminationPolicyTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

ToPath DescribeTerminationPolicyTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

ToQuery DescribeTerminationPolicyTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

type Rep DescribeTerminationPolicyTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

type Rep DescribeTerminationPolicyTypes = D1 ('MetaData "DescribeTerminationPolicyTypes" "Amazonka.AutoScaling.DescribeTerminationPolicyTypes" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeTerminationPolicyTypes'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DescribeTerminationPolicyTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

newDescribeTerminationPolicyTypes :: DescribeTerminationPolicyTypes Source #

Create a value of DescribeTerminationPolicyTypes with all optional fields omitted.

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

data DescribeTerminationPolicyTypesResponse Source #

Instances

Instances details
Eq DescribeTerminationPolicyTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

Read DescribeTerminationPolicyTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

Show DescribeTerminationPolicyTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

Generic DescribeTerminationPolicyTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

NFData DescribeTerminationPolicyTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

type Rep DescribeTerminationPolicyTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeTerminationPolicyTypes

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

newDescribeTerminationPolicyTypesResponse Source #

Create a value of DescribeTerminationPolicyTypesResponse 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:terminationPolicyTypes:DescribeTerminationPolicyTypesResponse', describeTerminationPolicyTypesResponse_terminationPolicyTypes - The termination policies supported by Amazon EC2 Auto Scaling: OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, Default, OldestLaunchTemplate, and AllocationStrategy.

$sel:httpStatus:DescribeTerminationPolicyTypesResponse', describeTerminationPolicyTypesResponse_httpStatus - The response's http status code.

CancelInstanceRefresh

data CancelInstanceRefresh Source #

See: newCancelInstanceRefresh smart constructor.

Instances

Instances details
Eq CancelInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

Read CancelInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

Show CancelInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

Generic CancelInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

Associated Types

type Rep CancelInstanceRefresh :: Type -> Type #

NFData CancelInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

Methods

rnf :: CancelInstanceRefresh -> () #

Hashable CancelInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

AWSRequest CancelInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

Associated Types

type AWSResponse CancelInstanceRefresh #

ToHeaders CancelInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

ToPath CancelInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

ToQuery CancelInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

type Rep CancelInstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

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

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

newCancelInstanceRefresh Source #

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

data CancelInstanceRefreshResponse Source #

See: newCancelInstanceRefreshResponse smart constructor.

Instances

Instances details
Eq CancelInstanceRefreshResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

Read CancelInstanceRefreshResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

Show CancelInstanceRefreshResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

Generic CancelInstanceRefreshResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

Associated Types

type Rep CancelInstanceRefreshResponse :: Type -> Type #

NFData CancelInstanceRefreshResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

type Rep CancelInstanceRefreshResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CancelInstanceRefresh

type Rep CancelInstanceRefreshResponse = D1 ('MetaData "CancelInstanceRefreshResponse" "Amazonka.AutoScaling.CancelInstanceRefresh" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "CancelInstanceRefreshResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceRefreshId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelInstanceRefreshResponse Source #

Create a value of CancelInstanceRefreshResponse 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:instanceRefreshId:CancelInstanceRefreshResponse', cancelInstanceRefreshResponse_instanceRefreshId - The instance refresh ID.

$sel:httpStatus:CancelInstanceRefreshResponse', cancelInstanceRefreshResponse_httpStatus - The response's http status code.

DescribeAutoScalingInstances (Paginated)

data DescribeAutoScalingInstances Source #

See: newDescribeAutoScalingInstances smart constructor.

Instances

Instances details
Eq DescribeAutoScalingInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

Read DescribeAutoScalingInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

Show DescribeAutoScalingInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

Generic DescribeAutoScalingInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

Associated Types

type Rep DescribeAutoScalingInstances :: Type -> Type #

NFData DescribeAutoScalingInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

Hashable DescribeAutoScalingInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

AWSPager DescribeAutoScalingInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

AWSRequest DescribeAutoScalingInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

ToHeaders DescribeAutoScalingInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

ToPath DescribeAutoScalingInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

ToQuery DescribeAutoScalingInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

type Rep DescribeAutoScalingInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

type Rep DescribeAutoScalingInstances = D1 ('MetaData "DescribeAutoScalingInstances" "Amazonka.AutoScaling.DescribeAutoScalingInstances" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeAutoScalingInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeAutoScalingInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

newDescribeAutoScalingInstances :: DescribeAutoScalingInstances Source #

Create a value of DescribeAutoScalingInstances 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:nextToken:DescribeAutoScalingInstances', describeAutoScalingInstances_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:instanceIds:DescribeAutoScalingInstances', describeAutoScalingInstances_instanceIds - The IDs of the instances. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.

Array Members: Maximum number of 50 items.

$sel:maxRecords:DescribeAutoScalingInstances', describeAutoScalingInstances_maxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is 50.

data DescribeAutoScalingInstancesResponse Source #

Instances

Instances details
Eq DescribeAutoScalingInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

Read DescribeAutoScalingInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

Show DescribeAutoScalingInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

Generic DescribeAutoScalingInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

NFData DescribeAutoScalingInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

type Rep DescribeAutoScalingInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingInstances

type Rep DescribeAutoScalingInstancesResponse = D1 ('MetaData "DescribeAutoScalingInstancesResponse" "Amazonka.AutoScaling.DescribeAutoScalingInstances" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeAutoScalingInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "autoScalingInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoScalingInstanceDetails])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeAutoScalingInstancesResponse Source #

Create a value of DescribeAutoScalingInstancesResponse 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:nextToken:DescribeAutoScalingInstances', describeAutoScalingInstancesResponse_nextToken - A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

$sel:autoScalingInstances:DescribeAutoScalingInstancesResponse', describeAutoScalingInstancesResponse_autoScalingInstances - The instances.

$sel:httpStatus:DescribeAutoScalingInstancesResponse', describeAutoScalingInstancesResponse_httpStatus - The response's http status code.

RecordLifecycleActionHeartbeat

data RecordLifecycleActionHeartbeat Source #

See: newRecordLifecycleActionHeartbeat smart constructor.

Instances

Instances details
Eq RecordLifecycleActionHeartbeat Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

Read RecordLifecycleActionHeartbeat Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

Show RecordLifecycleActionHeartbeat Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

Generic RecordLifecycleActionHeartbeat Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

Associated Types

type Rep RecordLifecycleActionHeartbeat :: Type -> Type #

NFData RecordLifecycleActionHeartbeat Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

Hashable RecordLifecycleActionHeartbeat Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

AWSRequest RecordLifecycleActionHeartbeat Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

ToHeaders RecordLifecycleActionHeartbeat Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

ToPath RecordLifecycleActionHeartbeat Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

ToQuery RecordLifecycleActionHeartbeat Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

type Rep RecordLifecycleActionHeartbeat Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

type Rep RecordLifecycleActionHeartbeat = D1 ('MetaData "RecordLifecycleActionHeartbeat" "Amazonka.AutoScaling.RecordLifecycleActionHeartbeat" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "RecordLifecycleActionHeartbeat'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lifecycleActionToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lifecycleHookName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse RecordLifecycleActionHeartbeat Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

newRecordLifecycleActionHeartbeat Source #

Create a value of RecordLifecycleActionHeartbeat 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:instanceId:RecordLifecycleActionHeartbeat', recordLifecycleActionHeartbeat_instanceId - The ID of the instance.

$sel:lifecycleActionToken:RecordLifecycleActionHeartbeat', recordLifecycleActionHeartbeat_lifecycleActionToken - A token that uniquely identifies a specific lifecycle action associated with an instance. Amazon EC2 Auto Scaling sends this token to the notification target that you specified when you created the lifecycle hook.

$sel:lifecycleHookName:RecordLifecycleActionHeartbeat', recordLifecycleActionHeartbeat_lifecycleHookName - The name of the lifecycle hook.

$sel:autoScalingGroupName:RecordLifecycleActionHeartbeat', recordLifecycleActionHeartbeat_autoScalingGroupName - The name of the Auto Scaling group.

data RecordLifecycleActionHeartbeatResponse Source #

Instances

Instances details
Eq RecordLifecycleActionHeartbeatResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

Read RecordLifecycleActionHeartbeatResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

Show RecordLifecycleActionHeartbeatResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

Generic RecordLifecycleActionHeartbeatResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

NFData RecordLifecycleActionHeartbeatResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

type Rep RecordLifecycleActionHeartbeatResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.RecordLifecycleActionHeartbeat

type Rep RecordLifecycleActionHeartbeatResponse = D1 ('MetaData "RecordLifecycleActionHeartbeatResponse" "Amazonka.AutoScaling.RecordLifecycleActionHeartbeat" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "RecordLifecycleActionHeartbeatResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRecordLifecycleActionHeartbeatResponse Source #

Create a value of RecordLifecycleActionHeartbeatResponse 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:httpStatus:RecordLifecycleActionHeartbeatResponse', recordLifecycleActionHeartbeatResponse_httpStatus - The response's http status code.

DisableMetricsCollection

data DisableMetricsCollection Source #

See: newDisableMetricsCollection smart constructor.

Instances

Instances details
Eq DisableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

Read DisableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

Show DisableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

Generic DisableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

Associated Types

type Rep DisableMetricsCollection :: Type -> Type #

NFData DisableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

Hashable DisableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

AWSRequest DisableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

ToHeaders DisableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

ToPath DisableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

ToQuery DisableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

type Rep DisableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

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

Defined in Amazonka.AutoScaling.DisableMetricsCollection

newDisableMetricsCollection Source #

Create a value of DisableMetricsCollection 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:metrics:DisableMetricsCollection', disableMetricsCollection_metrics - Specifies one or more of the following metrics:

  • GroupMinSize
  • GroupMaxSize
  • GroupDesiredCapacity
  • GroupInServiceInstances
  • GroupPendingInstances
  • GroupStandbyInstances
  • GroupTerminatingInstances
  • GroupTotalInstances
  • GroupInServiceCapacity
  • GroupPendingCapacity
  • GroupStandbyCapacity
  • GroupTerminatingCapacity
  • GroupTotalCapacity
  • WarmPoolDesiredCapacity
  • WarmPoolWarmedCapacity
  • WarmPoolPendingCapacity
  • WarmPoolTerminatingCapacity
  • WarmPoolTotalCapacity
  • GroupAndWarmPoolDesiredCapacity
  • GroupAndWarmPoolTotalCapacity

If you omit this parameter, all metrics are disabled.

$sel:autoScalingGroupName:DisableMetricsCollection', disableMetricsCollection_autoScalingGroupName - The name of the Auto Scaling group.

data DisableMetricsCollectionResponse Source #

See: newDisableMetricsCollectionResponse smart constructor.

Instances

Instances details
Eq DisableMetricsCollectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

Read DisableMetricsCollectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

Show DisableMetricsCollectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

Generic DisableMetricsCollectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

Associated Types

type Rep DisableMetricsCollectionResponse :: Type -> Type #

NFData DisableMetricsCollectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

type Rep DisableMetricsCollectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DisableMetricsCollection

type Rep DisableMetricsCollectionResponse = D1 ('MetaData "DisableMetricsCollectionResponse" "Amazonka.AutoScaling.DisableMetricsCollection" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DisableMetricsCollectionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDisableMetricsCollectionResponse :: DisableMetricsCollectionResponse Source #

Create a value of DisableMetricsCollectionResponse with all optional fields omitted.

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

DetachInstances

data DetachInstances Source #

See: newDetachInstances smart constructor.

Constructors

DetachInstances' (Maybe [Text]) Text Bool 

Instances

Instances details
Eq DetachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

Read DetachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

Show DetachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

Generic DetachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

Associated Types

type Rep DetachInstances :: Type -> Type #

NFData DetachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

Methods

rnf :: DetachInstances -> () #

Hashable DetachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

AWSRequest DetachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

Associated Types

type AWSResponse DetachInstances #

ToHeaders DetachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

ToPath DetachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

ToQuery DetachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

type Rep DetachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

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

Defined in Amazonka.AutoScaling.DetachInstances

newDetachInstances Source #

Create a value of DetachInstances 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:instanceIds:DetachInstances', detachInstances_instanceIds - The IDs of the instances. You can specify up to 20 instances.

$sel:autoScalingGroupName:DetachInstances', detachInstances_autoScalingGroupName - The name of the Auto Scaling group.

$sel:shouldDecrementDesiredCapacity:DetachInstances', detachInstances_shouldDecrementDesiredCapacity - Indicates whether the Auto Scaling group decrements the desired capacity value by the number of instances detached.

data DetachInstancesResponse Source #

See: newDetachInstancesResponse smart constructor.

Instances

Instances details
Eq DetachInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

Read DetachInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

Show DetachInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

Generic DetachInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

Associated Types

type Rep DetachInstancesResponse :: Type -> Type #

NFData DetachInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

Methods

rnf :: DetachInstancesResponse -> () #

type Rep DetachInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachInstances

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

newDetachInstancesResponse Source #

Create a value of DetachInstancesResponse 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:activities:DetachInstancesResponse', detachInstancesResponse_activities - The activities related to detaching the instances from the Auto Scaling group.

$sel:httpStatus:DetachInstancesResponse', detachInstancesResponse_httpStatus - The response's http status code.

EnableMetricsCollection

data EnableMetricsCollection Source #

See: newEnableMetricsCollection smart constructor.

Instances

Instances details
Eq EnableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

Read EnableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

Show EnableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

Generic EnableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

Associated Types

type Rep EnableMetricsCollection :: Type -> Type #

NFData EnableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

Methods

rnf :: EnableMetricsCollection -> () #

Hashable EnableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

AWSRequest EnableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

ToHeaders EnableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

ToPath EnableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

ToQuery EnableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

type Rep EnableMetricsCollection Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

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

Defined in Amazonka.AutoScaling.EnableMetricsCollection

newEnableMetricsCollection Source #

Create a value of EnableMetricsCollection 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:metrics:EnableMetricsCollection', enableMetricsCollection_metrics - Specifies which group-level metrics to start collecting. You can specify one or more of the following metrics:

  • GroupMinSize
  • GroupMaxSize
  • GroupDesiredCapacity
  • GroupInServiceInstances
  • GroupPendingInstances
  • GroupStandbyInstances
  • GroupTerminatingInstances
  • GroupTotalInstances

The instance weighting feature supports the following additional metrics:

  • GroupInServiceCapacity
  • GroupPendingCapacity
  • GroupStandbyCapacity
  • GroupTerminatingCapacity
  • GroupTotalCapacity

The warm pools feature supports the following additional metrics:

  • WarmPoolDesiredCapacity
  • WarmPoolWarmedCapacity
  • WarmPoolPendingCapacity
  • WarmPoolTerminatingCapacity
  • WarmPoolTotalCapacity
  • GroupAndWarmPoolDesiredCapacity
  • GroupAndWarmPoolTotalCapacity

If you omit this parameter, all metrics are enabled.

$sel:autoScalingGroupName:EnableMetricsCollection', enableMetricsCollection_autoScalingGroupName - The name of the Auto Scaling group.

$sel:granularity:EnableMetricsCollection', enableMetricsCollection_granularity - The granularity to associate with the metrics to collect. The only valid value is 1Minute.

data EnableMetricsCollectionResponse Source #

See: newEnableMetricsCollectionResponse smart constructor.

Instances

Instances details
Eq EnableMetricsCollectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

Read EnableMetricsCollectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

Show EnableMetricsCollectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

Generic EnableMetricsCollectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

Associated Types

type Rep EnableMetricsCollectionResponse :: Type -> Type #

NFData EnableMetricsCollectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

type Rep EnableMetricsCollectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.EnableMetricsCollection

type Rep EnableMetricsCollectionResponse = D1 ('MetaData "EnableMetricsCollectionResponse" "Amazonka.AutoScaling.EnableMetricsCollection" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "EnableMetricsCollectionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newEnableMetricsCollectionResponse :: EnableMetricsCollectionResponse Source #

Create a value of EnableMetricsCollectionResponse with all optional fields omitted.

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

DescribeScalingProcessTypes

data DescribeScalingProcessTypes Source #

See: newDescribeScalingProcessTypes smart constructor.

Instances

Instances details
Eq DescribeScalingProcessTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

Read DescribeScalingProcessTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

Show DescribeScalingProcessTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

Generic DescribeScalingProcessTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

Associated Types

type Rep DescribeScalingProcessTypes :: Type -> Type #

NFData DescribeScalingProcessTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

Hashable DescribeScalingProcessTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

AWSRequest DescribeScalingProcessTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

ToHeaders DescribeScalingProcessTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

ToPath DescribeScalingProcessTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

ToQuery DescribeScalingProcessTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

type Rep DescribeScalingProcessTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

type Rep DescribeScalingProcessTypes = D1 ('MetaData "DescribeScalingProcessTypes" "Amazonka.AutoScaling.DescribeScalingProcessTypes" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeScalingProcessTypes'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DescribeScalingProcessTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

newDescribeScalingProcessTypes :: DescribeScalingProcessTypes Source #

Create a value of DescribeScalingProcessTypes with all optional fields omitted.

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

data DescribeScalingProcessTypesResponse Source #

Instances

Instances details
Eq DescribeScalingProcessTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

Read DescribeScalingProcessTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

Show DescribeScalingProcessTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

Generic DescribeScalingProcessTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

NFData DescribeScalingProcessTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

type Rep DescribeScalingProcessTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingProcessTypes

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

newDescribeScalingProcessTypesResponse Source #

Create a value of DescribeScalingProcessTypesResponse 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:processes:DescribeScalingProcessTypesResponse', describeScalingProcessTypesResponse_processes - The names of the process types.

$sel:httpStatus:DescribeScalingProcessTypesResponse', describeScalingProcessTypesResponse_httpStatus - The response's http status code.

DescribeWarmPool

data DescribeWarmPool Source #

See: newDescribeWarmPool smart constructor.

Instances

Instances details
Eq DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Read DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Show DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Generic DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Associated Types

type Rep DescribeWarmPool :: Type -> Type #

NFData DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Methods

rnf :: DescribeWarmPool -> () #

Hashable DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

AWSRequest DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Associated Types

type AWSResponse DescribeWarmPool #

ToHeaders DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

ToPath DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

ToQuery DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

type Rep DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

type Rep DescribeWarmPool = D1 ('MetaData "DescribeWarmPool" "Amazonka.AutoScaling.DescribeWarmPool" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeWarmPool'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

newDescribeWarmPool Source #

Create a value of DescribeWarmPool 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:nextToken:DescribeWarmPool', describeWarmPool_nextToken - The token for the next set of instances to return. (You received this token from a previous call.)

$sel:maxRecords:DescribeWarmPool', describeWarmPool_maxRecords - The maximum number of instances to return with this call. The maximum value is 50.

$sel:autoScalingGroupName:DescribeWarmPool', describeWarmPool_autoScalingGroupName - The name of the Auto Scaling group.

data DescribeWarmPoolResponse Source #

See: newDescribeWarmPoolResponse smart constructor.

Instances

Instances details
Eq DescribeWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Read DescribeWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Show DescribeWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Generic DescribeWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Associated Types

type Rep DescribeWarmPoolResponse :: Type -> Type #

NFData DescribeWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

type Rep DescribeWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

type Rep DescribeWarmPoolResponse = D1 ('MetaData "DescribeWarmPoolResponse" "Amazonka.AutoScaling.DescribeWarmPool" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeWarmPoolResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Instance]))) :*: (S1 ('MetaSel ('Just "warmPoolConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WarmPoolConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeWarmPoolResponse Source #

Create a value of DescribeWarmPoolResponse 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:nextToken:DescribeWarmPool', describeWarmPoolResponse_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:instances:DescribeWarmPoolResponse', describeWarmPoolResponse_instances - The instances that are currently in the warm pool.

$sel:warmPoolConfiguration:DescribeWarmPoolResponse', describeWarmPoolResponse_warmPoolConfiguration - The warm pool configuration details.

$sel:httpStatus:DescribeWarmPoolResponse', describeWarmPoolResponse_httpStatus - The response's http status code.

DeleteTags

data DeleteTags Source #

See: newDeleteTags smart constructor.

Constructors

DeleteTags' [Tag] 

Instances

Instances details
Eq DeleteTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

Read DeleteTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

Show DeleteTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

Generic DeleteTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

Associated Types

type Rep DeleteTags :: Type -> Type #

NFData DeleteTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

Methods

rnf :: DeleteTags -> () #

Hashable DeleteTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

AWSRequest DeleteTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

Associated Types

type AWSResponse DeleteTags #

ToHeaders DeleteTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

Methods

toHeaders :: DeleteTags -> [Header] #

ToPath DeleteTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

ToQuery DeleteTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

type Rep DeleteTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

type Rep DeleteTags = D1 ('MetaData "DeleteTags" "Amazonka.AutoScaling.DeleteTags" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeleteTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse DeleteTags Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

newDeleteTags :: DeleteTags Source #

Create a value of DeleteTags 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:tags:DeleteTags', deleteTags_tags - One or more tags.

data DeleteTagsResponse Source #

See: newDeleteTagsResponse smart constructor.

Constructors

DeleteTagsResponse' 

Instances

Instances details
Eq DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

Read DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

Show DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

Generic DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

Associated Types

type Rep DeleteTagsResponse :: Type -> Type #

NFData DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

Methods

rnf :: DeleteTagsResponse -> () #

type Rep DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteTags

type Rep DeleteTagsResponse = D1 ('MetaData "DeleteTagsResponse" "Amazonka.AutoScaling.DeleteTags" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeleteTagsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteTagsResponse :: DeleteTagsResponse Source #

Create a value of DeleteTagsResponse with all optional fields omitted.

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

DetachLoadBalancerTargetGroups

data DetachLoadBalancerTargetGroups Source #

See: newDetachLoadBalancerTargetGroups smart constructor.

Instances

Instances details
Eq DetachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

Read DetachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

Show DetachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

Generic DetachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

Associated Types

type Rep DetachLoadBalancerTargetGroups :: Type -> Type #

NFData DetachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

Hashable DetachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

AWSRequest DetachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

ToHeaders DetachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

ToPath DetachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

ToQuery DetachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

type Rep DetachLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

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

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

newDetachLoadBalancerTargetGroups Source #

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

$sel:targetGroupARNs:DetachLoadBalancerTargetGroups', detachLoadBalancerTargetGroups_targetGroupARNs - The Amazon Resource Names (ARN) of the target groups. You can specify up to 10 target groups.

data DetachLoadBalancerTargetGroupsResponse Source #

Instances

Instances details
Eq DetachLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

Read DetachLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

Show DetachLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

Generic DetachLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

NFData DetachLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

type Rep DetachLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancerTargetGroups

type Rep DetachLoadBalancerTargetGroupsResponse = D1 ('MetaData "DetachLoadBalancerTargetGroupsResponse" "Amazonka.AutoScaling.DetachLoadBalancerTargetGroups" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DetachLoadBalancerTargetGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDetachLoadBalancerTargetGroupsResponse Source #

Create a value of DetachLoadBalancerTargetGroupsResponse 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:httpStatus:DetachLoadBalancerTargetGroupsResponse', detachLoadBalancerTargetGroupsResponse_httpStatus - The response's http status code.

DescribeLifecycleHooks

data DescribeLifecycleHooks Source #

See: newDescribeLifecycleHooks smart constructor.

Instances

Instances details
Eq DescribeLifecycleHooks Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

Read DescribeLifecycleHooks Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

Show DescribeLifecycleHooks Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

Generic DescribeLifecycleHooks Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

Associated Types

type Rep DescribeLifecycleHooks :: Type -> Type #

NFData DescribeLifecycleHooks Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

Methods

rnf :: DescribeLifecycleHooks -> () #

Hashable DescribeLifecycleHooks Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

AWSRequest DescribeLifecycleHooks Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

Associated Types

type AWSResponse DescribeLifecycleHooks #

ToHeaders DescribeLifecycleHooks Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

ToPath DescribeLifecycleHooks Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

ToQuery DescribeLifecycleHooks Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

type Rep DescribeLifecycleHooks Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

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

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

newDescribeLifecycleHooks Source #

Create a value of DescribeLifecycleHooks 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:lifecycleHookNames:DescribeLifecycleHooks', describeLifecycleHooks_lifecycleHookNames - The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

$sel:autoScalingGroupName:DescribeLifecycleHooks', describeLifecycleHooks_autoScalingGroupName - The name of the Auto Scaling group.

data DescribeLifecycleHooksResponse Source #

See: newDescribeLifecycleHooksResponse smart constructor.

Instances

Instances details
Eq DescribeLifecycleHooksResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

Read DescribeLifecycleHooksResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

Show DescribeLifecycleHooksResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

Generic DescribeLifecycleHooksResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

Associated Types

type Rep DescribeLifecycleHooksResponse :: Type -> Type #

NFData DescribeLifecycleHooksResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

type Rep DescribeLifecycleHooksResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHooks

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

newDescribeLifecycleHooksResponse Source #

Create a value of DescribeLifecycleHooksResponse 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:lifecycleHooks:DescribeLifecycleHooksResponse', describeLifecycleHooksResponse_lifecycleHooks - The lifecycle hooks for the specified group.

$sel:httpStatus:DescribeLifecycleHooksResponse', describeLifecycleHooksResponse_httpStatus - The response's http status code.

DescribeAutoScalingGroups (Paginated)

data DescribeAutoScalingGroups Source #

See: newDescribeAutoScalingGroups smart constructor.

Instances

Instances details
Eq DescribeAutoScalingGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

Read DescribeAutoScalingGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

Show DescribeAutoScalingGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

Generic DescribeAutoScalingGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

Associated Types

type Rep DescribeAutoScalingGroups :: Type -> Type #

NFData DescribeAutoScalingGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

Hashable DescribeAutoScalingGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

AWSPager DescribeAutoScalingGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

AWSRequest DescribeAutoScalingGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

ToHeaders DescribeAutoScalingGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

ToPath DescribeAutoScalingGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

ToQuery DescribeAutoScalingGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

type Rep DescribeAutoScalingGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

type Rep DescribeAutoScalingGroups = D1 ('MetaData "DescribeAutoScalingGroups" "Amazonka.AutoScaling.DescribeAutoScalingGroups" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeAutoScalingGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "autoScalingGroupNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeAutoScalingGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

newDescribeAutoScalingGroups :: DescribeAutoScalingGroups Source #

Create a value of DescribeAutoScalingGroups 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:filters:DescribeAutoScalingGroups', describeAutoScalingGroups_filters - One or more filters to limit the results based on specific tags.

$sel:autoScalingGroupNames:DescribeAutoScalingGroups', describeAutoScalingGroups_autoScalingGroupNames - The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally increase this limit using the MaxRecords parameter.

If you omit this parameter, all Auto Scaling groups are described.

$sel:nextToken:DescribeAutoScalingGroups', describeAutoScalingGroups_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:maxRecords:DescribeAutoScalingGroups', describeAutoScalingGroups_maxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

data DescribeAutoScalingGroupsResponse Source #

See: newDescribeAutoScalingGroupsResponse smart constructor.

Instances

Instances details
Eq DescribeAutoScalingGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

Read DescribeAutoScalingGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

Show DescribeAutoScalingGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

Generic DescribeAutoScalingGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

Associated Types

type Rep DescribeAutoScalingGroupsResponse :: Type -> Type #

NFData DescribeAutoScalingGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

type Rep DescribeAutoScalingGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingGroups

type Rep DescribeAutoScalingGroupsResponse = D1 ('MetaData "DescribeAutoScalingGroupsResponse" "Amazonka.AutoScaling.DescribeAutoScalingGroups" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeAutoScalingGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "autoScalingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AutoScalingGroup]))))

newDescribeAutoScalingGroupsResponse Source #

Create a value of DescribeAutoScalingGroupsResponse 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:nextToken:DescribeAutoScalingGroups', describeAutoScalingGroupsResponse_nextToken - A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

$sel:httpStatus:DescribeAutoScalingGroupsResponse', describeAutoScalingGroupsResponse_httpStatus - The response's http status code.

$sel:autoScalingGroups:DescribeAutoScalingGroupsResponse', describeAutoScalingGroupsResponse_autoScalingGroups - The groups.

DeleteScheduledAction

data DeleteScheduledAction Source #

See: newDeleteScheduledAction smart constructor.

Instances

Instances details
Eq DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

Read DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

Show DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

Generic DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

Associated Types

type Rep DeleteScheduledAction :: Type -> Type #

NFData DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

Methods

rnf :: DeleteScheduledAction -> () #

Hashable DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

AWSRequest DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

Associated Types

type AWSResponse DeleteScheduledAction #

ToHeaders DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

ToPath DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

ToQuery DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

type Rep DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

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

Defined in Amazonka.AutoScaling.DeleteScheduledAction

newDeleteScheduledAction Source #

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

$sel:scheduledActionName:DeleteScheduledAction', deleteScheduledAction_scheduledActionName - The name of the action to delete.

data DeleteScheduledActionResponse Source #

See: newDeleteScheduledActionResponse smart constructor.

Instances

Instances details
Eq DeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

Read DeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

Show DeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

Generic DeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

Associated Types

type Rep DeleteScheduledActionResponse :: Type -> Type #

NFData DeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

type Rep DeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteScheduledAction

type Rep DeleteScheduledActionResponse = D1 ('MetaData "DeleteScheduledActionResponse" "Amazonka.AutoScaling.DeleteScheduledAction" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeleteScheduledActionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteScheduledActionResponse :: DeleteScheduledActionResponse Source #

Create a value of DeleteScheduledActionResponse with all optional fields omitted.

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

SetDesiredCapacity

data SetDesiredCapacity Source #

See: newSetDesiredCapacity smart constructor.

Instances

Instances details
Eq SetDesiredCapacity Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

Read SetDesiredCapacity Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

Show SetDesiredCapacity Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

Generic SetDesiredCapacity Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

Associated Types

type Rep SetDesiredCapacity :: Type -> Type #

NFData SetDesiredCapacity Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

Methods

rnf :: SetDesiredCapacity -> () #

Hashable SetDesiredCapacity Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

AWSRequest SetDesiredCapacity Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

Associated Types

type AWSResponse SetDesiredCapacity #

ToHeaders SetDesiredCapacity Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

ToPath SetDesiredCapacity Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

ToQuery SetDesiredCapacity Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

type Rep SetDesiredCapacity Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

type Rep SetDesiredCapacity = D1 ('MetaData "SetDesiredCapacity" "Amazonka.AutoScaling.SetDesiredCapacity" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "SetDesiredCapacity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "honorCooldown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "desiredCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))
type AWSResponse SetDesiredCapacity Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

newSetDesiredCapacity Source #

Create a value of SetDesiredCapacity 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:honorCooldown:SetDesiredCapacity', setDesiredCapacity_honorCooldown - Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity. By default, Amazon EC2 Auto Scaling does not honor the cooldown period during manual scaling activities.

$sel:autoScalingGroupName:SetDesiredCapacity', setDesiredCapacity_autoScalingGroupName - The name of the Auto Scaling group.

$sel:desiredCapacity:SetDesiredCapacity', setDesiredCapacity_desiredCapacity - The desired capacity is the initial capacity of the Auto Scaling group after this operation completes and the capacity it attempts to maintain.

data SetDesiredCapacityResponse Source #

See: newSetDesiredCapacityResponse smart constructor.

Instances

Instances details
Eq SetDesiredCapacityResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

Read SetDesiredCapacityResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

Show SetDesiredCapacityResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

Generic SetDesiredCapacityResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

Associated Types

type Rep SetDesiredCapacityResponse :: Type -> Type #

NFData SetDesiredCapacityResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

type Rep SetDesiredCapacityResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetDesiredCapacity

type Rep SetDesiredCapacityResponse = D1 ('MetaData "SetDesiredCapacityResponse" "Amazonka.AutoScaling.SetDesiredCapacity" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "SetDesiredCapacityResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newSetDesiredCapacityResponse :: SetDesiredCapacityResponse Source #

Create a value of SetDesiredCapacityResponse with all optional fields omitted.

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

DetachLoadBalancers

data DetachLoadBalancers Source #

See: newDetachLoadBalancers smart constructor.

Instances

Instances details
Eq DetachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

Read DetachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

Show DetachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

Generic DetachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

Associated Types

type Rep DetachLoadBalancers :: Type -> Type #

NFData DetachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

Methods

rnf :: DetachLoadBalancers -> () #

Hashable DetachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

AWSRequest DetachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

Associated Types

type AWSResponse DetachLoadBalancers #

ToHeaders DetachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

ToPath DetachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

ToQuery DetachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

type Rep DetachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

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

Defined in Amazonka.AutoScaling.DetachLoadBalancers

newDetachLoadBalancers Source #

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

$sel:loadBalancerNames:DetachLoadBalancers', detachLoadBalancers_loadBalancerNames - The names of the load balancers. You can specify up to 10 load balancers.

data DetachLoadBalancersResponse Source #

See: newDetachLoadBalancersResponse smart constructor.

Instances

Instances details
Eq DetachLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

Read DetachLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

Show DetachLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

Generic DetachLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

Associated Types

type Rep DetachLoadBalancersResponse :: Type -> Type #

NFData DetachLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

type Rep DetachLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DetachLoadBalancers

type Rep DetachLoadBalancersResponse = D1 ('MetaData "DetachLoadBalancersResponse" "Amazonka.AutoScaling.DetachLoadBalancers" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DetachLoadBalancersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDetachLoadBalancersResponse Source #

Create a value of DetachLoadBalancersResponse 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:httpStatus:DetachLoadBalancersResponse', detachLoadBalancersResponse_httpStatus - The response's http status code.

DescribeAutoScalingNotificationTypes

data DescribeAutoScalingNotificationTypes Source #

Instances

Instances details
Eq DescribeAutoScalingNotificationTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

Read DescribeAutoScalingNotificationTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

Show DescribeAutoScalingNotificationTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

Generic DescribeAutoScalingNotificationTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

NFData DescribeAutoScalingNotificationTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

Hashable DescribeAutoScalingNotificationTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

AWSRequest DescribeAutoScalingNotificationTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

ToHeaders DescribeAutoScalingNotificationTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

ToPath DescribeAutoScalingNotificationTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

ToQuery DescribeAutoScalingNotificationTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

type Rep DescribeAutoScalingNotificationTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

type Rep DescribeAutoScalingNotificationTypes = D1 ('MetaData "DescribeAutoScalingNotificationTypes" "Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeAutoScalingNotificationTypes'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DescribeAutoScalingNotificationTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

newDescribeAutoScalingNotificationTypes :: DescribeAutoScalingNotificationTypes Source #

Create a value of DescribeAutoScalingNotificationTypes with all optional fields omitted.

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

data DescribeAutoScalingNotificationTypesResponse Source #

Instances

Instances details
Eq DescribeAutoScalingNotificationTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

Read DescribeAutoScalingNotificationTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

Show DescribeAutoScalingNotificationTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

Generic DescribeAutoScalingNotificationTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

NFData DescribeAutoScalingNotificationTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

type Rep DescribeAutoScalingNotificationTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes

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

DescribeScheduledActions (Paginated)

data DescribeScheduledActions Source #

See: newDescribeScheduledActions smart constructor.

Instances

Instances details
Eq DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

Read DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

Show DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

Generic DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

Associated Types

type Rep DescribeScheduledActions :: Type -> Type #

NFData DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

Hashable DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

AWSPager DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

AWSRequest DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

ToHeaders DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

ToPath DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

ToQuery DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

type Rep DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

type Rep DescribeScheduledActions = D1 ('MetaData "DescribeScheduledActions" "Amazonka.AutoScaling.DescribeScheduledActions" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeScheduledActions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "scheduledActionNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))
type AWSResponse DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

newDescribeScheduledActions :: DescribeScheduledActions Source #

Create a value of DescribeScheduledActions 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:startTime:DescribeScheduledActions', describeScheduledActions_startTime - The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

$sel:nextToken:DescribeScheduledActions', describeScheduledActions_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:autoScalingGroupName:DescribeScheduledActions', describeScheduledActions_autoScalingGroupName - The name of the Auto Scaling group.

$sel:maxRecords:DescribeScheduledActions', describeScheduledActions_maxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

$sel:endTime:DescribeScheduledActions', describeScheduledActions_endTime - The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.

$sel:scheduledActionNames:DescribeScheduledActions', describeScheduledActions_scheduledActionNames - The names of one or more scheduled actions. If you omit this parameter, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.

Array Members: Maximum number of 50 actions.

data DescribeScheduledActionsResponse Source #

See: newDescribeScheduledActionsResponse smart constructor.

Instances

Instances details
Eq DescribeScheduledActionsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

Read DescribeScheduledActionsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

Show DescribeScheduledActionsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

Generic DescribeScheduledActionsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

Associated Types

type Rep DescribeScheduledActionsResponse :: Type -> Type #

NFData DescribeScheduledActionsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

type Rep DescribeScheduledActionsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScheduledActions

type Rep DescribeScheduledActionsResponse = D1 ('MetaData "DescribeScheduledActionsResponse" "Amazonka.AutoScaling.DescribeScheduledActions" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeScheduledActionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduledUpdateGroupActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ScheduledUpdateGroupAction])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeScheduledActionsResponse Source #

Create a value of DescribeScheduledActionsResponse 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:scheduledUpdateGroupActions:DescribeScheduledActionsResponse', describeScheduledActionsResponse_scheduledUpdateGroupActions - The scheduled actions.

$sel:nextToken:DescribeScheduledActions', describeScheduledActionsResponse_nextToken - A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

$sel:httpStatus:DescribeScheduledActionsResponse', describeScheduledActionsResponse_httpStatus - The response's http status code.

CreateOrUpdateTags

data CreateOrUpdateTags Source #

See: newCreateOrUpdateTags smart constructor.

Constructors

CreateOrUpdateTags' [Tag] 

Instances

Instances details
Eq CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Read CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Show CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Generic CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Associated Types

type Rep CreateOrUpdateTags :: Type -> Type #

NFData CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Methods

rnf :: CreateOrUpdateTags -> () #

Hashable CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

AWSRequest CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Associated Types

type AWSResponse CreateOrUpdateTags #

ToHeaders CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

ToPath CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

ToQuery CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

type Rep CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

type Rep CreateOrUpdateTags = D1 ('MetaData "CreateOrUpdateTags" "Amazonka.AutoScaling.CreateOrUpdateTags" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "CreateOrUpdateTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse CreateOrUpdateTags Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

newCreateOrUpdateTags :: CreateOrUpdateTags Source #

Create a value of CreateOrUpdateTags 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:tags:CreateOrUpdateTags', createOrUpdateTags_tags - One or more tags.

data CreateOrUpdateTagsResponse Source #

See: newCreateOrUpdateTagsResponse smart constructor.

Instances

Instances details
Eq CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Read CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Show CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Generic CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

Associated Types

type Rep CreateOrUpdateTagsResponse :: Type -> Type #

NFData CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

type Rep CreateOrUpdateTagsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateOrUpdateTags

type Rep CreateOrUpdateTagsResponse = D1 ('MetaData "CreateOrUpdateTagsResponse" "Amazonka.AutoScaling.CreateOrUpdateTags" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "CreateOrUpdateTagsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newCreateOrUpdateTagsResponse :: CreateOrUpdateTagsResponse Source #

Create a value of CreateOrUpdateTagsResponse with all optional fields omitted.

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

CompleteLifecycleAction

data CompleteLifecycleAction Source #

See: newCompleteLifecycleAction smart constructor.

Instances

Instances details
Eq CompleteLifecycleAction Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

Read CompleteLifecycleAction Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

Show CompleteLifecycleAction Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

Generic CompleteLifecycleAction Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

Associated Types

type Rep CompleteLifecycleAction :: Type -> Type #

NFData CompleteLifecycleAction Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

Methods

rnf :: CompleteLifecycleAction -> () #

Hashable CompleteLifecycleAction Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

AWSRequest CompleteLifecycleAction Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

ToHeaders CompleteLifecycleAction Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

ToPath CompleteLifecycleAction Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

ToQuery CompleteLifecycleAction Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

type Rep CompleteLifecycleAction Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

type Rep CompleteLifecycleAction = D1 ('MetaData "CompleteLifecycleAction" "Amazonka.AutoScaling.CompleteLifecycleAction" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "CompleteLifecycleAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lifecycleActionToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lifecycleHookName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "lifecycleActionResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CompleteLifecycleAction Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

newCompleteLifecycleAction Source #

Create a value of CompleteLifecycleAction 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:instanceId:CompleteLifecycleAction', completeLifecycleAction_instanceId - The ID of the instance.

$sel:lifecycleActionToken:CompleteLifecycleAction', completeLifecycleAction_lifecycleActionToken - A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Amazon EC2 Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

$sel:lifecycleHookName:CompleteLifecycleAction', completeLifecycleAction_lifecycleHookName - The name of the lifecycle hook.

$sel:autoScalingGroupName:CompleteLifecycleAction', completeLifecycleAction_autoScalingGroupName - The name of the Auto Scaling group.

$sel:lifecycleActionResult:CompleteLifecycleAction', completeLifecycleAction_lifecycleActionResult - The action for the group to take. This parameter can be either CONTINUE or ABANDON.

data CompleteLifecycleActionResponse Source #

See: newCompleteLifecycleActionResponse smart constructor.

Instances

Instances details
Eq CompleteLifecycleActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

Read CompleteLifecycleActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

Show CompleteLifecycleActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

Generic CompleteLifecycleActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

Associated Types

type Rep CompleteLifecycleActionResponse :: Type -> Type #

NFData CompleteLifecycleActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

type Rep CompleteLifecycleActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CompleteLifecycleAction

type Rep CompleteLifecycleActionResponse = D1 ('MetaData "CompleteLifecycleActionResponse" "Amazonka.AutoScaling.CompleteLifecycleAction" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "CompleteLifecycleActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCompleteLifecycleActionResponse Source #

Create a value of CompleteLifecycleActionResponse 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:httpStatus:CompleteLifecycleActionResponse', completeLifecycleActionResponse_httpStatus - The response's http status code.

DeletePolicy

data DeletePolicy Source #

See: newDeletePolicy smart constructor.

Constructors

DeletePolicy' (Maybe Text) Text 

Instances

Instances details
Eq DeletePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

Read DeletePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

Show DeletePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

Generic DeletePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

Associated Types

type Rep DeletePolicy :: Type -> Type #

NFData DeletePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

Methods

rnf :: DeletePolicy -> () #

Hashable DeletePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

AWSRequest DeletePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

Associated Types

type AWSResponse DeletePolicy #

ToHeaders DeletePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

ToPath DeletePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

ToQuery DeletePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

type Rep DeletePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

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

Defined in Amazonka.AutoScaling.DeletePolicy

newDeletePolicy Source #

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

$sel:policyName:DeletePolicy', deletePolicy_policyName - The name or Amazon Resource Name (ARN) of the policy.

data DeletePolicyResponse Source #

See: newDeletePolicyResponse smart constructor.

Constructors

DeletePolicyResponse' 

Instances

Instances details
Eq DeletePolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

Read DeletePolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

Show DeletePolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

Generic DeletePolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

Associated Types

type Rep DeletePolicyResponse :: Type -> Type #

NFData DeletePolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

Methods

rnf :: DeletePolicyResponse -> () #

type Rep DeletePolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeletePolicy

type Rep DeletePolicyResponse = D1 ('MetaData "DeletePolicyResponse" "Amazonka.AutoScaling.DeletePolicy" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeletePolicyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeletePolicyResponse :: DeletePolicyResponse Source #

Create a value of DeletePolicyResponse with all optional fields omitted.

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

AttachInstances

data AttachInstances Source #

See: newAttachInstances smart constructor.

Constructors

AttachInstances' (Maybe [Text]) Text 

Instances

Instances details
Eq AttachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

Read AttachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

Show AttachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

Generic AttachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

Associated Types

type Rep AttachInstances :: Type -> Type #

NFData AttachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

Methods

rnf :: AttachInstances -> () #

Hashable AttachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

AWSRequest AttachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

Associated Types

type AWSResponse AttachInstances #

ToHeaders AttachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

ToPath AttachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

ToQuery AttachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

type Rep AttachInstances Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

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

Defined in Amazonka.AutoScaling.AttachInstances

newAttachInstances Source #

Create a value of AttachInstances 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:instanceIds:AttachInstances', attachInstances_instanceIds - The IDs of the instances. You can specify up to 20 instances.

$sel:autoScalingGroupName:AttachInstances', attachInstances_autoScalingGroupName - The name of the Auto Scaling group.

data AttachInstancesResponse Source #

See: newAttachInstancesResponse smart constructor.

Instances

Instances details
Eq AttachInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

Read AttachInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

Show AttachInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

Generic AttachInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

Associated Types

type Rep AttachInstancesResponse :: Type -> Type #

NFData AttachInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

Methods

rnf :: AttachInstancesResponse -> () #

type Rep AttachInstancesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachInstances

type Rep AttachInstancesResponse = D1 ('MetaData "AttachInstancesResponse" "Amazonka.AutoScaling.AttachInstances" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "AttachInstancesResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newAttachInstancesResponse :: AttachInstancesResponse Source #

Create a value of AttachInstancesResponse with all optional fields omitted.

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

UpdateAutoScalingGroup

data UpdateAutoScalingGroup Source #

See: newUpdateAutoScalingGroup smart constructor.

Instances

Instances details
Eq UpdateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

Read UpdateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

Show UpdateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

Generic UpdateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

Associated Types

type Rep UpdateAutoScalingGroup :: Type -> Type #

NFData UpdateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

Methods

rnf :: UpdateAutoScalingGroup -> () #

Hashable UpdateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

AWSRequest UpdateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

Associated Types

type AWSResponse UpdateAutoScalingGroup #

ToHeaders UpdateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

ToPath UpdateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

ToQuery UpdateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

type Rep UpdateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

type Rep UpdateAutoScalingGroup = D1 ('MetaData "UpdateAutoScalingGroup" "Amazonka.AutoScaling.UpdateAutoScalingGroup" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "UpdateAutoScalingGroup'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "context") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "terminationPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "healthCheckGracePeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "serviceLinkedRoleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "newInstancesProtectedFromScaleIn'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "vPCZoneIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxInstanceLifetime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "defaultCooldown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))) :*: (((S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "desiredCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "mixedInstancesPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MixedInstancesPolicy)) :*: (S1 ('MetaSel ('Just "minSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "launchConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "healthCheckType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "launchTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateSpecification))) :*: (S1 ('MetaSel ('Just "capacityRebalance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "placementGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))
type AWSResponse UpdateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

newUpdateAutoScalingGroup Source #

Create a value of UpdateAutoScalingGroup 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:context:UpdateAutoScalingGroup', updateAutoScalingGroup_context - Reserved.

$sel:terminationPolicies:UpdateAutoScalingGroup', updateAutoScalingGroup_terminationPolicies - A policy or a list of policies that are used to select the instances to terminate. The policies are executed in the order that you list them. For more information, see Controlling which Auto Scaling instances terminate during scale in in the Amazon EC2 Auto Scaling User Guide.

$sel:healthCheckGracePeriod:UpdateAutoScalingGroup', updateAutoScalingGroup_healthCheckGracePeriod - The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default value is 0. For more information, see Health check grace period in the Amazon EC2 Auto Scaling User Guide.

Conditional: Required if you are adding an ELB health check.

$sel:serviceLinkedRoleARN:UpdateAutoScalingGroup', updateAutoScalingGroup_serviceLinkedRoleARN - The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other Amazon Web Services on your behalf. For more information, see Service-linked roles in the Amazon EC2 Auto Scaling User Guide.

$sel:newInstancesProtectedFromScaleIn':UpdateAutoScalingGroup', updateAutoScalingGroup_newInstancesProtectedFromScaleIn - Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in. For more information about preventing instances from terminating on scale in, see Instance scale-in protection in the Amazon EC2 Auto Scaling User Guide.

$sel:vPCZoneIdentifier:UpdateAutoScalingGroup', updateAutoScalingGroup_vPCZoneIdentifier - A comma-separated list of subnet IDs for a virtual private cloud (VPC). If you specify VPCZoneIdentifier with AvailabilityZones, the subnets that you specify for this parameter must reside in those Availability Zones.

$sel:maxInstanceLifetime:UpdateAutoScalingGroup', updateAutoScalingGroup_maxInstanceLifetime - The maximum amount of time, in seconds, that an instance can be in service. The default is null. If specified, the value must be either 0 or a number equal to or greater than 86,400 seconds (1 day). To clear a previously set value, specify a new value of 0. For more information, see Replacing Auto Scaling instances based on maximum instance lifetime in the Amazon EC2 Auto Scaling User Guide.

$sel:defaultCooldown:UpdateAutoScalingGroup', updateAutoScalingGroup_defaultCooldown - The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default value is 300. This setting applies when using simple scaling policies, but not when using other scaling policies or scheduled scaling. For more information, see Scaling cooldowns for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

$sel:maxSize:UpdateAutoScalingGroup', updateAutoScalingGroup_maxSize - The maximum size of the Auto Scaling group.

With a mixed instances policy that uses instance weighting, Amazon EC2 Auto Scaling may need to go above MaxSize to meet your capacity requirements. In this event, Amazon EC2 Auto Scaling will never go above MaxSize by more than your largest instance weight (weights that define how many units each instance contributes to the desired capacity of the group).

$sel:availabilityZones:UpdateAutoScalingGroup', updateAutoScalingGroup_availabilityZones - One or more Availability Zones for the group.

$sel:desiredCapacity:UpdateAutoScalingGroup', updateAutoScalingGroup_desiredCapacity - The desired capacity is the initial capacity of the Auto Scaling group after this operation completes and the capacity it attempts to maintain. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group.

$sel:mixedInstancesPolicy:UpdateAutoScalingGroup', updateAutoScalingGroup_mixedInstancesPolicy - An embedded object that specifies a mixed instances policy. When you make changes to an existing policy, all optional properties are left unchanged if not specified. For more information, see Auto Scaling groups with multiple instance types and purchase options in the Amazon EC2 Auto Scaling User Guide.

$sel:minSize:UpdateAutoScalingGroup', updateAutoScalingGroup_minSize - The minimum size of the Auto Scaling group.

$sel:launchConfigurationName:UpdateAutoScalingGroup', updateAutoScalingGroup_launchConfigurationName - The name of the launch configuration. If you specify LaunchConfigurationName in your update request, you can't specify LaunchTemplate or MixedInstancesPolicy.

$sel:healthCheckType:UpdateAutoScalingGroup', updateAutoScalingGroup_healthCheckType - The service to use for the health checks. The valid values are EC2 and ELB. If you configure an Auto Scaling group to use ELB health checks, it considers the instance unhealthy if it fails either the EC2 status checks or the load balancer health checks.

$sel:launchTemplate:UpdateAutoScalingGroup', updateAutoScalingGroup_launchTemplate - The launch template and version to use to specify the updates. If you specify LaunchTemplate in your update request, you can't specify LaunchConfigurationName or MixedInstancesPolicy.

$sel:capacityRebalance:UpdateAutoScalingGroup', updateAutoScalingGroup_capacityRebalance - Enables or disables Capacity Rebalancing. For more information, see Amazon EC2 Auto Scaling Capacity Rebalancing in the Amazon EC2 Auto Scaling User Guide.

$sel:placementGroup:UpdateAutoScalingGroup', updateAutoScalingGroup_placementGroup - The name of an existing placement group into which to launch your instances, if any. A placement group is a logical grouping of instances within a single Availability Zone. You cannot specify multiple Availability Zones and a placement group. For more information, see Placement Groups in the Amazon EC2 User Guide for Linux Instances.

$sel:autoScalingGroupName:UpdateAutoScalingGroup', updateAutoScalingGroup_autoScalingGroupName - The name of the Auto Scaling group.

data UpdateAutoScalingGroupResponse Source #

See: newUpdateAutoScalingGroupResponse smart constructor.

Instances

Instances details
Eq UpdateAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

Read UpdateAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

Show UpdateAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

Generic UpdateAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

Associated Types

type Rep UpdateAutoScalingGroupResponse :: Type -> Type #

NFData UpdateAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

type Rep UpdateAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.UpdateAutoScalingGroup

type Rep UpdateAutoScalingGroupResponse = D1 ('MetaData "UpdateAutoScalingGroupResponse" "Amazonka.AutoScaling.UpdateAutoScalingGroup" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "UpdateAutoScalingGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateAutoScalingGroupResponse :: UpdateAutoScalingGroupResponse Source #

Create a value of UpdateAutoScalingGroupResponse with all optional fields omitted.

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

DeleteAutoScalingGroup

data DeleteAutoScalingGroup Source #

See: newDeleteAutoScalingGroup smart constructor.

Instances

Instances details
Eq DeleteAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

Read DeleteAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

Show DeleteAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

Generic DeleteAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

Associated Types

type Rep DeleteAutoScalingGroup :: Type -> Type #

NFData DeleteAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

Methods

rnf :: DeleteAutoScalingGroup -> () #

Hashable DeleteAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

AWSRequest DeleteAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

Associated Types

type AWSResponse DeleteAutoScalingGroup #

ToHeaders DeleteAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

ToPath DeleteAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

ToQuery DeleteAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

type Rep DeleteAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

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

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

newDeleteAutoScalingGroup Source #

Create a value of DeleteAutoScalingGroup 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:forceDelete:DeleteAutoScalingGroup', deleteAutoScalingGroup_forceDelete - Specifies that the group is to be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the group.

$sel:autoScalingGroupName:DeleteAutoScalingGroup', deleteAutoScalingGroup_autoScalingGroupName - The name of the Auto Scaling group.

data DeleteAutoScalingGroupResponse Source #

See: newDeleteAutoScalingGroupResponse smart constructor.

Instances

Instances details
Eq DeleteAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

Read DeleteAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

Show DeleteAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

Generic DeleteAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

Associated Types

type Rep DeleteAutoScalingGroupResponse :: Type -> Type #

NFData DeleteAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

type Rep DeleteAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteAutoScalingGroup

type Rep DeleteAutoScalingGroupResponse = D1 ('MetaData "DeleteAutoScalingGroupResponse" "Amazonka.AutoScaling.DeleteAutoScalingGroup" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeleteAutoScalingGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAutoScalingGroupResponse :: DeleteAutoScalingGroupResponse Source #

Create a value of DeleteAutoScalingGroupResponse with all optional fields omitted.

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

PutLifecycleHook

data PutLifecycleHook Source #

See: newPutLifecycleHook smart constructor.

Instances

Instances details
Eq PutLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

Read PutLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

Show PutLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

Generic PutLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

Associated Types

type Rep PutLifecycleHook :: Type -> Type #

NFData PutLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

Methods

rnf :: PutLifecycleHook -> () #

Hashable PutLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

AWSRequest PutLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

Associated Types

type AWSResponse PutLifecycleHook #

ToHeaders PutLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

ToPath PutLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

ToQuery PutLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

type Rep PutLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

type Rep PutLifecycleHook = D1 ('MetaData "PutLifecycleHook" "Amazonka.AutoScaling.PutLifecycleHook" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PutLifecycleHook'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "defaultResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "heartbeatTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "notificationMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notificationTargetARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lifecycleTransition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lifecycleHookName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse PutLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

newPutLifecycleHook Source #

Create a value of PutLifecycleHook 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:defaultResult:PutLifecycleHook', putLifecycleHook_defaultResult - Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either CONTINUE or ABANDON. The default value is ABANDON.

$sel:heartbeatTimeout:PutLifecycleHook', putLifecycleHook_heartbeatTimeout - The maximum time, in seconds, that can elapse before the lifecycle hook times out. The range is from 30 to 7200 seconds. The default value is 3600 seconds (1 hour).

If the lifecycle hook times out, Amazon EC2 Auto Scaling performs the action that you specified in the DefaultResult parameter. You can prevent the lifecycle hook from timing out by calling the RecordLifecycleActionHeartbeat API.

$sel:notificationMetadata:PutLifecycleHook', putLifecycleHook_notificationMetadata - Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to the notification target.

$sel:notificationTargetARN:PutLifecycleHook', putLifecycleHook_notificationTargetARN - The ARN of the notification target that Amazon EC2 Auto Scaling uses to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic.

If you specify an empty string, this overrides the current ARN.

This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key-value pair format when sending notifications to an Amazon SNS topic.

When you specify a notification target, Amazon EC2 Auto Scaling sends it a test message. Test messages contain the following additional key-value pair: "Event": "autoscaling:TEST_NOTIFICATION".

$sel:lifecycleTransition:PutLifecycleHook', putLifecycleHook_lifecycleTransition - The instance state to which you want to attach the lifecycle hook. The valid values are:

  • autoscaling:EC2_INSTANCE_LAUNCHING
  • autoscaling:EC2_INSTANCE_TERMINATING

Required for new lifecycle hooks, but optional when updating existing hooks.

$sel:roleARN:PutLifecycleHook', putLifecycleHook_roleARN - The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target, for example, an Amazon SNS topic or an Amazon SQS queue.

Required for new lifecycle hooks, but optional when updating existing hooks.

$sel:lifecycleHookName:PutLifecycleHook', putLifecycleHook_lifecycleHookName - The name of the lifecycle hook.

$sel:autoScalingGroupName:PutLifecycleHook', putLifecycleHook_autoScalingGroupName - The name of the Auto Scaling group.

data PutLifecycleHookResponse Source #

See: newPutLifecycleHookResponse smart constructor.

Instances

Instances details
Eq PutLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

Read PutLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

Show PutLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

Generic PutLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

Associated Types

type Rep PutLifecycleHookResponse :: Type -> Type #

NFData PutLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

type Rep PutLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutLifecycleHook

type Rep PutLifecycleHookResponse = D1 ('MetaData "PutLifecycleHookResponse" "Amazonka.AutoScaling.PutLifecycleHook" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PutLifecycleHookResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutLifecycleHookResponse Source #

Create a value of PutLifecycleHookResponse 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:httpStatus:PutLifecycleHookResponse', putLifecycleHookResponse_httpStatus - The response's http status code.

BatchPutScheduledUpdateGroupAction

data BatchPutScheduledUpdateGroupAction Source #

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.

data BatchPutScheduledUpdateGroupActionResponse Source #

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.

DeleteLifecycleHook

data DeleteLifecycleHook Source #

See: newDeleteLifecycleHook smart constructor.

Instances

Instances details
Eq DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Read DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Show DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Generic DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Associated Types

type Rep DeleteLifecycleHook :: Type -> Type #

NFData DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Methods

rnf :: DeleteLifecycleHook -> () #

Hashable DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

AWSRequest DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Associated Types

type AWSResponse DeleteLifecycleHook #

ToHeaders DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

ToPath DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

ToQuery DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

type Rep DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

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

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

newDeleteLifecycleHook Source #

Create a value of DeleteLifecycleHook 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:lifecycleHookName:DeleteLifecycleHook', deleteLifecycleHook_lifecycleHookName - The name of the lifecycle hook.

$sel:autoScalingGroupName:DeleteLifecycleHook', deleteLifecycleHook_autoScalingGroupName - The name of the Auto Scaling group.

data DeleteLifecycleHookResponse Source #

See: newDeleteLifecycleHookResponse smart constructor.

Instances

Instances details
Eq DeleteLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Read DeleteLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Show DeleteLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Generic DeleteLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Associated Types

type Rep DeleteLifecycleHookResponse :: Type -> Type #

NFData DeleteLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

type Rep DeleteLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

type Rep DeleteLifecycleHookResponse = D1 ('MetaData "DeleteLifecycleHookResponse" "Amazonka.AutoScaling.DeleteLifecycleHook" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeleteLifecycleHookResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteLifecycleHookResponse Source #

Create a value of DeleteLifecycleHookResponse 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:httpStatus:DeleteLifecycleHookResponse', deleteLifecycleHookResponse_httpStatus - The response's http status code.

ResumeProcesses

data ResumeProcesses Source #

See: newResumeProcesses smart constructor.

Constructors

ResumeProcesses' (Maybe [Text]) Text 

Instances

Instances details
Eq ResumeProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

Read ResumeProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

Show ResumeProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

Generic ResumeProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

Associated Types

type Rep ResumeProcesses :: Type -> Type #

NFData ResumeProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

Methods

rnf :: ResumeProcesses -> () #

Hashable ResumeProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

AWSRequest ResumeProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

Associated Types

type AWSResponse ResumeProcesses #

ToHeaders ResumeProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

ToPath ResumeProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

ToQuery ResumeProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

type Rep ResumeProcesses Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

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

Defined in Amazonka.AutoScaling.ResumeProcesses

newResumeProcesses Source #

Create a value of ResumeProcesses 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:scalingProcesses:ResumeProcesses', resumeProcesses_scalingProcesses - One or more of the following processes:

  • Launch
  • Terminate
  • AddToLoadBalancer
  • AlarmNotification
  • AZRebalance
  • HealthCheck
  • InstanceRefresh
  • ReplaceUnhealthy
  • ScheduledActions

If you omit this parameter, all processes are specified.

$sel:autoScalingGroupName:ResumeProcesses', resumeProcesses_autoScalingGroupName - The name of the Auto Scaling group.

data ResumeProcessesResponse Source #

See: newResumeProcessesResponse smart constructor.

Instances

Instances details
Eq ResumeProcessesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

Read ResumeProcessesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

Show ResumeProcessesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

Generic ResumeProcessesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

Associated Types

type Rep ResumeProcessesResponse :: Type -> Type #

NFData ResumeProcessesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

Methods

rnf :: ResumeProcessesResponse -> () #

type Rep ResumeProcessesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ResumeProcesses

type Rep ResumeProcessesResponse = D1 ('MetaData "ResumeProcessesResponse" "Amazonka.AutoScaling.ResumeProcesses" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "ResumeProcessesResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newResumeProcessesResponse :: ResumeProcessesResponse Source #

Create a value of ResumeProcessesResponse with all optional fields omitted.

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

ExecutePolicy

data ExecutePolicy Source #

See: newExecutePolicy smart constructor.

Instances

Instances details
Eq ExecutePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

Read ExecutePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

Show ExecutePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

Generic ExecutePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

Associated Types

type Rep ExecutePolicy :: Type -> Type #

NFData ExecutePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

Methods

rnf :: ExecutePolicy -> () #

Hashable ExecutePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

AWSRequest ExecutePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

Associated Types

type AWSResponse ExecutePolicy #

ToHeaders ExecutePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

ToPath ExecutePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

ToQuery ExecutePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

type Rep ExecutePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

type Rep ExecutePolicy = D1 ('MetaData "ExecutePolicy" "Amazonka.AutoScaling.ExecutePolicy" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "ExecutePolicy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "honorCooldown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "metricValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "breachThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "policyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ExecutePolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

newExecutePolicy Source #

Create a value of ExecutePolicy 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:honorCooldown:ExecutePolicy', executePolicy_honorCooldown - Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to complete before executing the policy.

Valid only if the policy type is SimpleScaling. For more information, see Scaling cooldowns for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

$sel:metricValue:ExecutePolicy', executePolicy_metricValue - The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59.

If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.

Required if the policy type is StepScaling and not supported otherwise.

$sel:autoScalingGroupName:ExecutePolicy', executePolicy_autoScalingGroupName - The name of the Auto Scaling group.

$sel:breachThreshold:ExecutePolicy', executePolicy_breachThreshold - The breach threshold for the alarm.

Required if the policy type is StepScaling and not supported otherwise.

$sel:policyName:ExecutePolicy', executePolicy_policyName - The name or ARN of the policy.

data ExecutePolicyResponse Source #

See: newExecutePolicyResponse smart constructor.

Instances

Instances details
Eq ExecutePolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

Read ExecutePolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

Show ExecutePolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

Generic ExecutePolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

Associated Types

type Rep ExecutePolicyResponse :: Type -> Type #

NFData ExecutePolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

Methods

rnf :: ExecutePolicyResponse -> () #

type Rep ExecutePolicyResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.ExecutePolicy

type Rep ExecutePolicyResponse = D1 ('MetaData "ExecutePolicyResponse" "Amazonka.AutoScaling.ExecutePolicy" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "ExecutePolicyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newExecutePolicyResponse :: ExecutePolicyResponse Source #

Create a value of ExecutePolicyResponse with all optional fields omitted.

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

GetPredictiveScalingForecast

data GetPredictiveScalingForecast Source #

See: newGetPredictiveScalingForecast smart constructor.

Instances

Instances details
Eq GetPredictiveScalingForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

Read GetPredictiveScalingForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

Show GetPredictiveScalingForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

Generic GetPredictiveScalingForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

Associated Types

type Rep GetPredictiveScalingForecast :: Type -> Type #

NFData GetPredictiveScalingForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

Hashable GetPredictiveScalingForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

AWSRequest GetPredictiveScalingForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

ToHeaders GetPredictiveScalingForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

ToPath GetPredictiveScalingForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

ToQuery GetPredictiveScalingForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

type Rep GetPredictiveScalingForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

type Rep GetPredictiveScalingForecast = D1 ('MetaData "GetPredictiveScalingForecast" "Amazonka.AutoScaling.GetPredictiveScalingForecast" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "GetPredictiveScalingForecast'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "policyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601))))
type AWSResponse GetPredictiveScalingForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

newGetPredictiveScalingForecast Source #

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

$sel:policyName:GetPredictiveScalingForecast', getPredictiveScalingForecast_policyName - The name of the policy.

$sel:startTime:GetPredictiveScalingForecast', getPredictiveScalingForecast_startTime - The inclusive start time of the time range for the forecast data to get. At most, the date and time can be one year before the current date and time.

$sel:endTime:GetPredictiveScalingForecast', getPredictiveScalingForecast_endTime - The exclusive end time of the time range for the forecast data to get. The maximum time duration between the start and end time is 30 days.

Although this parameter can accept a date and time that is more than two days in the future, the availability of forecast data has limits. Amazon EC2 Auto Scaling only issues forecasts for periods of two days in advance.

data GetPredictiveScalingForecastResponse Source #

Instances

Instances details
Eq GetPredictiveScalingForecastResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

Read GetPredictiveScalingForecastResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

Show GetPredictiveScalingForecastResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

Generic GetPredictiveScalingForecastResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

NFData GetPredictiveScalingForecastResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

type Rep GetPredictiveScalingForecastResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.GetPredictiveScalingForecast

type Rep GetPredictiveScalingForecastResponse = D1 ('MetaData "GetPredictiveScalingForecastResponse" "Amazonka.AutoScaling.GetPredictiveScalingForecast" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "GetPredictiveScalingForecastResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "loadForecast") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [LoadForecast])) :*: (S1 ('MetaSel ('Just "capacityForecast") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CapacityForecast) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601))))

DescribeInstanceRefreshes

data DescribeInstanceRefreshes Source #

See: newDescribeInstanceRefreshes smart constructor.

Instances

Instances details
Eq DescribeInstanceRefreshes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

Read DescribeInstanceRefreshes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

Show DescribeInstanceRefreshes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

Generic DescribeInstanceRefreshes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

Associated Types

type Rep DescribeInstanceRefreshes :: Type -> Type #

NFData DescribeInstanceRefreshes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

Hashable DescribeInstanceRefreshes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

AWSRequest DescribeInstanceRefreshes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

ToHeaders DescribeInstanceRefreshes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

ToPath DescribeInstanceRefreshes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

ToQuery DescribeInstanceRefreshes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

type Rep DescribeInstanceRefreshes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

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

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

newDescribeInstanceRefreshes Source #

Create a value of DescribeInstanceRefreshes 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:nextToken:DescribeInstanceRefreshes', describeInstanceRefreshes_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:maxRecords:DescribeInstanceRefreshes', describeInstanceRefreshes_maxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

$sel:instanceRefreshIds:DescribeInstanceRefreshes', describeInstanceRefreshes_instanceRefreshIds - One or more instance refresh IDs.

$sel:autoScalingGroupName:DescribeInstanceRefreshes', describeInstanceRefreshes_autoScalingGroupName - The name of the Auto Scaling group.

data DescribeInstanceRefreshesResponse Source #

See: newDescribeInstanceRefreshesResponse smart constructor.

Instances

Instances details
Eq DescribeInstanceRefreshesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

Read DescribeInstanceRefreshesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

Show DescribeInstanceRefreshesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

Generic DescribeInstanceRefreshesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

Associated Types

type Rep DescribeInstanceRefreshesResponse :: Type -> Type #

NFData DescribeInstanceRefreshesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

type Rep DescribeInstanceRefreshesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeInstanceRefreshes

type Rep DescribeInstanceRefreshesResponse = D1 ('MetaData "DescribeInstanceRefreshesResponse" "Amazonka.AutoScaling.DescribeInstanceRefreshes" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeInstanceRefreshesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceRefreshes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstanceRefresh])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeInstanceRefreshesResponse Source #

Create a value of DescribeInstanceRefreshesResponse 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:nextToken:DescribeInstanceRefreshes', describeInstanceRefreshesResponse_nextToken - A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

$sel:instanceRefreshes:DescribeInstanceRefreshesResponse', describeInstanceRefreshesResponse_instanceRefreshes - The instance refreshes for the specified group.

$sel:httpStatus:DescribeInstanceRefreshesResponse', describeInstanceRefreshesResponse_httpStatus - The response's http status code.

DescribeAccountLimits

data DescribeAccountLimits Source #

See: newDescribeAccountLimits smart constructor.

Instances

Instances details
Eq DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

Read DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

Show DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

Generic DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

Associated Types

type Rep DescribeAccountLimits :: Type -> Type #

NFData DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

Methods

rnf :: DescribeAccountLimits -> () #

Hashable DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

AWSRequest DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

Associated Types

type AWSResponse DescribeAccountLimits #

ToHeaders DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

ToPath DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

ToQuery DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

type Rep DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

type Rep DescribeAccountLimits = D1 ('MetaData "DescribeAccountLimits" "Amazonka.AutoScaling.DescribeAccountLimits" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeAccountLimits'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

newDescribeAccountLimits :: DescribeAccountLimits Source #

Create a value of DescribeAccountLimits with all optional fields omitted.

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

data DescribeAccountLimitsResponse Source #

See: newDescribeAccountLimitsResponse smart constructor.

Instances

Instances details
Eq DescribeAccountLimitsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

Read DescribeAccountLimitsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

Show DescribeAccountLimitsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

Generic DescribeAccountLimitsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

Associated Types

type Rep DescribeAccountLimitsResponse :: Type -> Type #

NFData DescribeAccountLimitsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

type Rep DescribeAccountLimitsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAccountLimits

type Rep DescribeAccountLimitsResponse = D1 ('MetaData "DescribeAccountLimitsResponse" "Amazonka.AutoScaling.DescribeAccountLimits" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeAccountLimitsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "numberOfLaunchConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "numberOfAutoScalingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "maxNumberOfAutoScalingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "maxNumberOfLaunchConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeAccountLimitsResponse Source #

Create a value of DescribeAccountLimitsResponse 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:numberOfLaunchConfigurations:DescribeAccountLimitsResponse', describeAccountLimitsResponse_numberOfLaunchConfigurations - The current number of launch configurations for your account.

$sel:numberOfAutoScalingGroups:DescribeAccountLimitsResponse', describeAccountLimitsResponse_numberOfAutoScalingGroups - The current number of groups for your account.

$sel:maxNumberOfAutoScalingGroups:DescribeAccountLimitsResponse', describeAccountLimitsResponse_maxNumberOfAutoScalingGroups - The maximum number of groups allowed for your account. The default is 200 groups per Region.

$sel:maxNumberOfLaunchConfigurations:DescribeAccountLimitsResponse', describeAccountLimitsResponse_maxNumberOfLaunchConfigurations - The maximum number of launch configurations allowed for your account. The default is 200 launch configurations per Region.

$sel:httpStatus:DescribeAccountLimitsResponse', describeAccountLimitsResponse_httpStatus - The response's http status code.

AttachLoadBalancers

data AttachLoadBalancers Source #

See: newAttachLoadBalancers smart constructor.

Instances

Instances details
Eq AttachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

Read AttachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

Show AttachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

Generic AttachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

Associated Types

type Rep AttachLoadBalancers :: Type -> Type #

NFData AttachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

Methods

rnf :: AttachLoadBalancers -> () #

Hashable AttachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

AWSRequest AttachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

Associated Types

type AWSResponse AttachLoadBalancers #

ToHeaders AttachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

ToPath AttachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

ToQuery AttachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

type Rep AttachLoadBalancers Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

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

Defined in Amazonka.AutoScaling.AttachLoadBalancers

newAttachLoadBalancers Source #

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

$sel:loadBalancerNames:AttachLoadBalancers', attachLoadBalancers_loadBalancerNames - The names of the load balancers. You can specify up to 10 load balancers.

data AttachLoadBalancersResponse Source #

See: newAttachLoadBalancersResponse smart constructor.

Instances

Instances details
Eq AttachLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

Read AttachLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

Show AttachLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

Generic AttachLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

Associated Types

type Rep AttachLoadBalancersResponse :: Type -> Type #

NFData AttachLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

type Rep AttachLoadBalancersResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.AttachLoadBalancers

type Rep AttachLoadBalancersResponse = D1 ('MetaData "AttachLoadBalancersResponse" "Amazonka.AutoScaling.AttachLoadBalancers" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "AttachLoadBalancersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAttachLoadBalancersResponse Source #

Create a value of AttachLoadBalancersResponse 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:httpStatus:AttachLoadBalancersResponse', attachLoadBalancersResponse_httpStatus - The response's http status code.

BatchDeleteScheduledAction

data BatchDeleteScheduledAction Source #

See: newBatchDeleteScheduledAction smart constructor.

Instances

Instances details
Eq BatchDeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

Read BatchDeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

Show BatchDeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

Generic BatchDeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

Associated Types

type Rep BatchDeleteScheduledAction :: Type -> Type #

NFData BatchDeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

Hashable BatchDeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

AWSRequest BatchDeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

ToHeaders BatchDeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

ToPath BatchDeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

ToQuery BatchDeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

type Rep BatchDeleteScheduledAction Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

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

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

newBatchDeleteScheduledAction Source #

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

$sel:scheduledActionNames:BatchDeleteScheduledAction', batchDeleteScheduledAction_scheduledActionNames - The names of the scheduled actions to delete. The maximum number allowed is 50.

data BatchDeleteScheduledActionResponse Source #

Instances

Instances details
Eq BatchDeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

Read BatchDeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

Show BatchDeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

Generic BatchDeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

Associated Types

type Rep BatchDeleteScheduledActionResponse :: Type -> Type #

NFData BatchDeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

type Rep BatchDeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.BatchDeleteScheduledAction

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

newBatchDeleteScheduledActionResponse Source #

Create a value of BatchDeleteScheduledActionResponse 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:failedScheduledActions:BatchDeleteScheduledActionResponse', batchDeleteScheduledActionResponse_failedScheduledActions - The names of the scheduled actions that could not be deleted, including an error message.

$sel:httpStatus:BatchDeleteScheduledActionResponse', batchDeleteScheduledActionResponse_httpStatus - The response's http status code.

TerminateInstanceInAutoScalingGroup

data TerminateInstanceInAutoScalingGroup Source #

Instances

Instances details
Eq TerminateInstanceInAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

Read TerminateInstanceInAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

Show TerminateInstanceInAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

Generic TerminateInstanceInAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

NFData TerminateInstanceInAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

Hashable TerminateInstanceInAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

AWSRequest TerminateInstanceInAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

ToHeaders TerminateInstanceInAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

ToPath TerminateInstanceInAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

ToQuery TerminateInstanceInAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

type Rep TerminateInstanceInAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

type Rep TerminateInstanceInAutoScalingGroup = D1 ('MetaData "TerminateInstanceInAutoScalingGroup" "Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "TerminateInstanceInAutoScalingGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "shouldDecrementDesiredCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))
type AWSResponse TerminateInstanceInAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

newTerminateInstanceInAutoScalingGroup Source #

Create a value of TerminateInstanceInAutoScalingGroup 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:instanceId:TerminateInstanceInAutoScalingGroup', terminateInstanceInAutoScalingGroup_instanceId - The ID of the instance.

$sel:shouldDecrementDesiredCapacity:TerminateInstanceInAutoScalingGroup', terminateInstanceInAutoScalingGroup_shouldDecrementDesiredCapacity - Indicates whether terminating the instance also decrements the size of the Auto Scaling group.

data TerminateInstanceInAutoScalingGroupResponse Source #

Instances

Instances details
Eq TerminateInstanceInAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

Read TerminateInstanceInAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

Show TerminateInstanceInAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

Generic TerminateInstanceInAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

NFData TerminateInstanceInAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

type Rep TerminateInstanceInAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup

type Rep TerminateInstanceInAutoScalingGroupResponse = D1 ('MetaData "TerminateInstanceInAutoScalingGroupResponse" "Amazonka.AutoScaling.TerminateInstanceInAutoScalingGroup" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "TerminateInstanceInAutoScalingGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "activity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Activity)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeLoadBalancerTargetGroups (Paginated)

data DescribeLoadBalancerTargetGroups Source #

See: newDescribeLoadBalancerTargetGroups smart constructor.

Instances

Instances details
Eq DescribeLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

Read DescribeLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

Show DescribeLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

Generic DescribeLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

Associated Types

type Rep DescribeLoadBalancerTargetGroups :: Type -> Type #

NFData DescribeLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

Hashable DescribeLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

AWSPager DescribeLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

AWSRequest DescribeLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

ToHeaders DescribeLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

ToPath DescribeLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

ToQuery DescribeLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

type Rep DescribeLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

type Rep DescribeLoadBalancerTargetGroups = D1 ('MetaData "DescribeLoadBalancerTargetGroups" "Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeLoadBalancerTargetGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeLoadBalancerTargetGroups Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

newDescribeLoadBalancerTargetGroups Source #

Create a value of DescribeLoadBalancerTargetGroups 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:nextToken:DescribeLoadBalancerTargetGroups', describeLoadBalancerTargetGroups_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:maxRecords:DescribeLoadBalancerTargetGroups', describeLoadBalancerTargetGroups_maxRecords - The maximum number of items to return with this call. The default value is 100 and the maximum value is 100.

$sel:autoScalingGroupName:DescribeLoadBalancerTargetGroups', describeLoadBalancerTargetGroups_autoScalingGroupName - The name of the Auto Scaling group.

data DescribeLoadBalancerTargetGroupsResponse Source #

Instances

Instances details
Eq DescribeLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

Read DescribeLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

Show DescribeLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

Generic DescribeLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

NFData DescribeLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

type Rep DescribeLoadBalancerTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups

type Rep DescribeLoadBalancerTargetGroupsResponse = D1 ('MetaData "DescribeLoadBalancerTargetGroupsResponse" "Amazonka.AutoScaling.DescribeLoadBalancerTargetGroups" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeLoadBalancerTargetGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loadBalancerTargetGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LoadBalancerTargetGroupState])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeLoadBalancerTargetGroupsResponse Source #

Create a value of DescribeLoadBalancerTargetGroupsResponse 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:loadBalancerTargetGroups:DescribeLoadBalancerTargetGroupsResponse', describeLoadBalancerTargetGroupsResponse_loadBalancerTargetGroups - Information about the target groups.

$sel:nextToken:DescribeLoadBalancerTargetGroups', describeLoadBalancerTargetGroupsResponse_nextToken - A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

$sel:httpStatus:DescribeLoadBalancerTargetGroupsResponse', describeLoadBalancerTargetGroupsResponse_httpStatus - The response's http status code.

PutScheduledUpdateGroupAction

data PutScheduledUpdateGroupAction Source #

See: newPutScheduledUpdateGroupAction smart constructor.

Instances

Instances details
Eq PutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

Read PutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

Show PutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

Generic PutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

Associated Types

type Rep PutScheduledUpdateGroupAction :: Type -> Type #

NFData PutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

Hashable PutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

AWSRequest PutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

ToHeaders PutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

ToPath PutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

ToQuery PutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

type Rep PutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

type Rep PutScheduledUpdateGroupAction = D1 ('MetaData "PutScheduledUpdateGroupAction" "Amazonka.AutoScaling.PutScheduledUpdateGroupAction" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PutScheduledUpdateGroupAction'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "maxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "recurrence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "desiredCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "minSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "timeZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scheduledActionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse PutScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

newPutScheduledUpdateGroupAction Source #

Create a value of PutScheduledUpdateGroupAction 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:startTime:PutScheduledUpdateGroupAction', putScheduledUpdateGroupAction_startTime - The date and time for this action to start, in YYYY-MM-DDThh:mm:ssZ format in UTC/GMT only and in quotes (for example, "2019-06-01T00:00:00Z").

If you specify Recurrence and StartTime, Amazon EC2 Auto Scaling performs the action at this time, and then performs the action based on the specified recurrence.

If you try to schedule your action in the past, Amazon EC2 Auto Scaling returns an error message.

$sel:time:PutScheduledUpdateGroupAction', putScheduledUpdateGroupAction_time - This parameter is no longer used.

$sel:maxSize:PutScheduledUpdateGroupAction', putScheduledUpdateGroupAction_maxSize - The maximum size of the Auto Scaling group.

$sel:recurrence:PutScheduledUpdateGroupAction', putScheduledUpdateGroupAction_recurrence - The recurring schedule for this action. This format consists of five fields separated by white spaces: [Minute] [Hour] [Day_of_Month] [Month_of_Year] [Day_of_Week]. The value must be in quotes (for example, "30 0 1 1,6,12 *"). For more information about this format, see Crontab.

When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

Cron expressions use Universal Coordinated Time (UTC) by default.

$sel:desiredCapacity:PutScheduledUpdateGroupAction', putScheduledUpdateGroupAction_desiredCapacity - The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain. It can scale beyond this capacity if you add more scaling conditions.

$sel:minSize:PutScheduledUpdateGroupAction', putScheduledUpdateGroupAction_minSize - The minimum size of the Auto Scaling group.

$sel:endTime:PutScheduledUpdateGroupAction', putScheduledUpdateGroupAction_endTime - The date and time for the recurring schedule to end, in UTC.

$sel:timeZone:PutScheduledUpdateGroupAction', putScheduledUpdateGroupAction_timeZone - Specifies the time zone for a cron expression. If a time zone is not provided, UTC is used by default.

Valid values are the canonical names of the IANA time zones, derived from the IANA Time Zone Database (such as Etc/GMT+9 or Pacific/Tahiti). For more information, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.

$sel:autoScalingGroupName:PutScheduledUpdateGroupAction', putScheduledUpdateGroupAction_autoScalingGroupName - The name of the Auto Scaling group.

$sel:scheduledActionName:PutScheduledUpdateGroupAction', putScheduledUpdateGroupAction_scheduledActionName - The name of this scaling action.

data PutScheduledUpdateGroupActionResponse Source #

Instances

Instances details
Eq PutScheduledUpdateGroupActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

Read PutScheduledUpdateGroupActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

Show PutScheduledUpdateGroupActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

Generic PutScheduledUpdateGroupActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

NFData PutScheduledUpdateGroupActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

type Rep PutScheduledUpdateGroupActionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.PutScheduledUpdateGroupAction

type Rep PutScheduledUpdateGroupActionResponse = D1 ('MetaData "PutScheduledUpdateGroupActionResponse" "Amazonka.AutoScaling.PutScheduledUpdateGroupAction" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PutScheduledUpdateGroupActionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPutScheduledUpdateGroupActionResponse :: PutScheduledUpdateGroupActionResponse Source #

Create a value of PutScheduledUpdateGroupActionResponse with all optional fields omitted.

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

SetInstanceProtection

data SetInstanceProtection Source #

See: newSetInstanceProtection smart constructor.

Instances

Instances details
Eq SetInstanceProtection Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

Read SetInstanceProtection Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

Show SetInstanceProtection Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

Generic SetInstanceProtection Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

Associated Types

type Rep SetInstanceProtection :: Type -> Type #

NFData SetInstanceProtection Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

Methods

rnf :: SetInstanceProtection -> () #

Hashable SetInstanceProtection Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

AWSRequest SetInstanceProtection Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

Associated Types

type AWSResponse SetInstanceProtection #

ToHeaders SetInstanceProtection Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

ToPath SetInstanceProtection Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

ToQuery SetInstanceProtection Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

type Rep SetInstanceProtection Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

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

Defined in Amazonka.AutoScaling.SetInstanceProtection

newSetInstanceProtection Source #

Create a value of SetInstanceProtection 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:instanceIds:SetInstanceProtection', setInstanceProtection_instanceIds - One or more instance IDs. You can specify up to 50 instances.

$sel:autoScalingGroupName:SetInstanceProtection', setInstanceProtection_autoScalingGroupName - The name of the Auto Scaling group.

$sel:protectedFromScaleIn:SetInstanceProtection', setInstanceProtection_protectedFromScaleIn - Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.

data SetInstanceProtectionResponse Source #

See: newSetInstanceProtectionResponse smart constructor.

Instances

Instances details
Eq SetInstanceProtectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

Read SetInstanceProtectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

Show SetInstanceProtectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

Generic SetInstanceProtectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

Associated Types

type Rep SetInstanceProtectionResponse :: Type -> Type #

NFData SetInstanceProtectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

type Rep SetInstanceProtectionResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.SetInstanceProtection

type Rep SetInstanceProtectionResponse = D1 ('MetaData "SetInstanceProtectionResponse" "Amazonka.AutoScaling.SetInstanceProtection" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "SetInstanceProtectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSetInstanceProtectionResponse Source #

Create a value of SetInstanceProtectionResponse 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:httpStatus:SetInstanceProtectionResponse', setInstanceProtectionResponse_httpStatus - The response's http status code.

DescribePolicies (Paginated)

data DescribePolicies Source #

See: newDescribePolicies smart constructor.

Instances

Instances details
Eq DescribePolicies Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

Read DescribePolicies Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

Show DescribePolicies Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

Generic DescribePolicies Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

Associated Types

type Rep DescribePolicies :: Type -> Type #

NFData DescribePolicies Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

Methods

rnf :: DescribePolicies -> () #

Hashable DescribePolicies Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

AWSPager DescribePolicies Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

AWSRequest DescribePolicies Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

Associated Types

type AWSResponse DescribePolicies #

ToHeaders DescribePolicies Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

ToPath DescribePolicies Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

ToQuery DescribePolicies Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

type Rep DescribePolicies Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

type Rep DescribePolicies = D1 ('MetaData "DescribePolicies" "Amazonka.AutoScaling.DescribePolicies" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribePolicies'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "policyNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "policyTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))
type AWSResponse DescribePolicies Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

newDescribePolicies :: DescribePolicies Source #

Create a value of DescribePolicies 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:policyNames:DescribePolicies', describePolicies_policyNames - The names of one or more policies. If you omit this parameter, all policies are described. If a group name is provided, the results are limited to that group. If you specify an unknown policy name, it is ignored with no error.

Array Members: Maximum number of 50 items.

$sel:nextToken:DescribePolicies', describePolicies_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:autoScalingGroupName:DescribePolicies', describePolicies_autoScalingGroupName - The name of the Auto Scaling group.

$sel:maxRecords:DescribePolicies', describePolicies_maxRecords - The maximum number of items to be returned with each call. The default value is 50 and the maximum value is 100.

$sel:policyTypes:DescribePolicies', describePolicies_policyTypes - One or more policy types. The valid values are SimpleScaling, StepScaling, TargetTrackingScaling, and PredictiveScaling.

data DescribePoliciesResponse Source #

See: newDescribePoliciesResponse smart constructor.

Instances

Instances details
Eq DescribePoliciesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

Read DescribePoliciesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

Show DescribePoliciesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

Generic DescribePoliciesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

Associated Types

type Rep DescribePoliciesResponse :: Type -> Type #

NFData DescribePoliciesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

type Rep DescribePoliciesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribePolicies

type Rep DescribePoliciesResponse = D1 ('MetaData "DescribePoliciesResponse" "Amazonka.AutoScaling.DescribePolicies" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribePoliciesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scalingPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ScalingPolicy])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribePoliciesResponse Source #

Create a value of DescribePoliciesResponse 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:nextToken:DescribePolicies', describePoliciesResponse_nextToken - A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

$sel:scalingPolicies:DescribePoliciesResponse', describePoliciesResponse_scalingPolicies - The scaling policies.

$sel:httpStatus:DescribePoliciesResponse', describePoliciesResponse_httpStatus - The response's http status code.

DescribeLaunchConfigurations (Paginated)

data DescribeLaunchConfigurations Source #

See: newDescribeLaunchConfigurations smart constructor.

Instances

Instances details
Eq DescribeLaunchConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

Read DescribeLaunchConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

Show DescribeLaunchConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

Generic DescribeLaunchConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

Associated Types

type Rep DescribeLaunchConfigurations :: Type -> Type #

NFData DescribeLaunchConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

Hashable DescribeLaunchConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

AWSPager DescribeLaunchConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

AWSRequest DescribeLaunchConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

ToHeaders DescribeLaunchConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

ToPath DescribeLaunchConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

ToQuery DescribeLaunchConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

type Rep DescribeLaunchConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

type Rep DescribeLaunchConfigurations = D1 ('MetaData "DescribeLaunchConfigurations" "Amazonka.AutoScaling.DescribeLaunchConfigurations" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeLaunchConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchConfigurationNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeLaunchConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

newDescribeLaunchConfigurations :: DescribeLaunchConfigurations Source #

Create a value of DescribeLaunchConfigurations 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:launchConfigurationNames:DescribeLaunchConfigurations', describeLaunchConfigurations_launchConfigurationNames - The launch configuration names. If you omit this parameter, all launch configurations are described.

Array Members: Maximum number of 50 items.

$sel:nextToken:DescribeLaunchConfigurations', describeLaunchConfigurations_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:maxRecords:DescribeLaunchConfigurations', describeLaunchConfigurations_maxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

data DescribeLaunchConfigurationsResponse Source #

Instances

Instances details
Eq DescribeLaunchConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

Read DescribeLaunchConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

Show DescribeLaunchConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

Generic DescribeLaunchConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

NFData DescribeLaunchConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

type Rep DescribeLaunchConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLaunchConfigurations

type Rep DescribeLaunchConfigurationsResponse = D1 ('MetaData "DescribeLaunchConfigurationsResponse" "Amazonka.AutoScaling.DescribeLaunchConfigurations" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeLaunchConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "launchConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [LaunchConfiguration]))))

newDescribeLaunchConfigurationsResponse Source #

Create a value of DescribeLaunchConfigurationsResponse 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:nextToken:DescribeLaunchConfigurations', describeLaunchConfigurationsResponse_nextToken - A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

$sel:httpStatus:DescribeLaunchConfigurationsResponse', describeLaunchConfigurationsResponse_httpStatus - The response's http status code.

$sel:launchConfigurations:DescribeLaunchConfigurationsResponse', describeLaunchConfigurationsResponse_launchConfigurations - The launch configurations.

DescribeScalingActivities (Paginated)

data DescribeScalingActivities Source #

See: newDescribeScalingActivities smart constructor.

Instances

Instances details
Eq DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

Read DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

Show DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

Generic DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

Associated Types

type Rep DescribeScalingActivities :: Type -> Type #

NFData DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

Hashable DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

AWSPager DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

AWSRequest DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

ToHeaders DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

ToPath DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

ToQuery DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

type Rep DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

type Rep DescribeScalingActivities = D1 ('MetaData "DescribeScalingActivities" "Amazonka.AutoScaling.DescribeScalingActivities" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeScalingActivities'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "includeDeletedGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "activityIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))
type AWSResponse DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

newDescribeScalingActivities :: DescribeScalingActivities Source #

Create a value of DescribeScalingActivities 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:nextToken:DescribeScalingActivities', describeScalingActivities_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:autoScalingGroupName:DescribeScalingActivities', describeScalingActivities_autoScalingGroupName - The name of the Auto Scaling group.

$sel:maxRecords:DescribeScalingActivities', describeScalingActivities_maxRecords - The maximum number of items to return with this call. The default value is 100 and the maximum value is 100.

$sel:includeDeletedGroups:DescribeScalingActivities', describeScalingActivities_includeDeletedGroups - Indicates whether to include scaling activity from deleted Auto Scaling groups.

$sel:activityIds:DescribeScalingActivities', describeScalingActivities_activityIds - The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks are described. If unknown activities are requested, they are ignored with no error. If you specify an Auto Scaling group, the results are limited to that group.

Array Members: Maximum number of 50 IDs.

data DescribeScalingActivitiesResponse Source #

See: newDescribeScalingActivitiesResponse smart constructor.

Instances

Instances details
Eq DescribeScalingActivitiesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

Read DescribeScalingActivitiesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

Show DescribeScalingActivitiesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

Generic DescribeScalingActivitiesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

Associated Types

type Rep DescribeScalingActivitiesResponse :: Type -> Type #

NFData DescribeScalingActivitiesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

type Rep DescribeScalingActivitiesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeScalingActivities

type Rep DescribeScalingActivitiesResponse = D1 ('MetaData "DescribeScalingActivitiesResponse" "Amazonka.AutoScaling.DescribeScalingActivities" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeScalingActivitiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "activities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Activity]))))

newDescribeScalingActivitiesResponse Source #

Create a value of DescribeScalingActivitiesResponse 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:nextToken:DescribeScalingActivities', describeScalingActivitiesResponse_nextToken - A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

$sel:httpStatus:DescribeScalingActivitiesResponse', describeScalingActivitiesResponse_httpStatus - The response's http status code.

$sel:activities:DescribeScalingActivitiesResponse', describeScalingActivitiesResponse_activities - The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

DescribeNotificationConfigurations (Paginated)

data DescribeNotificationConfigurations Source #

Instances

Instances details
Eq DescribeNotificationConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

Read DescribeNotificationConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

Show DescribeNotificationConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

Generic DescribeNotificationConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

Associated Types

type Rep DescribeNotificationConfigurations :: Type -> Type #

NFData DescribeNotificationConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

Hashable DescribeNotificationConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

AWSPager DescribeNotificationConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

AWSRequest DescribeNotificationConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

ToHeaders DescribeNotificationConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

ToPath DescribeNotificationConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

ToQuery DescribeNotificationConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

type Rep DescribeNotificationConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

type Rep DescribeNotificationConfigurations = D1 ('MetaData "DescribeNotificationConfigurations" "Amazonka.AutoScaling.DescribeNotificationConfigurations" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeNotificationConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoScalingGroupNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeNotificationConfigurations Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

newDescribeNotificationConfigurations :: DescribeNotificationConfigurations Source #

Create a value of DescribeNotificationConfigurations 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:autoScalingGroupNames:DescribeNotificationConfigurations', describeNotificationConfigurations_autoScalingGroupNames - The name of the Auto Scaling group.

$sel:nextToken:DescribeNotificationConfigurations', describeNotificationConfigurations_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:maxRecords:DescribeNotificationConfigurations', describeNotificationConfigurations_maxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

data DescribeNotificationConfigurationsResponse Source #

Instances

Instances details
Eq DescribeNotificationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

Read DescribeNotificationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

Show DescribeNotificationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

Generic DescribeNotificationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

NFData DescribeNotificationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

type Rep DescribeNotificationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeNotificationConfigurations

type Rep DescribeNotificationConfigurationsResponse = D1 ('MetaData "DescribeNotificationConfigurationsResponse" "Amazonka.AutoScaling.DescribeNotificationConfigurations" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeNotificationConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "notificationConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [NotificationConfiguration]))))

newDescribeNotificationConfigurationsResponse Source #

Create a value of DescribeNotificationConfigurationsResponse 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:nextToken:DescribeNotificationConfigurations', describeNotificationConfigurationsResponse_nextToken - A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

$sel:httpStatus:DescribeNotificationConfigurationsResponse', describeNotificationConfigurationsResponse_httpStatus - The response's http status code.

$sel:notificationConfigurations:DescribeNotificationConfigurationsResponse', describeNotificationConfigurationsResponse_notificationConfigurations - The notification configurations.

DescribeLifecycleHookTypes

data DescribeLifecycleHookTypes Source #

See: newDescribeLifecycleHookTypes smart constructor.

Instances

Instances details
Eq DescribeLifecycleHookTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

Read DescribeLifecycleHookTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

Show DescribeLifecycleHookTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

Generic DescribeLifecycleHookTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

Associated Types

type Rep DescribeLifecycleHookTypes :: Type -> Type #

NFData DescribeLifecycleHookTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

Hashable DescribeLifecycleHookTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

AWSRequest DescribeLifecycleHookTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

ToHeaders DescribeLifecycleHookTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

ToPath DescribeLifecycleHookTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

ToQuery DescribeLifecycleHookTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

type Rep DescribeLifecycleHookTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

type Rep DescribeLifecycleHookTypes = D1 ('MetaData "DescribeLifecycleHookTypes" "Amazonka.AutoScaling.DescribeLifecycleHookTypes" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeLifecycleHookTypes'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DescribeLifecycleHookTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

newDescribeLifecycleHookTypes :: DescribeLifecycleHookTypes Source #

Create a value of DescribeLifecycleHookTypes with all optional fields omitted.

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

data DescribeLifecycleHookTypesResponse Source #

Instances

Instances details
Eq DescribeLifecycleHookTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

Read DescribeLifecycleHookTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

Show DescribeLifecycleHookTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

Generic DescribeLifecycleHookTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

Associated Types

type Rep DescribeLifecycleHookTypesResponse :: Type -> Type #

NFData DescribeLifecycleHookTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

type Rep DescribeLifecycleHookTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeLifecycleHookTypes

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

newDescribeLifecycleHookTypesResponse Source #

Create a value of DescribeLifecycleHookTypesResponse 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:lifecycleHookTypes:DescribeLifecycleHookTypesResponse', describeLifecycleHookTypesResponse_lifecycleHookTypes - The lifecycle hook types.

$sel:httpStatus:DescribeLifecycleHookTypesResponse', describeLifecycleHookTypesResponse_httpStatus - The response's http status code.

DescribeAdjustmentTypes

data DescribeAdjustmentTypes Source #

See: newDescribeAdjustmentTypes smart constructor.

Instances

Instances details
Eq DescribeAdjustmentTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

Read DescribeAdjustmentTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

Show DescribeAdjustmentTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

Generic DescribeAdjustmentTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

Associated Types

type Rep DescribeAdjustmentTypes :: Type -> Type #

NFData DescribeAdjustmentTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

Methods

rnf :: DescribeAdjustmentTypes -> () #

Hashable DescribeAdjustmentTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

AWSRequest DescribeAdjustmentTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

ToHeaders DescribeAdjustmentTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

ToPath DescribeAdjustmentTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

ToQuery DescribeAdjustmentTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

type Rep DescribeAdjustmentTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

type Rep DescribeAdjustmentTypes = D1 ('MetaData "DescribeAdjustmentTypes" "Amazonka.AutoScaling.DescribeAdjustmentTypes" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeAdjustmentTypes'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DescribeAdjustmentTypes Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

newDescribeAdjustmentTypes :: DescribeAdjustmentTypes Source #

Create a value of DescribeAdjustmentTypes with all optional fields omitted.

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

data DescribeAdjustmentTypesResponse Source #

See: newDescribeAdjustmentTypesResponse smart constructor.

Instances

Instances details
Eq DescribeAdjustmentTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

Read DescribeAdjustmentTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

Show DescribeAdjustmentTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

Generic DescribeAdjustmentTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

Associated Types

type Rep DescribeAdjustmentTypesResponse :: Type -> Type #

NFData DescribeAdjustmentTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

type Rep DescribeAdjustmentTypesResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeAdjustmentTypes

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

newDescribeAdjustmentTypesResponse Source #

Create a value of DescribeAdjustmentTypesResponse 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:adjustmentTypes:DescribeAdjustmentTypesResponse', describeAdjustmentTypesResponse_adjustmentTypes - The policy adjustment types.

$sel:httpStatus:DescribeAdjustmentTypesResponse', describeAdjustmentTypesResponse_httpStatus - The response's http status code.

CreateAutoScalingGroup

data CreateAutoScalingGroup Source #

See: newCreateAutoScalingGroup smart constructor.

Instances

Instances details
Eq CreateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

Read CreateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

Show CreateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

Generic CreateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

Associated Types

type Rep CreateAutoScalingGroup :: Type -> Type #

NFData CreateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

Methods

rnf :: CreateAutoScalingGroup -> () #

Hashable CreateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

AWSRequest CreateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

Associated Types

type AWSResponse CreateAutoScalingGroup #

ToHeaders CreateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

ToPath CreateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

ToQuery CreateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

type Rep CreateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

type Rep CreateAutoScalingGroup = D1 ('MetaData "CreateAutoScalingGroup" "Amazonka.AutoScaling.CreateAutoScalingGroup" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "CreateAutoScalingGroup'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "context") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "terminationPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "healthCheckGracePeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "serviceLinkedRoleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "newInstancesProtectedFromScaleIn'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "vPCZoneIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetGroupARNs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxInstanceLifetime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "defaultCooldown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "desiredCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))) :*: (((S1 ('MetaSel ('Just "mixedInstancesPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MixedInstancesPolicy)) :*: (S1 ('MetaSel ('Just "launchConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lifecycleHookSpecificationList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LifecycleHookSpecification])))) :*: (S1 ('MetaSel ('Just "healthCheckType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "launchTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateSpecification)) :*: S1 ('MetaSel ('Just "capacityRebalance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "placementGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "loadBalancerNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: (S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "minSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "maxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))
type AWSResponse CreateAutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

newCreateAutoScalingGroup Source #

Create a value of CreateAutoScalingGroup 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:instanceId:CreateAutoScalingGroup', createAutoScalingGroup_instanceId - The ID of the instance used to base the launch configuration on. If specified, Amazon EC2 Auto Scaling uses the configuration values from the specified instance to create a new launch configuration. To get the instance ID, use the Amazon EC2 DescribeInstances API operation. For more information, see Creating an Auto Scaling group using an EC2 instance in the Amazon EC2 Auto Scaling User Guide.

$sel:context:CreateAutoScalingGroup', createAutoScalingGroup_context - Reserved.

$sel:terminationPolicies:CreateAutoScalingGroup', createAutoScalingGroup_terminationPolicies - A policy or a list of policies that are used to select the instance to terminate. These policies are executed in the order that you list them. For more information, see Controlling which Auto Scaling instances terminate during scale in in the Amazon EC2 Auto Scaling User Guide.

$sel:healthCheckGracePeriod:CreateAutoScalingGroup', createAutoScalingGroup_healthCheckGracePeriod - The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default value is 0. For more information, see Health check grace period in the Amazon EC2 Auto Scaling User Guide.

Conditional: Required if you are adding an ELB health check.

$sel:serviceLinkedRoleARN:CreateAutoScalingGroup', createAutoScalingGroup_serviceLinkedRoleARN - The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other Amazon Web Services on your behalf. By default, Amazon EC2 Auto Scaling uses a service-linked role named AWSServiceRoleForAutoScaling, which it creates if it does not exist. For more information, see Service-linked roles in the Amazon EC2 Auto Scaling User Guide.

$sel:newInstancesProtectedFromScaleIn':CreateAutoScalingGroup', createAutoScalingGroup_newInstancesProtectedFromScaleIn - Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in. For more information about preventing instances from terminating on scale in, see Instance scale-in protection in the Amazon EC2 Auto Scaling User Guide.

$sel:vPCZoneIdentifier:CreateAutoScalingGroup', createAutoScalingGroup_vPCZoneIdentifier - A comma-separated list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created. If you specify VPCZoneIdentifier with AvailabilityZones, the subnets that you specify for this parameter must reside in those Availability Zones.

Conditional: If your account supports EC2-Classic and VPC, this parameter is required to launch instances into a VPC.

$sel:targetGroupARNs:CreateAutoScalingGroup', createAutoScalingGroup_targetGroupARNs - The Amazon Resource Names (ARN) of the target groups to associate with the Auto Scaling group. Instances are registered as targets in a target group, and traffic is routed to the target group. For more information, see Elastic Load Balancing and Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

$sel:maxInstanceLifetime:CreateAutoScalingGroup', createAutoScalingGroup_maxInstanceLifetime - The maximum amount of time, in seconds, that an instance can be in service. The default is null. If specified, the value must be either 0 or a number equal to or greater than 86,400 seconds (1 day). For more information, see Replacing Auto Scaling instances based on maximum instance lifetime in the Amazon EC2 Auto Scaling User Guide.

$sel:defaultCooldown:CreateAutoScalingGroup', createAutoScalingGroup_defaultCooldown - The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default value is 300. This setting applies when using simple scaling policies, but not when using other scaling policies or scheduled scaling. For more information, see Scaling cooldowns for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

$sel:availabilityZones:CreateAutoScalingGroup', createAutoScalingGroup_availabilityZones - A list of Availability Zones where instances in the Auto Scaling group can be created. This parameter is optional if you specify one or more subnets for VPCZoneIdentifier.

Conditional: If your account supports EC2-Classic and VPC, this parameter is required to launch instances into EC2-Classic.

$sel:desiredCapacity:CreateAutoScalingGroup', createAutoScalingGroup_desiredCapacity - The desired capacity is the initial capacity of the Auto Scaling group at the time of its creation and the capacity it attempts to maintain. It can scale beyond this capacity if you configure auto scaling. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. If you do not specify a desired capacity, the default is the minimum size of the group.

$sel:mixedInstancesPolicy:CreateAutoScalingGroup', createAutoScalingGroup_mixedInstancesPolicy - An embedded object that specifies a mixed instances policy. The required properties must be specified. If optional properties are unspecified, their default values are used.

The policy includes properties that not only define the distribution of On-Demand Instances and Spot Instances, the maximum price to pay for Spot Instances, and how the Auto Scaling group allocates instance types to fulfill On-Demand and Spot capacities, but also the properties that specify the instance configuration information—the launch template and instance types. The policy can also include a weight for each instance type and different launch templates for individual instance types. For more information, see Auto Scaling groups with multiple instance types and purchase options in the Amazon EC2 Auto Scaling User Guide.

$sel:launchConfigurationName:CreateAutoScalingGroup', createAutoScalingGroup_launchConfigurationName - The name of the launch configuration to use to launch instances.

Conditional: You must specify either a launch template (LaunchTemplate or MixedInstancesPolicy) or a launch configuration (LaunchConfigurationName or InstanceId).

$sel:lifecycleHookSpecificationList:CreateAutoScalingGroup', createAutoScalingGroup_lifecycleHookSpecificationList - One or more lifecycle hooks for the group, which specify actions to perform when Amazon EC2 Auto Scaling launches or terminates instances.

$sel:healthCheckType:CreateAutoScalingGroup', createAutoScalingGroup_healthCheckType - The service to use for the health checks. The valid values are EC2 (default) and ELB. If you configure an Auto Scaling group to use load balancer (ELB) health checks, it considers the instance unhealthy if it fails either the EC2 status checks or the load balancer health checks. For more information, see Health checks for Auto Scaling instances in the Amazon EC2 Auto Scaling User Guide.

$sel:launchTemplate:CreateAutoScalingGroup', createAutoScalingGroup_launchTemplate - Parameters used to specify the launch template and version to use to launch instances.

Conditional: You must specify either a launch template (LaunchTemplate or MixedInstancesPolicy) or a launch configuration (LaunchConfigurationName or InstanceId).

The launch template that is specified must be configured for use with an Auto Scaling group. For more information, see Creating a launch template for an Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.

$sel:capacityRebalance:CreateAutoScalingGroup', createAutoScalingGroup_capacityRebalance - Indicates whether Capacity Rebalancing is enabled. Otherwise, Capacity Rebalancing is disabled. When you turn on Capacity Rebalancing, Amazon EC2 Auto Scaling attempts to launch a Spot Instance whenever Amazon EC2 notifies that a Spot Instance is at an elevated risk of interruption. After launching a new instance, it then terminates an old instance. For more information, see Amazon EC2 Auto Scaling Capacity Rebalancing in the Amazon EC2 Auto Scaling User Guide.

$sel:placementGroup:CreateAutoScalingGroup', createAutoScalingGroup_placementGroup - The name of an existing placement group into which to launch your instances, if any. A placement group is a logical grouping of instances within a single Availability Zone. You cannot specify multiple Availability Zones and a placement group. For more information, see Placement Groups in the Amazon EC2 User Guide for Linux Instances.

$sel:loadBalancerNames:CreateAutoScalingGroup', createAutoScalingGroup_loadBalancerNames - A list of Classic Load Balancers associated with this Auto Scaling group. For Application Load Balancers, Network Load Balancers, and Gateway Load Balancers, specify the TargetGroupARNs property instead.

$sel:tags:CreateAutoScalingGroup', createAutoScalingGroup_tags - One or more tags. You can tag your Auto Scaling group and propagate the tags to the Amazon EC2 instances it launches. Tags are not propagated to Amazon EBS volumes. To add tags to Amazon EBS volumes, specify the tags in a launch template but use caution. If the launch template specifies an instance tag with a key that is also specified for the Auto Scaling group, Amazon EC2 Auto Scaling overrides the value of that instance tag with the value specified by the Auto Scaling group. For more information, see Tagging Auto Scaling groups and instances in the Amazon EC2 Auto Scaling User Guide.

$sel:autoScalingGroupName:CreateAutoScalingGroup', createAutoScalingGroup_autoScalingGroupName - The name of the Auto Scaling group. This name must be unique per Region per account.

$sel:minSize:CreateAutoScalingGroup', createAutoScalingGroup_minSize - The minimum size of the group.

$sel:maxSize:CreateAutoScalingGroup', createAutoScalingGroup_maxSize - The maximum size of the group.

With a mixed instances policy that uses instance weighting, Amazon EC2 Auto Scaling may need to go above MaxSize to meet your capacity requirements. In this event, Amazon EC2 Auto Scaling will never go above MaxSize by more than your largest instance weight (weights that define how many units each instance contributes to the desired capacity of the group).

data CreateAutoScalingGroupResponse Source #

See: newCreateAutoScalingGroupResponse smart constructor.

Instances

Instances details
Eq CreateAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

Read CreateAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

Show CreateAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

Generic CreateAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

Associated Types

type Rep CreateAutoScalingGroupResponse :: Type -> Type #

NFData CreateAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

type Rep CreateAutoScalingGroupResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateAutoScalingGroup

type Rep CreateAutoScalingGroupResponse = D1 ('MetaData "CreateAutoScalingGroupResponse" "Amazonka.AutoScaling.CreateAutoScalingGroup" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "CreateAutoScalingGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newCreateAutoScalingGroupResponse :: CreateAutoScalingGroupResponse Source #

Create a value of CreateAutoScalingGroupResponse with all optional fields omitted.

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

CreateLaunchConfiguration

data CreateLaunchConfiguration Source #

See: newCreateLaunchConfiguration smart constructor.

Instances

Instances details
Eq CreateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

Read CreateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

Show CreateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

Generic CreateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

Associated Types

type Rep CreateLaunchConfiguration :: Type -> Type #

NFData CreateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

Hashable CreateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

AWSRequest CreateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

ToHeaders CreateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

ToPath CreateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

ToQuery CreateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

type Rep CreateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

type Rep CreateLaunchConfiguration = D1 ('MetaData "CreateLaunchConfiguration" "Amazonka.AutoScaling.CreateLaunchConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "CreateLaunchConfiguration'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "associatePublicIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "spotPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "instanceMonitoring") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceMonitoring)) :*: S1 ('MetaSel ('Just "keyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "classicLinkVPCSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "ramdiskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kernelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ebsOptimized") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "userData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "classicLinkVPCId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iamInstanceProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metadataOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceMetadataOptions))) :*: (S1 ('MetaSel ('Just "placementTenancy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "blockDeviceMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BlockDeviceMapping])) :*: S1 ('MetaSel ('Just "launchConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))
type AWSResponse CreateLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

newCreateLaunchConfiguration Source #

Create a value of CreateLaunchConfiguration 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:instanceId:CreateLaunchConfiguration', createLaunchConfiguration_instanceId - The ID of the instance to use to create the launch configuration. The new launch configuration derives attributes from the instance, except for the block device mapping.

To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request.

For more information, see Creating a launch configuration using an EC2 instance in the Amazon EC2 Auto Scaling User Guide.

If you do not specify InstanceId, you must specify both ImageId and InstanceType.

$sel:associatePublicIpAddress:CreateLaunchConfiguration', createLaunchConfiguration_associatePublicIpAddress - For Auto Scaling groups that are running in a virtual private cloud (VPC), specifies whether to assign a public IP address to the group's instances. If you specify true, each instance in the Auto Scaling group receives a unique public IP address. For more information, see Launching Auto Scaling instances in a VPC in the Amazon EC2 Auto Scaling User Guide.

If you specify this parameter, you must specify at least one subnet for VPCZoneIdentifier when you create your group.

If the instance is launched into a default subnet, the default is to assign a public IP address, unless you disabled the option to assign a public IP address on the subnet. If the instance is launched into a nondefault subnet, the default is not to assign a public IP address, unless you enabled the option to assign a public IP address on the subnet.

$sel:securityGroups:CreateLaunchConfiguration', createLaunchConfiguration_securityGroups - A list that contains the security groups to assign to the instances in the Auto Scaling group.

EC2-VPC
Specify the security group IDs. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
EC2-Classic
Specify either the security group names or the security group IDs. For more information, see Amazon EC2 Security Groups in the Amazon EC2 User Guide for Linux Instances.

$sel:spotPrice:CreateLaunchConfiguration', createLaunchConfiguration_spotPrice - The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot price. For more information, see Requesting Spot Instances in the Amazon EC2 Auto Scaling User Guide.

When you change your maximum price by creating a new launch configuration, running instances will continue to run as long as the maximum price for those running instances is higher than the current Spot price.

$sel:instanceMonitoring:CreateLaunchConfiguration', createLaunchConfiguration_instanceMonitoring - Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

The default value is true (enabled).

When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, CloudWatch generates metrics every 5 minutes. For more information, see Configure Monitoring for Auto Scaling Instances in the Amazon EC2 Auto Scaling User Guide.

$sel:keyName:CreateLaunchConfiguration', createLaunchConfiguration_keyName - The name of the key pair. For more information, see Amazon EC2 Key Pairs in the Amazon EC2 User Guide for Linux Instances.

$sel:classicLinkVPCSecurityGroups:CreateLaunchConfiguration', createLaunchConfiguration_classicLinkVPCSecurityGroups - The IDs of one or more security groups for the specified ClassicLink-enabled VPC. For more information, see ClassicLink in the Amazon EC2 User Guide for Linux Instances and Linking EC2-Classic instances to a VPC in the Amazon EC2 Auto Scaling User Guide.

If you specify the ClassicLinkVPCId parameter, you must specify this parameter.

$sel:ramdiskId:CreateLaunchConfiguration', createLaunchConfiguration_ramdiskId - The ID of the RAM disk to select.

$sel:kernelId:CreateLaunchConfiguration', createLaunchConfiguration_kernelId - The ID of the kernel associated with the AMI.

$sel:instanceType:CreateLaunchConfiguration', createLaunchConfiguration_instanceType - Specifies the instance type of the EC2 instance.

For information about available instance types, see Available Instance Types in the Amazon EC2 User Guide for Linux Instances.

If you do not specify InstanceId, you must specify InstanceType.

$sel:ebsOptimized:CreateLaunchConfiguration', createLaunchConfiguration_ebsOptimized - Specifies whether the launch configuration is optimized for EBS I/O (true) or not (false). The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional fees are incurred when you enable EBS optimization for an instance type that is not EBS-optimized by default. For more information, see Amazon EBS-optimized instances in the Amazon EC2 User Guide for Linux Instances.

The default value is false.

$sel:userData:CreateLaunchConfiguration', createLaunchConfiguration_userData - The user data to make available to the launched EC2 instances. For more information, see Instance metadata and user data (Linux) and Instance metadata and user data (Windows). If you are using a command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text. User data is limited to 16 KB.

$sel:classicLinkVPCId:CreateLaunchConfiguration', createLaunchConfiguration_classicLinkVPCId - The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. For more information, see ClassicLink in the Amazon EC2 User Guide for Linux Instances and Linking EC2-Classic instances to a VPC in the Amazon EC2 Auto Scaling User Guide.

This parameter can only be used if you are launching EC2-Classic instances.

$sel:iamInstanceProfile:CreateLaunchConfiguration', createLaunchConfiguration_iamInstanceProfile - The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance. The instance profile contains the IAM role.

For more information, see IAM role for applications that run on Amazon EC2 instances in the Amazon EC2 Auto Scaling User Guide.

$sel:imageId:CreateLaunchConfiguration', createLaunchConfiguration_imageId - The ID of the Amazon Machine Image (AMI) that was assigned during registration. For more information, see Finding an AMI in the Amazon EC2 User Guide for Linux Instances.

If you do not specify InstanceId, you must specify ImageId.

$sel:metadataOptions:CreateLaunchConfiguration', createLaunchConfiguration_metadataOptions - The metadata options for the instances. For more information, see Configuring the Instance Metadata Options in the Amazon EC2 Auto Scaling User Guide.

$sel:placementTenancy:CreateLaunchConfiguration', createLaunchConfiguration_placementTenancy - The tenancy of the instance. An instance with dedicated tenancy runs on isolated, single-tenant hardware and can only be launched into a VPC.

To launch dedicated instances into a shared tenancy VPC (a VPC with the instance placement tenancy attribute set to default), you must set the value of this parameter to dedicated.

If you specify PlacementTenancy, you must specify at least one subnet for VPCZoneIdentifier when you create your group.

For more information, see Configuring instance tenancy with Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

Valid Values: default | dedicated

$sel:blockDeviceMappings:CreateLaunchConfiguration', createLaunchConfiguration_blockDeviceMappings - A block device mapping, which specifies the block devices for the instance. You can specify virtual devices and EBS volumes. For more information, see Block Device Mapping in the Amazon EC2 User Guide for Linux Instances.

$sel:launchConfigurationName:CreateLaunchConfiguration', createLaunchConfiguration_launchConfigurationName - The name of the launch configuration. This name must be unique per Region per account.

data CreateLaunchConfigurationResponse Source #

See: newCreateLaunchConfigurationResponse smart constructor.

Instances

Instances details
Eq CreateLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

Read CreateLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

Show CreateLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

Generic CreateLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

Associated Types

type Rep CreateLaunchConfigurationResponse :: Type -> Type #

NFData CreateLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

type Rep CreateLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.CreateLaunchConfiguration

type Rep CreateLaunchConfigurationResponse = D1 ('MetaData "CreateLaunchConfigurationResponse" "Amazonka.AutoScaling.CreateLaunchConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "CreateLaunchConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newCreateLaunchConfigurationResponse :: CreateLaunchConfigurationResponse Source #

Create a value of CreateLaunchConfigurationResponse with all optional fields omitted.

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

Types

InstanceMetadataEndpointState

newtype InstanceMetadataEndpointState Source #

Instances

Instances details
Eq InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

Ord InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

Read InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

Show InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

Generic InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

Associated Types

type Rep InstanceMetadataEndpointState :: Type -> Type #

NFData InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

Hashable InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

ToJSON InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

ToJSONKey InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

FromJSON InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

FromJSONKey InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

ToLog InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

ToHeader InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

ToQuery InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

FromXML InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

ToXML InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

ToByteString InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

FromText InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

ToText InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

type Rep InstanceMetadataEndpointState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataEndpointState

type Rep InstanceMetadataEndpointState = D1 ('MetaData "InstanceMetadataEndpointState" "Amazonka.AutoScaling.Types.InstanceMetadataEndpointState" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "InstanceMetadataEndpointState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceMetadataEndpointState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceMetadataHttpTokensState

newtype InstanceMetadataHttpTokensState Source #

Instances

Instances details
Eq InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

Ord InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

Read InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

Show InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

Generic InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

Associated Types

type Rep InstanceMetadataHttpTokensState :: Type -> Type #

NFData InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

Hashable InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

ToJSON InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

ToJSONKey InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

FromJSON InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

FromJSONKey InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

ToLog InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

ToHeader InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

ToQuery InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

FromXML InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

ToXML InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

ToByteString InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

FromText InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

ToText InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

type Rep InstanceMetadataHttpTokensState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState

type Rep InstanceMetadataHttpTokensState = D1 ('MetaData "InstanceMetadataHttpTokensState" "Amazonka.AutoScaling.Types.InstanceMetadataHttpTokensState" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "InstanceMetadataHttpTokensState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceMetadataHttpTokensState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceRefreshStatus

newtype InstanceRefreshStatus Source #

Instances

Instances details
Eq InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

Ord InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

Read InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

Show InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

Generic InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

Associated Types

type Rep InstanceRefreshStatus :: Type -> Type #

NFData InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

Methods

rnf :: InstanceRefreshStatus -> () #

Hashable InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

ToJSON InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

ToJSONKey InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

FromJSON InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

FromJSONKey InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

ToLog InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

ToHeader InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

ToQuery InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

FromXML InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

ToXML InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

ToByteString InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

FromText InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

ToText InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

type Rep InstanceRefreshStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshStatus

type Rep InstanceRefreshStatus = D1 ('MetaData "InstanceRefreshStatus" "Amazonka.AutoScaling.Types.InstanceRefreshStatus" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "InstanceRefreshStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceRefreshStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LifecycleState

newtype LifecycleState Source #

Constructors

LifecycleState' 

Instances

Instances details
Eq LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

Ord LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

Read LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

Show LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

Generic LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

Associated Types

type Rep LifecycleState :: Type -> Type #

NFData LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

Methods

rnf :: LifecycleState -> () #

Hashable LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

ToJSON LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

ToJSONKey LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

FromJSON LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

FromJSONKey LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

ToLog LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

ToHeader LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

ToQuery LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

FromXML LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

ToXML LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

Methods

toXML :: LifecycleState -> XML #

ToByteString LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

FromText LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

ToText LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

type Rep LifecycleState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleState

type Rep LifecycleState = D1 ('MetaData "LifecycleState" "Amazonka.AutoScaling.Types.LifecycleState" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "LifecycleState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MetricStatistic

newtype MetricStatistic Source #

Constructors

MetricStatistic' 

Instances

Instances details
Eq MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

Ord MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

Read MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

Show MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

Generic MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

Associated Types

type Rep MetricStatistic :: Type -> Type #

NFData MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

Methods

rnf :: MetricStatistic -> () #

Hashable MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

ToJSON MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

ToJSONKey MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

FromJSON MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

FromJSONKey MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

ToLog MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

ToHeader MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

ToQuery MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

FromXML MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

ToXML MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

Methods

toXML :: MetricStatistic -> XML #

ToByteString MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

FromText MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

ToText MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

type Rep MetricStatistic Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricStatistic

type Rep MetricStatistic = D1 ('MetaData "MetricStatistic" "Amazonka.AutoScaling.Types.MetricStatistic" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "MetricStatistic'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMetricStatistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MetricType

newtype MetricType Source #

Constructors

MetricType' 

Fields

Instances

Instances details
Eq MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

Ord MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

Read MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

Show MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

Generic MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

Associated Types

type Rep MetricType :: Type -> Type #

NFData MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

Methods

rnf :: MetricType -> () #

Hashable MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

ToJSON MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

ToJSONKey MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

FromJSON MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

FromJSONKey MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

ToLog MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

ToHeader MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

ToQuery MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

FromXML MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

ToXML MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

Methods

toXML :: MetricType -> XML #

ToByteString MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

FromText MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

ToText MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

Methods

toText :: MetricType -> Text #

type Rep MetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricType

type Rep MetricType = D1 ('MetaData "MetricType" "Amazonka.AutoScaling.Types.MetricType" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "MetricType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMetricType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PredefinedLoadMetricType

newtype PredefinedLoadMetricType Source #

Instances

Instances details
Eq PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

Ord PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

Read PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

Show PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

Generic PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

Associated Types

type Rep PredefinedLoadMetricType :: Type -> Type #

NFData PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

Hashable PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

ToJSON PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

ToJSONKey PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

FromJSON PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

FromJSONKey PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

ToLog PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

ToHeader PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

ToQuery PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

FromXML PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

ToXML PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

ToByteString PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

FromText PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

ToText PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

type Rep PredefinedLoadMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedLoadMetricType

type Rep PredefinedLoadMetricType = D1 ('MetaData "PredefinedLoadMetricType" "Amazonka.AutoScaling.Types.PredefinedLoadMetricType" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "PredefinedLoadMetricType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPredefinedLoadMetricType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PredefinedMetricPairType

newtype PredefinedMetricPairType Source #

Instances

Instances details
Eq PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

Ord PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

Read PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

Show PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

Generic PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

Associated Types

type Rep PredefinedMetricPairType :: Type -> Type #

NFData PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

Hashable PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

ToJSON PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

ToJSONKey PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

FromJSON PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

FromJSONKey PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

ToLog PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

ToHeader PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

ToQuery PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

FromXML PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

ToXML PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

ToByteString PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

FromText PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

ToText PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

type Rep PredefinedMetricPairType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricPairType

type Rep PredefinedMetricPairType = D1 ('MetaData "PredefinedMetricPairType" "Amazonka.AutoScaling.Types.PredefinedMetricPairType" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "PredefinedMetricPairType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPredefinedMetricPairType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PredefinedScalingMetricType

newtype PredefinedScalingMetricType Source #

Instances

Instances details
Eq PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

Ord PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

Read PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

Show PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

Generic PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

Associated Types

type Rep PredefinedScalingMetricType :: Type -> Type #

NFData PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

Hashable PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

ToJSON PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

ToJSONKey PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

FromJSON PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

FromJSONKey PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

ToLog PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

ToHeader PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

ToQuery PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

FromXML PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

ToXML PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

ToByteString PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

FromText PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

ToText PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

type Rep PredefinedScalingMetricType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedScalingMetricType

type Rep PredefinedScalingMetricType = D1 ('MetaData "PredefinedScalingMetricType" "Amazonka.AutoScaling.Types.PredefinedScalingMetricType" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "PredefinedScalingMetricType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPredefinedScalingMetricType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PredictiveScalingMaxCapacityBreachBehavior

newtype PredictiveScalingMaxCapacityBreachBehavior Source #

Instances

Instances details
Eq PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

Ord PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

Read PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

Show PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

Generic PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

NFData PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

Hashable PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

ToJSON PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

ToJSONKey PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

FromJSON PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

FromJSONKey PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

ToLog PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

ToHeader PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

ToQuery PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

FromXML PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

ToXML PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

ToByteString PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

FromText PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

ToText PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

type Rep PredictiveScalingMaxCapacityBreachBehavior Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior

type Rep PredictiveScalingMaxCapacityBreachBehavior = D1 ('MetaData "PredictiveScalingMaxCapacityBreachBehavior" "Amazonka.AutoScaling.Types.PredictiveScalingMaxCapacityBreachBehavior" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "PredictiveScalingMaxCapacityBreachBehavior'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPredictiveScalingMaxCapacityBreachBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PredictiveScalingMode

newtype PredictiveScalingMode Source #

Instances

Instances details
Eq PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

Ord PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

Read PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

Show PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

Generic PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

Associated Types

type Rep PredictiveScalingMode :: Type -> Type #

NFData PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

Methods

rnf :: PredictiveScalingMode -> () #

Hashable PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

ToJSON PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

ToJSONKey PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

FromJSON PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

FromJSONKey PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

ToLog PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

ToHeader PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

ToQuery PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

FromXML PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

ToXML PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

ToByteString PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

FromText PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

ToText PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

type Rep PredictiveScalingMode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMode

type Rep PredictiveScalingMode = D1 ('MetaData "PredictiveScalingMode" "Amazonka.AutoScaling.Types.PredictiveScalingMode" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "PredictiveScalingMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPredictiveScalingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RefreshStrategy

newtype RefreshStrategy Source #

Constructors

RefreshStrategy' 

Bundled Patterns

pattern RefreshStrategy_Rolling :: RefreshStrategy 

Instances

Instances details
Eq RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

Ord RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

Read RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

Show RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

Generic RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

Associated Types

type Rep RefreshStrategy :: Type -> Type #

NFData RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

Methods

rnf :: RefreshStrategy -> () #

Hashable RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

ToJSON RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

ToJSONKey RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

FromJSON RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

FromJSONKey RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

ToLog RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

ToHeader RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

ToQuery RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

FromXML RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

ToXML RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

Methods

toXML :: RefreshStrategy -> XML #

ToByteString RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

FromText RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

ToText RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

type Rep RefreshStrategy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshStrategy

type Rep RefreshStrategy = D1 ('MetaData "RefreshStrategy" "Amazonka.AutoScaling.Types.RefreshStrategy" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "RefreshStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRefreshStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScalingActivityStatusCode

newtype ScalingActivityStatusCode Source #

Instances

Instances details
Eq ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

Ord ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

Read ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

Show ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

Generic ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

Associated Types

type Rep ScalingActivityStatusCode :: Type -> Type #

NFData ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

Hashable ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

ToJSON ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

ToJSONKey ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

FromJSON ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

FromJSONKey ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

ToLog ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

ToHeader ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

ToQuery ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

FromXML ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

ToXML ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

ToByteString ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

FromText ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

ToText ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

type Rep ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingActivityStatusCode

type Rep ScalingActivityStatusCode = D1 ('MetaData "ScalingActivityStatusCode" "Amazonka.AutoScaling.Types.ScalingActivityStatusCode" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "ScalingActivityStatusCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScalingActivityStatusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WarmPoolState

newtype WarmPoolState Source #

Constructors

WarmPoolState' 

Instances

Instances details
Eq WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

Ord WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

Read WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

Show WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

Generic WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

Associated Types

type Rep WarmPoolState :: Type -> Type #

NFData WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

Methods

rnf :: WarmPoolState -> () #

Hashable WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

ToJSON WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

ToJSONKey WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

FromJSON WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

FromJSONKey WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

ToLog WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

ToHeader WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

ToQuery WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

FromXML WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

ToXML WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

Methods

toXML :: WarmPoolState -> XML #

ToByteString WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

FromText WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

ToText WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

Methods

toText :: WarmPoolState -> Text #

type Rep WarmPoolState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolState

type Rep WarmPoolState = D1 ('MetaData "WarmPoolState" "Amazonka.AutoScaling.Types.WarmPoolState" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "WarmPoolState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWarmPoolState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WarmPoolStatus

newtype WarmPoolStatus Source #

Constructors

WarmPoolStatus' 

Bundled Patterns

pattern WarmPoolStatus_PendingDelete :: WarmPoolStatus 

Instances

Instances details
Eq WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

Ord WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

Read WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

Show WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

Generic WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

Associated Types

type Rep WarmPoolStatus :: Type -> Type #

NFData WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

Methods

rnf :: WarmPoolStatus -> () #

Hashable WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

ToJSON WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

ToJSONKey WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

FromJSON WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

FromJSONKey WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

ToLog WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

ToHeader WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

ToQuery WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

FromXML WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

ToXML WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

Methods

toXML :: WarmPoolStatus -> XML #

ToByteString WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

FromText WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

ToText WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

type Rep WarmPoolStatus Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolStatus

type Rep WarmPoolStatus = D1 ('MetaData "WarmPoolStatus" "Amazonka.AutoScaling.Types.WarmPoolStatus" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'True) (C1 ('MetaCons "WarmPoolStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWarmPoolStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Activity

data Activity Source #

Describes scaling activity, which is a long-running process that represents a change to your Auto Scaling group, such as changing its size or replacing an instance.

See: newActivity smart constructor.

Instances

Instances details
Eq Activity Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Activity

Read Activity Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Activity

Show Activity Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Activity

Generic Activity Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Activity

Associated Types

type Rep Activity :: Type -> Type #

Methods

from :: Activity -> Rep Activity x #

to :: Rep Activity x -> Activity #

NFData Activity Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Activity

Methods

rnf :: Activity -> () #

Hashable Activity Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Activity

Methods

hashWithSalt :: Int -> Activity -> Int #

hash :: Activity -> Int #

FromXML Activity Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Activity

type Rep Activity Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Activity

type Rep Activity = D1 ('MetaData "Activity" "Amazonka.AutoScaling.Types.Activity" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "Activity'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "progress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoScalingGroupState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoScalingGroupARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalingActivityStatusCode))))))

newActivity Source #

Create a value of Activity 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:progress:Activity', activity_progress - A value between 0 and 100 that indicates the progress of the activity.

$sel:statusMessage:Activity', activity_statusMessage - A friendly, more verbose description of the activity status.

$sel:autoScalingGroupState:Activity', activity_autoScalingGroupState - The state of the Auto Scaling group, which is either InService or Deleted.

$sel:endTime:Activity', activity_endTime - The end time of the activity.

$sel:details:Activity', activity_details - The details about the activity.

$sel:autoScalingGroupARN:Activity', activity_autoScalingGroupARN - The Amazon Resource Name (ARN) of the Auto Scaling group.

$sel:description:Activity', activity_description - A friendly, more verbose description of the activity.

$sel:activityId:Activity', activity_activityId - The ID of the activity.

$sel:autoScalingGroupName:Activity', activity_autoScalingGroupName - The name of the Auto Scaling group.

$sel:cause:Activity', activity_cause - The reason the activity began.

$sel:startTime:Activity', activity_startTime - The start time of the activity.

$sel:statusCode:Activity', activity_statusCode - The current status of the activity.

AdjustmentType

data AdjustmentType Source #

Describes a policy adjustment type.

See: newAdjustmentType smart constructor.

Constructors

AdjustmentType' (Maybe Text) 

Instances

Instances details
Eq AdjustmentType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AdjustmentType

Read AdjustmentType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AdjustmentType

Show AdjustmentType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AdjustmentType

Generic AdjustmentType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AdjustmentType

Associated Types

type Rep AdjustmentType :: Type -> Type #

NFData AdjustmentType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AdjustmentType

Methods

rnf :: AdjustmentType -> () #

Hashable AdjustmentType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AdjustmentType

FromXML AdjustmentType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AdjustmentType

type Rep AdjustmentType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AdjustmentType

type Rep AdjustmentType = D1 ('MetaData "AdjustmentType" "Amazonka.AutoScaling.Types.AdjustmentType" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "AdjustmentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adjustmentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAdjustmentType :: AdjustmentType Source #

Create a value of AdjustmentType 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:adjustmentType:AdjustmentType', adjustmentType_adjustmentType - The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

Alarm

data Alarm Source #

Describes an alarm.

See: newAlarm smart constructor.

Constructors

Alarm' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Alarm Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Alarm

Methods

(==) :: Alarm -> Alarm -> Bool #

(/=) :: Alarm -> Alarm -> Bool #

Read Alarm Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Alarm

Show Alarm Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Alarm

Methods

showsPrec :: Int -> Alarm -> ShowS #

show :: Alarm -> String #

showList :: [Alarm] -> ShowS #

Generic Alarm Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Alarm

Associated Types

type Rep Alarm :: Type -> Type #

Methods

from :: Alarm -> Rep Alarm x #

to :: Rep Alarm x -> Alarm #

NFData Alarm Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Alarm

Methods

rnf :: Alarm -> () #

Hashable Alarm Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Alarm

Methods

hashWithSalt :: Int -> Alarm -> Int #

hash :: Alarm -> Int #

FromXML Alarm Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Alarm

Methods

parseXML :: [Node] -> Either String Alarm #

type Rep Alarm Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Alarm

type Rep Alarm = D1 ('MetaData "Alarm" "Amazonka.AutoScaling.Types.Alarm" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "Alarm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alarmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "alarmARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAlarm :: Alarm Source #

Create a value of Alarm 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:alarmName:Alarm', alarm_alarmName - The name of the alarm.

$sel:alarmARN:Alarm', alarm_alarmARN - The Amazon Resource Name (ARN) of the alarm.

AutoScalingGroup

data AutoScalingGroup Source #

Describes an Auto Scaling group.

See: newAutoScalingGroup smart constructor.

Instances

Instances details
Eq AutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingGroup

Read AutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingGroup

Show AutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingGroup

Generic AutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingGroup

Associated Types

type Rep AutoScalingGroup :: Type -> Type #

NFData AutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingGroup

Methods

rnf :: AutoScalingGroup -> () #

Hashable AutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingGroup

FromXML AutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingGroup

type Rep AutoScalingGroup Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingGroup

type Rep AutoScalingGroup = D1 ('MetaData "AutoScalingGroup" "Amazonka.AutoScaling.Types.AutoScalingGroup" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "AutoScalingGroup'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "context") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "terminationPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "healthCheckGracePeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "serviceLinkedRoleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "newInstancesProtectedFromScaleIn'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "vPCZoneIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "targetGroupARNs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxInstanceLifetime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "mixedInstancesPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MixedInstancesPolicy)) :*: S1 ('MetaSel ('Just "enabledMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnabledMetric])))) :*: ((S1 ('MetaSel ('Just "launchConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Instance]))) :*: (S1 ('MetaSel ('Just "launchTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateSpecification)) :*: S1 ('MetaSel ('Just "warmPoolConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WarmPoolConfiguration)))))) :*: ((((S1 ('MetaSel ('Just "capacityRebalance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "autoScalingGroupARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "predictedCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "warmPoolSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "placementGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "suspendedProcesses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SuspendedProcess]))) :*: (S1 ('MetaSel ('Just "loadBalancerNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagDescription]))))) :*: (((S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "minSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "maxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "desiredCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "defaultCooldown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])) :*: (S1 ('MetaSel ('Just "healthCheckType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601)))))))

newAutoScalingGroup Source #

Create a value of AutoScalingGroup 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:status:AutoScalingGroup', autoScalingGroup_status - The current state of the group when the DeleteAutoScalingGroup operation is in progress.

$sel:context:AutoScalingGroup', autoScalingGroup_context - Reserved.

$sel:terminationPolicies:AutoScalingGroup', autoScalingGroup_terminationPolicies - The termination policies for the group.

$sel:healthCheckGracePeriod:AutoScalingGroup', autoScalingGroup_healthCheckGracePeriod - The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

$sel:serviceLinkedRoleARN:AutoScalingGroup', autoScalingGroup_serviceLinkedRoleARN - The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other Amazon Web Services on your behalf.

$sel:newInstancesProtectedFromScaleIn':AutoScalingGroup', autoScalingGroup_newInstancesProtectedFromScaleIn - Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in.

$sel:vPCZoneIdentifier:AutoScalingGroup', autoScalingGroup_vPCZoneIdentifier - One or more subnet IDs, if applicable, separated by commas.

$sel:targetGroupARNs:AutoScalingGroup', autoScalingGroup_targetGroupARNs - The Amazon Resource Names (ARN) of the target groups for your load balancer.

$sel:maxInstanceLifetime:AutoScalingGroup', autoScalingGroup_maxInstanceLifetime - The maximum amount of time, in seconds, that an instance can be in service.

Valid Range: Minimum value of 0.

$sel:mixedInstancesPolicy:AutoScalingGroup', autoScalingGroup_mixedInstancesPolicy - The mixed instances policy for the group.

$sel:enabledMetrics:AutoScalingGroup', autoScalingGroup_enabledMetrics - The metrics enabled for the group.

$sel:launchConfigurationName:AutoScalingGroup', autoScalingGroup_launchConfigurationName - The name of the associated launch configuration.

$sel:instances:AutoScalingGroup', autoScalingGroup_instances - The EC2 instances associated with the group.

$sel:launchTemplate:AutoScalingGroup', autoScalingGroup_launchTemplate - The launch template for the group.

$sel:warmPoolConfiguration:AutoScalingGroup', autoScalingGroup_warmPoolConfiguration - The warm pool for the group.

$sel:capacityRebalance:AutoScalingGroup', autoScalingGroup_capacityRebalance - Indicates whether Capacity Rebalancing is enabled.

$sel:autoScalingGroupARN:AutoScalingGroup', autoScalingGroup_autoScalingGroupARN - The Amazon Resource Name (ARN) of the Auto Scaling group.

$sel:predictedCapacity:AutoScalingGroup', autoScalingGroup_predictedCapacity - The predicted capacity of the group when it has a predictive scaling policy.

$sel:warmPoolSize:AutoScalingGroup', autoScalingGroup_warmPoolSize - The current size of the warm pool.

$sel:placementGroup:AutoScalingGroup', autoScalingGroup_placementGroup - The name of the placement group into which to launch your instances, if any.

$sel:suspendedProcesses:AutoScalingGroup', autoScalingGroup_suspendedProcesses - The suspended processes associated with the group.

$sel:loadBalancerNames:AutoScalingGroup', autoScalingGroup_loadBalancerNames - One or more load balancers associated with the group.

$sel:tags:AutoScalingGroup', autoScalingGroup_tags - The tags for the group.

$sel:autoScalingGroupName:AutoScalingGroup', autoScalingGroup_autoScalingGroupName - The name of the Auto Scaling group.

$sel:minSize:AutoScalingGroup', autoScalingGroup_minSize - The minimum size of the group.

$sel:maxSize:AutoScalingGroup', autoScalingGroup_maxSize - The maximum size of the group.

$sel:desiredCapacity:AutoScalingGroup', autoScalingGroup_desiredCapacity - The desired size of the group.

$sel:defaultCooldown:AutoScalingGroup', autoScalingGroup_defaultCooldown - The duration of the default cooldown period, in seconds.

$sel:availabilityZones:AutoScalingGroup', autoScalingGroup_availabilityZones - One or more Availability Zones for the group.

$sel:healthCheckType:AutoScalingGroup', autoScalingGroup_healthCheckType - The service to use for the health checks. The valid values are EC2 and ELB. If you configure an Auto Scaling group to use ELB health checks, it considers the instance unhealthy if it fails either the EC2 status checks or the load balancer health checks.

$sel:createdTime:AutoScalingGroup', autoScalingGroup_createdTime - The date and time the group was created.

AutoScalingInstanceDetails

data AutoScalingInstanceDetails Source #

Describes an EC2 instance associated with an Auto Scaling group.

See: newAutoScalingInstanceDetails smart constructor.

Instances

Instances details
Eq AutoScalingInstanceDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingInstanceDetails

Read AutoScalingInstanceDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingInstanceDetails

Show AutoScalingInstanceDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingInstanceDetails

Generic AutoScalingInstanceDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingInstanceDetails

Associated Types

type Rep AutoScalingInstanceDetails :: Type -> Type #

NFData AutoScalingInstanceDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingInstanceDetails

Hashable AutoScalingInstanceDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingInstanceDetails

FromXML AutoScalingInstanceDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingInstanceDetails

type Rep AutoScalingInstanceDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.AutoScalingInstanceDetails

type Rep AutoScalingInstanceDetails = D1 ('MetaData "AutoScalingInstanceDetails" "Amazonka.AutoScaling.Types.AutoScalingInstanceDetails" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "AutoScalingInstanceDetails'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "weightedCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "launchConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "launchTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateSpecification)) :*: S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "lifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "healthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "protectedFromScaleIn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))))

newAutoScalingInstanceDetails Source #

Create a value of AutoScalingInstanceDetails 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:weightedCapacity:AutoScalingInstanceDetails', autoScalingInstanceDetails_weightedCapacity - The number of capacity units contributed by the instance based on its instance type.

Valid Range: Minimum value of 1. Maximum value of 999.

$sel:instanceType:AutoScalingInstanceDetails', autoScalingInstanceDetails_instanceType - The instance type of the EC2 instance.

$sel:launchConfigurationName:AutoScalingInstanceDetails', autoScalingInstanceDetails_launchConfigurationName - The launch configuration used to launch the instance. This value is not available if you attached the instance to the Auto Scaling group.

$sel:launchTemplate:AutoScalingInstanceDetails', autoScalingInstanceDetails_launchTemplate - The launch template for the instance.

$sel:instanceId:AutoScalingInstanceDetails', autoScalingInstanceDetails_instanceId - The ID of the instance.

$sel:autoScalingGroupName:AutoScalingInstanceDetails', autoScalingInstanceDetails_autoScalingGroupName - The name of the Auto Scaling group for the instance.

$sel:availabilityZone:AutoScalingInstanceDetails', autoScalingInstanceDetails_availabilityZone - The Availability Zone for the instance.

$sel:lifecycleState:AutoScalingInstanceDetails', autoScalingInstanceDetails_lifecycleState - The lifecycle state for the instance. The Quarantined state is not used. For information about lifecycle states, see Instance lifecycle in the Amazon EC2 Auto Scaling User Guide.

Valid Values: Pending | Pending:Wait | Pending:Proceed | Quarantined | InService | Terminating | Terminating:Wait | Terminating:Proceed | Terminated | Detaching | Detached | EnteringStandby | Standby | Warmed:Pending | Warmed:Pending:Wait | Warmed:Pending:Proceed | Warmed:Terminating | Warmed:Terminating:Wait | Warmed:Terminating:Proceed | Warmed:Terminated | Warmed:Stopped | Warmed:Running

$sel:healthStatus:AutoScalingInstanceDetails', autoScalingInstanceDetails_healthStatus - The last reported health status of this instance. "Healthy" means that the instance is healthy and should remain in service. "Unhealthy" means that the instance is unhealthy and Amazon EC2 Auto Scaling should terminate and replace it.

$sel:protectedFromScaleIn:AutoScalingInstanceDetails', autoScalingInstanceDetails_protectedFromScaleIn - Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.

BlockDeviceMapping

data BlockDeviceMapping Source #

Describes a block device mapping.

See: newBlockDeviceMapping smart constructor.

Instances

Instances details
Eq BlockDeviceMapping Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.BlockDeviceMapping

Read BlockDeviceMapping Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.BlockDeviceMapping

Show BlockDeviceMapping Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.BlockDeviceMapping

Generic BlockDeviceMapping Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.BlockDeviceMapping

Associated Types

type Rep BlockDeviceMapping :: Type -> Type #

NFData BlockDeviceMapping Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.BlockDeviceMapping

Methods

rnf :: BlockDeviceMapping -> () #

Hashable BlockDeviceMapping Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.BlockDeviceMapping

ToQuery BlockDeviceMapping Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.BlockDeviceMapping

FromXML BlockDeviceMapping Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.BlockDeviceMapping

type Rep BlockDeviceMapping Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.BlockDeviceMapping

type Rep BlockDeviceMapping = D1 ('MetaData "BlockDeviceMapping" "Amazonka.AutoScaling.Types.BlockDeviceMapping" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "BlockDeviceMapping'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "virtualName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "noDevice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "ebs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Ebs)) :*: S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newBlockDeviceMapping Source #

Create a value of BlockDeviceMapping 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:virtualName:BlockDeviceMapping', blockDeviceMapping_virtualName - The name of the virtual device (for example, ephemeral0).

You can specify either VirtualName or Ebs, but not both.

$sel:noDevice:BlockDeviceMapping', blockDeviceMapping_noDevice - Setting this value to true suppresses the specified device included in the block device mapping of the AMI.

If NoDevice is true for the root device, instances might fail the EC2 health check. In that case, Amazon EC2 Auto Scaling launches replacement instances.

If you specify NoDevice, you cannot specify Ebs.

$sel:ebs:BlockDeviceMapping', blockDeviceMapping_ebs - Parameters used to automatically set up EBS volumes when an instance is launched.

You can specify either VirtualName or Ebs, but not both.

$sel:deviceName:BlockDeviceMapping', blockDeviceMapping_deviceName - The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh). For more information, see Device Naming on Linux Instances in the Amazon EC2 User Guide for Linux Instances.

CapacityForecast

data CapacityForecast Source #

A GetPredictiveScalingForecast call returns the capacity forecast for a predictive scaling policy. This structure includes the data points for that capacity forecast, along with the timestamps of those data points.

See: newCapacityForecast smart constructor.

Constructors

CapacityForecast' [ISO8601] [Double] 

Instances

Instances details
Eq CapacityForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CapacityForecast

Read CapacityForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CapacityForecast

Show CapacityForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CapacityForecast

Generic CapacityForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CapacityForecast

Associated Types

type Rep CapacityForecast :: Type -> Type #

NFData CapacityForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CapacityForecast

Methods

rnf :: CapacityForecast -> () #

Hashable CapacityForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CapacityForecast

FromXML CapacityForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CapacityForecast

type Rep CapacityForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CapacityForecast

type Rep CapacityForecast = D1 ('MetaData "CapacityForecast" "Amazonka.AutoScaling.Types.CapacityForecast" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "CapacityForecast'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timestamps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ISO8601]) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Double])))

newCapacityForecast :: CapacityForecast Source #

Create a value of CapacityForecast 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:timestamps:CapacityForecast', capacityForecast_timestamps - The time stamps for the data points, in UTC format.

$sel:values:CapacityForecast', capacityForecast_values - The values of the data points.

CustomizedMetricSpecification

data CustomizedMetricSpecification Source #

Represents a CloudWatch metric of your choosing for a target tracking scaling policy to use with Amazon EC2 Auto Scaling.

To create your customized metric specification:

  • Add values for each required parameter from CloudWatch. You can use an existing metric, or a new metric that you create. To use your own metric, you must first publish the metric to CloudWatch. For more information, see Publish Custom Metrics in the Amazon CloudWatch User Guide.
  • Choose a metric that changes proportionally with capacity. The value of the metric should increase or decrease in inverse proportion to the number of capacity units. That is, the value of the metric should decrease when capacity increases.

For more information about CloudWatch, see Amazon CloudWatch Concepts.

See: newCustomizedMetricSpecification smart constructor.

Instances

Instances details
Eq CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CustomizedMetricSpecification

Read CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CustomizedMetricSpecification

Show CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CustomizedMetricSpecification

Generic CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CustomizedMetricSpecification

Associated Types

type Rep CustomizedMetricSpecification :: Type -> Type #

NFData CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CustomizedMetricSpecification

Hashable CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CustomizedMetricSpecification

ToQuery CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CustomizedMetricSpecification

FromXML CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CustomizedMetricSpecification

type Rep CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.CustomizedMetricSpecification

type Rep CustomizedMetricSpecification = D1 ('MetaData "CustomizedMetricSpecification" "Amazonka.AutoScaling.Types.CustomizedMetricSpecification" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "CustomizedMetricSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dimensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricDimension])) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "statistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MetricStatistic)))))

newCustomizedMetricSpecification Source #

Create a value of CustomizedMetricSpecification 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:dimensions:CustomizedMetricSpecification', customizedMetricSpecification_dimensions - The dimensions of the metric.

Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.

$sel:unit:CustomizedMetricSpecification', customizedMetricSpecification_unit - The unit of the metric.

$sel:metricName:CustomizedMetricSpecification', customizedMetricSpecification_metricName - The name of the metric.

$sel:namespace:CustomizedMetricSpecification', customizedMetricSpecification_namespace - The namespace of the metric.

$sel:statistic:CustomizedMetricSpecification', customizedMetricSpecification_statistic - The statistic of the metric.

DesiredConfiguration

data DesiredConfiguration Source #

Describes the desired configuration for an instance refresh.

If you specify a desired configuration, you must specify either a LaunchTemplate or a MixedInstancesPolicy.

See: newDesiredConfiguration smart constructor.

Instances

Instances details
Eq DesiredConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.DesiredConfiguration

Read DesiredConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.DesiredConfiguration

Show DesiredConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.DesiredConfiguration

Generic DesiredConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.DesiredConfiguration

Associated Types

type Rep DesiredConfiguration :: Type -> Type #

NFData DesiredConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.DesiredConfiguration

Methods

rnf :: DesiredConfiguration -> () #

Hashable DesiredConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.DesiredConfiguration

ToQuery DesiredConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.DesiredConfiguration

FromXML DesiredConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.DesiredConfiguration

type Rep DesiredConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.DesiredConfiguration

type Rep DesiredConfiguration = D1 ('MetaData "DesiredConfiguration" "Amazonka.AutoScaling.Types.DesiredConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DesiredConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mixedInstancesPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MixedInstancesPolicy)) :*: S1 ('MetaSel ('Just "launchTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateSpecification))))

newDesiredConfiguration :: DesiredConfiguration Source #

Create a value of DesiredConfiguration 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:mixedInstancesPolicy:DesiredConfiguration', desiredConfiguration_mixedInstancesPolicy - Undocumented member.

$sel:launchTemplate:DesiredConfiguration', desiredConfiguration_launchTemplate - Undocumented member.

Ebs

data Ebs Source #

Describes information used to set up an Amazon EBS volume specified in a block device mapping.

See: newEbs smart constructor.

Instances

Instances details
Eq Ebs Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Ebs

Methods

(==) :: Ebs -> Ebs -> Bool #

(/=) :: Ebs -> Ebs -> Bool #

Read Ebs Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Ebs

Show Ebs Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Ebs

Methods

showsPrec :: Int -> Ebs -> ShowS #

show :: Ebs -> String #

showList :: [Ebs] -> ShowS #

Generic Ebs Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Ebs

Associated Types

type Rep Ebs :: Type -> Type #

Methods

from :: Ebs -> Rep Ebs x #

to :: Rep Ebs x -> Ebs #

NFData Ebs Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Ebs

Methods

rnf :: Ebs -> () #

Hashable Ebs Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Ebs

Methods

hashWithSalt :: Int -> Ebs -> Int #

hash :: Ebs -> Int #

ToQuery Ebs Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Ebs

Methods

toQuery :: Ebs -> QueryString #

FromXML Ebs Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Ebs

Methods

parseXML :: [Node] -> Either String Ebs #

type Rep Ebs Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Ebs

newEbs :: Ebs Source #

Create a value of Ebs 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:deleteOnTermination:Ebs', ebs_deleteOnTermination - Indicates whether the volume is deleted on instance termination. For Amazon EC2 Auto Scaling, the default value is true.

$sel:throughput:Ebs', ebs_throughput - The throughput (MiBps) to provision for a gp3 volume.

$sel:volumeSize:Ebs', ebs_volumeSize - The volume size, in GiBs. The following are the supported volumes sizes for each volume type:

  • gp2 and gp3: 1-16,384
  • io1: 4-16,384
  • st1 and sc1: 125-16,384
  • standard: 1-1,024

You must specify either a SnapshotId or a VolumeSize. If you specify both SnapshotId and VolumeSize, the volume size must be equal or greater than the size of the snapshot.

$sel:iops:Ebs', ebs_iops - The number of input/output (I/O) operations per second (IOPS) to provision for the volume. For gp3 and io1 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

The following are the supported values for each volume type:

  • gp3: 3,000-16,000 IOPS
  • io1: 100-64,000 IOPS

For io1 volumes, we guarantee 64,000 IOPS only for Instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS.

Iops is supported when the volume type is gp3 or io1 and required only when the volume type is io1. (Not used with standard, gp2, st1, or sc1 volumes.)

$sel:encrypted:Ebs', ebs_encrypted - Specifies whether the volume should be encrypted. Encrypted EBS volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported instance types. If your AMI uses encrypted volumes, you can also only launch it on supported instance types.

If you are creating a volume from a snapshot, you cannot create an unencrypted volume from an encrypted snapshot. Also, you cannot specify a KMS key ID when using a launch configuration.

If you enable encryption by default, the EBS volumes that you create are always encrypted, either using the Amazon Web Services managed KMS key or a customer-managed KMS key, regardless of whether the snapshot was encrypted.

For more information, see Using Amazon Web Services KMS keys to encrypt Amazon EBS volumes in the Amazon EC2 Auto Scaling User Guide.

$sel:volumeType:Ebs', ebs_volumeType - The volume type. For more information, see Amazon EBS volume types in the Amazon EC2 User Guide for Linux Instances.

Valid Values: standard | io1 | gp2 | st1 | sc1 | gp3

$sel:snapshotId:Ebs', ebs_snapshotId - The snapshot ID of the volume to use.

You must specify either a VolumeSize or a SnapshotId.

EnabledMetric

data EnabledMetric Source #

Describes an enabled metric.

See: newEnabledMetric smart constructor.

Constructors

EnabledMetric' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq EnabledMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.EnabledMetric

Read EnabledMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.EnabledMetric

Show EnabledMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.EnabledMetric

Generic EnabledMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.EnabledMetric

Associated Types

type Rep EnabledMetric :: Type -> Type #

NFData EnabledMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.EnabledMetric

Methods

rnf :: EnabledMetric -> () #

Hashable EnabledMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.EnabledMetric

FromXML EnabledMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.EnabledMetric

type Rep EnabledMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.EnabledMetric

type Rep EnabledMetric = D1 ('MetaData "EnabledMetric" "Amazonka.AutoScaling.Types.EnabledMetric" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "EnabledMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "granularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEnabledMetric :: EnabledMetric Source #

Create a value of EnabledMetric 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:granularity:EnabledMetric', enabledMetric_granularity - The granularity of the metric. The only valid value is 1Minute.

$sel:metric:EnabledMetric', enabledMetric_metric - One of the following metrics:

  • GroupMinSize
  • GroupMaxSize
  • GroupDesiredCapacity
  • GroupInServiceInstances
  • GroupPendingInstances
  • GroupStandbyInstances
  • GroupTerminatingInstances
  • GroupTotalInstances
  • GroupInServiceCapacity
  • GroupPendingCapacity
  • GroupStandbyCapacity
  • GroupTerminatingCapacity
  • GroupTotalCapacity
  • WarmPoolDesiredCapacity
  • WarmPoolWarmedCapacity
  • WarmPoolPendingCapacity
  • WarmPoolTerminatingCapacity
  • WarmPoolTotalCapacity
  • GroupAndWarmPoolDesiredCapacity
  • GroupAndWarmPoolTotalCapacity

FailedScheduledUpdateGroupActionRequest

data FailedScheduledUpdateGroupActionRequest Source #

Describes a scheduled action that could not be created, updated, or deleted.

See: newFailedScheduledUpdateGroupActionRequest smart constructor.

Instances

Instances details
Eq FailedScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.FailedScheduledUpdateGroupActionRequest

Read FailedScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.FailedScheduledUpdateGroupActionRequest

Show FailedScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.FailedScheduledUpdateGroupActionRequest

Generic FailedScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.FailedScheduledUpdateGroupActionRequest

NFData FailedScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.FailedScheduledUpdateGroupActionRequest

Hashable FailedScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.FailedScheduledUpdateGroupActionRequest

FromXML FailedScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.FailedScheduledUpdateGroupActionRequest

type Rep FailedScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.FailedScheduledUpdateGroupActionRequest

type Rep FailedScheduledUpdateGroupActionRequest = D1 ('MetaData "FailedScheduledUpdateGroupActionRequest" "Amazonka.AutoScaling.Types.FailedScheduledUpdateGroupActionRequest" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "FailedScheduledUpdateGroupActionRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduledActionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

Filter

data Filter Source #

Describes a filter that is used to return a more specific list of results from a describe operation.

If you specify multiple filters, the filters are joined with an AND, and the request returns only results that match all of the specified filters.

For more information, see Tagging Auto Scaling groups and instances in the Amazon EC2 Auto Scaling User Guide.

See: newFilter smart constructor.

Constructors

Filter' (Maybe [Text]) Text 

Instances

Instances details
Eq Filter Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Read Filter Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

NFData Filter Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Filter

Methods

rnf :: Filter -> () #

Hashable Filter Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

ToQuery Filter Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Filter

type Rep Filter Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.AutoScaling.Types.Filter" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFilter Source #

Create a value of Filter 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:values:Filter', filter_values - One or more filter values. Filter values are case-sensitive.

If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values. For example, specify "tag:environment" for the filter name and "production,development" for the filter values to find Auto Scaling groups with the tag "environment=production" or "environment=development".

$sel:name:Filter', filter_name - The name of the filter.

The valid values for Name depend on the API operation that you are including the filter in, DescribeAutoScalingGroups or DescribeTags.

DescribeAutoScalingGroups

Valid values for Name include the following:

  • tag-key - Accepts tag keys. The results will only include information about the Auto Scaling groups associated with these tag keys.
  • tag-value - Accepts tag values. The results will only include information about the Auto Scaling groups associated with these tag values.
  • tag:<key> - Accepts the key/value combination of the tag. Use the tag key in the filter name and the tag value as the filter value. The results will only include information about the Auto Scaling groups associated with the specified key/value combination.

DescribeTags

Valid values for Name include the following:

  • auto-scaling-group - Accepts the names of Auto Scaling groups. The results will only include information about the tags associated with these Auto Scaling groups.
  • key - Accepts tag keys. The results will only include information about the tags associated with these tag keys.
  • value - Accepts tag values. The results will only include information about the tags associated with these tag values.
  • propagate-at-launch - Accepts a boolean value, which specifies whether tags propagate to instances at launch. The results will only include information about the tags associated with the specified boolean value.

Instance

data Instance Source #

Describes an EC2 instance.

See: newInstance smart constructor.

Instances

Instances details
Eq Instance Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Instance

Read Instance Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Instance

Show Instance Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Instance

Generic Instance Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Instance

Associated Types

type Rep Instance :: Type -> Type #

Methods

from :: Instance -> Rep Instance x #

to :: Rep Instance x -> Instance #

NFData Instance Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Instance

Methods

rnf :: Instance -> () #

Hashable Instance Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Instance

Methods

hashWithSalt :: Int -> Instance -> Int #

hash :: Instance -> Int #

FromXML Instance Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Instance

type Rep Instance Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Instance

type Rep Instance = D1 ('MetaData "Instance" "Amazonka.AutoScaling.Types.Instance" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "Instance'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "weightedCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "launchConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "launchTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateSpecification)))) :*: ((S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "lifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LifecycleState) :*: (S1 ('MetaSel ('Just "healthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "protectedFromScaleIn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))))

newInstance Source #

Create a value of Instance 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:weightedCapacity:Instance', instance_weightedCapacity - The number of capacity units contributed by the instance based on its instance type.

Valid Range: Minimum value of 1. Maximum value of 999.

$sel:instanceType:Instance', instance_instanceType - The instance type of the EC2 instance.

$sel:launchConfigurationName:Instance', instance_launchConfigurationName - The launch configuration associated with the instance.

$sel:launchTemplate:Instance', instance_launchTemplate - The launch template for the instance.

$sel:instanceId:Instance', instance_instanceId - The ID of the instance.

$sel:availabilityZone:Instance', instance_availabilityZone - The Availability Zone in which the instance is running.

$sel:lifecycleState:Instance', instance_lifecycleState - A description of the current lifecycle state. The Quarantined state is not used. For information about lifecycle states, see Instance lifecycle in the Amazon EC2 Auto Scaling User Guide.

$sel:healthStatus:Instance', instance_healthStatus - The last reported health status of the instance. "Healthy" means that the instance is healthy and should remain in service. "Unhealthy" means that the instance is unhealthy and that Amazon EC2 Auto Scaling should terminate and replace it.

$sel:protectedFromScaleIn:Instance', instance_protectedFromScaleIn - Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.

InstanceMetadataOptions

data InstanceMetadataOptions Source #

The metadata options for the instances. For more information, see Configuring the Instance Metadata Options in the Amazon EC2 Auto Scaling User Guide.

See: newInstanceMetadataOptions smart constructor.

Instances

Instances details
Eq InstanceMetadataOptions Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataOptions

Read InstanceMetadataOptions Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataOptions

Show InstanceMetadataOptions Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataOptions

Generic InstanceMetadataOptions Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataOptions

Associated Types

type Rep InstanceMetadataOptions :: Type -> Type #

NFData InstanceMetadataOptions Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataOptions

Methods

rnf :: InstanceMetadataOptions -> () #

Hashable InstanceMetadataOptions Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataOptions

ToQuery InstanceMetadataOptions Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataOptions

FromXML InstanceMetadataOptions Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataOptions

type Rep InstanceMetadataOptions Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMetadataOptions

type Rep InstanceMetadataOptions = D1 ('MetaData "InstanceMetadataOptions" "Amazonka.AutoScaling.Types.InstanceMetadataOptions" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "InstanceMetadataOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceMetadataEndpointState)) :*: (S1 ('MetaSel ('Just "httpPutResponseHopLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "httpTokens") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceMetadataHttpTokensState)))))

newInstanceMetadataOptions :: InstanceMetadataOptions Source #

Create a value of InstanceMetadataOptions 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:httpEndpoint:InstanceMetadataOptions', instanceMetadataOptions_httpEndpoint - This parameter enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled.

If you specify a value of disabled, you will not be able to access your instance metadata.

$sel:httpPutResponseHopLimit:InstanceMetadataOptions', instanceMetadataOptions_httpPutResponseHopLimit - The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Default: 1

$sel:httpTokens:InstanceMetadataOptions', instanceMetadataOptions_httpTokens - The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is optional.

If the state is optional, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.

If the state is required, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available.

InstanceMonitoring

data InstanceMonitoring Source #

Describes whether detailed monitoring is enabled for the Auto Scaling instances.

See: newInstanceMonitoring smart constructor.

Instances

Instances details
Eq InstanceMonitoring Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMonitoring

Read InstanceMonitoring Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMonitoring

Show InstanceMonitoring Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMonitoring

Generic InstanceMonitoring Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMonitoring

Associated Types

type Rep InstanceMonitoring :: Type -> Type #

NFData InstanceMonitoring Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMonitoring

Methods

rnf :: InstanceMonitoring -> () #

Hashable InstanceMonitoring Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMonitoring

ToQuery InstanceMonitoring Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMonitoring

FromXML InstanceMonitoring Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMonitoring

type Rep InstanceMonitoring Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceMonitoring

type Rep InstanceMonitoring = D1 ('MetaData "InstanceMonitoring" "Amazonka.AutoScaling.Types.InstanceMonitoring" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "InstanceMonitoring'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newInstanceMonitoring :: InstanceMonitoring Source #

Create a value of InstanceMonitoring 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:enabled:InstanceMonitoring', instanceMonitoring_enabled - If true, detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

InstanceRefresh

data InstanceRefresh Source #

Describes an instance refresh for an Auto Scaling group.

See: newInstanceRefresh smart constructor.

Instances

Instances details
Eq InstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefresh

Read InstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefresh

Show InstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefresh

Generic InstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefresh

Associated Types

type Rep InstanceRefresh :: Type -> Type #

NFData InstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefresh

Methods

rnf :: InstanceRefresh -> () #

Hashable InstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefresh

FromXML InstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefresh

type Rep InstanceRefresh Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefresh

type Rep InstanceRefresh = D1 ('MetaData "InstanceRefresh" "Amazonka.AutoScaling.Types.InstanceRefresh" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "InstanceRefresh'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceRefreshStatus)) :*: S1 ('MetaSel ('Just "progressDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceRefreshProgressDetails))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "preferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RefreshPreferences)) :*: S1 ('MetaSel ('Just "instancesToUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "percentageComplete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "desiredConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DesiredConfiguration)) :*: S1 ('MetaSel ('Just "instanceRefreshId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newInstanceRefresh :: InstanceRefresh Source #

Create a value of InstanceRefresh 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:status:InstanceRefresh', instanceRefresh_status - The current status for the instance refresh operation:

  • Pending - The request was created, but the operation has not started.
  • InProgress - The operation is in progress.
  • Successful - The operation completed successfully.
  • Failed - The operation failed to complete. You can troubleshoot using the status reason and the scaling activities.
  • Cancelling - An ongoing operation is being cancelled. Cancellation does not roll back any replacements that have already been completed, but it prevents new replacements from being started.
  • Cancelled - The operation is cancelled.

$sel:progressDetails:InstanceRefresh', instanceRefresh_progressDetails - Additional progress details for an Auto Scaling group that has a warm pool.

$sel:startTime:InstanceRefresh', instanceRefresh_startTime - The date and time at which the instance refresh began.

$sel:preferences:InstanceRefresh', instanceRefresh_preferences - Undocumented member.

$sel:instancesToUpdate:InstanceRefresh', instanceRefresh_instancesToUpdate - The number of instances remaining to update before the instance refresh is complete.

$sel:percentageComplete:InstanceRefresh', instanceRefresh_percentageComplete - The percentage of the instance refresh that is complete. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the instance's health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete.

$sel:autoScalingGroupName:InstanceRefresh', instanceRefresh_autoScalingGroupName - The name of the Auto Scaling group.

$sel:endTime:InstanceRefresh', instanceRefresh_endTime - The date and time at which the instance refresh ended.

$sel:statusReason:InstanceRefresh', instanceRefresh_statusReason - Provides more details about the current status of the instance refresh.

$sel:desiredConfiguration:InstanceRefresh', instanceRefresh_desiredConfiguration - Describes the specific update you want to deploy.

$sel:instanceRefreshId:InstanceRefresh', instanceRefresh_instanceRefreshId - The instance refresh ID.

InstanceRefreshLivePoolProgress

data InstanceRefreshLivePoolProgress Source #

Reports the progress of an instance refresh on instances that are in the Auto Scaling group.

See: newInstanceRefreshLivePoolProgress smart constructor.

Instances

Instances details
Eq InstanceRefreshLivePoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshLivePoolProgress

Read InstanceRefreshLivePoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshLivePoolProgress

Show InstanceRefreshLivePoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshLivePoolProgress

Generic InstanceRefreshLivePoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshLivePoolProgress

Associated Types

type Rep InstanceRefreshLivePoolProgress :: Type -> Type #

NFData InstanceRefreshLivePoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshLivePoolProgress

Hashable InstanceRefreshLivePoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshLivePoolProgress

FromXML InstanceRefreshLivePoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshLivePoolProgress

type Rep InstanceRefreshLivePoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshLivePoolProgress

type Rep InstanceRefreshLivePoolProgress = D1 ('MetaData "InstanceRefreshLivePoolProgress" "Amazonka.AutoScaling.Types.InstanceRefreshLivePoolProgress" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "InstanceRefreshLivePoolProgress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instancesToUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "percentageComplete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newInstanceRefreshLivePoolProgress :: InstanceRefreshLivePoolProgress Source #

Create a value of InstanceRefreshLivePoolProgress 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:instancesToUpdate:InstanceRefreshLivePoolProgress', instanceRefreshLivePoolProgress_instancesToUpdate - The number of instances remaining to update.

$sel:percentageComplete:InstanceRefreshLivePoolProgress', instanceRefreshLivePoolProgress_percentageComplete - The percentage of instances in the Auto Scaling group that have been replaced. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the instance's health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete.

InstanceRefreshProgressDetails

data InstanceRefreshProgressDetails Source #

Reports the progress of an instance refresh on an Auto Scaling group that has a warm pool. This includes separate details for instances in the warm pool and instances in the Auto Scaling group (the live pool).

See: newInstanceRefreshProgressDetails smart constructor.

Instances

Instances details
Eq InstanceRefreshProgressDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshProgressDetails

Read InstanceRefreshProgressDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshProgressDetails

Show InstanceRefreshProgressDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshProgressDetails

Generic InstanceRefreshProgressDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshProgressDetails

Associated Types

type Rep InstanceRefreshProgressDetails :: Type -> Type #

NFData InstanceRefreshProgressDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshProgressDetails

Hashable InstanceRefreshProgressDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshProgressDetails

FromXML InstanceRefreshProgressDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshProgressDetails

type Rep InstanceRefreshProgressDetails Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshProgressDetails

type Rep InstanceRefreshProgressDetails = D1 ('MetaData "InstanceRefreshProgressDetails" "Amazonka.AutoScaling.Types.InstanceRefreshProgressDetails" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "InstanceRefreshProgressDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "livePoolProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceRefreshLivePoolProgress)) :*: S1 ('MetaSel ('Just "warmPoolProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceRefreshWarmPoolProgress))))

newInstanceRefreshProgressDetails :: InstanceRefreshProgressDetails Source #

Create a value of InstanceRefreshProgressDetails 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:livePoolProgress:InstanceRefreshProgressDetails', instanceRefreshProgressDetails_livePoolProgress - Indicates the progress of an instance refresh on instances that are in the Auto Scaling group.

$sel:warmPoolProgress:InstanceRefreshProgressDetails', instanceRefreshProgressDetails_warmPoolProgress - Indicates the progress of an instance refresh on instances that are in the warm pool.

InstanceRefreshWarmPoolProgress

data InstanceRefreshWarmPoolProgress Source #

Reports the progress of an instance refresh on instances that are in the warm pool.

See: newInstanceRefreshWarmPoolProgress smart constructor.

Instances

Instances details
Eq InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

Read InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

Show InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

Generic InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

Associated Types

type Rep InstanceRefreshWarmPoolProgress :: Type -> Type #

NFData InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

Hashable InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

FromXML InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

type Rep InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

type Rep InstanceRefreshWarmPoolProgress = D1 ('MetaData "InstanceRefreshWarmPoolProgress" "Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "InstanceRefreshWarmPoolProgress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instancesToUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "percentageComplete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newInstanceRefreshWarmPoolProgress :: InstanceRefreshWarmPoolProgress Source #

Create a value of InstanceRefreshWarmPoolProgress 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:instancesToUpdate:InstanceRefreshWarmPoolProgress', instanceRefreshWarmPoolProgress_instancesToUpdate - The number of instances remaining to update.

$sel:percentageComplete:InstanceRefreshWarmPoolProgress', instanceRefreshWarmPoolProgress_percentageComplete - The percentage of instances in the warm pool that have been replaced. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the instance's health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete.

InstancesDistribution

data InstancesDistribution Source #

Describes an instances distribution for an Auto Scaling group with a MixedInstancesPolicy.

The instances distribution specifies the distribution of On-Demand Instances and Spot Instances, the maximum price to pay for Spot Instances, and how the Auto Scaling group allocates instance types to fulfill On-Demand and Spot capacities.

When you modify SpotAllocationStrategy, SpotInstancePools, or SpotMaxPrice in the UpdateAutoScalingGroup API call, this update action does not deploy any changes across the running Amazon EC2 instances in the group. Your existing Spot Instances continue to run as long as the maximum price for those instances is higher than the current Spot price. When scale out occurs, Amazon EC2 Auto Scaling launches instances based on the new settings. When scale in occurs, Amazon EC2 Auto Scaling terminates instances according to the group's termination policies.

See: newInstancesDistribution smart constructor.

Instances

Instances details
Eq InstancesDistribution Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstancesDistribution

Read InstancesDistribution Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstancesDistribution

Show InstancesDistribution Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstancesDistribution

Generic InstancesDistribution Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstancesDistribution

Associated Types

type Rep InstancesDistribution :: Type -> Type #

NFData InstancesDistribution Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstancesDistribution

Methods

rnf :: InstancesDistribution -> () #

Hashable InstancesDistribution Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstancesDistribution

ToQuery InstancesDistribution Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstancesDistribution

FromXML InstancesDistribution Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstancesDistribution

type Rep InstancesDistribution Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstancesDistribution

type Rep InstancesDistribution = D1 ('MetaData "InstancesDistribution" "Amazonka.AutoScaling.Types.InstancesDistribution" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "InstancesDistribution'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "spotAllocationStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "spotInstancePools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "spotMaxPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "onDemandBaseCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "onDemandAllocationStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "onDemandPercentageAboveBaseCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newInstancesDistribution :: InstancesDistribution Source #

Create a value of InstancesDistribution 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:spotAllocationStrategy:InstancesDistribution', instancesDistribution_spotAllocationStrategy - Indicates how to allocate instances across Spot Instance pools.

If the allocation strategy is lowest-price, the Auto Scaling group launches instances using the Spot pools with the lowest price, and evenly allocates your instances across the number of Spot pools that you specify. Defaults to lowest-price if not specified.

If the allocation strategy is capacity-optimized (recommended), the Auto Scaling group launches instances using Spot pools that are optimally chosen based on the available Spot capacity. Alternatively, you can use capacity-optimized-prioritized and set the order of instance types in the list of launch template overrides from highest to lowest priority (from first to last in the list). Amazon EC2 Auto Scaling honors the instance type priorities on a best-effort basis but optimizes for capacity first.

$sel:spotInstancePools:InstancesDistribution', instancesDistribution_spotInstancePools - The number of Spot Instance pools across which to allocate your Spot Instances. The Spot pools are determined from the different instance types in the overrides. Valid only when the Spot allocation strategy is lowest-price. Value must be in the range of 1 to 20. Defaults to 2 if not specified.

$sel:spotMaxPrice:InstancesDistribution', instancesDistribution_spotMaxPrice - The maximum price per unit hour that you are willing to pay for a Spot Instance. If you leave the value at its default (empty), Amazon EC2 Auto Scaling uses the On-Demand price as the maximum Spot price. To remove a value that you previously set, include the property but specify an empty string ("") for the value.

$sel:onDemandBaseCapacity:InstancesDistribution', instancesDistribution_onDemandBaseCapacity - The minimum amount of the Auto Scaling group's capacity that must be fulfilled by On-Demand Instances. This base portion is provisioned first as your group scales. Defaults to 0 if not specified. If you specify weights for the instance types in the overrides, set the value of OnDemandBaseCapacity in terms of the number of capacity units, and not the number of instances.

$sel:onDemandAllocationStrategy:InstancesDistribution', instancesDistribution_onDemandAllocationStrategy - Indicates how to allocate instance types to fulfill On-Demand capacity. The only valid value is prioritized, which is also the default value. This strategy uses the order of instance types in the LaunchTemplateOverrides to define the launch priority of each instance type. The first instance type in the array is prioritized higher than the last. If all your On-Demand capacity cannot be fulfilled using your highest priority instance, then the Auto Scaling groups launches the remaining capacity using the second priority instance type, and so on.

$sel:onDemandPercentageAboveBaseCapacity:InstancesDistribution', instancesDistribution_onDemandPercentageAboveBaseCapacity - Controls the percentages of On-Demand Instances and Spot Instances for your additional capacity beyond OnDemandBaseCapacity. Expressed as a number (for example, 20 specifies 20% On-Demand Instances, 80% Spot Instances). Defaults to 100 if not specified. If set to 100, only On-Demand Instances are provisioned.

LaunchConfiguration

data LaunchConfiguration Source #

Describes a launch configuration.

See: newLaunchConfiguration smart constructor.

Instances

Instances details
Eq LaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchConfiguration

Read LaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchConfiguration

Show LaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchConfiguration

Generic LaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchConfiguration

Associated Types

type Rep LaunchConfiguration :: Type -> Type #

NFData LaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchConfiguration

Methods

rnf :: LaunchConfiguration -> () #

Hashable LaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchConfiguration

FromXML LaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchConfiguration

type Rep LaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchConfiguration

type Rep LaunchConfiguration = D1 ('MetaData "LaunchConfiguration" "Amazonka.AutoScaling.Types.LaunchConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "LaunchConfiguration'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "associatePublicIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "spotPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceMonitoring") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceMonitoring)) :*: S1 ('MetaSel ('Just "keyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "classicLinkVPCSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "ramdiskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "kernelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ebsOptimized") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "userData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "classicLinkVPCId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iamInstanceProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "metadataOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceMetadataOptions)) :*: (S1 ('MetaSel ('Just "launchConfigurationARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "placementTenancy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "blockDeviceMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BlockDeviceMapping])) :*: S1 ('MetaSel ('Just "launchConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601)))))))

newLaunchConfiguration Source #

Create a value of LaunchConfiguration 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:associatePublicIpAddress:LaunchConfiguration', launchConfiguration_associatePublicIpAddress - For Auto Scaling groups that are running in a VPC, specifies whether to assign a public IP address to the group's instances. For more information, see Launching Auto Scaling instances in a VPC in the Amazon EC2 Auto Scaling User Guide.

$sel:securityGroups:LaunchConfiguration', launchConfiguration_securityGroups - A list that contains the security groups to assign to the instances in the Auto Scaling group. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

$sel:spotPrice:LaunchConfiguration', launchConfiguration_spotPrice - The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot price. For more information, see Requesting Spot Instances in the Amazon EC2 Auto Scaling User Guide.

$sel:instanceMonitoring:LaunchConfiguration', launchConfiguration_instanceMonitoring - Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.

For more information, see Configure Monitoring for Auto Scaling Instances in the Amazon EC2 Auto Scaling User Guide.

$sel:keyName:LaunchConfiguration', launchConfiguration_keyName - The name of the key pair.

For more information, see Amazon EC2 Key Pairs in the Amazon EC2 User Guide for Linux Instances.

$sel:classicLinkVPCSecurityGroups:LaunchConfiguration', launchConfiguration_classicLinkVPCSecurityGroups - The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId.

For more information, see ClassicLink in the Amazon EC2 User Guide for Linux Instances and Linking EC2-Classic instances to a VPC in the Amazon EC2 Auto Scaling User Guide.

$sel:ramdiskId:LaunchConfiguration', launchConfiguration_ramdiskId - The ID of the RAM disk associated with the AMI.

$sel:kernelId:LaunchConfiguration', launchConfiguration_kernelId - The ID of the kernel associated with the AMI.

$sel:ebsOptimized:LaunchConfiguration', launchConfiguration_ebsOptimized - Specifies whether the launch configuration is optimized for EBS I/O (true) or not (false). For more information, see Amazon EBS-Optimized Instances in the Amazon EC2 User Guide for Linux Instances.

$sel:userData:LaunchConfiguration', launchConfiguration_userData - The user data to make available to the launched EC2 instances. For more information, see Instance metadata and user data (Linux) and Instance metadata and user data (Windows). If you are using a command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text. User data is limited to 16 KB.

$sel:classicLinkVPCId:LaunchConfiguration', launchConfiguration_classicLinkVPCId - The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. For more information, see ClassicLink in the Amazon EC2 User Guide for Linux Instances and Linking EC2-Classic instances to a VPC in the Amazon EC2 Auto Scaling User Guide.

$sel:iamInstanceProfile:LaunchConfiguration', launchConfiguration_iamInstanceProfile - The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance. The instance profile contains the IAM role. For more information, see IAM role for applications that run on Amazon EC2 instances in the Amazon EC2 Auto Scaling User Guide.

$sel:metadataOptions:LaunchConfiguration', launchConfiguration_metadataOptions - The metadata options for the instances. For more information, see Configuring the Instance Metadata Options in the Amazon EC2 Auto Scaling User Guide.

$sel:launchConfigurationARN:LaunchConfiguration', launchConfiguration_launchConfigurationARN - The Amazon Resource Name (ARN) of the launch configuration.

$sel:placementTenancy:LaunchConfiguration', launchConfiguration_placementTenancy - The tenancy of the instance, either default or dedicated. An instance with dedicated tenancy runs on isolated, single-tenant hardware and can only be launched into a VPC.

For more information, see Configuring instance tenancy with Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

$sel:blockDeviceMappings:LaunchConfiguration', launchConfiguration_blockDeviceMappings - A block device mapping, which specifies the block devices for the instance. For more information, see Block Device Mapping in the Amazon EC2 User Guide for Linux Instances.

$sel:launchConfigurationName:LaunchConfiguration', launchConfiguration_launchConfigurationName - The name of the launch configuration.

$sel:imageId:LaunchConfiguration', launchConfiguration_imageId - The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Finding an AMI in the Amazon EC2 User Guide for Linux Instances.

$sel:instanceType:LaunchConfiguration', launchConfiguration_instanceType - The instance type for the instances.

For information about available instance types, see Available Instance Types in the Amazon EC2 User Guide for Linux Instances.

$sel:createdTime:LaunchConfiguration', launchConfiguration_createdTime - The creation date and time for the launch configuration.

LaunchTemplate

data LaunchTemplate Source #

Describes a launch template and overrides.

You specify these properties as part of a mixed instances policy.

When you update the launch template or overrides in the UpdateAutoScalingGroup API call, existing Amazon EC2 instances continue to run. When scale out occurs, Amazon EC2 Auto Scaling launches instances to match the new settings. When scale in occurs, Amazon EC2 Auto Scaling terminates instances according to the group's termination policies.

See: newLaunchTemplate smart constructor.

Instances

Instances details
Eq LaunchTemplate Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplate

Read LaunchTemplate Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplate

Show LaunchTemplate Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplate

Generic LaunchTemplate Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplate

Associated Types

type Rep LaunchTemplate :: Type -> Type #

NFData LaunchTemplate Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplate

Methods

rnf :: LaunchTemplate -> () #

Hashable LaunchTemplate Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplate

ToQuery LaunchTemplate Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplate

FromXML LaunchTemplate Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplate

type Rep LaunchTemplate Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplate

type Rep LaunchTemplate = D1 ('MetaData "LaunchTemplate" "Amazonka.AutoScaling.Types.LaunchTemplate" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "LaunchTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "overrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LaunchTemplateOverrides])) :*: S1 ('MetaSel ('Just "launchTemplateSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateSpecification))))

newLaunchTemplate :: LaunchTemplate Source #

Create a value of LaunchTemplate 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:overrides:LaunchTemplate', launchTemplate_overrides - Any properties that you specify override the same properties in the launch template. If not provided, Amazon EC2 Auto Scaling uses the instance type specified in the launch template when it launches an instance.

$sel:launchTemplateSpecification:LaunchTemplate', launchTemplate_launchTemplateSpecification - The launch template to use.

LaunchTemplateOverrides

data LaunchTemplateOverrides Source #

Describes an override for a launch template. The maximum number of instance types that can be associated with an Auto Scaling group is 40. The maximum number of distinct launch templates you can define for an Auto Scaling group is 20. For more information about configuring overrides, see Configuring overrides in the Amazon EC2 Auto Scaling User Guide.

See: newLaunchTemplateOverrides smart constructor.

Instances

Instances details
Eq LaunchTemplateOverrides Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateOverrides

Read LaunchTemplateOverrides Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateOverrides

Show LaunchTemplateOverrides Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateOverrides

Generic LaunchTemplateOverrides Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateOverrides

Associated Types

type Rep LaunchTemplateOverrides :: Type -> Type #

NFData LaunchTemplateOverrides Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateOverrides

Methods

rnf :: LaunchTemplateOverrides -> () #

Hashable LaunchTemplateOverrides Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateOverrides

ToQuery LaunchTemplateOverrides Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateOverrides

FromXML LaunchTemplateOverrides Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateOverrides

type Rep LaunchTemplateOverrides Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateOverrides

type Rep LaunchTemplateOverrides = D1 ('MetaData "LaunchTemplateOverrides" "Amazonka.AutoScaling.Types.LaunchTemplateOverrides" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "LaunchTemplateOverrides'" 'PrefixI 'True) (S1 ('MetaSel ('Just "weightedCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "launchTemplateSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateSpecification)))))

newLaunchTemplateOverrides :: LaunchTemplateOverrides Source #

Create a value of LaunchTemplateOverrides 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:weightedCapacity:LaunchTemplateOverrides', launchTemplateOverrides_weightedCapacity - The number of capacity units provided by the specified instance type in terms of virtual CPUs, memory, storage, throughput, or other relative performance characteristic. When a Spot or On-Demand Instance is provisioned, the capacity units count toward the desired capacity. Amazon EC2 Auto Scaling provisions instances until the desired capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EC2 Auto Scaling can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the desired capacity is exceeded by 3 units. For more information, see Instance weighting for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide. Value must be in the range of 1 to 999.

$sel:instanceType:LaunchTemplateOverrides', launchTemplateOverrides_instanceType - The instance type, such as m3.xlarge. You must use an instance type that is supported in your requested Region and Availability Zones. For more information, see Instance types in the Amazon Elastic Compute Cloud User Guide.

$sel:launchTemplateSpecification:LaunchTemplateOverrides', launchTemplateOverrides_launchTemplateSpecification - Provides the launch template to be used when launching the instance type. For example, some instance types might require a launch template with a different AMI. If not provided, Amazon EC2 Auto Scaling uses the launch template that's defined for your mixed instances policy. For more information, see Specifying a different launch template for an instance type in the Amazon EC2 Auto Scaling User Guide.

LaunchTemplateSpecification

data LaunchTemplateSpecification Source #

Describes the launch template and the version of the launch template that Amazon EC2 Auto Scaling uses to launch Amazon EC2 instances. For more information about launch templates, see Launch templates in the Amazon EC2 Auto Scaling User Guide.

See: newLaunchTemplateSpecification smart constructor.

Instances

Instances details
Eq LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateSpecification

Read LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateSpecification

Show LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateSpecification

Generic LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateSpecification

Associated Types

type Rep LaunchTemplateSpecification :: Type -> Type #

NFData LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateSpecification

Hashable LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateSpecification

ToQuery LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateSpecification

FromXML LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateSpecification

type Rep LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LaunchTemplateSpecification

type Rep LaunchTemplateSpecification = D1 ('MetaData "LaunchTemplateSpecification" "Amazonka.AutoScaling.Types.LaunchTemplateSpecification" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "LaunchTemplateSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "launchTemplateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newLaunchTemplateSpecification :: LaunchTemplateSpecification Source #

Create a value of LaunchTemplateSpecification 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:launchTemplateName:LaunchTemplateSpecification', launchTemplateSpecification_launchTemplateName - The name of the launch template. To get the template name, use the Amazon EC2 DescribeLaunchTemplates API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate API.

Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName.

$sel:launchTemplateId:LaunchTemplateSpecification', launchTemplateSpecification_launchTemplateId - The ID of the launch template. To get the template ID, use the Amazon EC2 DescribeLaunchTemplates API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate API.

Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName.

$sel:version:LaunchTemplateSpecification', launchTemplateSpecification_version - The version number, $Latest, or $Default. To get the version number, use the Amazon EC2 DescribeLaunchTemplateVersions API operation. New launch template versions can be created using the Amazon EC2 CreateLaunchTemplateVersion API. If the value is $Latest, Amazon EC2 Auto Scaling selects the latest version of the launch template when launching instances. If the value is $Default, Amazon EC2 Auto Scaling selects the default version of the launch template when launching instances. The default value is $Default.

LifecycleHook

data LifecycleHook Source #

Describes a lifecycle hook, which tells Amazon EC2 Auto Scaling that you want to perform an action whenever it launches instances or terminates instances.

See: newLifecycleHook smart constructor.

Instances

Instances details
Eq LifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHook

Read LifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHook

Show LifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHook

Generic LifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHook

Associated Types

type Rep LifecycleHook :: Type -> Type #

NFData LifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHook

Methods

rnf :: LifecycleHook -> () #

Hashable LifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHook

FromXML LifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHook

type Rep LifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHook

type Rep LifecycleHook = D1 ('MetaData "LifecycleHook" "Amazonka.AutoScaling.Types.LifecycleHook" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "LifecycleHook'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "defaultResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lifecycleHookName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "heartbeatTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "notificationMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "globalTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "notificationTargetARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lifecycleTransition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newLifecycleHook :: LifecycleHook Source #

Create a value of LifecycleHook 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:defaultResult:LifecycleHook', lifecycleHook_defaultResult - Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The possible values are CONTINUE and ABANDON.

$sel:lifecycleHookName:LifecycleHook', lifecycleHook_lifecycleHookName - The name of the lifecycle hook.

$sel:heartbeatTimeout:LifecycleHook', lifecycleHook_heartbeatTimeout - The maximum time, in seconds, that can elapse before the lifecycle hook times out. If the lifecycle hook times out, Amazon EC2 Auto Scaling performs the action that you specified in the DefaultResult parameter.

$sel:autoScalingGroupName:LifecycleHook', lifecycleHook_autoScalingGroupName - The name of the Auto Scaling group for the lifecycle hook.

$sel:notificationMetadata:LifecycleHook', lifecycleHook_notificationMetadata - Additional information that is included any time Amazon EC2 Auto Scaling sends a message to the notification target.

$sel:globalTimeout:LifecycleHook', lifecycleHook_globalTimeout - The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The maximum is 172800 seconds (48 hours) or 100 times HeartbeatTimeout, whichever is smaller.

$sel:notificationTargetARN:LifecycleHook', lifecycleHook_notificationTargetARN - The ARN of the target that Amazon EC2 Auto Scaling sends notifications to when an instance is in the transition state for the lifecycle hook. The notification target can be either an SQS queue or an SNS topic.

$sel:lifecycleTransition:LifecycleHook', lifecycleHook_lifecycleTransition - The state of the EC2 instance to which to attach the lifecycle hook. The following are possible values:

  • autoscaling:EC2_INSTANCE_LAUNCHING
  • autoscaling:EC2_INSTANCE_TERMINATING

$sel:roleARN:LifecycleHook', lifecycleHook_roleARN - The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.

LifecycleHookSpecification

data LifecycleHookSpecification Source #

Describes information used to specify a lifecycle hook for an Auto Scaling group.

A lifecycle hook tells Amazon EC2 Auto Scaling to perform an action on an instance when the instance launches (before it is put into service) or as the instance terminates (before it is fully terminated).

This step is a part of the procedure for creating a lifecycle hook for an Auto Scaling group:

  1. (Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates instances.
  2. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish lifecycle notifications to the target.
  3. __Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.__
  4. If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.
  5. If you finish before the timeout period ends, complete the lifecycle action.

For more information, see Amazon EC2 Auto Scaling lifecycle hooks in the Amazon EC2 Auto Scaling User Guide.

See: newLifecycleHookSpecification smart constructor.

Instances

Instances details
Eq LifecycleHookSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHookSpecification

Read LifecycleHookSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHookSpecification

Show LifecycleHookSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHookSpecification

Generic LifecycleHookSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHookSpecification

Associated Types

type Rep LifecycleHookSpecification :: Type -> Type #

NFData LifecycleHookSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHookSpecification

Hashable LifecycleHookSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHookSpecification

ToQuery LifecycleHookSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHookSpecification

type Rep LifecycleHookSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LifecycleHookSpecification

type Rep LifecycleHookSpecification = D1 ('MetaData "LifecycleHookSpecification" "Amazonka.AutoScaling.Types.LifecycleHookSpecification" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "LifecycleHookSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "heartbeatTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "notificationMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "notificationTargetARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lifecycleHookName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "lifecycleTransition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newLifecycleHookSpecification Source #

Create a value of LifecycleHookSpecification 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:defaultResult:LifecycleHookSpecification', lifecycleHookSpecification_defaultResult - Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The valid values are CONTINUE and ABANDON. The default value is ABANDON.

$sel:heartbeatTimeout:LifecycleHookSpecification', lifecycleHookSpecification_heartbeatTimeout - The maximum time, in seconds, that can elapse before the lifecycle hook times out.

If the lifecycle hook times out, Amazon EC2 Auto Scaling performs the action that you specified in the DefaultResult parameter. You can prevent the lifecycle hook from timing out by calling RecordLifecycleActionHeartbeat.

$sel:notificationMetadata:LifecycleHookSpecification', lifecycleHookSpecification_notificationMetadata - Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to the notification target.

$sel:notificationTargetARN:LifecycleHookSpecification', lifecycleHookSpecification_notificationTargetARN - The ARN of the target that Amazon EC2 Auto Scaling sends notifications to when an instance is in the transition state for the lifecycle hook. The notification target can be either an SQS queue or an SNS topic.

$sel:roleARN:LifecycleHookSpecification', lifecycleHookSpecification_roleARN - The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target, for example, an Amazon SNS topic or an Amazon SQS queue.

$sel:lifecycleHookName:LifecycleHookSpecification', lifecycleHookSpecification_lifecycleHookName - The name of the lifecycle hook.

$sel:lifecycleTransition:LifecycleHookSpecification', lifecycleHookSpecification_lifecycleTransition - The state of the EC2 instance to which you want to attach the lifecycle hook. The valid values are:

  • autoscaling:EC2_INSTANCE_LAUNCHING
  • autoscaling:EC2_INSTANCE_TERMINATING

LoadBalancerState

data LoadBalancerState Source #

Describes the state of a Classic Load Balancer.

See: newLoadBalancerState smart constructor.

Instances

Instances details
Eq LoadBalancerState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerState

Read LoadBalancerState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerState

Show LoadBalancerState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerState

Generic LoadBalancerState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerState

Associated Types

type Rep LoadBalancerState :: Type -> Type #

NFData LoadBalancerState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerState

Methods

rnf :: LoadBalancerState -> () #

Hashable LoadBalancerState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerState

FromXML LoadBalancerState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerState

type Rep LoadBalancerState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerState

type Rep LoadBalancerState = D1 ('MetaData "LoadBalancerState" "Amazonka.AutoScaling.Types.LoadBalancerState" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "LoadBalancerState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "loadBalancerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLoadBalancerState :: LoadBalancerState Source #

Create a value of LoadBalancerState 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:state:LoadBalancerState', loadBalancerState_state - One of the following load balancer states:

  • Adding - The Auto Scaling instances are being registered with the load balancer.
  • Added - All Auto Scaling instances are registered with the load balancer.
  • InService - At least one Auto Scaling instance passed an ELB health check.
  • Removing - The Auto Scaling instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
  • Removed - All Auto Scaling instances are deregistered from the load balancer.

$sel:loadBalancerName:LoadBalancerState', loadBalancerState_loadBalancerName - The name of the load balancer.

LoadBalancerTargetGroupState

data LoadBalancerTargetGroupState Source #

Describes the state of a target group.

See: newLoadBalancerTargetGroupState smart constructor.

Instances

Instances details
Eq LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Read LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Show LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Generic LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Associated Types

type Rep LoadBalancerTargetGroupState :: Type -> Type #

NFData LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Hashable LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

FromXML LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

type Rep LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

type Rep LoadBalancerTargetGroupState = D1 ('MetaData "LoadBalancerTargetGroupState" "Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "LoadBalancerTargetGroupState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "loadBalancerTargetGroupARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLoadBalancerTargetGroupState :: LoadBalancerTargetGroupState Source #

Create a value of LoadBalancerTargetGroupState 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:state:LoadBalancerTargetGroupState', loadBalancerTargetGroupState_state - The state of the target group.

  • Adding - The Auto Scaling instances are being registered with the target group.
  • Added - All Auto Scaling instances are registered with the target group.
  • InService - At least one Auto Scaling instance passed an ELB health check.
  • Removing - The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
  • Removed - All Auto Scaling instances are deregistered from the target group.

$sel:loadBalancerTargetGroupARN:LoadBalancerTargetGroupState', loadBalancerTargetGroupState_loadBalancerTargetGroupARN - The Amazon Resource Name (ARN) of the target group.

LoadForecast

data LoadForecast Source #

A GetPredictiveScalingForecast call returns the load forecast for a predictive scaling policy. This structure includes the data points for that load forecast, along with the timestamps of those data points and the metric specification.

See: newLoadForecast smart constructor.

Instances

Instances details
Eq LoadForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadForecast

Read LoadForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadForecast

Show LoadForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadForecast

Generic LoadForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadForecast

Associated Types

type Rep LoadForecast :: Type -> Type #

NFData LoadForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadForecast

Methods

rnf :: LoadForecast -> () #

Hashable LoadForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadForecast

FromXML LoadForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadForecast

type Rep LoadForecast Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadForecast

type Rep LoadForecast = D1 ('MetaData "LoadForecast" "Amazonka.AutoScaling.Types.LoadForecast" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "LoadForecast'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timestamps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ISO8601]) :*: (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Double]) :*: S1 ('MetaSel ('Just "metricSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PredictiveScalingMetricSpecification))))

newLoadForecast Source #

Create a value of LoadForecast 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:timestamps:LoadForecast', loadForecast_timestamps - The time stamps for the data points, in UTC format.

$sel:values:LoadForecast', loadForecast_values - The values of the data points.

$sel:metricSpecification:LoadForecast', loadForecast_metricSpecification - The metric specification for the load forecast.

MetricCollectionType

data MetricCollectionType Source #

Describes a metric.

See: newMetricCollectionType smart constructor.

Instances

Instances details
Eq MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

Read MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

Show MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

Generic MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

Associated Types

type Rep MetricCollectionType :: Type -> Type #

NFData MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

Methods

rnf :: MetricCollectionType -> () #

Hashable MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

FromXML MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

type Rep MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

type Rep MetricCollectionType = D1 ('MetaData "MetricCollectionType" "Amazonka.AutoScaling.Types.MetricCollectionType" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "MetricCollectionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMetricCollectionType :: MetricCollectionType Source #

Create a value of MetricCollectionType 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:metric:MetricCollectionType', metricCollectionType_metric - One of the following metrics:

  • GroupMinSize
  • GroupMaxSize
  • GroupDesiredCapacity
  • GroupInServiceInstances
  • GroupPendingInstances
  • GroupStandbyInstances
  • GroupTerminatingInstances
  • GroupTotalInstances
  • GroupInServiceCapacity
  • GroupPendingCapacity
  • GroupStandbyCapacity
  • GroupTerminatingCapacity
  • GroupTotalCapacity
  • WarmPoolDesiredCapacity
  • WarmPoolWarmedCapacity
  • WarmPoolPendingCapacity
  • WarmPoolTerminatingCapacity
  • WarmPoolTotalCapacity
  • GroupAndWarmPoolDesiredCapacity
  • GroupAndWarmPoolTotalCapacity

MetricDimension

data MetricDimension Source #

Describes the dimension of a metric.

See: newMetricDimension smart constructor.

Constructors

MetricDimension' Text Text 

Instances

Instances details
Eq MetricDimension Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricDimension

Read MetricDimension Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricDimension

Show MetricDimension Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricDimension

Generic MetricDimension Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricDimension

Associated Types

type Rep MetricDimension :: Type -> Type #

NFData MetricDimension Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricDimension

Methods

rnf :: MetricDimension -> () #

Hashable MetricDimension Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricDimension

ToQuery MetricDimension Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricDimension

FromXML MetricDimension Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricDimension

type Rep MetricDimension Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricDimension

type Rep MetricDimension = D1 ('MetaData "MetricDimension" "Amazonka.AutoScaling.Types.MetricDimension" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "MetricDimension'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newMetricDimension Source #

Create a value of MetricDimension 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:name:MetricDimension', metricDimension_name - The name of the dimension.

$sel:value:MetricDimension', metricDimension_value - The value of the dimension.

MetricGranularityType

data MetricGranularityType Source #

Describes a granularity of a metric.

See: newMetricGranularityType smart constructor.

Instances

Instances details
Eq MetricGranularityType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricGranularityType

Read MetricGranularityType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricGranularityType

Show MetricGranularityType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricGranularityType

Generic MetricGranularityType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricGranularityType

Associated Types

type Rep MetricGranularityType :: Type -> Type #

NFData MetricGranularityType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricGranularityType

Methods

rnf :: MetricGranularityType -> () #

Hashable MetricGranularityType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricGranularityType

FromXML MetricGranularityType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricGranularityType

type Rep MetricGranularityType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricGranularityType

type Rep MetricGranularityType = D1 ('MetaData "MetricGranularityType" "Amazonka.AutoScaling.Types.MetricGranularityType" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "MetricGranularityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "granularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMetricGranularityType :: MetricGranularityType Source #

Create a value of MetricGranularityType 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:granularity:MetricGranularityType', metricGranularityType_granularity - The granularity. The only valid value is 1Minute.

MixedInstancesPolicy

data MixedInstancesPolicy Source #

Describes a mixed instances policy. A mixed instances policy contains the instance types Amazon EC2 Auto Scaling can launch, and other information Amazon EC2 Auto Scaling can use to launch instances to help you optimize your costs. For more information, see Auto Scaling groups with multiple instance types and purchase options in the Amazon EC2 Auto Scaling User Guide.

See: newMixedInstancesPolicy smart constructor.

Instances

Instances details
Eq MixedInstancesPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MixedInstancesPolicy

Read MixedInstancesPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MixedInstancesPolicy

Show MixedInstancesPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MixedInstancesPolicy

Generic MixedInstancesPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MixedInstancesPolicy

Associated Types

type Rep MixedInstancesPolicy :: Type -> Type #

NFData MixedInstancesPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MixedInstancesPolicy

Methods

rnf :: MixedInstancesPolicy -> () #

Hashable MixedInstancesPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MixedInstancesPolicy

ToQuery MixedInstancesPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MixedInstancesPolicy

FromXML MixedInstancesPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MixedInstancesPolicy

type Rep MixedInstancesPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MixedInstancesPolicy

type Rep MixedInstancesPolicy = D1 ('MetaData "MixedInstancesPolicy" "Amazonka.AutoScaling.Types.MixedInstancesPolicy" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "MixedInstancesPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplate)) :*: S1 ('MetaSel ('Just "instancesDistribution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstancesDistribution))))

newMixedInstancesPolicy :: MixedInstancesPolicy Source #

Create a value of MixedInstancesPolicy 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:launchTemplate:MixedInstancesPolicy', mixedInstancesPolicy_launchTemplate - Specifies the launch template to use and the instance types (overrides) that are used to provision EC2 instances to fulfill On-Demand and Spot capacities. Required when creating a mixed instances policy.

$sel:instancesDistribution:MixedInstancesPolicy', mixedInstancesPolicy_instancesDistribution - Specifies the instances distribution. If not provided, the value for each property in InstancesDistribution uses a default value.

NotificationConfiguration

data NotificationConfiguration Source #

Describes a notification.

See: newNotificationConfiguration smart constructor.

Instances

Instances details
Eq NotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.NotificationConfiguration

Read NotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.NotificationConfiguration

Show NotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.NotificationConfiguration

Generic NotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.NotificationConfiguration

Associated Types

type Rep NotificationConfiguration :: Type -> Type #

NFData NotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.NotificationConfiguration

Hashable NotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.NotificationConfiguration

FromXML NotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.NotificationConfiguration

type Rep NotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.NotificationConfiguration

type Rep NotificationConfiguration = D1 ('MetaData "NotificationConfiguration" "Amazonka.AutoScaling.Types.NotificationConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "NotificationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "topicARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newNotificationConfiguration :: NotificationConfiguration Source #

Create a value of NotificationConfiguration 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:topicARN:NotificationConfiguration', notificationConfiguration_topicARN - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.

$sel:autoScalingGroupName:NotificationConfiguration', notificationConfiguration_autoScalingGroupName - The name of the Auto Scaling group.

$sel:notificationType:NotificationConfiguration', notificationConfiguration_notificationType - One of the following event notification types:

  • autoscaling:EC2_INSTANCE_LAUNCH
  • autoscaling:EC2_INSTANCE_LAUNCH_ERROR
  • autoscaling:EC2_INSTANCE_TERMINATE
  • autoscaling:EC2_INSTANCE_TERMINATE_ERROR
  • autoscaling:TEST_NOTIFICATION

PredefinedMetricSpecification

data PredefinedMetricSpecification Source #

Represents a predefined metric for a target tracking scaling policy to use with Amazon EC2 Auto Scaling.

See: newPredefinedMetricSpecification smart constructor.

Instances

Instances details
Eq PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricSpecification

Read PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricSpecification

Show PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricSpecification

Generic PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricSpecification

Associated Types

type Rep PredefinedMetricSpecification :: Type -> Type #

NFData PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricSpecification

Hashable PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricSpecification

ToQuery PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricSpecification

FromXML PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricSpecification

type Rep PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredefinedMetricSpecification

type Rep PredefinedMetricSpecification = D1 ('MetaData "PredefinedMetricSpecification" "Amazonka.AutoScaling.Types.PredefinedMetricSpecification" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PredefinedMetricSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predefinedMetricType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MetricType)))

newPredefinedMetricSpecification Source #

Create a value of PredefinedMetricSpecification 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:resourceLabel:PredefinedMetricSpecification', predefinedMetricSpecification_resourceLabel - A label that uniquely identifies a specific Application Load Balancer target group from which to determine the average request count served by your Auto Scaling group. You can't specify a resource label unless the target group is attached to the Auto Scaling group.

You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:

app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff.

Where:

  • app/<load-balancer-name>/<load-balancer-id> is the final portion of the load balancer ARN
  • targetgroup/<target-group-name>/<target-group-id> is the final portion of the target group ARN.

To find the ARN for an Application Load Balancer, use the DescribeLoadBalancers API operation. To find the ARN for the target group, use the DescribeTargetGroups API operation.

$sel:predefinedMetricType:PredefinedMetricSpecification', predefinedMetricSpecification_predefinedMetricType - The metric type. The following predefined metrics are available:

  • ASGAverageCPUUtilization - Average CPU utilization of the Auto Scaling group.
  • ASGAverageNetworkIn - Average number of bytes received on all network interfaces by the Auto Scaling group.
  • ASGAverageNetworkOut - Average number of bytes sent out on all network interfaces by the Auto Scaling group.
  • ALBRequestCountPerTarget - Number of requests completed per target in an Application Load Balancer target group.

PredictiveScalingConfiguration

data PredictiveScalingConfiguration Source #

Represents a predictive scaling policy configuration to use with Amazon EC2 Auto Scaling.

See: newPredictiveScalingConfiguration smart constructor.

Instances

Instances details
Eq PredictiveScalingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingConfiguration

Read PredictiveScalingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingConfiguration

Show PredictiveScalingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingConfiguration

Generic PredictiveScalingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingConfiguration

Associated Types

type Rep PredictiveScalingConfiguration :: Type -> Type #

NFData PredictiveScalingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingConfiguration

Hashable PredictiveScalingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingConfiguration

ToQuery PredictiveScalingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingConfiguration

FromXML PredictiveScalingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingConfiguration

type Rep PredictiveScalingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingConfiguration

type Rep PredictiveScalingConfiguration = D1 ('MetaData "PredictiveScalingConfiguration" "Amazonka.AutoScaling.Types.PredictiveScalingConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PredictiveScalingConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "schedulingBufferTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxCapacityBuffer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PredictiveScalingMode)) :*: (S1 ('MetaSel ('Just "maxCapacityBreachBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PredictiveScalingMaxCapacityBreachBehavior)) :*: S1 ('MetaSel ('Just "metricSpecifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PredictiveScalingMetricSpecification])))))

newPredictiveScalingConfiguration :: PredictiveScalingConfiguration Source #

Create a value of PredictiveScalingConfiguration 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:schedulingBufferTime:PredictiveScalingConfiguration', predictiveScalingConfiguration_schedulingBufferTime - The amount of time, in seconds, by which the instance launch time can be advanced. For example, the forecast says to add capacity at 10:00 AM, and you choose to pre-launch instances by 5 minutes. In that case, the instances will be launched at 9:55 AM. The intention is to give resources time to be provisioned. It can take a few minutes to launch an EC2 instance. The actual amount of time required depends on several factors, such as the size of the instance and whether there are startup scripts to complete.

The value must be less than the forecast interval duration of 3600 seconds (60 minutes). Defaults to 300 seconds if not specified.

$sel:maxCapacityBuffer:PredictiveScalingConfiguration', predictiveScalingConfiguration_maxCapacityBuffer - The size of the capacity buffer to use when the forecast capacity is close to or exceeds the maximum capacity. The value is specified as a percentage relative to the forecast capacity. For example, if the buffer is 10, this means a 10 percent buffer, such that if the forecast capacity is 50, and the maximum capacity is 40, then the effective maximum capacity is 55.

If set to 0, Amazon EC2 Auto Scaling may scale capacity higher than the maximum capacity to equal but not exceed forecast capacity.

Required if the MaxCapacityBreachBehavior property is set to IncreaseMaxCapacity, and cannot be used otherwise.

$sel:mode:PredictiveScalingConfiguration', predictiveScalingConfiguration_mode - The predictive scaling mode. Defaults to ForecastOnly if not specified.

$sel:maxCapacityBreachBehavior:PredictiveScalingConfiguration', predictiveScalingConfiguration_maxCapacityBreachBehavior - Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity of the Auto Scaling group. Defaults to HonorMaxCapacity if not specified.

The following are possible values:

  • HonorMaxCapacity - Amazon EC2 Auto Scaling cannot scale out capacity higher than the maximum capacity. The maximum capacity is enforced as a hard limit.
  • IncreaseMaxCapacity - Amazon EC2 Auto Scaling can scale out capacity higher than the maximum capacity when the forecast capacity is close to or exceeds the maximum capacity. The upper limit is determined by the forecasted capacity and the value for MaxCapacityBuffer.

$sel:metricSpecifications:PredictiveScalingConfiguration', predictiveScalingConfiguration_metricSpecifications - This structure includes the metrics and target utilization to use for predictive scaling.

This is an array, but we currently only support a single metric specification. That is, you can specify a target value and a single metric pair, or a target value and one scaling metric and one load metric.

PredictiveScalingMetricSpecification

data PredictiveScalingMetricSpecification Source #

This structure specifies the metrics and target utilization settings for a predictive scaling policy.

You must specify either a metric pair, or a load metric and a scaling metric individually. Specifying a metric pair instead of individual metrics provides a simpler way to configure metrics for a scaling policy. You choose the metric pair, and the policy automatically knows the correct sum and average statistics to use for the load metric and the scaling metric.

Example

  • You create a predictive scaling policy and specify ALBRequestCount as the value for the metric pair and 1000.0 as the target value. For this type of metric, you must provide the metric dimension for the corresponding target group, so you also provide a resource label for the Application Load Balancer target group that is attached to your Auto Scaling group.
  • The number of requests the target group receives per minute provides the load metric, and the request count averaged between the members of the target group provides the scaling metric. In CloudWatch, this refers to the RequestCount and RequestCountPerTarget metrics, respectively.
  • For optimal use of predictive scaling, you adhere to the best practice of using a dynamic scaling policy to automatically scale between the minimum capacity and maximum capacity in response to real-time changes in resource utilization.
  • Amazon EC2 Auto Scaling consumes data points for the load metric over the last 14 days and creates an hourly load forecast for predictive scaling. (A minimum of 24 hours of data is required.)
  • After creating the load forecast, Amazon EC2 Auto Scaling determines when to reduce or increase the capacity of your Auto Scaling group in each hour of the forecast period so that the average number of requests received by each instance is as close to 1000 requests per minute as possible at all times.

See: newPredictiveScalingMetricSpecification smart constructor.

Instances

Instances details
Eq PredictiveScalingMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMetricSpecification

Read PredictiveScalingMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMetricSpecification

Show PredictiveScalingMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMetricSpecification

Generic PredictiveScalingMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMetricSpecification

NFData PredictiveScalingMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMetricSpecification

Hashable PredictiveScalingMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMetricSpecification

ToQuery PredictiveScalingMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMetricSpecification

FromXML PredictiveScalingMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMetricSpecification

type Rep PredictiveScalingMetricSpecification Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingMetricSpecification

type Rep PredictiveScalingMetricSpecification = D1 ('MetaData "PredictiveScalingMetricSpecification" "Amazonka.AutoScaling.Types.PredictiveScalingMetricSpecification" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PredictiveScalingMetricSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "predefinedScalingMetricSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PredictiveScalingPredefinedScalingMetric)) :*: S1 ('MetaSel ('Just "predefinedMetricPairSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PredictiveScalingPredefinedMetricPair))) :*: (S1 ('MetaSel ('Just "predefinedLoadMetricSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PredictiveScalingPredefinedLoadMetric)) :*: S1 ('MetaSel ('Just "targetValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

PredictiveScalingPredefinedLoadMetric

data PredictiveScalingPredefinedLoadMetric Source #

Describes a load metric for a predictive scaling policy.

When returned in the output of DescribePolicies, it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair.

See: newPredictiveScalingPredefinedLoadMetric smart constructor.

Instances

Instances details
Eq PredictiveScalingPredefinedLoadMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedLoadMetric

Read PredictiveScalingPredefinedLoadMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedLoadMetric

Show PredictiveScalingPredefinedLoadMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedLoadMetric

Generic PredictiveScalingPredefinedLoadMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedLoadMetric

NFData PredictiveScalingPredefinedLoadMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedLoadMetric

Hashable PredictiveScalingPredefinedLoadMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedLoadMetric

ToQuery PredictiveScalingPredefinedLoadMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedLoadMetric

FromXML PredictiveScalingPredefinedLoadMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedLoadMetric

type Rep PredictiveScalingPredefinedLoadMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedLoadMetric

type Rep PredictiveScalingPredefinedLoadMetric = D1 ('MetaData "PredictiveScalingPredefinedLoadMetric" "Amazonka.AutoScaling.Types.PredictiveScalingPredefinedLoadMetric" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PredictiveScalingPredefinedLoadMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predefinedMetricType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PredefinedLoadMetricType)))

newPredictiveScalingPredefinedLoadMetric Source #

Create a value of PredictiveScalingPredefinedLoadMetric 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:resourceLabel:PredictiveScalingPredefinedLoadMetric', predictiveScalingPredefinedLoadMetric_resourceLabel - A label that uniquely identifies a specific Application Load Balancer target group from which to determine the request count served by your Auto Scaling group. You can't specify a resource label unless the target group is attached to the Auto Scaling group.

You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:

app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff.

Where:

  • app/<load-balancer-name>/<load-balancer-id> is the final portion of the load balancer ARN
  • targetgroup/<target-group-name>/<target-group-id> is the final portion of the target group ARN.

To find the ARN for an Application Load Balancer, use the DescribeLoadBalancers API operation. To find the ARN for the target group, use the DescribeTargetGroups API operation.

$sel:predefinedMetricType:PredictiveScalingPredefinedLoadMetric', predictiveScalingPredefinedLoadMetric_predefinedMetricType - The metric type.

PredictiveScalingPredefinedMetricPair

data PredictiveScalingPredefinedMetricPair Source #

Represents a metric pair for a predictive scaling policy.

See: newPredictiveScalingPredefinedMetricPair smart constructor.

Instances

Instances details
Eq PredictiveScalingPredefinedMetricPair Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedMetricPair

Read PredictiveScalingPredefinedMetricPair Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedMetricPair

Show PredictiveScalingPredefinedMetricPair Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedMetricPair

Generic PredictiveScalingPredefinedMetricPair Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedMetricPair

NFData PredictiveScalingPredefinedMetricPair Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedMetricPair

Hashable PredictiveScalingPredefinedMetricPair Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedMetricPair

ToQuery PredictiveScalingPredefinedMetricPair Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedMetricPair

FromXML PredictiveScalingPredefinedMetricPair Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedMetricPair

type Rep PredictiveScalingPredefinedMetricPair Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedMetricPair

type Rep PredictiveScalingPredefinedMetricPair = D1 ('MetaData "PredictiveScalingPredefinedMetricPair" "Amazonka.AutoScaling.Types.PredictiveScalingPredefinedMetricPair" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PredictiveScalingPredefinedMetricPair'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predefinedMetricType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PredefinedMetricPairType)))

newPredictiveScalingPredefinedMetricPair Source #

Create a value of PredictiveScalingPredefinedMetricPair 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:resourceLabel:PredictiveScalingPredefinedMetricPair', predictiveScalingPredefinedMetricPair_resourceLabel - A label that uniquely identifies a specific Application Load Balancer target group from which to determine the total and average request count served by your Auto Scaling group. You can't specify a resource label unless the target group is attached to the Auto Scaling group.

You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:

app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff.

Where:

  • app/<load-balancer-name>/<load-balancer-id> is the final portion of the load balancer ARN
  • targetgroup/<target-group-name>/<target-group-id> is the final portion of the target group ARN.

To find the ARN for an Application Load Balancer, use the DescribeLoadBalancers API operation. To find the ARN for the target group, use the DescribeTargetGroups API operation.

$sel:predefinedMetricType:PredictiveScalingPredefinedMetricPair', predictiveScalingPredefinedMetricPair_predefinedMetricType - Indicates which metrics to use. There are two different types of metrics for each metric type: one is a load metric and one is a scaling metric. For example, if the metric type is ASGCPUUtilization, the Auto Scaling group's total CPU metric is used as the load metric, and the average CPU metric is used for the scaling metric.

PredictiveScalingPredefinedScalingMetric

data PredictiveScalingPredefinedScalingMetric Source #

Describes a scaling metric for a predictive scaling policy.

When returned in the output of DescribePolicies, it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair.

See: newPredictiveScalingPredefinedScalingMetric smart constructor.

Instances

Instances details
Eq PredictiveScalingPredefinedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedScalingMetric

Read PredictiveScalingPredefinedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedScalingMetric

Show PredictiveScalingPredefinedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedScalingMetric

Generic PredictiveScalingPredefinedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedScalingMetric

NFData PredictiveScalingPredefinedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedScalingMetric

Hashable PredictiveScalingPredefinedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedScalingMetric

ToQuery PredictiveScalingPredefinedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedScalingMetric

FromXML PredictiveScalingPredefinedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedScalingMetric

type Rep PredictiveScalingPredefinedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingPredefinedScalingMetric

type Rep PredictiveScalingPredefinedScalingMetric = D1 ('MetaData "PredictiveScalingPredefinedScalingMetric" "Amazonka.AutoScaling.Types.PredictiveScalingPredefinedScalingMetric" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "PredictiveScalingPredefinedScalingMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predefinedMetricType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PredefinedScalingMetricType)))

newPredictiveScalingPredefinedScalingMetric Source #

Create a value of PredictiveScalingPredefinedScalingMetric 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:resourceLabel:PredictiveScalingPredefinedScalingMetric', predictiveScalingPredefinedScalingMetric_resourceLabel - A label that uniquely identifies a specific Application Load Balancer target group from which to determine the average request count served by your Auto Scaling group. You can't specify a resource label unless the target group is attached to the Auto Scaling group.

You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:

app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff.

Where:

  • app/<load-balancer-name>/<load-balancer-id> is the final portion of the load balancer ARN
  • targetgroup/<target-group-name>/<target-group-id> is the final portion of the target group ARN.

To find the ARN for an Application Load Balancer, use the DescribeLoadBalancers API operation. To find the ARN for the target group, use the DescribeTargetGroups API operation.

$sel:predefinedMetricType:PredictiveScalingPredefinedScalingMetric', predictiveScalingPredefinedScalingMetric_predefinedMetricType - The metric type.

ProcessType

data ProcessType Source #

Describes a process type.

For more information, see Scaling processes in the Amazon EC2 Auto Scaling User Guide.

See: newProcessType smart constructor.

Constructors

ProcessType' Text 

Instances

Instances details
Eq ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

Read ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

Show ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

Generic ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

Associated Types

type Rep ProcessType :: Type -> Type #

NFData ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

Methods

rnf :: ProcessType -> () #

Hashable ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

FromXML ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

type Rep ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

type Rep ProcessType = D1 ('MetaData "ProcessType" "Amazonka.AutoScaling.Types.ProcessType" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "ProcessType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "processName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newProcessType Source #

Create a value of ProcessType 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:processName:ProcessType', processType_processName - One of the following processes:

  • Launch
  • Terminate
  • AddToLoadBalancer
  • AlarmNotification
  • AZRebalance
  • HealthCheck
  • InstanceRefresh
  • ReplaceUnhealthy
  • ScheduledActions

RefreshPreferences

data RefreshPreferences Source #

Describes the preferences for an instance refresh.

See: newRefreshPreferences smart constructor.

Instances

Instances details
Eq RefreshPreferences Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshPreferences

Read RefreshPreferences Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshPreferences

Show RefreshPreferences Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshPreferences

Generic RefreshPreferences Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshPreferences

Associated Types

type Rep RefreshPreferences :: Type -> Type #

NFData RefreshPreferences Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshPreferences

Methods

rnf :: RefreshPreferences -> () #

Hashable RefreshPreferences Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshPreferences

ToQuery RefreshPreferences Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshPreferences

FromXML RefreshPreferences Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshPreferences

type Rep RefreshPreferences Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.RefreshPreferences

type Rep RefreshPreferences = D1 ('MetaData "RefreshPreferences" "Amazonka.AutoScaling.Types.RefreshPreferences" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "RefreshPreferences'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "minHealthyPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "skipMatching") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "checkpointPercentages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Natural])) :*: (S1 ('MetaSel ('Just "checkpointDelay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "instanceWarmup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newRefreshPreferences :: RefreshPreferences Source #

Create a value of RefreshPreferences 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:minHealthyPercentage:RefreshPreferences', refreshPreferences_minHealthyPercentage - The amount of capacity in the Auto Scaling group that must remain healthy during an instance refresh to allow the operation to continue. The value is expressed as a percentage of the desired capacity of the Auto Scaling group (rounded up to the nearest integer). The default is 90.

Setting the minimum healthy percentage to 100 percent limits the rate of replacement to one instance at a time. In contrast, setting it to 0 percent has the effect of replacing all instances at the same time.

$sel:skipMatching:RefreshPreferences', refreshPreferences_skipMatching - A boolean value that indicates whether skip matching is enabled. If true, then Amazon EC2 Auto Scaling skips replacing instances that match the desired configuration. If no desired configuration is specified, then it skips replacing instances that have the same configuration that is already set on the group. The default is false.

$sel:checkpointPercentages:RefreshPreferences', refreshPreferences_checkpointPercentages - Threshold values for each checkpoint in ascending order. Each number must be unique. To replace all instances in the Auto Scaling group, the last number in the array must be 100.

For usage examples, see Adding checkpoints to an instance refresh in the Amazon EC2 Auto Scaling User Guide.

$sel:checkpointDelay:RefreshPreferences', refreshPreferences_checkpointDelay - The amount of time, in seconds, to wait after a checkpoint before continuing. This property is optional, but if you specify a value for it, you must also specify a value for CheckpointPercentages. If you specify a value for CheckpointPercentages and not for CheckpointDelay, the CheckpointDelay defaults to 3600 (1 hour).

$sel:instanceWarmup:RefreshPreferences', refreshPreferences_instanceWarmup - The number of seconds until a newly launched instance is configured and ready to use. During this time, Amazon EC2 Auto Scaling does not immediately move on to the next replacement. The default is to use the value for the health check grace period defined for the group.

ScalingPolicy

data ScalingPolicy Source #

Describes a scaling policy.

See: newScalingPolicy smart constructor.

Instances

Instances details
Eq ScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingPolicy

Read ScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingPolicy

Show ScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingPolicy

Generic ScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingPolicy

Associated Types

type Rep ScalingPolicy :: Type -> Type #

NFData ScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingPolicy

Methods

rnf :: ScalingPolicy -> () #

Hashable ScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingPolicy

FromXML ScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingPolicy

type Rep ScalingPolicy Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingPolicy

type Rep ScalingPolicy = D1 ('MetaData "ScalingPolicy" "Amazonka.AutoScaling.Types.ScalingPolicy" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "ScalingPolicy'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "minAdjustmentStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "estimatedInstanceWarmup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "policyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "policyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stepAdjustments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StepAdjustment]))) :*: (S1 ('MetaSel ('Just "targetTrackingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetTrackingConfiguration)) :*: S1 ('MetaSel ('Just "adjustmentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predictiveScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PredictiveScalingConfiguration))) :*: (S1 ('MetaSel ('Just "scalingAdjustment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "cooldown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "policyARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "alarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Alarm]))) :*: (S1 ('MetaSel ('Just "metricAggregationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minAdjustmentMagnitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newScalingPolicy :: ScalingPolicy Source #

Create a value of ScalingPolicy 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:minAdjustmentStep:ScalingPolicy', scalingPolicy_minAdjustmentStep - Available for backward compatibility. Use MinAdjustmentMagnitude instead.

$sel:estimatedInstanceWarmup:ScalingPolicy', scalingPolicy_estimatedInstanceWarmup - The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.

$sel:policyName:ScalingPolicy', scalingPolicy_policyName - The name of the scaling policy.

$sel:enabled:ScalingPolicy', scalingPolicy_enabled - Indicates whether the policy is enabled (true) or disabled (false).

$sel:policyType:ScalingPolicy', scalingPolicy_policyType - One of the following policy types:

  • TargetTrackingScaling
  • StepScaling
  • SimpleScaling (default)
  • PredictiveScaling

For more information, see Target tracking scaling policies and Step and simple scaling policies in the Amazon EC2 Auto Scaling User Guide.

$sel:stepAdjustments:ScalingPolicy', scalingPolicy_stepAdjustments - A set of adjustments that enable you to scale based on the size of the alarm breach.

$sel:targetTrackingConfiguration:ScalingPolicy', scalingPolicy_targetTrackingConfiguration - A target tracking scaling policy.

$sel:adjustmentType:ScalingPolicy', scalingPolicy_adjustmentType - Specifies how the scaling adjustment is interpreted (for example, an absolute number or a percentage). The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

$sel:autoScalingGroupName:ScalingPolicy', scalingPolicy_autoScalingGroupName - The name of the Auto Scaling group.

$sel:predictiveScalingConfiguration:ScalingPolicy', scalingPolicy_predictiveScalingConfiguration - A predictive scaling policy.

$sel:scalingAdjustment:ScalingPolicy', scalingPolicy_scalingAdjustment - The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

$sel:cooldown:ScalingPolicy', scalingPolicy_cooldown - The duration of the policy's cooldown period, in seconds.

$sel:policyARN:ScalingPolicy', scalingPolicy_policyARN - The Amazon Resource Name (ARN) of the policy.

$sel:alarms:ScalingPolicy', scalingPolicy_alarms - The CloudWatch alarms related to the policy.

$sel:metricAggregationType:ScalingPolicy', scalingPolicy_metricAggregationType - The aggregation type for the CloudWatch metrics. The valid values are Minimum, Maximum, and Average.

$sel:minAdjustmentMagnitude:ScalingPolicy', scalingPolicy_minAdjustmentMagnitude - The minimum value to scale by when the adjustment type is PercentChangeInCapacity.

ScalingProcessQuery

data ScalingProcessQuery Source #

See: newScalingProcessQuery smart constructor.

Instances

Instances details
Eq ScalingProcessQuery Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingProcessQuery

Read ScalingProcessQuery Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingProcessQuery

Show ScalingProcessQuery Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingProcessQuery

Generic ScalingProcessQuery Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingProcessQuery

Associated Types

type Rep ScalingProcessQuery :: Type -> Type #

NFData ScalingProcessQuery Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingProcessQuery

Methods

rnf :: ScalingProcessQuery -> () #

Hashable ScalingProcessQuery Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingProcessQuery

ToQuery ScalingProcessQuery Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingProcessQuery

type Rep ScalingProcessQuery Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScalingProcessQuery

type Rep ScalingProcessQuery = D1 ('MetaData "ScalingProcessQuery" "Amazonka.AutoScaling.Types.ScalingProcessQuery" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "ScalingProcessQuery'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scalingProcesses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newScalingProcessQuery Source #

Create a value of ScalingProcessQuery 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:scalingProcesses:ScalingProcessQuery', scalingProcessQuery_scalingProcesses - One or more of the following processes:

  • Launch
  • Terminate
  • AddToLoadBalancer
  • AlarmNotification
  • AZRebalance
  • HealthCheck
  • InstanceRefresh
  • ReplaceUnhealthy
  • ScheduledActions

If you omit this parameter, all processes are specified.

$sel:autoScalingGroupName:ScalingProcessQuery', scalingProcessQuery_autoScalingGroupName - The name of the Auto Scaling group.

ScheduledUpdateGroupAction

data ScheduledUpdateGroupAction Source #

Describes a scheduled scaling action.

See: newScheduledUpdateGroupAction smart constructor.

Instances

Instances details
Eq ScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupAction

Read ScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupAction

Show ScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupAction

Generic ScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupAction

Associated Types

type Rep ScheduledUpdateGroupAction :: Type -> Type #

NFData ScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupAction

Hashable ScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupAction

FromXML ScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupAction

type Rep ScheduledUpdateGroupAction Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupAction

type Rep ScheduledUpdateGroupAction = D1 ('MetaData "ScheduledUpdateGroupAction" "Amazonka.AutoScaling.Types.ScheduledUpdateGroupAction" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "ScheduledUpdateGroupAction'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "scheduledActionARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "scheduledActionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "recurrence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "desiredCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "timeZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newScheduledUpdateGroupAction :: ScheduledUpdateGroupAction Source #

Create a value of ScheduledUpdateGroupAction 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:scheduledActionARN:ScheduledUpdateGroupAction', scheduledUpdateGroupAction_scheduledActionARN - The Amazon Resource Name (ARN) of the scheduled action.

$sel:startTime:ScheduledUpdateGroupAction', scheduledUpdateGroupAction_startTime - The date and time in UTC for this action to start. For example, "2019-06-01T00:00:00Z".

$sel:time:ScheduledUpdateGroupAction', scheduledUpdateGroupAction_time - This parameter is no longer used.

$sel:scheduledActionName:ScheduledUpdateGroupAction', scheduledUpdateGroupAction_scheduledActionName - The name of the scheduled action.

$sel:maxSize:ScheduledUpdateGroupAction', scheduledUpdateGroupAction_maxSize - The maximum size of the Auto Scaling group.

$sel:recurrence:ScheduledUpdateGroupAction', scheduledUpdateGroupAction_recurrence - The recurring schedule for the action, in Unix cron syntax format.

When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

$sel:desiredCapacity:ScheduledUpdateGroupAction', scheduledUpdateGroupAction_desiredCapacity - The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain.

$sel:minSize:ScheduledUpdateGroupAction', scheduledUpdateGroupAction_minSize - The minimum size of the Auto Scaling group.

$sel:autoScalingGroupName:ScheduledUpdateGroupAction', scheduledUpdateGroupAction_autoScalingGroupName - The name of the Auto Scaling group.

$sel:endTime:ScheduledUpdateGroupAction', scheduledUpdateGroupAction_endTime - The date and time in UTC for the recurring schedule to end. For example, "2019-06-01T00:00:00Z".

$sel:timeZone:ScheduledUpdateGroupAction', scheduledUpdateGroupAction_timeZone - The time zone for the cron expression.

ScheduledUpdateGroupActionRequest

data ScheduledUpdateGroupActionRequest Source #

Describes information used for one or more scheduled scaling action updates in a BatchPutScheduledUpdateGroupAction operation.

See: newScheduledUpdateGroupActionRequest smart constructor.

Instances

Instances details
Eq ScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupActionRequest

Read ScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupActionRequest

Show ScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupActionRequest

Generic ScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupActionRequest

Associated Types

type Rep ScheduledUpdateGroupActionRequest :: Type -> Type #

NFData ScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupActionRequest

Hashable ScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupActionRequest

ToQuery ScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupActionRequest

type Rep ScheduledUpdateGroupActionRequest Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ScheduledUpdateGroupActionRequest

type Rep ScheduledUpdateGroupActionRequest = D1 ('MetaData "ScheduledUpdateGroupActionRequest" "Amazonka.AutoScaling.Types.ScheduledUpdateGroupActionRequest" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "ScheduledUpdateGroupActionRequest'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "maxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "recurrence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "desiredCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "minSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "timeZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduledActionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newScheduledUpdateGroupActionRequest Source #

Create a value of ScheduledUpdateGroupActionRequest 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:startTime:ScheduledUpdateGroupActionRequest', scheduledUpdateGroupActionRequest_startTime - The date and time for the action to start, in YYYY-MM-DDThh:mm:ssZ format in UTC/GMT only and in quotes (for example, "2019-06-01T00:00:00Z").

If you specify Recurrence and StartTime, Amazon EC2 Auto Scaling performs the action at this time, and then performs the action based on the specified recurrence.

If you try to schedule the action in the past, Amazon EC2 Auto Scaling returns an error message.

$sel:maxSize:ScheduledUpdateGroupActionRequest', scheduledUpdateGroupActionRequest_maxSize - The maximum size of the Auto Scaling group.

$sel:recurrence:ScheduledUpdateGroupActionRequest', scheduledUpdateGroupActionRequest_recurrence - The recurring schedule for the action, in Unix cron syntax format. This format consists of five fields separated by white spaces: [Minute] [Hour] [Day_of_Month] [Month_of_Year] [Day_of_Week]. The value must be in quotes (for example, "30 0 1 1,6,12 *"). For more information about this format, see Crontab.

When StartTime and EndTime are specified with Recurrence, they form the boundaries of when the recurring action starts and stops.

Cron expressions use Universal Coordinated Time (UTC) by default.

$sel:desiredCapacity:ScheduledUpdateGroupActionRequest', scheduledUpdateGroupActionRequest_desiredCapacity - The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain.

$sel:minSize:ScheduledUpdateGroupActionRequest', scheduledUpdateGroupActionRequest_minSize - The minimum size of the Auto Scaling group.

$sel:endTime:ScheduledUpdateGroupActionRequest', scheduledUpdateGroupActionRequest_endTime - The date and time for the recurring schedule to end, in UTC.

$sel:timeZone:ScheduledUpdateGroupActionRequest', scheduledUpdateGroupActionRequest_timeZone - Specifies the time zone for a cron expression. If a time zone is not provided, UTC is used by default.

Valid values are the canonical names of the IANA time zones, derived from the IANA Time Zone Database (such as Etc/GMT+9 or Pacific/Tahiti). For more information, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.

$sel:scheduledActionName:ScheduledUpdateGroupActionRequest', scheduledUpdateGroupActionRequest_scheduledActionName - The name of the scaling action.

StepAdjustment

data StepAdjustment Source #

Describes information used to create a step adjustment for a step scaling policy.

For the following examples, suppose that you have an alarm with a breach threshold of 50:

  • To trigger the adjustment when the metric is greater than or equal to 50 and less than 60, specify a lower bound of 0 and an upper bound of 10.
  • To trigger the adjustment when the metric is greater than 40 and less than or equal to 50, specify a lower bound of -10 and an upper bound of 0.

There are a few rules for the step adjustments for your step policy:

  • The ranges of your step adjustments can't overlap or have a gap.
  • At most, one step adjustment can have a null lower bound. If one step adjustment has a negative lower bound, then there must be a step adjustment with a null lower bound.
  • At most, one step adjustment can have a null upper bound. If one step adjustment has a positive upper bound, then there must be a step adjustment with a null upper bound.
  • The upper and lower bound can't be null in the same step adjustment.

For more information, see Step adjustments in the Amazon EC2 Auto Scaling User Guide.

See: newStepAdjustment smart constructor.

Instances

Instances details
Eq StepAdjustment Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.StepAdjustment

Read StepAdjustment Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.StepAdjustment

Show StepAdjustment Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.StepAdjustment

Generic StepAdjustment Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.StepAdjustment

Associated Types

type Rep StepAdjustment :: Type -> Type #

NFData StepAdjustment Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.StepAdjustment

Methods

rnf :: StepAdjustment -> () #

Hashable StepAdjustment Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.StepAdjustment

ToQuery StepAdjustment Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.StepAdjustment

FromXML StepAdjustment Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.StepAdjustment

type Rep StepAdjustment Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.StepAdjustment

type Rep StepAdjustment = D1 ('MetaData "StepAdjustment" "Amazonka.AutoScaling.Types.StepAdjustment" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "StepAdjustment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricIntervalLowerBound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "metricIntervalUpperBound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "scalingAdjustment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStepAdjustment Source #

Create a value of StepAdjustment 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:metricIntervalLowerBound:StepAdjustment', stepAdjustment_metricIntervalLowerBound - The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

$sel:metricIntervalUpperBound:StepAdjustment', stepAdjustment_metricIntervalUpperBound - The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

The upper bound must be greater than the lower bound.

$sel:scalingAdjustment:StepAdjustment', stepAdjustment_scalingAdjustment - The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.

SuspendedProcess

data SuspendedProcess Source #

Describes an auto scaling process that has been suspended.

For more information, see Scaling processes in the Amazon EC2 Auto Scaling User Guide.

See: newSuspendedProcess smart constructor.

Instances

Instances details
Eq SuspendedProcess Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.SuspendedProcess

Read SuspendedProcess Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.SuspendedProcess

Show SuspendedProcess Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.SuspendedProcess

Generic SuspendedProcess Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.SuspendedProcess

Associated Types

type Rep SuspendedProcess :: Type -> Type #

NFData SuspendedProcess Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.SuspendedProcess

Methods

rnf :: SuspendedProcess -> () #

Hashable SuspendedProcess Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.SuspendedProcess

FromXML SuspendedProcess Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.SuspendedProcess

type Rep SuspendedProcess Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.SuspendedProcess

type Rep SuspendedProcess = D1 ('MetaData "SuspendedProcess" "Amazonka.AutoScaling.Types.SuspendedProcess" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "SuspendedProcess'" 'PrefixI 'True) (S1 ('MetaSel ('Just "processName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "suspensionReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSuspendedProcess :: SuspendedProcess Source #

Create a value of SuspendedProcess 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:processName:SuspendedProcess', suspendedProcess_processName - The name of the suspended process.

$sel:suspensionReason:SuspendedProcess', suspendedProcess_suspensionReason - The reason that the process was suspended.

Tag

data Tag Source #

Describes a tag for an Auto Scaling group.

See: newTag smart constructor.

Constructors

Tag' Text Text Text Bool Text 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToQuery Tag Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Tag

Methods

toQuery :: Tag -> QueryString #

type Rep Tag Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.AutoScaling.Types.Tag" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "propagateAtLaunch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - The tag key.

$sel:resourceId:Tag', tag_resourceId - The name of the Auto Scaling group.

$sel:resourceType:Tag', tag_resourceType - The type of resource. The only supported value is auto-scaling-group.

$sel:propagateAtLaunch:Tag', tag_propagateAtLaunch - Determines whether the tag is added to new instances as they are launched in the group.

$sel:value:Tag', tag_value - The tag value.

TagDescription

data TagDescription Source #

Describes a tag for an Auto Scaling group.

See: newTagDescription smart constructor.

Instances

Instances details
Eq TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

Read TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

Show TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

Generic TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

Associated Types

type Rep TagDescription :: Type -> Type #

NFData TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

Methods

rnf :: TagDescription -> () #

Hashable TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

FromXML TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

type Rep TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

type Rep TagDescription = D1 ('MetaData "TagDescription" "Amazonka.AutoScaling.Types.TagDescription" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "TagDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "propagateAtLaunch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newTagDescription Source #

Create a value of TagDescription 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:resourceId:TagDescription', tagDescription_resourceId - The name of the group.

$sel:resourceType:TagDescription', tagDescription_resourceType - The type of resource. The only supported value is auto-scaling-group.

$sel:key:TagDescription', tagDescription_key - The tag key.

$sel:propagateAtLaunch:TagDescription', tagDescription_propagateAtLaunch - Determines whether the tag is added to new instances as they are launched in the group.

$sel:value:TagDescription', tagDescription_value - The tag value.

TargetTrackingConfiguration

data TargetTrackingConfiguration Source #

Represents a target tracking scaling policy configuration to use with Amazon EC2 Auto Scaling.

See: newTargetTrackingConfiguration smart constructor.

Instances

Instances details
Eq TargetTrackingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TargetTrackingConfiguration

Read TargetTrackingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TargetTrackingConfiguration

Show TargetTrackingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TargetTrackingConfiguration

Generic TargetTrackingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TargetTrackingConfiguration

Associated Types

type Rep TargetTrackingConfiguration :: Type -> Type #

NFData TargetTrackingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TargetTrackingConfiguration

Hashable TargetTrackingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TargetTrackingConfiguration

ToQuery TargetTrackingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TargetTrackingConfiguration

FromXML TargetTrackingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TargetTrackingConfiguration

type Rep TargetTrackingConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TargetTrackingConfiguration

type Rep TargetTrackingConfiguration = D1 ('MetaData "TargetTrackingConfiguration" "Amazonka.AutoScaling.Types.TargetTrackingConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "TargetTrackingConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "predefinedMetricSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PredefinedMetricSpecification)) :*: S1 ('MetaSel ('Just "customizedMetricSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomizedMetricSpecification))) :*: (S1 ('MetaSel ('Just "disableScaleIn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "targetValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

newTargetTrackingConfiguration Source #

Create a value of TargetTrackingConfiguration 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:predefinedMetricSpecification:TargetTrackingConfiguration', targetTrackingConfiguration_predefinedMetricSpecification - A predefined metric. You must specify either a predefined metric or a customized metric.

$sel:customizedMetricSpecification:TargetTrackingConfiguration', targetTrackingConfiguration_customizedMetricSpecification - A customized metric. You must specify either a predefined metric or a customized metric.

$sel:disableScaleIn:TargetTrackingConfiguration', targetTrackingConfiguration_disableScaleIn - Indicates whether scaling in by the target tracking scaling policy is disabled. If scaling in is disabled, the target tracking scaling policy doesn't remove instances from the Auto Scaling group. Otherwise, the target tracking scaling policy can remove instances from the Auto Scaling group. The default is false.

$sel:targetValue:TargetTrackingConfiguration', targetTrackingConfiguration_targetValue - The target value for the metric.

WarmPoolConfiguration

data WarmPoolConfiguration Source #

Describes a warm pool configuration.

See: newWarmPoolConfiguration smart constructor.

Instances

Instances details
Eq WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

Read WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

Show WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

Generic WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

Associated Types

type Rep WarmPoolConfiguration :: Type -> Type #

NFData WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

Methods

rnf :: WarmPoolConfiguration -> () #

Hashable WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

FromXML WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

type Rep WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

type Rep WarmPoolConfiguration = D1 ('MetaData "WarmPoolConfiguration" "Amazonka.AutoScaling.Types.WarmPoolConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "WarmPoolConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WarmPoolStatus)) :*: S1 ('MetaSel ('Just "minSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "maxGroupPreparedCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "poolState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WarmPoolState)))))

newWarmPoolConfiguration :: WarmPoolConfiguration Source #

Create a value of WarmPoolConfiguration 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:status:WarmPoolConfiguration', warmPoolConfiguration_status - The status of a warm pool that is marked for deletion.

$sel:minSize:WarmPoolConfiguration', warmPoolConfiguration_minSize - The minimum number of instances to maintain in the warm pool.

$sel:maxGroupPreparedCapacity:WarmPoolConfiguration', warmPoolConfiguration_maxGroupPreparedCapacity - The maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.

$sel:poolState:WarmPoolConfiguration', warmPoolConfiguration_poolState - The instance state to transition to after the lifecycle actions are complete.