libZSservicesZSamazonka-s3ZSamazonka-s3
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.S3.Types.Tiering

Description

 
Synopsis

Documentation

data Tiering Source #

The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without additional operational overhead.

See: newTiering smart constructor.

Constructors

Tiering' 

Fields

Instances

Instances details
Eq Tiering Source # 
Instance details

Defined in Amazonka.S3.Types.Tiering

Methods

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

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

Read Tiering Source # 
Instance details

Defined in Amazonka.S3.Types.Tiering

Show Tiering Source # 
Instance details

Defined in Amazonka.S3.Types.Tiering

Generic Tiering Source # 
Instance details

Defined in Amazonka.S3.Types.Tiering

Associated Types

type Rep Tiering :: Type -> Type #

Methods

from :: Tiering -> Rep Tiering x #

to :: Rep Tiering x -> Tiering #

NFData Tiering Source # 
Instance details

Defined in Amazonka.S3.Types.Tiering

Methods

rnf :: Tiering -> () #

Hashable Tiering Source # 
Instance details

Defined in Amazonka.S3.Types.Tiering

Methods

hashWithSalt :: Int -> Tiering -> Int #

hash :: Tiering -> Int #

FromXML Tiering Source # 
Instance details

Defined in Amazonka.S3.Types.Tiering

ToXML Tiering Source # 
Instance details

Defined in Amazonka.S3.Types.Tiering

Methods

toXML :: Tiering -> XML #

type Rep Tiering Source # 
Instance details

Defined in Amazonka.S3.Types.Tiering

type Rep Tiering = D1 ('MetaData "Tiering" "Amazonka.S3.Types.Tiering" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "Tiering'" 'PrefixI 'True) (S1 ('MetaSel ('Just "days") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "accessTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IntelligentTieringAccessTier)))

newTiering Source #

Create a value of Tiering 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:days:Tiering', tiering_days - The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier. The minimum number of days specified for Archive Access tier must be at least 90 days and Deep Archive Access tier must be at least 180 days. The maximum can be up to 2 years (730 days).

$sel:accessTier:Tiering', tiering_accessTier - S3 Intelligent-Tiering access tier. See Storage class for automatically optimizing frequently and infrequently accessed objects for a list of access tiers in the S3 Intelligent-Tiering storage class.

tiering_days :: Lens' Tiering Int Source #

The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier. The minimum number of days specified for Archive Access tier must be at least 90 days and Deep Archive Access tier must be at least 180 days. The maximum can be up to 2 years (730 days).

tiering_accessTier :: Lens' Tiering IntelligentTieringAccessTier Source #

S3 Intelligent-Tiering access tier. See Storage class for automatically optimizing frequently and infrequently accessed objects for a list of access tiers in the S3 Intelligent-Tiering storage class.