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

Description

Returns metadata, such as the path information about an Amazon FSx for Windows File Server location.

Synopsis

Creating a Request

data DescribeLocationFsxWindows Source #

See: newDescribeLocationFsxWindows smart constructor.

Constructors

DescribeLocationFsxWindows' 

Fields

  • locationArn :: Text

    The Amazon Resource Name (ARN) of the FSx for Windows File Server location to describe.

Instances

Instances details
Eq DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Read DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Show DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Generic DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Associated Types

type Rep DescribeLocationFsxWindows :: Type -> Type #

NFData DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Hashable DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

ToJSON DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

AWSRequest DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

ToHeaders DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

ToPath DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

ToQuery DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

type Rep DescribeLocationFsxWindows Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

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

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

newDescribeLocationFsxWindows Source #

Create a value of DescribeLocationFsxWindows 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:DescribeLocationFsxWindows', describeLocationFsxWindows_locationArn - The Amazon Resource Name (ARN) of the FSx for Windows File Server location to describe.

Request Lenses

describeLocationFsxWindows_locationArn :: Lens' DescribeLocationFsxWindows Text Source #

The Amazon Resource Name (ARN) of the FSx for Windows File Server location to describe.

Destructuring the Response

data DescribeLocationFsxWindowsResponse Source #

Constructors

DescribeLocationFsxWindowsResponse' 

Fields

  • creationTime :: Maybe POSIX

    The time that the FSx for Windows File Server location was created.

  • securityGroupArns :: Maybe (NonEmpty Text)

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

  • domain :: Maybe Text

    The name of the Windows domain that the FSx for Windows File Server belongs to.

  • locationUri :: Maybe Text

    The URL of the FSx for Windows File Server location that was described.

  • user :: Maybe Text

    The user who has the permissions to access files and folders in the FSx for Windows File Server file system.

  • locationArn :: Maybe Text

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

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq DescribeLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Read DescribeLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Show DescribeLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Generic DescribeLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

Associated Types

type Rep DescribeLocationFsxWindowsResponse :: Type -> Type #

NFData DescribeLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

type Rep DescribeLocationFsxWindowsResponse Source # 
Instance details

Defined in Amazonka.DataSync.DescribeLocationFsxWindows

type Rep DescribeLocationFsxWindowsResponse = D1 ('MetaData "DescribeLocationFsxWindowsResponse" "Amazonka.DataSync.DescribeLocationFsxWindows" "libZSservicesZSamazonka-datasyncZSamazonka-datasync" 'False) (C1 ('MetaCons "DescribeLocationFsxWindowsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "securityGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "locationUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "locationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeLocationFsxWindowsResponse Source #

Create a value of DescribeLocationFsxWindowsResponse 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:DescribeLocationFsxWindowsResponse', describeLocationFsxWindowsResponse_creationTime - The time that the FSx for Windows File Server location was created.

$sel:securityGroupArns:DescribeLocationFsxWindowsResponse', describeLocationFsxWindowsResponse_securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.

$sel:domain:DescribeLocationFsxWindowsResponse', describeLocationFsxWindowsResponse_domain - The name of the Windows domain that the FSx for Windows File Server belongs to.

$sel:locationUri:DescribeLocationFsxWindowsResponse', describeLocationFsxWindowsResponse_locationUri - The URL of the FSx for Windows File Server location that was described.

$sel:user:DescribeLocationFsxWindowsResponse', describeLocationFsxWindowsResponse_user - The user who has the permissions to access files and folders in the FSx for Windows File Server file system.

$sel:locationArn:DescribeLocationFsxWindows', describeLocationFsxWindowsResponse_locationArn - The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.

$sel:httpStatus:DescribeLocationFsxWindowsResponse', describeLocationFsxWindowsResponse_httpStatus - The response's http status code.

Response Lenses

describeLocationFsxWindowsResponse_creationTime :: Lens' DescribeLocationFsxWindowsResponse (Maybe UTCTime) Source #

The time that the FSx for Windows File Server location was created.

describeLocationFsxWindowsResponse_securityGroupArns :: Lens' DescribeLocationFsxWindowsResponse (Maybe (NonEmpty Text)) Source #

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

describeLocationFsxWindowsResponse_domain :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text) Source #

The name of the Windows domain that the FSx for Windows File Server belongs to.

describeLocationFsxWindowsResponse_locationUri :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text) Source #

The URL of the FSx for Windows File Server location that was described.

describeLocationFsxWindowsResponse_user :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text) Source #

The user who has the permissions to access files and folders in the FSx for Windows File Server file system.

describeLocationFsxWindowsResponse_locationArn :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text) Source #

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