Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FileSystemEndpoints

import type { FileSystemEndpoints } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

An Amazon FSx for NetApp ONTAP file system has the following endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

interface FileSystemEndpoints {
Intercluster?: FileSystemEndpoint | null;
Management?: FileSystemEndpoint | null;
}

§Properties

§
Intercluster?: FileSystemEndpoint | null
[src]

An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

§
Management?: FileSystemEndpoint | null
[src]

An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.