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

Description

 
Synopsis

Documentation

data DeleteVolumeOntapResponse Source #

The response object for the Amazon FSx for NetApp ONTAP volume being deleted in the DeleteVolume operation.

See: newDeleteVolumeOntapResponse smart constructor.

Instances

Instances details
FromJSON DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

Generic DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

Associated Types

type Rep DeleteVolumeOntapResponse :: Type -> Type #

Read DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

Show DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

NFData DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

Eq DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

Hashable DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

type Rep DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

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

newDeleteVolumeOntapResponse :: DeleteVolumeOntapResponse Source #

Create a value of DeleteVolumeOntapResponse 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:finalBackupId:DeleteVolumeOntapResponse', deleteVolumeOntapResponse_finalBackupId - Undocumented member.

$sel:finalBackupTags:DeleteVolumeOntapResponse', deleteVolumeOntapResponse_finalBackupTags - Undocumented member.