amazonka-fsx-2.0: Amazon FSx SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

Description

 
Synopsis

Documentation

data DeleteVolumeOntapConfiguration Source #

Use to specify skipping a final backup, or to add tags to a final backup.

See: newDeleteVolumeOntapConfiguration smart constructor.

Constructors

DeleteVolumeOntapConfiguration' 

Fields

Instances

Instances details
ToJSON DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

Generic DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

Associated Types

type Rep DeleteVolumeOntapConfiguration :: Type -> Type #

Read DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

Show DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

NFData DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

Eq DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

Hashable DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

type Rep DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

type Rep DeleteVolumeOntapConfiguration = D1 ('MetaData "DeleteVolumeOntapConfiguration" "Amazonka.FSx.Types.DeleteVolumeOntapConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteVolumeOntapConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalBackupTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "skipFinalBackup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newDeleteVolumeOntapConfiguration :: DeleteVolumeOntapConfiguration Source #

Create a value of DeleteVolumeOntapConfiguration 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:finalBackupTags:DeleteVolumeOntapConfiguration', deleteVolumeOntapConfiguration_finalBackupTags - Undocumented member.

$sel:skipFinalBackup:DeleteVolumeOntapConfiguration', deleteVolumeOntapConfiguration_skipFinalBackup - Set to true if you want to skip taking a final backup of the volume you are deleting.

deleteVolumeOntapConfiguration_skipFinalBackup :: Lens' DeleteVolumeOntapConfiguration (Maybe Bool) Source #

Set to true if you want to skip taking a final backup of the volume you are deleting.