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.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
- data DescribeLocationFsxOntap = DescribeLocationFsxOntap' {
- locationArn :: Text
- newDescribeLocationFsxOntap :: Text -> DescribeLocationFsxOntap
- describeLocationFsxOntap_locationArn :: Lens' DescribeLocationFsxOntap Text
- data DescribeLocationFsxOntapResponse = DescribeLocationFsxOntapResponse' {}
- newDescribeLocationFsxOntapResponse :: Int -> DescribeLocationFsxOntapResponse
- describeLocationFsxOntapResponse_creationTime :: Lens' DescribeLocationFsxOntapResponse (Maybe UTCTime)
- describeLocationFsxOntapResponse_fsxFilesystemArn :: Lens' DescribeLocationFsxOntapResponse (Maybe Text)
- describeLocationFsxOntapResponse_locationArn :: Lens' DescribeLocationFsxOntapResponse (Maybe Text)
- describeLocationFsxOntapResponse_locationUri :: Lens' DescribeLocationFsxOntapResponse (Maybe Text)
- describeLocationFsxOntapResponse_protocol :: Lens' DescribeLocationFsxOntapResponse (Maybe FsxProtocol)
- describeLocationFsxOntapResponse_securityGroupArns :: Lens' DescribeLocationFsxOntapResponse (Maybe (NonEmpty Text))
- describeLocationFsxOntapResponse_storageVirtualMachineArn :: Lens' DescribeLocationFsxOntapResponse (Maybe Text)
- describeLocationFsxOntapResponse_httpStatus :: Lens' DescribeLocationFsxOntapResponse Int
Creating a Request
data DescribeLocationFsxOntap Source #
See: newDescribeLocationFsxOntap
smart constructor.
Constructors
DescribeLocationFsxOntap' | |
Fields
|
Instances
newDescribeLocationFsxOntap Source #
Arguments
:: Text | |
-> DescribeLocationFsxOntap |
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
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_creationTime :: Lens' DescribeLocationFsxOntapResponse (Maybe UTCTime) Source #
The time that the location was created.
describeLocationFsxOntapResponse_fsxFilesystemArn :: Lens' DescribeLocationFsxOntapResponse (Maybe Text) Source #
The ARN of the FSx for ONTAP file system.
describeLocationFsxOntapResponse_locationArn :: Lens' DescribeLocationFsxOntapResponse (Maybe Text) Source #
The ARN of the FSx for ONTAP file system location.
describeLocationFsxOntapResponse_locationUri :: Lens' DescribeLocationFsxOntapResponse (Maybe Text) Source #
The uniform resource identifier (URI) of the FSx for ONTAP file system location.
describeLocationFsxOntapResponse_protocol :: Lens' DescribeLocationFsxOntapResponse (Maybe FsxProtocol) Source #
Undocumented member.
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.
describeLocationFsxOntapResponse_httpStatus :: Lens' DescribeLocationFsxOntapResponse Int Source #
The response's http status code.