| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DataSync.DescribeLocationFsxWindows
Description
Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.
Synopsis
- data DescribeLocationFsxWindows = DescribeLocationFsxWindows' {
- locationArn :: Text
- newDescribeLocationFsxWindows :: Text -> DescribeLocationFsxWindows
- describeLocationFsxWindows_locationArn :: Lens' DescribeLocationFsxWindows Text
- data DescribeLocationFsxWindowsResponse = DescribeLocationFsxWindowsResponse' {
- creationTime :: Maybe POSIX
- domain :: Maybe Text
- locationArn :: Maybe Text
- locationUri :: Maybe Text
- securityGroupArns :: Maybe (NonEmpty Text)
- user :: Maybe Text
- httpStatus :: Int
- newDescribeLocationFsxWindowsResponse :: Int -> DescribeLocationFsxWindowsResponse
- describeLocationFsxWindowsResponse_creationTime :: Lens' DescribeLocationFsxWindowsResponse (Maybe UTCTime)
- describeLocationFsxWindowsResponse_domain :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text)
- describeLocationFsxWindowsResponse_locationArn :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text)
- describeLocationFsxWindowsResponse_locationUri :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text)
- describeLocationFsxWindowsResponse_securityGroupArns :: Lens' DescribeLocationFsxWindowsResponse (Maybe (NonEmpty Text))
- describeLocationFsxWindowsResponse_user :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text)
- describeLocationFsxWindowsResponse_httpStatus :: Lens' DescribeLocationFsxWindowsResponse Int
Creating a Request
data DescribeLocationFsxWindows Source #
See: newDescribeLocationFsxWindows smart constructor.
Constructors
| DescribeLocationFsxWindows' | |
Fields
| |
Instances
newDescribeLocationFsxWindows Source #
Arguments
| :: Text | |
| -> DescribeLocationFsxWindows |
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:
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.
Constructors
| DescribeLocationFsxWindowsResponse' | |
Fields
| |
Instances
newDescribeLocationFsxWindowsResponse Source #
Arguments
| :: Int | |
| -> DescribeLocationFsxWindowsResponse |
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.
DescribeLocationFsxWindowsResponse, describeLocationFsxWindowsResponse_domain - The name of the Windows domain that the FSx for Windows File Server
belongs to.
DescribeLocationFsxWindows, describeLocationFsxWindowsResponse_locationArn - The Amazon Resource Name (ARN) of the FSx for Windows File Server
location that was described.
DescribeLocationFsxWindowsResponse, describeLocationFsxWindowsResponse_locationUri - The URL of the FSx for Windows File Server location that was described.
DescribeLocationFsxWindowsResponse, describeLocationFsxWindowsResponse_securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are
configured for the FSx for Windows File Server file system.
DescribeLocationFsxWindowsResponse, describeLocationFsxWindowsResponse_user - The user who has the permissions to access files and folders in the FSx
for Windows File Server file system.
$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_domain :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text) Source #
The name of the Windows domain that the FSx for Windows File Server belongs to.
describeLocationFsxWindowsResponse_locationArn :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
describeLocationFsxWindowsResponse_locationUri :: Lens' DescribeLocationFsxWindowsResponse (Maybe Text) Source #
The URL of the FSx for Windows File Server location that was described.
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_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_httpStatus :: Lens' DescribeLocationFsxWindowsResponse Int Source #
The response's http status code.