libZSservicesZSamazonka-datasyncZSamazonka-datasync
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.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
Eq DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Read DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Show DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Generic DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Associated Types

type Rep DescribeLocationNfs :: Type -> Type #

NFData DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Methods

rnf :: DescribeLocationNfs -> () #

Hashable DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

ToJSON DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

AWSRequest DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Associated Types

type AWSResponse 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

type Rep DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

type Rep DescribeLocationNfs = D1 ('MetaData "DescribeLocationNfs" "Amazonka.DataSync.DescribeLocationNfs" "libZSservicesZSamazonka-datasyncZSamazonka-datasync" 'False) (C1 ('MetaCons "DescribeLocationNfs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeLocationNfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

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:

$sel:locationArn: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
Eq DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Read DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Show DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Generic DescribeLocationNfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationNfs

Associated Types

type Rep DescribeLocationNfsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-datasyncZSamazonka-datasync" 'False) (C1 ('MetaCons "DescribeLocationNfsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "onPremConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPremConfig)))) :*: (S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NfsMountOptions)) :*: (S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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.

$sel:locationUri:DescribeLocationNfsResponse', describeLocationNfsResponse_locationUri - The URL of the source NFS location that was described.

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

$sel:mountOptions:DescribeLocationNfsResponse', describeLocationNfsResponse_mountOptions - The NFS mount options that DataSync used to mount your NFS share.

$sel:locationArn:DescribeLocationNfs', describeLocationNfsResponse_locationArn - The Amazon Resource Name (ARN) of the NFS location that was described.

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

Response Lenses

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.

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

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