libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway
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.StorageGateway.Types.AutomaticTapeCreationPolicyInfo

Description

 
Synopsis

Documentation

data AutomaticTapeCreationPolicyInfo Source #

Information about the gateway's automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies.

See: newAutomaticTapeCreationPolicyInfo smart constructor.

Constructors

AutomaticTapeCreationPolicyInfo' 

Fields

Instances

Instances details
Eq AutomaticTapeCreationPolicyInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.AutomaticTapeCreationPolicyInfo

Read AutomaticTapeCreationPolicyInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.AutomaticTapeCreationPolicyInfo

Show AutomaticTapeCreationPolicyInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.AutomaticTapeCreationPolicyInfo

Generic AutomaticTapeCreationPolicyInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.AutomaticTapeCreationPolicyInfo

Associated Types

type Rep AutomaticTapeCreationPolicyInfo :: Type -> Type #

NFData AutomaticTapeCreationPolicyInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.AutomaticTapeCreationPolicyInfo

Hashable AutomaticTapeCreationPolicyInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.AutomaticTapeCreationPolicyInfo

FromJSON AutomaticTapeCreationPolicyInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.AutomaticTapeCreationPolicyInfo

type Rep AutomaticTapeCreationPolicyInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.AutomaticTapeCreationPolicyInfo

type Rep AutomaticTapeCreationPolicyInfo = D1 ('MetaData "AutomaticTapeCreationPolicyInfo" "Amazonka.StorageGateway.Types.AutomaticTapeCreationPolicyInfo" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "AutomaticTapeCreationPolicyInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "automaticTapeCreationRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AutomaticTapeCreationRule)))))

newAutomaticTapeCreationPolicyInfo :: AutomaticTapeCreationPolicyInfo Source #

Create a value of AutomaticTapeCreationPolicyInfo 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:gatewayARN:AutomaticTapeCreationPolicyInfo', automaticTapeCreationPolicyInfo_gatewayARN - Undocumented member.

$sel:automaticTapeCreationRules:AutomaticTapeCreationPolicyInfo', automaticTapeCreationPolicyInfo_automaticTapeCreationRules - An automatic tape creation policy consists of a list of automatic tape creation rules. This returns the rules that determine when and how to automatically create new tapes.

automaticTapeCreationPolicyInfo_automaticTapeCreationRules :: Lens' AutomaticTapeCreationPolicyInfo (Maybe (NonEmpty AutomaticTapeCreationRule)) Source #

An automatic tape creation policy consists of a list of automatic tape creation rules. This returns the rules that determine when and how to automatically create new tapes.