Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Returns metadata, such as the path information about an Amazon FSx for Windows File Server location.
Synopsis
- data DescribeLocationFsxWindows = DescribeLocationFsxWindows' {
- locationArn :: Text
- newDescribeLocationFsxWindows :: Text -> DescribeLocationFsxWindows
- describeLocationFsxWindows_locationArn :: Lens' DescribeLocationFsxWindows Text
- data DescribeLocationFsxWindowsResponse = DescribeLocationFsxWindowsResponse' {
- creationTime :: Maybe POSIX
- securityGroupArns :: Maybe (NonEmpty Text)
- domain :: Maybe Text
- locationUri :: Maybe Text
- user :: Maybe Text
- locationArn :: Maybe Text
- httpStatus :: Int
- newDescribeLocationFsxWindowsResponse :: Int -> DescribeLocationFsxWindowsResponse
- describeLocationFsxWindowsResponse_creationTime :: Lens' DescribeLocationFsxWindowsResponse (Maybe UTCTime)
- describeLocationFsxWindowsResponse_securityGroupArns :: Lens' DescribeLocationFsxWindowsResponse (Maybe (NonEmpty Text))
- describeLocationFsxWindowsResponse_domain :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text)
- describeLocationFsxWindowsResponse_locationUri :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text)
- describeLocationFsxWindowsResponse_user :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text)
- describeLocationFsxWindowsResponse_locationArn :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text)
- describeLocationFsxWindowsResponse_httpStatus :: Lens' DescribeLocationFsxWindowsResponse Int
Creating a Request
data DescribeLocationFsxWindows Source #
See: newDescribeLocationFsxWindows
smart constructor.
DescribeLocationFsxWindows' | |
|
Instances
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 #
See: newDescribeLocationFsxWindowsResponse
smart constructor.
DescribeLocationFsxWindowsResponse' | |
|
Instances
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.
describeLocationFsxWindowsResponse_httpStatus :: Lens' DescribeLocationFsxWindowsResponse Int Source #
The response's http status code.