amazonka-datasync-2.0: Amazon DataSync 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.DataSync.DescribeLocationNfs

Description

Returns metadata, such as the path information, about an NFS location.

Synopsis

Creating a Request

data DescribeLocationNfs Source #

DescribeLocationNfsRequest

See: newDescribeLocationNfs smart constructor.

Constructors

DescribeLocationNfs' 

Fields

  • locationArn :: Text

    The Amazon Resource Name (ARN) of the NFS location to describe.

Instances

Instances details
ToJSON DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

ToHeaders DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

ToPath DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

ToQuery DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

AWSRequest DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Associated Types

type AWSResponse DescribeLocationNfs #

Generic DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Associated Types

type Rep DescribeLocationNfs :: Type -> Type #

Read DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Show DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

NFData DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Methods

rnf :: DescribeLocationNfs -> () #

Eq DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Hashable DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

type AWSResponse DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

type Rep DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

type Rep DescribeLocationNfs = D1 ('MetaData "DescribeLocationNfs" "Amazonka.DataSync.DescribeLocationNfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationNfs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeLocationNfs Source #

Create a value of DescribeLocationNfs 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:

DescribeLocationNfs, describeLocationNfs_locationArn - The Amazon Resource Name (ARN) of the NFS location to describe.

Request Lenses

describeLocationNfs_locationArn :: Lens' DescribeLocationNfs Text Source #

The Amazon Resource Name (ARN) of the NFS location to describe.

Destructuring the Response

data DescribeLocationNfsResponse Source #

DescribeLocationNfsResponse

See: newDescribeLocationNfsResponse smart constructor.

Constructors

DescribeLocationNfsResponse' 

Fields

Instances

Instances details
Generic DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Associated Types

type Rep DescribeLocationNfsResponse :: Type -> Type #

Read DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Show DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

NFData DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Eq DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

type Rep DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

type Rep DescribeLocationNfsResponse = D1 ('MetaData "DescribeLocationNfsResponse" "Amazonka.DataSync.DescribeLocationNfs" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationNfsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NfsMountOptions)) :*: (S1 ('MetaSel ('Just "onPremConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPremConfig)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeLocationNfsResponse Source #

Create a value of DescribeLocationNfsResponse 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:creationTime:DescribeLocationNfsResponse', describeLocationNfsResponse_creationTime - The time that the NFS location was created.

DescribeLocationNfs, describeLocationNfsResponse_locationArn - The Amazon Resource Name (ARN) of the NFS location that was described.

DescribeLocationNfsResponse, describeLocationNfsResponse_locationUri - The URL of the source NFS location that was described.

DescribeLocationNfsResponse, describeLocationNfsResponse_mountOptions - The NFS mount options that DataSync used to mount your NFS share.

$sel:onPremConfig:DescribeLocationNfsResponse', describeLocationNfsResponse_onPremConfig - Undocumented member.

$sel:httpStatus:DescribeLocationNfsResponse', describeLocationNfsResponse_httpStatus - The response's http status code.

Response Lenses

describeLocationNfsResponse_locationArn :: Lens' DescribeLocationNfsResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the NFS location that was described.

describeLocationNfsResponse_locationUri :: Lens' DescribeLocationNfsResponse (Maybe Text) Source #

The URL of the source NFS location that was described.

describeLocationNfsResponse_mountOptions :: Lens' DescribeLocationNfsResponse (Maybe NfsMountOptions) Source #

The NFS mount options that DataSync used to mount your NFS share.