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

Description

Returns metadata about your DataSync location for an Amazon EFS file system.

Synopsis

Creating a Request

data DescribeLocationEfs Source #

DescribeLocationEfsRequest

See: newDescribeLocationEfs smart constructor.

Constructors

DescribeLocationEfs' 

Fields

  • locationArn :: Text

    The Amazon Resource Name (ARN) of the Amazon EFS file system location that you want information about.

Instances

Instances details
ToJSON DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.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

AWSRequest DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Associated Types

type AWSResponse DescribeLocationEfs #

Generic DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Associated Types

type Rep DescribeLocationEfs :: Type -> Type #

Read DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Show DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

NFData DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Methods

rnf :: DescribeLocationEfs -> () #

Eq DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Hashable DescribeLocationEfs Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

type AWSResponse 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" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationEfs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeLocationEfs, describeLocationEfs_locationArn - The Amazon Resource Name (ARN) of the Amazon EFS file system location that you want information about.

Request Lenses

describeLocationEfs_locationArn :: Lens' DescribeLocationEfs Text Source #

The Amazon Resource Name (ARN) of the Amazon EFS file system location that you want information about.

Destructuring the Response

data DescribeLocationEfsResponse Source #

DescribeLocationEfsResponse

See: newDescribeLocationEfsResponse smart constructor.

Constructors

DescribeLocationEfsResponse' 

Fields

Instances

Instances details
Generic DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Associated Types

type Rep DescribeLocationEfsResponse :: Type -> Type #

Read DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Show DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

NFData DescribeLocationEfsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationEfs

Eq 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" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationEfsResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accessPointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "ec2Config") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Ec2Config)) :*: S1 ('MetaSel ('Just "fileSystemAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "inTransitEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EfsInTransitEncryption)) :*: S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:accessPointArn:DescribeLocationEfsResponse', describeLocationEfsResponse_accessPointArn - The ARN of the access point that DataSync uses to access the Amazon EFS file system.

$sel:creationTime:DescribeLocationEfsResponse', describeLocationEfsResponse_creationTime - The time that the location was created.

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

$sel:fileSystemAccessRoleArn:DescribeLocationEfsResponse', describeLocationEfsResponse_fileSystemAccessRoleArn - The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.

$sel:inTransitEncryption:DescribeLocationEfsResponse', describeLocationEfsResponse_inTransitEncryption - Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.

DescribeLocationEfs, describeLocationEfsResponse_locationArn - The ARN of the Amazon EFS file system location.

DescribeLocationEfsResponse, describeLocationEfsResponse_locationUri - The URL of the Amazon EFS file system location.

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

Response Lenses

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

The ARN of the access point that DataSync uses to access the Amazon EFS file system.

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

The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.

describeLocationEfsResponse_inTransitEncryption :: Lens' DescribeLocationEfsResponse (Maybe EfsInTransitEncryption) Source #

Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.

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

The ARN of the Amazon EFS file system location.

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

The URL of the Amazon EFS file system location.