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

Description

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

If your location uses SMB, the DescribeLocationFsxOntap operation doesn't actually return a Password.

Synopsis

Creating a Request

data DescribeLocationFsxOntap Source #

See: newDescribeLocationFsxOntap smart constructor.

Constructors

DescribeLocationFsxOntap' 

Fields

  • locationArn :: Text

    Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP file system location that you want information about.

Instances

Instances details
ToJSON DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

ToHeaders DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

ToPath DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

ToQuery DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

AWSRequest DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Generic DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Associated Types

type Rep DescribeLocationFsxOntap :: Type -> Type #

Read DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Show DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

NFData DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Eq DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Hashable DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

type AWSResponse DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

type Rep DescribeLocationFsxOntap Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

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

newDescribeLocationFsxOntap Source #

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

DescribeLocationFsxOntap, describeLocationFsxOntap_locationArn - Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP file system location that you want information about.

Request Lenses

describeLocationFsxOntap_locationArn :: Lens' DescribeLocationFsxOntap Text Source #

Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP file system location that you want information about.

Destructuring the Response

data DescribeLocationFsxOntapResponse Source #

See: newDescribeLocationFsxOntapResponse smart constructor.

Constructors

DescribeLocationFsxOntapResponse' 

Fields

Instances

Instances details
Generic DescribeLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Associated Types

type Rep DescribeLocationFsxOntapResponse :: Type -> Type #

Show DescribeLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

NFData DescribeLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

Eq DescribeLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

type Rep DescribeLocationFsxOntapResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxOntap

type Rep DescribeLocationFsxOntapResponse = D1 ('MetaData "DescribeLocationFsxOntapResponse" "Amazonka.DataSync.DescribeLocationFsxOntap" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "DescribeLocationFsxOntapResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "fsxFilesystemArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FsxProtocol)) :*: S1 ('MetaSel ('Just "securityGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "storageVirtualMachineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeLocationFsxOntapResponse Source #

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

$sel:fsxFilesystemArn:DescribeLocationFsxOntapResponse', describeLocationFsxOntapResponse_fsxFilesystemArn - The ARN of the FSx for ONTAP file system.

DescribeLocationFsxOntap, describeLocationFsxOntapResponse_locationArn - The ARN of the FSx for ONTAP file system location.

DescribeLocationFsxOntapResponse, describeLocationFsxOntapResponse_locationUri - The uniform resource identifier (URI) of the FSx for ONTAP file system location.

$sel:protocol:DescribeLocationFsxOntapResponse', describeLocationFsxOntapResponse_protocol - Undocumented member.

DescribeLocationFsxOntapResponse, describeLocationFsxOntapResponse_securityGroupArns - The security groups that DataSync uses to access your FSx for ONTAP file system.

$sel:storageVirtualMachineArn:DescribeLocationFsxOntapResponse', describeLocationFsxOntapResponse_storageVirtualMachineArn - The ARN of the storage virtual machine (SVM) on your FSx for ONTAP file system where you're copying data to or from.

$sel:httpStatus:DescribeLocationFsxOntapResponse', describeLocationFsxOntapResponse_httpStatus - The response's http status code.

Response Lenses

describeLocationFsxOntapResponse_locationUri :: Lens' DescribeLocationFsxOntapResponse (Maybe Text) Source #

The uniform resource identifier (URI) of the FSx for ONTAP file system location.

describeLocationFsxOntapResponse_securityGroupArns :: Lens' DescribeLocationFsxOntapResponse (Maybe (NonEmpty Text)) Source #

The security groups that DataSync uses to access your FSx for ONTAP file system.

describeLocationFsxOntapResponse_storageVirtualMachineArn :: Lens' DescribeLocationFsxOntapResponse (Maybe Text) Source #

The ARN of the storage virtual machine (SVM) on your FSx for ONTAP file system where you're copying data to or from.