libZSservicesZSamazonka-redshiftZSamazonka-redshift
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.Redshift.ModifyUsageLimit

Description

Modifies a usage limit in a cluster. You can't modify the feature type or period of a usage limit.

Synopsis

Creating a Request

data ModifyUsageLimit Source #

See: newModifyUsageLimit smart constructor.

Constructors

ModifyUsageLimit' 

Fields

Instances

Instances details
Eq ModifyUsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.ModifyUsageLimit

Read ModifyUsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.ModifyUsageLimit

Show ModifyUsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.ModifyUsageLimit

Generic ModifyUsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.ModifyUsageLimit

Associated Types

type Rep ModifyUsageLimit :: Type -> Type #

NFData ModifyUsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.ModifyUsageLimit

Methods

rnf :: ModifyUsageLimit -> () #

Hashable ModifyUsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.ModifyUsageLimit

AWSRequest ModifyUsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.ModifyUsageLimit

Associated Types

type AWSResponse ModifyUsageLimit #

ToHeaders ModifyUsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.ModifyUsageLimit

ToPath ModifyUsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.ModifyUsageLimit

ToQuery ModifyUsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.ModifyUsageLimit

type Rep ModifyUsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.ModifyUsageLimit

type Rep ModifyUsageLimit = D1 ('MetaData "ModifyUsageLimit" "Amazonka.Redshift.ModifyUsageLimit" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "ModifyUsageLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "amount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "breachAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UsageLimitBreachAction)) :*: S1 ('MetaSel ('Just "usageLimitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ModifyUsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.ModifyUsageLimit

newModifyUsageLimit Source #

Create a value of ModifyUsageLimit 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:amount:ModifyUsageLimit', modifyUsageLimit_amount - The new limit amount. For more information about this parameter, see UsageLimit.

$sel:breachAction:ModifyUsageLimit', modifyUsageLimit_breachAction - The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.

$sel:usageLimitId:ModifyUsageLimit', modifyUsageLimit_usageLimitId - The identifier of the usage limit to modify.

Request Lenses

modifyUsageLimit_amount :: Lens' ModifyUsageLimit (Maybe Integer) Source #

The new limit amount. For more information about this parameter, see UsageLimit.

modifyUsageLimit_breachAction :: Lens' ModifyUsageLimit (Maybe UsageLimitBreachAction) Source #

The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.

modifyUsageLimit_usageLimitId :: Lens' ModifyUsageLimit Text Source #

The identifier of the usage limit to modify.

Destructuring the Response

data UsageLimit Source #

Describes a usage limit object for a cluster.

See: newUsageLimit smart constructor.

Constructors

UsageLimit' 

Fields

Instances

Instances details
Eq UsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.Types.UsageLimit

Read UsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.Types.UsageLimit

Show UsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.Types.UsageLimit

Generic UsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.Types.UsageLimit

Associated Types

type Rep UsageLimit :: Type -> Type #

NFData UsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.Types.UsageLimit

Methods

rnf :: UsageLimit -> () #

Hashable UsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.Types.UsageLimit

FromXML UsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.Types.UsageLimit

type Rep UsageLimit Source # 
Instance details

Defined in Amazonka.Redshift.Types.UsageLimit

newUsageLimit :: UsageLimit Source #

Create a value of UsageLimit 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:amount:UsageLimit', usageLimit_amount - The limit amount. If time-based, this amount is in minutes. If data-based, this amount is in terabytes (TB).

$sel:limitType:UsageLimit', usageLimit_limitType - The type of limit. Depending on the feature type, this can be based on a time duration or data size.

$sel:usageLimitId:UsageLimit', usageLimit_usageLimitId - The identifier of the usage limit.

$sel:period:UsageLimit', usageLimit_period - The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.

$sel:clusterIdentifier:UsageLimit', usageLimit_clusterIdentifier - The identifier of the cluster with a usage limit.

$sel:breachAction:UsageLimit', usageLimit_breachAction - The action that Amazon Redshift takes when the limit is reached. Possible values are:

  • log - To log an event in a system table. The default is log.
  • emit-metric - To emit CloudWatch metrics.
  • disable - To disable the feature until the next usage period begins.

$sel:featureType:UsageLimit', usageLimit_featureType - The Amazon Redshift feature to which the limit applies.

$sel:tags:UsageLimit', usageLimit_tags - A list of tag instances.

Response Lenses

usageLimit_amount :: Lens' UsageLimit (Maybe Integer) Source #

The limit amount. If time-based, this amount is in minutes. If data-based, this amount is in terabytes (TB).

usageLimit_limitType :: Lens' UsageLimit (Maybe UsageLimitLimitType) Source #

The type of limit. Depending on the feature type, this can be based on a time duration or data size.

usageLimit_usageLimitId :: Lens' UsageLimit (Maybe Text) Source #

The identifier of the usage limit.

usageLimit_period :: Lens' UsageLimit (Maybe UsageLimitPeriod) Source #

The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.

usageLimit_clusterIdentifier :: Lens' UsageLimit (Maybe Text) Source #

The identifier of the cluster with a usage limit.

usageLimit_breachAction :: Lens' UsageLimit (Maybe UsageLimitBreachAction) Source #

The action that Amazon Redshift takes when the limit is reached. Possible values are:

  • log - To log an event in a system table. The default is log.
  • emit-metric - To emit CloudWatch metrics.
  • disable - To disable the feature until the next usage period begins.

usageLimit_featureType :: Lens' UsageLimit (Maybe UsageLimitFeatureType) Source #

The Amazon Redshift feature to which the limit applies.

usageLimit_tags :: Lens' UsageLimit (Maybe [Tag]) Source #

A list of tag instances.