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

Description

Returns metadata, such as the path and user information about an SMB location.

Synopsis

Creating a Request

data DescribeLocationSmb Source #

DescribeLocationSmbRequest

See: newDescribeLocationSmb smart constructor.

Constructors

DescribeLocationSmb' 

Fields

  • locationArn :: Text

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

Instances

Instances details
Eq DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Read DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Show DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Generic DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Associated Types

type Rep DescribeLocationSmb :: Type -> Type #

NFData DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Methods

rnf :: DescribeLocationSmb -> () #

Hashable DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

ToJSON DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

AWSRequest DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Associated Types

type AWSResponse DescribeLocationSmb #

ToHeaders DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

ToPath DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

ToQuery DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

type Rep DescribeLocationSmb Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

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

Defined in Amazonka.DataSync.DescribeLocationSmb

newDescribeLocationSmb Source #

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

Request Lenses

describeLocationSmb_locationArn :: Lens' DescribeLocationSmb Text Source #

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

Destructuring the Response

data DescribeLocationSmbResponse Source #

DescribeLocationSmbResponse

See: newDescribeLocationSmbResponse smart constructor.

Constructors

DescribeLocationSmbResponse' 

Fields

Instances

Instances details
Eq DescribeLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Read DescribeLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Show DescribeLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Generic DescribeLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

Associated Types

type Rep DescribeLocationSmbResponse :: Type -> Type #

NFData DescribeLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

type Rep DescribeLocationSmbResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationSmb

newDescribeLocationSmbResponse Source #

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

$sel:agentArns:DescribeLocationSmbResponse', describeLocationSmbResponse_agentArns - The Amazon Resource Name (ARN) of the source SMB file system location that is created.

$sel:domain:DescribeLocationSmbResponse', describeLocationSmbResponse_domain - The name of the Windows domain that the SMB server belongs to.

$sel:locationUri:DescribeLocationSmbResponse', describeLocationSmbResponse_locationUri - The URL of the source SMB location that was described.

$sel:user:DescribeLocationSmbResponse', describeLocationSmbResponse_user - The user who can mount the share, has the permissions to access files and folders in the SMB share.

$sel:mountOptions:DescribeLocationSmbResponse', describeLocationSmbResponse_mountOptions - The mount options that are available for DataSync to use to access an SMB location.

$sel:locationArn:DescribeLocationSmb', describeLocationSmbResponse_locationArn - The Amazon Resource Name (ARN) of the SMB location that was described.

$sel:httpStatus:DescribeLocationSmbResponse', describeLocationSmbResponse_httpStatus - The response's http status code.

Response Lenses

describeLocationSmbResponse_agentArns :: Lens' DescribeLocationSmbResponse (Maybe (NonEmpty Text)) Source #

The Amazon Resource Name (ARN) of the source SMB file system location that is created.

describeLocationSmbResponse_domain :: Lens' DescribeLocationSmbResponse (Maybe Text) Source #

The name of the Windows domain that the SMB server belongs to.

describeLocationSmbResponse_locationUri :: Lens' DescribeLocationSmbResponse (Maybe Text) Source #

The URL of the source SMB location that was described.

describeLocationSmbResponse_user :: Lens' DescribeLocationSmbResponse (Maybe Text) Source #

The user who can mount the share, has the permissions to access files and folders in the SMB share.

describeLocationSmbResponse_mountOptions :: Lens' DescribeLocationSmbResponse (Maybe SmbMountOptions) Source #

The mount options that are available for DataSync to use to access an SMB location.

describeLocationSmbResponse_locationArn :: Lens' DescribeLocationSmbResponse (Maybe Text) Source #

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