UNPKG

80.1 kBTypeScriptView Raw
1import {Request} from '../lib/request';
2import {Response} from '../lib/response';
3import {AWSError} from '../lib/error';
4import {Service} from '../lib/service';
5import {ServiceConfigurationOptions} from '../lib/service';
6import {ConfigBase as Config} from '../lib/config';
7interface Blob {}
8declare class FSx extends Service {
9 /**
10 * Constructs a service object. This object has one method for each API operation.
11 */
12 constructor(options?: FSx.Types.ClientConfiguration)
13 config: Config & FSx.Types.ClientConfiguration;
14 /**
15 * Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the PENDING or EXECUTING state. When you cancel a task, Amazon FSx does the following. Any files that FSx has already exported are not reverted. FSx continues to export any files that are "in-flight" when the cancel operation is received. FSx does not export any files that have not yet been exported.
16 */
17 cancelDataRepositoryTask(params: FSx.Types.CancelDataRepositoryTaskRequest, callback?: (err: AWSError, data: FSx.Types.CancelDataRepositoryTaskResponse) => void): Request<FSx.Types.CancelDataRepositoryTaskResponse, AWSError>;
18 /**
19 * Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the PENDING or EXECUTING state. When you cancel a task, Amazon FSx does the following. Any files that FSx has already exported are not reverted. FSx continues to export any files that are "in-flight" when the cancel operation is received. FSx does not export any files that have not yet been exported.
20 */
21 cancelDataRepositoryTask(callback?: (err: AWSError, data: FSx.Types.CancelDataRepositoryTaskResponse) => void): Request<FSx.Types.CancelDataRepositoryTaskResponse, AWSError>;
22 /**
23 * Creates a backup of an existing Amazon FSx for Windows File Server file system. Creating regular backups for your file system is a best practice that complements the replication that Amazon FSx for Windows File Server performs for your file system. It also enables you to restore from user modification of data. If a backup with the specified client request token exists, and the parameters match, this operation returns the description of the existing backup. If a backup specified client request token exists, and the parameters don't match, this operation returns IncompatibleParameterError. If a backup with the specified client request token doesn't exist, CreateBackup does the following: Creates a new Amazon FSx backup with an assigned ID, and an initial lifecycle state of CREATING. Returns the description of the backup. By using the idempotent operation, you can retry a CreateBackup operation without the risk of creating an extra backup. This approach can be useful when an initial call fails in a way that makes it unclear whether a backup was created. If you use the same client request token and the initial call created a backup, the operation returns a successful result because all the parameters are the same. The CreateFileSystem operation returns while the backup's lifecycle state is still CREATING. You can check the file system creation status by calling the DescribeBackups operation, which returns the backup state along with other information.
24 */
25 createBackup(params: FSx.Types.CreateBackupRequest, callback?: (err: AWSError, data: FSx.Types.CreateBackupResponse) => void): Request<FSx.Types.CreateBackupResponse, AWSError>;
26 /**
27 * Creates a backup of an existing Amazon FSx for Windows File Server file system. Creating regular backups for your file system is a best practice that complements the replication that Amazon FSx for Windows File Server performs for your file system. It also enables you to restore from user modification of data. If a backup with the specified client request token exists, and the parameters match, this operation returns the description of the existing backup. If a backup specified client request token exists, and the parameters don't match, this operation returns IncompatibleParameterError. If a backup with the specified client request token doesn't exist, CreateBackup does the following: Creates a new Amazon FSx backup with an assigned ID, and an initial lifecycle state of CREATING. Returns the description of the backup. By using the idempotent operation, you can retry a CreateBackup operation without the risk of creating an extra backup. This approach can be useful when an initial call fails in a way that makes it unclear whether a backup was created. If you use the same client request token and the initial call created a backup, the operation returns a successful result because all the parameters are the same. The CreateFileSystem operation returns while the backup's lifecycle state is still CREATING. You can check the file system creation status by calling the DescribeBackups operation, which returns the backup state along with other information.
28 */
29 createBackup(callback?: (err: AWSError, data: FSx.Types.CreateBackupResponse) => void): Request<FSx.Types.CreateBackupResponse, AWSError>;
30 /**
31 * Creates an Amazon FSx for Lustre data repository task. You use data repository tasks to perform bulk operations between your Amazon FSx file system and its linked data repository. An example of a data repository task is exporting any data and metadata changes, including POSIX metadata, to files, directories, and symbolic links (symlinks) from your FSx file system to its linked data repository. A CreateDataRepositoryTask operation will fail if a data repository is not linked to the FSx file system. To learn more about data repository tasks, see Using Data Repository Tasks. To learn more about linking a data repository to your file system, see Setting the Export Prefix.
32 */
33 createDataRepositoryTask(params: FSx.Types.CreateDataRepositoryTaskRequest, callback?: (err: AWSError, data: FSx.Types.CreateDataRepositoryTaskResponse) => void): Request<FSx.Types.CreateDataRepositoryTaskResponse, AWSError>;
34 /**
35 * Creates an Amazon FSx for Lustre data repository task. You use data repository tasks to perform bulk operations between your Amazon FSx file system and its linked data repository. An example of a data repository task is exporting any data and metadata changes, including POSIX metadata, to files, directories, and symbolic links (symlinks) from your FSx file system to its linked data repository. A CreateDataRepositoryTask operation will fail if a data repository is not linked to the FSx file system. To learn more about data repository tasks, see Using Data Repository Tasks. To learn more about linking a data repository to your file system, see Setting the Export Prefix.
36 */
37 createDataRepositoryTask(callback?: (err: AWSError, data: FSx.Types.CreateDataRepositoryTaskResponse) => void): Request<FSx.Types.CreateDataRepositoryTaskResponse, AWSError>;
38 /**
39 * Creates a new, empty Amazon FSx file system. If a file system with the specified client request token exists and the parameters match, CreateFileSystem returns the description of the existing file system. If a file system specified client request token exists and the parameters don't match, this call returns IncompatibleParameterError. If a file system with the specified client request token doesn't exist, CreateFileSystem does the following: Creates a new, empty Amazon FSx file system with an assigned ID, and an initial lifecycle state of CREATING. Returns the description of the file system. This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a CreateFileSystem operation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives success as long as the parameters are the same. The CreateFileSystem call returns while the file system's lifecycle state is still CREATING. You can check the file-system creation status by calling the DescribeFileSystems operation, which returns the file system state along with other information.
40 */
41 createFileSystem(params: FSx.Types.CreateFileSystemRequest, callback?: (err: AWSError, data: FSx.Types.CreateFileSystemResponse) => void): Request<FSx.Types.CreateFileSystemResponse, AWSError>;
42 /**
43 * Creates a new, empty Amazon FSx file system. If a file system with the specified client request token exists and the parameters match, CreateFileSystem returns the description of the existing file system. If a file system specified client request token exists and the parameters don't match, this call returns IncompatibleParameterError. If a file system with the specified client request token doesn't exist, CreateFileSystem does the following: Creates a new, empty Amazon FSx file system with an assigned ID, and an initial lifecycle state of CREATING. Returns the description of the file system. This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a CreateFileSystem operation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives success as long as the parameters are the same. The CreateFileSystem call returns while the file system's lifecycle state is still CREATING. You can check the file-system creation status by calling the DescribeFileSystems operation, which returns the file system state along with other information.
44 */
45 createFileSystem(callback?: (err: AWSError, data: FSx.Types.CreateFileSystemResponse) => void): Request<FSx.Types.CreateFileSystemResponse, AWSError>;
46 /**
47 * Creates a new Amazon FSx file system from an existing Amazon FSx for Windows File Server backup. If a file system with the specified client request token exists and the parameters match, this operation returns the description of the file system. If a client request token specified by the file system exists and the parameters don't match, this call returns IncompatibleParameterError. If a file system with the specified client request token doesn't exist, this operation does the following: Creates a new Amazon FSx file system from backup with an assigned ID, and an initial lifecycle state of CREATING. Returns the description of the file system. Parameters like Active Directory, default share name, automatic backup, and backup settings default to the parameters of the file system that was backed up, unless overridden. You can explicitly supply other settings. By using the idempotent operation, you can retry a CreateFileSystemFromBackup call without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives success as long as the parameters are the same. The CreateFileSystemFromBackup call returns while the file system's lifecycle state is still CREATING. You can check the file-system creation status by calling the DescribeFileSystems operation, which returns the file system state along with other information.
48 */
49 createFileSystemFromBackup(params: FSx.Types.CreateFileSystemFromBackupRequest, callback?: (err: AWSError, data: FSx.Types.CreateFileSystemFromBackupResponse) => void): Request<FSx.Types.CreateFileSystemFromBackupResponse, AWSError>;
50 /**
51 * Creates a new Amazon FSx file system from an existing Amazon FSx for Windows File Server backup. If a file system with the specified client request token exists and the parameters match, this operation returns the description of the file system. If a client request token specified by the file system exists and the parameters don't match, this call returns IncompatibleParameterError. If a file system with the specified client request token doesn't exist, this operation does the following: Creates a new Amazon FSx file system from backup with an assigned ID, and an initial lifecycle state of CREATING. Returns the description of the file system. Parameters like Active Directory, default share name, automatic backup, and backup settings default to the parameters of the file system that was backed up, unless overridden. You can explicitly supply other settings. By using the idempotent operation, you can retry a CreateFileSystemFromBackup call without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives success as long as the parameters are the same. The CreateFileSystemFromBackup call returns while the file system's lifecycle state is still CREATING. You can check the file-system creation status by calling the DescribeFileSystems operation, which returns the file system state along with other information.
52 */
53 createFileSystemFromBackup(callback?: (err: AWSError, data: FSx.Types.CreateFileSystemFromBackupResponse) => void): Request<FSx.Types.CreateFileSystemFromBackupResponse, AWSError>;
54 /**
55 * Deletes an Amazon FSx for Windows File Server backup, deleting its contents. After deletion, the backup no longer exists, and its data is gone. The DeleteBackup call returns instantly. The backup will not show up in later DescribeBackups calls. The data in a deleted backup is also deleted and can't be recovered by any means.
56 */
57 deleteBackup(params: FSx.Types.DeleteBackupRequest, callback?: (err: AWSError, data: FSx.Types.DeleteBackupResponse) => void): Request<FSx.Types.DeleteBackupResponse, AWSError>;
58 /**
59 * Deletes an Amazon FSx for Windows File Server backup, deleting its contents. After deletion, the backup no longer exists, and its data is gone. The DeleteBackup call returns instantly. The backup will not show up in later DescribeBackups calls. The data in a deleted backup is also deleted and can't be recovered by any means.
60 */
61 deleteBackup(callback?: (err: AWSError, data: FSx.Types.DeleteBackupResponse) => void): Request<FSx.Types.DeleteBackupResponse, AWSError>;
62 /**
63 * Deletes a file system, deleting its contents. After deletion, the file system no longer exists, and its data is gone. Any existing automatic backups will also be deleted. By default, when you delete an Amazon FSx for Windows File Server file system, a final backup is created upon deletion. This final backup is not subject to the file system's retention policy, and must be manually deleted. The DeleteFileSystem action returns while the file system has the DELETING status. You can check the file system deletion status by calling the DescribeFileSystems action, which returns a list of file systems in your account. If you pass the file system ID for a deleted file system, the DescribeFileSystems returns a FileSystemNotFound error. Deleting an Amazon FSx for Lustre file system will fail with a 400 BadRequest if a data repository task is in a PENDING or EXECUTING state. The data in a deleted file system is also deleted and can't be recovered by any means.
64 */
65 deleteFileSystem(params: FSx.Types.DeleteFileSystemRequest, callback?: (err: AWSError, data: FSx.Types.DeleteFileSystemResponse) => void): Request<FSx.Types.DeleteFileSystemResponse, AWSError>;
66 /**
67 * Deletes a file system, deleting its contents. After deletion, the file system no longer exists, and its data is gone. Any existing automatic backups will also be deleted. By default, when you delete an Amazon FSx for Windows File Server file system, a final backup is created upon deletion. This final backup is not subject to the file system's retention policy, and must be manually deleted. The DeleteFileSystem action returns while the file system has the DELETING status. You can check the file system deletion status by calling the DescribeFileSystems action, which returns a list of file systems in your account. If you pass the file system ID for a deleted file system, the DescribeFileSystems returns a FileSystemNotFound error. Deleting an Amazon FSx for Lustre file system will fail with a 400 BadRequest if a data repository task is in a PENDING or EXECUTING state. The data in a deleted file system is also deleted and can't be recovered by any means.
68 */
69 deleteFileSystem(callback?: (err: AWSError, data: FSx.Types.DeleteFileSystemResponse) => void): Request<FSx.Types.DeleteFileSystemResponse, AWSError>;
70 /**
71 * Returns the description of specific Amazon FSx for Windows File Server backups, if a BackupIds value is provided for that backup. Otherwise, it returns all backups owned by your AWS account in the AWS Region of the endpoint that you're calling. When retrieving all backups, you can optionally specify the MaxResults parameter to limit the number of backups in a response. If more backups remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response. This action is used in an iterative process to retrieve a list of your backups. DescribeBackups is called first without a NextTokenvalue. Then the action continues to be called with the NextToken parameter set to the value of the last NextToken value until a response has no NextToken. When using this action, keep the following in mind: The implementation might return fewer than MaxResults file system descriptions while still including a NextToken value. The order of backups returned in the response of one DescribeBackups call and the order of backups returned across the responses of a multi-call iteration is unspecified.
72 */
73 describeBackups(params: FSx.Types.DescribeBackupsRequest, callback?: (err: AWSError, data: FSx.Types.DescribeBackupsResponse) => void): Request<FSx.Types.DescribeBackupsResponse, AWSError>;
74 /**
75 * Returns the description of specific Amazon FSx for Windows File Server backups, if a BackupIds value is provided for that backup. Otherwise, it returns all backups owned by your AWS account in the AWS Region of the endpoint that you're calling. When retrieving all backups, you can optionally specify the MaxResults parameter to limit the number of backups in a response. If more backups remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response. This action is used in an iterative process to retrieve a list of your backups. DescribeBackups is called first without a NextTokenvalue. Then the action continues to be called with the NextToken parameter set to the value of the last NextToken value until a response has no NextToken. When using this action, keep the following in mind: The implementation might return fewer than MaxResults file system descriptions while still including a NextToken value. The order of backups returned in the response of one DescribeBackups call and the order of backups returned across the responses of a multi-call iteration is unspecified.
76 */
77 describeBackups(callback?: (err: AWSError, data: FSx.Types.DescribeBackupsResponse) => void): Request<FSx.Types.DescribeBackupsResponse, AWSError>;
78 /**
79 * Returns the description of specific Amazon FSx for Lustre data repository tasks, if one or more TaskIds values are provided in the request, or if filters are used in the request. You can use filters to narrow the response to include just tasks for specific file systems, or tasks in a specific lifecycle state. Otherwise, it returns all data repository tasks owned by your AWS account in the AWS Region of the endpoint that you're calling. When retrieving all tasks, you can paginate the response by using the optional MaxResults parameter to limit the number of tasks returned in a response. If more tasks remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.
80 */
81 describeDataRepositoryTasks(params: FSx.Types.DescribeDataRepositoryTasksRequest, callback?: (err: AWSError, data: FSx.Types.DescribeDataRepositoryTasksResponse) => void): Request<FSx.Types.DescribeDataRepositoryTasksResponse, AWSError>;
82 /**
83 * Returns the description of specific Amazon FSx for Lustre data repository tasks, if one or more TaskIds values are provided in the request, or if filters are used in the request. You can use filters to narrow the response to include just tasks for specific file systems, or tasks in a specific lifecycle state. Otherwise, it returns all data repository tasks owned by your AWS account in the AWS Region of the endpoint that you're calling. When retrieving all tasks, you can paginate the response by using the optional MaxResults parameter to limit the number of tasks returned in a response. If more tasks remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.
84 */
85 describeDataRepositoryTasks(callback?: (err: AWSError, data: FSx.Types.DescribeDataRepositoryTasksResponse) => void): Request<FSx.Types.DescribeDataRepositoryTasksResponse, AWSError>;
86 /**
87 * Returns the description of specific Amazon FSx file systems, if a FileSystemIds value is provided for that file system. Otherwise, it returns descriptions of all file systems owned by your AWS account in the AWS Region of the endpoint that you're calling. When retrieving all file system descriptions, you can optionally specify the MaxResults parameter to limit the number of descriptions in a response. If more file system descriptions remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response. This action is used in an iterative process to retrieve a list of your file system descriptions. DescribeFileSystems is called first without a NextTokenvalue. Then the action continues to be called with the NextToken parameter set to the value of the last NextToken value until a response has no NextToken. When using this action, keep the following in mind: The implementation might return fewer than MaxResults file system descriptions while still including a NextToken value. The order of file systems returned in the response of one DescribeFileSystems call and the order of file systems returned across the responses of a multicall iteration is unspecified.
88 */
89 describeFileSystems(params: FSx.Types.DescribeFileSystemsRequest, callback?: (err: AWSError, data: FSx.Types.DescribeFileSystemsResponse) => void): Request<FSx.Types.DescribeFileSystemsResponse, AWSError>;
90 /**
91 * Returns the description of specific Amazon FSx file systems, if a FileSystemIds value is provided for that file system. Otherwise, it returns descriptions of all file systems owned by your AWS account in the AWS Region of the endpoint that you're calling. When retrieving all file system descriptions, you can optionally specify the MaxResults parameter to limit the number of descriptions in a response. If more file system descriptions remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response. This action is used in an iterative process to retrieve a list of your file system descriptions. DescribeFileSystems is called first without a NextTokenvalue. Then the action continues to be called with the NextToken parameter set to the value of the last NextToken value until a response has no NextToken. When using this action, keep the following in mind: The implementation might return fewer than MaxResults file system descriptions while still including a NextToken value. The order of file systems returned in the response of one DescribeFileSystems call and the order of file systems returned across the responses of a multicall iteration is unspecified.
92 */
93 describeFileSystems(callback?: (err: AWSError, data: FSx.Types.DescribeFileSystemsResponse) => void): Request<FSx.Types.DescribeFileSystemsResponse, AWSError>;
94 /**
95 * Lists tags for an Amazon FSx file systems and backups in the case of Amazon FSx for Windows File Server. When retrieving all tags, you can optionally specify the MaxResults parameter to limit the number of tags in a response. If more tags remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response. This action is used in an iterative process to retrieve a list of your tags. ListTagsForResource is called first without a NextTokenvalue. Then the action continues to be called with the NextToken parameter set to the value of the last NextToken value until a response has no NextToken. When using this action, keep the following in mind: The implementation might return fewer than MaxResults file system descriptions while still including a NextToken value. The order of tags returned in the response of one ListTagsForResource call and the order of tags returned across the responses of a multi-call iteration is unspecified.
96 */
97 listTagsForResource(params: FSx.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: FSx.Types.ListTagsForResourceResponse) => void): Request<FSx.Types.ListTagsForResourceResponse, AWSError>;
98 /**
99 * Lists tags for an Amazon FSx file systems and backups in the case of Amazon FSx for Windows File Server. When retrieving all tags, you can optionally specify the MaxResults parameter to limit the number of tags in a response. If more tags remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response. This action is used in an iterative process to retrieve a list of your tags. ListTagsForResource is called first without a NextTokenvalue. Then the action continues to be called with the NextToken parameter set to the value of the last NextToken value until a response has no NextToken. When using this action, keep the following in mind: The implementation might return fewer than MaxResults file system descriptions while still including a NextToken value. The order of tags returned in the response of one ListTagsForResource call and the order of tags returned across the responses of a multi-call iteration is unspecified.
100 */
101 listTagsForResource(callback?: (err: AWSError, data: FSx.Types.ListTagsForResourceResponse) => void): Request<FSx.Types.ListTagsForResourceResponse, AWSError>;
102 /**
103 * Tags an Amazon FSx resource.
104 */
105 tagResource(params: FSx.Types.TagResourceRequest, callback?: (err: AWSError, data: FSx.Types.TagResourceResponse) => void): Request<FSx.Types.TagResourceResponse, AWSError>;
106 /**
107 * Tags an Amazon FSx resource.
108 */
109 tagResource(callback?: (err: AWSError, data: FSx.Types.TagResourceResponse) => void): Request<FSx.Types.TagResourceResponse, AWSError>;
110 /**
111 * This action removes a tag from an Amazon FSx resource.
112 */
113 untagResource(params: FSx.Types.UntagResourceRequest, callback?: (err: AWSError, data: FSx.Types.UntagResourceResponse) => void): Request<FSx.Types.UntagResourceResponse, AWSError>;
114 /**
115 * This action removes a tag from an Amazon FSx resource.
116 */
117 untagResource(callback?: (err: AWSError, data: FSx.Types.UntagResourceResponse) => void): Request<FSx.Types.UntagResourceResponse, AWSError>;
118 /**
119 * Updates a file system configuration.
120 */
121 updateFileSystem(params: FSx.Types.UpdateFileSystemRequest, callback?: (err: AWSError, data: FSx.Types.UpdateFileSystemResponse) => void): Request<FSx.Types.UpdateFileSystemResponse, AWSError>;
122 /**
123 * Updates a file system configuration.
124 */
125 updateFileSystem(callback?: (err: AWSError, data: FSx.Types.UpdateFileSystemResponse) => void): Request<FSx.Types.UpdateFileSystemResponse, AWSError>;
126}
127declare namespace FSx {
128 export type AWSAccountId = string;
129 export interface ActiveDirectoryBackupAttributes {
130 /**
131 * The fully qualified domain name of the self-managed AD directory.
132 */
133 DomainName?: ActiveDirectoryFullyQualifiedName;
134 /**
135 * The ID of the AWS Managed Microsoft Active Directory instance to which the file system is joined.
136 */
137 ActiveDirectoryId?: DirectoryId;
138 }
139 export type ActiveDirectoryFullyQualifiedName = string;
140 export type ArchivePath = string;
141 export type AutomaticBackupRetentionDays = number;
142 export interface Backup {
143 /**
144 * The ID of the backup.
145 */
146 BackupId: BackupId;
147 /**
148 * The lifecycle status of the backup.
149 */
150 Lifecycle: BackupLifecycle;
151 /**
152 * Details explaining any failures that occur when creating a backup.
153 */
154 FailureDetails?: BackupFailureDetails;
155 /**
156 * The type of the backup.
157 */
158 Type: BackupType;
159 ProgressPercent?: ProgressPercent;
160 /**
161 * The time when a particular backup was created.
162 */
163 CreationTime: CreationTime;
164 /**
165 * The ID of the AWS Key Management Service (AWS KMS) key used to encrypt this backup of the Amazon FSx for Windows file system's data at rest. Amazon FSx for Lustre does not support KMS encryption.
166 */
167 KmsKeyId?: KmsKeyId;
168 /**
169 * The Amazon Resource Name (ARN) for the backup resource.
170 */
171 ResourceARN?: ResourceARN;
172 /**
173 * Tags associated with a particular file system.
174 */
175 Tags?: Tags;
176 /**
177 * Metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted.
178 */
179 FileSystem: FileSystem;
180 /**
181 * The configuration of the self-managed Microsoft Active Directory (AD) to which the Windows File Server instance is joined.
182 */
183 DirectoryInformation?: ActiveDirectoryBackupAttributes;
184 }
185 export interface BackupFailureDetails {
186 /**
187 * A message describing the backup creation failure.
188 */
189 Message?: ErrorMessage;
190 }
191 export type BackupId = string;
192 export type BackupIds = BackupId[];
193 export type BackupLifecycle = "AVAILABLE"|"CREATING"|"DELETED"|"FAILED"|string;
194 export type BackupType = "AUTOMATIC"|"USER_INITIATED"|string;
195 export type Backups = Backup[];
196 export interface CancelDataRepositoryTaskRequest {
197 /**
198 * Specifies the data repository task to cancel.
199 */
200 TaskId: TaskId;
201 }
202 export interface CancelDataRepositoryTaskResponse {
203 /**
204 * The lifecycle status of the data repository task, as follows: PENDING - Amazon FSx has not started the task. EXECUTING - Amazon FSx is processing the task. FAILED - Amazon FSx was not able to complete the task. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures. SUCCEEDED - FSx completed the task successfully. CANCELED - Amazon FSx canceled the task and it did not complete. CANCELING - FSx is in process of canceling the task.
205 */
206 Lifecycle?: DataRepositoryTaskLifecycle;
207 /**
208 * The ID of the task being canceled.
209 */
210 TaskId?: TaskId;
211 }
212 export type ClientRequestToken = string;
213 export interface CompletionReport {
214 /**
215 * Set Enabled to True to generate a CompletionReport when the task completes. If set to true, then you need to provide a report Scope, Path, and Format. Set Enabled to False if you do not want a CompletionReport generated when the task completes.
216 */
217 Enabled: Flag;
218 /**
219 * Required if Enabled is set to true. Specifies the location of the report on the file system's linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location. The Path you provide must be located within the file system’s ExportPath. An example Path value is "s3://myBucket/myExportPath/optionalPrefix". The report provides the following information for each file in the report: FilePath, FileStatus, and ErrorCode. To learn more about a file system's ExportPath, see .
220 */
221 Path?: ArchivePath;
222 /**
223 * Required if Enabled is set to true. Specifies the format of the CompletionReport. REPORT_CSV_20191124 is the only format currently supported. When Format is set to REPORT_CSV_20191124, the CompletionReport is provided in CSV format, and is delivered to {path}/task-{id}/failures.csv.
224 */
225 Format?: ReportFormat;
226 /**
227 * Required if Enabled is set to true. Specifies the scope of the CompletionReport; FAILED_FILES_ONLY is the only scope currently supported. When Scope is set to FAILED_FILES_ONLY, the CompletionReport only contains information about files that the data repository task failed to process.
228 */
229 Scope?: ReportScope;
230 }
231 export interface CreateBackupRequest {
232 /**
233 * The ID of the file system to back up.
234 */
235 FileSystemId: FileSystemId;
236 /**
237 * (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
238 */
239 ClientRequestToken?: ClientRequestToken;
240 /**
241 * The tags to apply to the backup at backup creation. The key value of the Name tag appears in the console as the backup name.
242 */
243 Tags?: Tags;
244 }
245 export interface CreateBackupResponse {
246 /**
247 * A description of the backup.
248 */
249 Backup?: Backup;
250 }
251 export interface CreateDataRepositoryTaskRequest {
252 /**
253 * Specifies the type of data repository task to create.
254 */
255 Type: DataRepositoryTaskType;
256 /**
257 * (Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed. The default path is the file system root directory. The paths you provide need to be relative to the mount point of the file system. If the mount point is /mnt/fsx and /mnt/fsx/path1 is a directory or file on the file system you want to export, then the path to provide is path1. If a path that you provide isn't valid, the task fails.
258 */
259 Paths?: DataRepositoryTaskPaths;
260 FileSystemId: FileSystemId;
261 /**
262 * Defines whether or not Amazon FSx provides a CompletionReport once the task has completed. A CompletionReport provides a detailed report on the files that Amazon FSx processed that meet the criteria specified by the Scope parameter. For more information, see Working with Task Completion Reports.
263 */
264 Report: CompletionReport;
265 ClientRequestToken?: ClientRequestToken;
266 Tags?: Tags;
267 }
268 export interface CreateDataRepositoryTaskResponse {
269 /**
270 * The description of the data repository task that you just created.
271 */
272 DataRepositoryTask?: DataRepositoryTask;
273 }
274 export interface CreateFileSystemFromBackupRequest {
275 BackupId: BackupId;
276 /**
277 * (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
278 */
279 ClientRequestToken?: ClientRequestToken;
280 /**
281 * Specifies the IDs of the subnets that the file system will be accessible from. For Windows MULTI_AZ_1 file system deployment types, provide exactly two subnet IDs, one for the preferred file server and one for the standby file server. You specify one of these subnets as the preferred subnet using the WindowsConfiguration &gt; PreferredSubnetID property. For Windows SINGLE_AZ_1 and SINGLE_AZ_2 deployment types and Lustre file systems, provide exactly one subnet ID. The file server is launched in that subnet's Availability Zone.
282 */
283 SubnetIds: SubnetIds;
284 /**
285 * A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups apply to all network interfaces. This value isn't returned in later DescribeFileSystem requests.
286 */
287 SecurityGroupIds?: SecurityGroupIds;
288 /**
289 * The tags to be applied to the file system at file system creation. The key value of the Name tag appears in the console as the file system name.
290 */
291 Tags?: Tags;
292 /**
293 * The configuration for this Microsoft Windows file system.
294 */
295 WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
296 /**
297 * Sets the storage type for the Windows file system you're creating from a backup. Valid values are SSD and HDD. Set to SSD to use solid state drive storage. Supported on all Windows deployment types. Set to HDD to use hard disk drive storage. Supported on SINGLE_AZ_2 and MULTI_AZ_1 Windows file system deployment types. Default value is SSD. HDD and SSD storage types have different minimum storage capacity requirements. A restored file system's storage capacity is tied to the file system that was backed up. You can create a file system that uses HDD storage from a backup of a file system that used SSD storage only if the original SSD file system had a storage capacity of at least 2000 GiB.
298 */
299 StorageType?: StorageType;
300 }
301 export interface CreateFileSystemFromBackupResponse {
302 /**
303 * A description of the file system.
304 */
305 FileSystem?: FileSystem;
306 }
307 export interface CreateFileSystemLustreConfiguration {
308 /**
309 * The preferred time to perform weekly maintenance, in the UTC time zone.
310 */
311 WeeklyMaintenanceStartTime?: WeeklyTime;
312 /**
313 * (Optional) The path to the Amazon S3 bucket (including the optional prefix) that you're using as the data repository for your Amazon FSx for Lustre file system. The root of your FSx for Lustre file system will be mapped to the root of the Amazon S3 bucket you select. An example is s3://import-bucket/optional-prefix. If you specify a prefix after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.
314 */
315 ImportPath?: ArchivePath;
316 /**
317 * (Optional) The path in Amazon S3 where the root of your Amazon FSx file system is exported. The path must use the same Amazon S3 bucket as specified in ImportPath. You can provide an optional prefix to which new and changed data is to be exported from your Amazon FSx for Lustre file system. If an ExportPath value is not provided, Amazon FSx sets a default export path, s3://import-bucket/FSxLustre[creation-timestamp]. The timestamp is in UTC format, for example s3://import-bucket/FSxLustre20181105T222312Z. The Amazon S3 export bucket must be the same as the import bucket specified by ImportPath. If you only specify a bucket name, such as s3://import-bucket, you get a 1:1 mapping of file system objects to S3 bucket objects. This mapping means that the input data in S3 is overwritten on export. If you provide a custom prefix in the export path, such as s3://import-bucket/[custom-optional-prefix], Amazon FSx exports the contents of your file system to that export prefix in the Amazon S3 bucket.
318 */
319 ExportPath?: ArchivePath;
320 /**
321 * (Optional) For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system. The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
322 */
323 ImportedFileChunkSize?: Megabytes;
324 /**
325 * (Optional) Choose SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1. Choose PERSISTENT_1 deployment type for longer-term storage and workloads and encryption of data in transit. To learn more about deployment types, see FSx for Lustre Deployment Options. Encryption of data in-transit is automatically enabled when you access a SCRATCH_2 or PERSISTENT_1 file system from Amazon EC2 instances that support this feature. (Default = SCRATCH_1) Encryption of data in-transit for SCRATCH_2 and PERSISTENT_1 deployment types is supported when accessed from supported instance types in supported AWS Regions. To learn more, Encrypting Data in Transit.
326 */
327 DeploymentType?: LustreDeploymentType;
328 /**
329 * Required for the PERSISTENT_1 deployment type, describes the amount of read and write throughput for each 1 tebibyte of storage, in MB/s/TiB. File system throughput capacity is calculated by multiplying file system storage capacity (TiB) by the PerUnitStorageThroughput (MB/s/TiB). For a 2.4 TiB file system, provisioning 50 MB/s/TiB of PerUnitStorageThroughput yields 117 MB/s of file system throughput. You pay for the amount of throughput that you provision. Valid values are 50, 100, 200.
330 */
331 PerUnitStorageThroughput?: PerUnitStorageThroughput;
332 }
333 export interface CreateFileSystemRequest {
334 /**
335 * (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
336 */
337 ClientRequestToken?: ClientRequestToken;
338 /**
339 * The type of Amazon FSx file system to create, either WINDOWS or LUSTRE.
340 */
341 FileSystemType: FileSystemType;
342 /**
343 * Sets the storage capacity of the file system that you're creating. For Lustre file systems: For SCRATCH_2 and PERSISTENT_1 deployment types, valid values are 1.2, 2.4, and increments of 2.4 TiB. For SCRATCH_1 deployment type, valid values are 1.2, 2.4, and increments of 3.6 TiB. For Windows file systems: If StorageType=SSD, valid values are 32 GiB - 65,536 GiB (64 TiB). If StorageType=HDD, valid values are 2000 GiB - 65,536 GiB (64 TiB).
344 */
345 StorageCapacity: StorageCapacity;
346 /**
347 * Sets the storage type for the Amazon FSx for Windows file system you're creating. Valid values are SSD and HDD. Set to SSD to use solid state drive storage. SSD is supported on all Windows deployment types. Set to HDD to use hard disk drive storage. HDD is supported on SINGLE_AZ_2 and MULTI_AZ_1 Windows file system deployment types. Default value is SSD. For more information, see Storage Type Options in the Amazon FSx for Windows User Guide.
348 */
349 StorageType?: StorageType;
350 /**
351 * Specifies the IDs of the subnets that the file system will be accessible from. For Windows MULTI_AZ_1 file system deployment types, provide exactly two subnet IDs, one for the preferred file server and one for the standby file server. You specify one of these subnets as the preferred subnet using the WindowsConfiguration &gt; PreferredSubnetID property. For Windows SINGLE_AZ_1 and SINGLE_AZ_2 file system deployment types and Lustre file systems, provide exactly one subnet ID. The file server is launched in that subnet's Availability Zone.
352 */
353 SubnetIds: SubnetIds;
354 /**
355 * A list of IDs specifying the security groups to apply to all network interfaces created for file system access. This list isn't returned in later requests to describe the file system.
356 */
357 SecurityGroupIds?: SecurityGroupIds;
358 /**
359 * The tags to apply to the file system being created. The key value of the Name tag appears in the console as the file system name.
360 */
361 Tags?: Tags;
362 KmsKeyId?: KmsKeyId;
363 /**
364 * The Microsoft Windows configuration for the file system being created.
365 */
366 WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
367 LustreConfiguration?: CreateFileSystemLustreConfiguration;
368 }
369 export interface CreateFileSystemResponse {
370 /**
371 * The configuration of the file system that was created.
372 */
373 FileSystem?: FileSystem;
374 }
375 export interface CreateFileSystemWindowsConfiguration {
376 /**
377 * The ID for an existing AWS Managed Microsoft Active Directory (AD) instance that the file system should join when it's created.
378 */
379 ActiveDirectoryId?: DirectoryId;
380 SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
381 /**
382 * Specifies the file system deployment type, valid values are the following: MULTI_AZ_1 - Deploys a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. You can only deploy a Multi-AZ file system in AWS Regions that have a minimum of three Availability Zones. Also supports HDD storage type SINGLE_AZ_1 - (Default) Choose to deploy a file system that is configured for single AZ redundancy. SINGLE_AZ_2 - The latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports HDD storage type. For more information, see Availability and Durability: Single-AZ and Multi-AZ File Systems.
383 */
384 DeploymentType?: WindowsDeploymentType;
385 /**
386 * Required when DeploymentType is set to MULTI_AZ_1. This specifies the subnet in which you want the preferred file server to be located. For in-AWS applications, we recommend that you launch your clients in the same Availability Zone (AZ) as your preferred file server to reduce cross-AZ data transfer costs and minimize latency.
387 */
388 PreferredSubnetId?: SubnetId;
389 /**
390 * The throughput of an Amazon FSx file system, measured in megabytes per second, in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).
391 */
392 ThroughputCapacity: MegabytesPerSecond;
393 /**
394 * The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
395 */
396 WeeklyMaintenanceStartTime?: WeeklyTime;
397 /**
398 * The preferred time to take daily automatic backups, formatted HH:MM in the UTC time zone.
399 */
400 DailyAutomaticBackupStartTime?: DailyTime;
401 /**
402 * The number of days to retain automatic backups. The default is to retain backups for 7 days. Setting this value to 0 disables the creation of automatic backups. The maximum retention period for backups is 35 days.
403 */
404 AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
405 /**
406 * A boolean flag indicating whether tags for the file system should be copied to backups. This value defaults to false. If it's set to true, all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.
407 */
408 CopyTagsToBackups?: Flag;
409 }
410 export type CreationTime = Date;
411 export type DNSName = string;
412 export type DailyTime = string;
413 export interface DataRepositoryConfiguration {
414 /**
415 * The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix. If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.
416 */
417 ImportPath?: ArchivePath;
418 /**
419 * The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.
420 */
421 ExportPath?: ArchivePath;
422 /**
423 * For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system. The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
424 */
425 ImportedFileChunkSize?: Megabytes;
426 }
427 export interface DataRepositoryTask {
428 /**
429 * The system-generated, unique 17-digit ID of the data repository task.
430 */
431 TaskId: TaskId;
432 /**
433 * The lifecycle status of the data repository task, as follows: PENDING - Amazon FSx has not started the task. EXECUTING - Amazon FSx is processing the task. FAILED - Amazon FSx was not able to complete the task. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures. SUCCEEDED - FSx completed the task successfully. CANCELED - Amazon FSx canceled the task and it did not complete. CANCELING - FSx is in process of canceling the task. You cannot delete an FSx for Lustre file system if there are data repository tasks for the file system in the PENDING or EXECUTING states. Please retry when the data repository task is finished (with a status of CANCELED, SUCCEEDED, or FAILED). You can use the DescribeDataRepositoryTask action to monitor the task status. Contact the FSx team if you need to delete your file system immediately.
434 */
435 Lifecycle: DataRepositoryTaskLifecycle;
436 /**
437 * The type of data repository task; EXPORT_TO_REPOSITORY is the only type currently supported.
438 */
439 Type: DataRepositoryTaskType;
440 CreationTime: CreationTime;
441 /**
442 * The time that Amazon FSx began processing the task.
443 */
444 StartTime?: StartTime;
445 /**
446 * The time that Amazon FSx completed processing the task, populated after the task is complete.
447 */
448 EndTime?: EndTime;
449 ResourceARN?: ResourceARN;
450 Tags?: Tags;
451 FileSystemId: FileSystemId;
452 /**
453 * An array of paths on the Amazon FSx for Lustre file system that specify the data for the data repository task to process. For example, in an EXPORT_TO_REPOSITORY task, the paths specify which data to export to the linked data repository. (Default) If Paths is not specified, Amazon FSx uses the file system root directory.
454 */
455 Paths?: DataRepositoryTaskPaths;
456 /**
457 * Failure message describing why the task failed, it is populated only when Lifecycle is set to FAILED.
458 */
459 FailureDetails?: DataRepositoryTaskFailureDetails;
460 /**
461 * Provides the status of the number of files that the task has processed successfully and failed to process.
462 */
463 Status?: DataRepositoryTaskStatus;
464 Report?: CompletionReport;
465 }
466 export interface DataRepositoryTaskFailureDetails {
467 Message?: ErrorMessage;
468 }
469 export interface DataRepositoryTaskFilter {
470 /**
471 * Name of the task property to use in filtering the tasks returned in the response. Use file-system-id to retrieve data repository tasks for specific file systems. Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.
472 */
473 Name?: DataRepositoryTaskFilterName;
474 /**
475 * Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
476 */
477 Values?: DataRepositoryTaskFilterValues;
478 }
479 export type DataRepositoryTaskFilterName = "file-system-id"|"task-lifecycle"|string;
480 export type DataRepositoryTaskFilterValue = string;
481 export type DataRepositoryTaskFilterValues = DataRepositoryTaskFilterValue[];
482 export type DataRepositoryTaskFilters = DataRepositoryTaskFilter[];
483 export type DataRepositoryTaskLifecycle = "PENDING"|"EXECUTING"|"FAILED"|"SUCCEEDED"|"CANCELED"|"CANCELING"|string;
484 export type DataRepositoryTaskPath = string;
485 export type DataRepositoryTaskPaths = DataRepositoryTaskPath[];
486 export interface DataRepositoryTaskStatus {
487 /**
488 * The total number of files that the task will process. While a task is executing, the sum of SucceededCount plus FailedCount may not equal TotalCount. When the task is complete, TotalCount equals the sum of SucceededCount plus FailedCount.
489 */
490 TotalCount?: TotalCount;
491 /**
492 * A running total of the number of files that the task has successfully processed.
493 */
494 SucceededCount?: SucceededCount;
495 /**
496 * A running total of the number of files that the task failed to process.
497 */
498 FailedCount?: FailedCount;
499 /**
500 * The time at which the task status was last updated.
501 */
502 LastUpdatedTime?: LastUpdatedTime;
503 }
504 export type DataRepositoryTaskType = "EXPORT_TO_REPOSITORY"|string;
505 export type DataRepositoryTasks = DataRepositoryTask[];
506 export interface DeleteBackupRequest {
507 /**
508 * The ID of the backup you want to delete.
509 */
510 BackupId: BackupId;
511 /**
512 * (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the AWS CLI or SDK.
513 */
514 ClientRequestToken?: ClientRequestToken;
515 }
516 export interface DeleteBackupResponse {
517 /**
518 * The ID of the backup deleted.
519 */
520 BackupId?: BackupId;
521 /**
522 * The lifecycle of the backup. Should be DELETED.
523 */
524 Lifecycle?: BackupLifecycle;
525 }
526 export interface DeleteFileSystemRequest {
527 /**
528 * The ID of the file system you want to delete.
529 */
530 FileSystemId: FileSystemId;
531 /**
532 * (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the AWS CLI or SDK.
533 */
534 ClientRequestToken?: ClientRequestToken;
535 WindowsConfiguration?: DeleteFileSystemWindowsConfiguration;
536 }
537 export interface DeleteFileSystemResponse {
538 /**
539 * The ID of the file system being deleted.
540 */
541 FileSystemId?: FileSystemId;
542 /**
543 * The file system lifecycle for the deletion request. Should be DELETING.
544 */
545 Lifecycle?: FileSystemLifecycle;
546 WindowsResponse?: DeleteFileSystemWindowsResponse;
547 }
548 export interface DeleteFileSystemWindowsConfiguration {
549 /**
550 * By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final backup. If you want to skip this backup, use this flag to do so.
551 */
552 SkipFinalBackup?: Flag;
553 /**
554 * A set of tags for your final backup.
555 */
556 FinalBackupTags?: Tags;
557 }
558 export interface DeleteFileSystemWindowsResponse {
559 /**
560 * The ID of the final backup for this file system.
561 */
562 FinalBackupId?: BackupId;
563 /**
564 * The set of tags applied to the final backup.
565 */
566 FinalBackupTags?: Tags;
567 }
568 export interface DescribeBackupsRequest {
569 /**
570 * (Optional) IDs of the backups you want to retrieve (String). This overrides any filters. If any IDs are not found, BackupNotFound will be thrown.
571 */
572 BackupIds?: BackupIds;
573 /**
574 * (Optional) Filters structure. Supported names are file-system-id and backup-type.
575 */
576 Filters?: Filters;
577 /**
578 * (Optional) Maximum number of backups to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.
579 */
580 MaxResults?: MaxResults;
581 /**
582 * (Optional) Opaque pagination token returned from a previous DescribeBackups operation (String). If a token present, the action continues the list from where the returning call left off.
583 */
584 NextToken?: NextToken;
585 }
586 export interface DescribeBackupsResponse {
587 /**
588 * Any array of backups.
589 */
590 Backups?: Backups;
591 /**
592 * This is present if there are more backups than returned in the response (String). You can use the NextToken value in the later request to fetch the backups.
593 */
594 NextToken?: NextToken;
595 }
596 export interface DescribeDataRepositoryTasksRequest {
597 /**
598 * (Optional) IDs of the tasks whose descriptions you want to retrieve (String).
599 */
600 TaskIds?: TaskIds;
601 /**
602 * (Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include just tasks for specific file systems, or tasks in a specific lifecycle state.
603 */
604 Filters?: DataRepositoryTaskFilters;
605 MaxResults?: MaxResults;
606 NextToken?: NextToken;
607 }
608 export interface DescribeDataRepositoryTasksResponse {
609 /**
610 * The collection of data repository task descriptions returned.
611 */
612 DataRepositoryTasks?: DataRepositoryTasks;
613 NextToken?: NextToken;
614 }
615 export interface DescribeFileSystemsRequest {
616 /**
617 * (Optional) IDs of the file systems whose descriptions you want to retrieve (String).
618 */
619 FileSystemIds?: FileSystemIds;
620 /**
621 * (Optional) Maximum number of file systems to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.
622 */
623 MaxResults?: MaxResults;
624 /**
625 * (Optional) Opaque pagination token returned from a previous DescribeFileSystems operation (String). If a token present, the action continues the list from where the returning call left off.
626 */
627 NextToken?: NextToken;
628 }
629 export interface DescribeFileSystemsResponse {
630 /**
631 * An array of file system descriptions.
632 */
633 FileSystems?: FileSystems;
634 /**
635 * Present if there are more file systems than returned in the response (String). You can use the NextToken value in the later request to fetch the descriptions.
636 */
637 NextToken?: NextToken;
638 }
639 export type DirectoryId = string;
640 export type DirectoryPassword = string;
641 export type DirectoryUserName = string;
642 export type DnsIps = IpAddress[];
643 export type EndTime = Date;
644 export type ErrorMessage = string;
645 export type FailedCount = number;
646 export interface FileSystem {
647 /**
648 * The AWS account that created the file system. If the file system was created by an AWS Identity and Access Management (IAM) user, the AWS account to which the IAM user belongs is the owner.
649 */
650 OwnerId?: AWSAccountId;
651 /**
652 * The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
653 */
654 CreationTime?: CreationTime;
655 /**
656 * The system-generated, unique 17-digit ID of the file system.
657 */
658 FileSystemId?: FileSystemId;
659 /**
660 * The type of Amazon FSx file system, either LUSTRE or WINDOWS.
661 */
662 FileSystemType?: FileSystemType;
663 /**
664 * The lifecycle status of the file system, following are the possible values and what they mean: AVAILABLE - The file system is in a healthy state, and is reachable and available for use. CREATING - Amazon FSx is creating the new file system. DELETING - Amazon FSx is deleting an existing file system. FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system. MISCONFIGURED indicates that the file system is in a failed but recoverable state. UPDATING indicates that the file system is undergoing a customer initiated update.
665 */
666 Lifecycle?: FileSystemLifecycle;
667 FailureDetails?: FileSystemFailureDetails;
668 /**
669 * The storage capacity of the file system in gigabytes (GB).
670 */
671 StorageCapacity?: StorageCapacity;
672 /**
673 * The storage type of the file system. Valid values are SSD and HDD. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.
674 */
675 StorageType?: StorageType;
676 /**
677 * The ID of the primary VPC for the file system.
678 */
679 VpcId?: VpcId;
680 /**
681 * Specifies the IDs of the subnets that the file system is accessible from. For Windows MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the PreferredSubnetID property. All other file systems have only one subnet ID. For Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the endpoint for the file system. For MULTI_AZ_1 Windows file systems, the endpoint for the file system is available in the PreferredSubnetID.
682 */
683 SubnetIds?: SubnetIds;
684 /**
685 * The IDs of the elastic network interface from which a specific file system is accessible. The elastic network interface is automatically created in the same VPC that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide. For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.
686 */
687 NetworkInterfaceIds?: NetworkInterfaceIds;
688 /**
689 * The DNS name for the file system.
690 */
691 DNSName?: DNSName;
692 /**
693 * The ID of the AWS Key Management Service (AWS KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems and persistent Amazon FSx for Lustre file systems at rest. In either case, if not specified, the Amazon FSx managed key is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using Amazon FSx managed keys. For more information, see Encrypt in the AWS Key Management Service API Reference.
694 */
695 KmsKeyId?: KmsKeyId;
696 /**
697 * The Amazon Resource Name (ARN) for the file system resource.
698 */
699 ResourceARN?: ResourceARN;
700 /**
701 * The tags to associate with the file system. For more information, see Tagging Your Amazon EC2 Resources in the Amazon EC2 User Guide.
702 */
703 Tags?: Tags;
704 /**
705 * The configuration for this Microsoft Windows file system.
706 */
707 WindowsConfiguration?: WindowsFileSystemConfiguration;
708 LustreConfiguration?: LustreFileSystemConfiguration;
709 }
710 export type FileSystemAdministratorsGroupName = string;
711 export interface FileSystemFailureDetails {
712 /**
713 * A message describing any failures that occurred during file system creation.
714 */
715 Message?: ErrorMessage;
716 }
717 export type FileSystemId = string;
718 export type FileSystemIds = FileSystemId[];
719 export type FileSystemLifecycle = "AVAILABLE"|"CREATING"|"FAILED"|"DELETING"|"MISCONFIGURED"|"UPDATING"|string;
720 export type FileSystemMaintenanceOperation = "PATCHING"|"BACKING_UP"|string;
721 export type FileSystemMaintenanceOperations = FileSystemMaintenanceOperation[];
722 export type FileSystemType = "WINDOWS"|"LUSTRE"|string;
723 export type FileSystems = FileSystem[];
724 export interface Filter {
725 /**
726 * The name for this filter.
727 */
728 Name?: FilterName;
729 /**
730 * The values of the filter. These are all the values for any of the applied filters.
731 */
732 Values?: FilterValues;
733 }
734 export type FilterName = "file-system-id"|"backup-type"|string;
735 export type FilterValue = string;
736 export type FilterValues = FilterValue[];
737 export type Filters = Filter[];
738 export type Flag = boolean;
739 export type IpAddress = string;
740 export type KmsKeyId = string;
741 export type LastUpdatedTime = Date;
742 export interface ListTagsForResourceRequest {
743 /**
744 * The ARN of the Amazon FSx resource that will have its tags listed.
745 */
746 ResourceARN: ResourceARN;
747 /**
748 * (Optional) Maximum number of tags to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.
749 */
750 MaxResults?: MaxResults;
751 /**
752 * (Optional) Opaque pagination token returned from a previous ListTagsForResource operation (String). If a token present, the action continues the list from where the returning call left off.
753 */
754 NextToken?: NextToken;
755 }
756 export interface ListTagsForResourceResponse {
757 /**
758 * A list of tags on the resource.
759 */
760 Tags?: Tags;
761 /**
762 * This is present if there are more tags than returned in the response (String). You can use the NextToken value in the later request to fetch the tags.
763 */
764 NextToken?: NextToken;
765 }
766 export type LustreDeploymentType = "SCRATCH_1"|"SCRATCH_2"|"PERSISTENT_1"|string;
767 export interface LustreFileSystemConfiguration {
768 /**
769 * The UTC time that you want to begin your weekly maintenance window.
770 */
771 WeeklyMaintenanceStartTime?: WeeklyTime;
772 DataRepositoryConfiguration?: DataRepositoryConfiguration;
773 /**
774 * The deployment type of the FSX for Lustre file system.
775 */
776 DeploymentType?: LustreDeploymentType;
777 /**
778 * Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 deployment types. Valid values are 50, 100, 200.
779 */
780 PerUnitStorageThroughput?: PerUnitStorageThroughput;
781 /**
782 * You use the MountName value when mounting the file system. For the SCRATCH_1 deployment type, this value is always "fsx". For SCRATCH_2 and PERSISTENT_1 deployment types, this value is a string that is unique within an AWS Region.
783 */
784 MountName?: LustreFileSystemMountName;
785 }
786 export type LustreFileSystemMountName = string;
787 export type MaxResults = number;
788 export type Megabytes = number;
789 export type MegabytesPerSecond = number;
790 export type NetworkInterfaceId = string;
791 export type NetworkInterfaceIds = NetworkInterfaceId[];
792 export type NextToken = string;
793 export type OrganizationalUnitDistinguishedName = string;
794 export type PerUnitStorageThroughput = number;
795 export type ProgressPercent = number;
796 export type ReportFormat = "REPORT_CSV_20191124"|string;
797 export type ReportScope = "FAILED_FILES_ONLY"|string;
798 export type ResourceARN = string;
799 export type SecurityGroupId = string;
800 export type SecurityGroupIds = SecurityGroupId[];
801 export interface SelfManagedActiveDirectoryAttributes {
802 /**
803 * The fully qualified domain name of the self-managed AD directory.
804 */
805 DomainName?: ActiveDirectoryFullyQualifiedName;
806 /**
807 * The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server instance is joined.
808 */
809 OrganizationalUnitDistinguishedName?: OrganizationalUnitDistinguishedName;
810 /**
811 * The name of the domain group whose members have administrative privileges for the FSx file system.
812 */
813 FileSystemAdministratorsGroup?: FileSystemAdministratorsGroupName;
814 /**
815 * The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.
816 */
817 UserName?: DirectoryUserName;
818 /**
819 * A list of up to two IP addresses of DNS servers or domain controllers in the self-managed AD directory.
820 */
821 DnsIps?: DnsIps;
822 }
823 export interface SelfManagedActiveDirectoryConfiguration {
824 /**
825 * The fully qualified domain name of the self-managed AD directory, such as corp.example.com.
826 */
827 DomainName: ActiveDirectoryFullyQualifiedName;
828 /**
829 * (Optional) The fully qualified distinguished name of the organizational unit within your self-managed AD directory that the Windows File Server instance will join. Amazon FSx only accepts OU as the direct parent of the file system. An example is OU=FSx,DC=yourdomain,DC=corp,DC=com. To learn more, see RFC 2253. If none is provided, the FSx file system is created in the default location of your self-managed AD directory. Only Organizational Unit (OU) objects can be the direct parent of the file system that you're creating.
830 */
831 OrganizationalUnitDistinguishedName?: OrganizationalUnitDistinguishedName;
832 /**
833 * (Optional) The name of the domain group whose members are granted administrative privileges for the file system. Administrative privileges include taking ownership of files and folders, setting audit controls (audit ACLs) on files and folders, and administering the file system remotely by using the FSx Remote PowerShell. The group that you specify must already exist in your domain. If you don't provide one, your AD domain's Domain Admins group is used.
834 */
835 FileSystemAdministratorsGroup?: FileSystemAdministratorsGroupName;
836 /**
837 * The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. This account must have the permission to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName, or in the default location of your AD domain.
838 */
839 UserName: DirectoryUserName;
840 /**
841 * The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
842 */
843 Password: DirectoryPassword;
844 /**
845 * A list of up to two IP addresses of DNS servers or domain controllers in the self-managed AD directory. The IP addresses need to be either in the same VPC CIDR range as the one in which your Amazon FSx file system is being created, or in the private IP version 4 (IPv4) address ranges, as specified in RFC 1918: 10.0.0.0 - 10.255.255.255 (10/8 prefix) 172.16.0.0 - 172.31.255.255 (172.16/12 prefix) 192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
846 */
847 DnsIps: DnsIps;
848 }
849 export interface SelfManagedActiveDirectoryConfigurationUpdates {
850 /**
851 * The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. This account must have the permission to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName.
852 */
853 UserName?: DirectoryUserName;
854 /**
855 * The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
856 */
857 Password?: DirectoryPassword;
858 /**
859 * A list of up to two IP addresses of DNS servers or domain controllers in the self-managed AD directory.
860 */
861 DnsIps?: DnsIps;
862 }
863 export type StartTime = Date;
864 export type StorageCapacity = number;
865 export type StorageType = "SSD"|"HDD"|string;
866 export type SubnetId = string;
867 export type SubnetIds = SubnetId[];
868 export type SucceededCount = number;
869 export interface Tag {
870 /**
871 * A value that specifies the TagKey, the name of the tag. Tag keys must be unique for the resource to which they are attached.
872 */
873 Key?: TagKey;
874 /**
875 * A value that specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April.
876 */
877 Value?: TagValue;
878 }
879 export type TagKey = string;
880 export type TagKeys = TagKey[];
881 export interface TagResourceRequest {
882 /**
883 * The Amazon Resource Name (ARN) of the Amazon FSx resource that you want to tag.
884 */
885 ResourceARN: ResourceARN;
886 /**
887 * A list of tags for the resource. If a tag with a given key already exists, the value is replaced by the one specified in this parameter.
888 */
889 Tags: Tags;
890 }
891 export interface TagResourceResponse {
892 }
893 export type TagValue = string;
894 export type Tags = Tag[];
895 export type TaskId = string;
896 export type TaskIds = TaskId[];
897 export type TotalCount = number;
898 export interface UntagResourceRequest {
899 /**
900 * The ARN of the Amazon FSx resource to untag.
901 */
902 ResourceARN: ResourceARN;
903 /**
904 * A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.
905 */
906 TagKeys: TagKeys;
907 }
908 export interface UntagResourceResponse {
909 }
910 export interface UpdateFileSystemLustreConfiguration {
911 /**
912 * The preferred time to perform weekly maintenance, in the UTC time zone.
913 */
914 WeeklyMaintenanceStartTime?: WeeklyTime;
915 }
916 export interface UpdateFileSystemRequest {
917 FileSystemId: FileSystemId;
918 /**
919 * (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
920 */
921 ClientRequestToken?: ClientRequestToken;
922 /**
923 * The configuration update for this Microsoft Windows file system. The only supported options are for backup and maintenance and for self-managed Active Directory configuration.
924 */
925 WindowsConfiguration?: UpdateFileSystemWindowsConfiguration;
926 LustreConfiguration?: UpdateFileSystemLustreConfiguration;
927 }
928 export interface UpdateFileSystemResponse {
929 /**
930 * A description of the file system that was updated.
931 */
932 FileSystem?: FileSystem;
933 }
934 export interface UpdateFileSystemWindowsConfiguration {
935 /**
936 * The preferred time to perform weekly maintenance, in the UTC time zone.
937 */
938 WeeklyMaintenanceStartTime?: WeeklyTime;
939 /**
940 * The preferred time to take daily automatic backups, in the UTC time zone.
941 */
942 DailyAutomaticBackupStartTime?: DailyTime;
943 /**
944 * The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 35 days.
945 */
946 AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
947 /**
948 * The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory.
949 */
950 SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
951 }
952 export type VpcId = string;
953 export type WeeklyTime = string;
954 export type WindowsDeploymentType = "MULTI_AZ_1"|"SINGLE_AZ_1"|"SINGLE_AZ_2"|string;
955 export interface WindowsFileSystemConfiguration {
956 /**
957 * The ID for an existing Microsoft Active Directory instance that the file system should join when it's created.
958 */
959 ActiveDirectoryId?: DirectoryId;
960 SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
961 /**
962 * Specifies the file system deployment type, valid values are the following: MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage. SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage. SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage. For more information, see Single-AZ and Multi-AZ File Systems.
963 */
964 DeploymentType?: WindowsDeploymentType;
965 /**
966 * For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell. For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system. This endpoint is temporarily unavailable when the file system is undergoing maintenance.
967 */
968 RemoteAdministrationEndpoint?: DNSName;
969 /**
970 * For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server. For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs. For more information, see Availability and Durability: Single-AZ and Multi-AZ File Systems
971 */
972 PreferredSubnetId?: SubnetId;
973 /**
974 * For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server. Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares.
975 */
976 PreferredFileServerIp?: IpAddress;
977 /**
978 * The throughput of an Amazon FSx file system, measured in megabytes per second.
979 */
980 ThroughputCapacity?: MegabytesPerSecond;
981 /**
982 * The list of maintenance operations in progress for this file system.
983 */
984 MaintenanceOperationsInProgress?: FileSystemMaintenanceOperations;
985 /**
986 * The preferred time to perform weekly maintenance, in the UTC time zone.
987 */
988 WeeklyMaintenanceStartTime?: WeeklyTime;
989 /**
990 * The preferred time to take daily automatic backups, in the UTC time zone.
991 */
992 DailyAutomaticBackupStartTime?: DailyTime;
993 /**
994 * The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 35 days.
995 */
996 AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
997 /**
998 * A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.
999 */
1000 CopyTagsToBackups?: Flag;
1001 }
1002 /**
1003 * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
1004 */
1005 export type apiVersion = "2018-03-01"|"latest"|string;
1006 export interface ClientApiVersions {
1007 /**
1008 * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
1009 */
1010 apiVersion?: apiVersion;
1011 }
1012 export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
1013 /**
1014 * Contains interfaces for use with the FSx client.
1015 */
1016 export import Types = FSx;
1017}
1018export = FSx;