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

Description

 
Synopsis

Documentation

data DeleteFileSystemLustreResponse Source #

The response object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.

See: newDeleteFileSystemLustreResponse smart constructor.

Constructors

DeleteFileSystemLustreResponse' 

Fields

Instances

Instances details
FromJSON DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

Generic DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

Associated Types

type Rep DeleteFileSystemLustreResponse :: Type -> Type #

Read DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

Show DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

NFData DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

Eq DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

Hashable DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

type Rep DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

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

newDeleteFileSystemLustreResponse :: DeleteFileSystemLustreResponse Source #

Create a value of DeleteFileSystemLustreResponse 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:DeleteFileSystemLustreResponse', deleteFileSystemLustreResponse_finalBackupId - The ID of the final backup for this file system.

$sel:finalBackupTags:DeleteFileSystemLustreResponse', deleteFileSystemLustreResponse_finalBackupTags - The set of tags applied to the final backup.