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

Description

Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.

Synopsis

Creating a Request

data DescribeLocationFsxLustre Source #

See: newDescribeLocationFsxLustre smart constructor.

Constructors

DescribeLocationFsxLustre' 

Fields

  • locationArn :: Text

    The Amazon Resource Name (ARN) of the FSx for Lustre location to describe.

Instances

Instances details
ToJSON DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

ToHeaders DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

ToPath DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

ToQuery DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

AWSRequest DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Generic DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Associated Types

type Rep DescribeLocationFsxLustre :: Type -> Type #

Read DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Show DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

NFData DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Eq DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Hashable DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

type AWSResponse DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

type Rep DescribeLocationFsxLustre Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

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

newDescribeLocationFsxLustre Source #

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

DescribeLocationFsxLustre, describeLocationFsxLustre_locationArn - The Amazon Resource Name (ARN) of the FSx for Lustre location to describe.

Request Lenses

describeLocationFsxLustre_locationArn :: Lens' DescribeLocationFsxLustre Text Source #

The Amazon Resource Name (ARN) of the FSx for Lustre location to describe.

Destructuring the Response

data DescribeLocationFsxLustreResponse Source #

See: newDescribeLocationFsxLustreResponse smart constructor.

Constructors

DescribeLocationFsxLustreResponse' 

Fields

Instances

Instances details
Generic DescribeLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Associated Types

type Rep DescribeLocationFsxLustreResponse :: Type -> Type #

Read DescribeLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Show DescribeLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

NFData DescribeLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

Eq DescribeLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

type Rep DescribeLocationFsxLustreResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxLustre

type Rep DescribeLocationFsxLustreResponse = D1 ('MetaData "DescribeLocationFsxLustreResponse" "Amazonka.DataSync.DescribeLocationFsxLustre" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationFsxLustreResponse'" '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 "securityGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeLocationFsxLustreResponse Source #

Create a value of DescribeLocationFsxLustreResponse 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:DescribeLocationFsxLustreResponse', describeLocationFsxLustreResponse_creationTime - The time that the FSx for Lustre location was created.

DescribeLocationFsxLustre, describeLocationFsxLustreResponse_locationArn - The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.

DescribeLocationFsxLustreResponse, describeLocationFsxLustreResponse_locationUri - The URI of the FSx for Lustre location that was described.

DescribeLocationFsxLustreResponse, describeLocationFsxLustreResponse_securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.

$sel:httpStatus:DescribeLocationFsxLustreResponse', describeLocationFsxLustreResponse_httpStatus - The response's http status code.

Response Lenses

describeLocationFsxLustreResponse_locationArn :: Lens' DescribeLocationFsxLustreResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.

describeLocationFsxLustreResponse_locationUri :: Lens' DescribeLocationFsxLustreResponse (Maybe Text) Source #

The URI of the FSx for Lustre location that was described.

describeLocationFsxLustreResponse_securityGroupArns :: Lens' DescribeLocationFsxLustreResponse (Maybe (NonEmpty Text)) Source #

The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.