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.IntelligentTieringAndOperator

Description

 
Synopsis

Documentation

data IntelligentTieringAndOperator Source #

A container for specifying S3 Intelligent-Tiering filters. The filters determine the subset of objects to which the rule applies.

See: newIntelligentTieringAndOperator smart constructor.

Constructors

IntelligentTieringAndOperator' 

Fields

  • prefix :: Maybe Text

    An object key name prefix that identifies the subset of objects to which the configuration applies.

  • tags :: Maybe [Tag]

    All of these tags must exist in the object's tag set in order for the configuration to apply.

Instances

Instances details
Eq IntelligentTieringAndOperator Source # 
Instance details

Defined in Amazonka.S3.Types.IntelligentTieringAndOperator

Read IntelligentTieringAndOperator Source # 
Instance details

Defined in Amazonka.S3.Types.IntelligentTieringAndOperator

Show IntelligentTieringAndOperator Source # 
Instance details

Defined in Amazonka.S3.Types.IntelligentTieringAndOperator

Generic IntelligentTieringAndOperator Source # 
Instance details

Defined in Amazonka.S3.Types.IntelligentTieringAndOperator

Associated Types

type Rep IntelligentTieringAndOperator :: Type -> Type #

NFData IntelligentTieringAndOperator Source # 
Instance details

Defined in Amazonka.S3.Types.IntelligentTieringAndOperator

Hashable IntelligentTieringAndOperator Source # 
Instance details

Defined in Amazonka.S3.Types.IntelligentTieringAndOperator

FromXML IntelligentTieringAndOperator Source # 
Instance details

Defined in Amazonka.S3.Types.IntelligentTieringAndOperator

ToXML IntelligentTieringAndOperator Source # 
Instance details

Defined in Amazonka.S3.Types.IntelligentTieringAndOperator

type Rep IntelligentTieringAndOperator Source # 
Instance details

Defined in Amazonka.S3.Types.IntelligentTieringAndOperator

type Rep IntelligentTieringAndOperator = D1 ('MetaData "IntelligentTieringAndOperator" "Amazonka.S3.Types.IntelligentTieringAndOperator" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "IntelligentTieringAndOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))

newIntelligentTieringAndOperator :: IntelligentTieringAndOperator Source #

Create a value of IntelligentTieringAndOperator 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:prefix:IntelligentTieringAndOperator', intelligentTieringAndOperator_prefix - An object key name prefix that identifies the subset of objects to which the configuration applies.

$sel:tags:IntelligentTieringAndOperator', intelligentTieringAndOperator_tags - All of these tags must exist in the object's tag set in order for the configuration to apply.

intelligentTieringAndOperator_prefix :: Lens' IntelligentTieringAndOperator (Maybe Text) Source #

An object key name prefix that identifies the subset of objects to which the configuration applies.

intelligentTieringAndOperator_tags :: Lens' IntelligentTieringAndOperator (Maybe [Tag]) Source #

All of these tags must exist in the object's tag set in order for the configuration to apply.