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

Description

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

Synopsis

Creating a Request

data DescribeLocationEfs Source #

DescribeLocationEfsRequest

See: newDescribeLocationEfs smart constructor.

Constructors

DescribeLocationEfs' 

Fields

  • locationArn :: Text

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

Instances

Instances details
Eq DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Read DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Show DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Generic DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Associated Types

type Rep DescribeLocationEfs :: Type -> Type #

NFData DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Methods

rnf :: DescribeLocationEfs -> () #

Hashable DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

ToJSON DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

AWSRequest DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Associated Types

type AWSResponse DescribeLocationEfs #

ToHeaders DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

ToPath DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

ToQuery DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

type Rep DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

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

Defined in Amazonka.DataSync.DescribeLocationEfs

newDescribeLocationEfs Source #

Create a value of DescribeLocationEfs 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:DescribeLocationEfs', describeLocationEfs_locationArn - The Amazon Resource Name (ARN) of the EFS location to describe.

Request Lenses

describeLocationEfs_locationArn :: Lens' DescribeLocationEfs Text Source #

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

Destructuring the Response

data DescribeLocationEfsResponse Source #

DescribeLocationEfsResponse

See: newDescribeLocationEfsResponse smart constructor.

Constructors

DescribeLocationEfsResponse' 

Fields

Instances

Instances details
Eq DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Read DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Show DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Generic DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Associated Types

type Rep DescribeLocationEfsResponse :: Type -> Type #

NFData DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

type Rep DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

type Rep DescribeLocationEfsResponse = D1 ('MetaData "DescribeLocationEfsResponse" "Amazonka.DataSync.DescribeLocationEfs" "libZSservicesZSamazonka-datasyncZSamazonka-datasync" 'False) (C1 ('MetaCons "DescribeLocationEfsResponse'" '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 "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ec2Config") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Ec2Config)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeLocationEfsResponse Source #

Create a value of DescribeLocationEfsResponse 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:DescribeLocationEfsResponse', describeLocationEfsResponse_creationTime - The time that the EFS location was created.

$sel:locationUri:DescribeLocationEfsResponse', describeLocationEfsResponse_locationUri - The URL of the EFS location that was described.

$sel:locationArn:DescribeLocationEfs', describeLocationEfsResponse_locationArn - The Amazon Resource Name (ARN) of the EFS location that was described.

$sel:ec2Config:DescribeLocationEfsResponse', describeLocationEfsResponse_ec2Config - Undocumented member.

$sel:httpStatus:DescribeLocationEfsResponse', describeLocationEfsResponse_httpStatus - The response's http status code.

Response Lenses

describeLocationEfsResponse_locationUri :: Lens' DescribeLocationEfsResponse (Maybe Text) Source #

The URL of the EFS location that was described.

describeLocationEfsResponse_locationArn :: Lens' DescribeLocationEfsResponse (Maybe Text) Source #

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