UNPKG

49.5 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 * 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.
16 */
17 createBackup(params: FSx.Types.CreateBackupRequest, callback?: (err: AWSError, data: FSx.Types.CreateBackupResponse) => void): Request<FSx.Types.CreateBackupResponse, AWSError>;
18 /**
19 * 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.
20 */
21 createBackup(callback?: (err: AWSError, data: FSx.Types.CreateBackupResponse) => void): Request<FSx.Types.CreateBackupResponse, AWSError>;
22 /**
23 * 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.
24 */
25 createFileSystem(params: FSx.Types.CreateFileSystemRequest, callback?: (err: AWSError, data: FSx.Types.CreateFileSystemResponse) => void): Request<FSx.Types.CreateFileSystemResponse, AWSError>;
26 /**
27 * 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.
28 */
29 createFileSystem(callback?: (err: AWSError, data: FSx.Types.CreateFileSystemResponse) => void): Request<FSx.Types.CreateFileSystemResponse, AWSError>;
30 /**
31 * 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 call returns the description of the existing 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.
32 */
33 createFileSystemFromBackup(params: FSx.Types.CreateFileSystemFromBackupRequest, callback?: (err: AWSError, data: FSx.Types.CreateFileSystemFromBackupResponse) => void): Request<FSx.Types.CreateFileSystemFromBackupResponse, AWSError>;
34 /**
35 * 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 call returns the description of the existing 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.
36 */
37 createFileSystemFromBackup(callback?: (err: AWSError, data: FSx.Types.CreateFileSystemFromBackupResponse) => void): Request<FSx.Types.CreateFileSystemFromBackupResponse, AWSError>;
38 /**
39 * 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.
40 */
41 deleteBackup(params: FSx.Types.DeleteBackupRequest, callback?: (err: AWSError, data: FSx.Types.DeleteBackupResponse) => void): Request<FSx.Types.DeleteBackupResponse, AWSError>;
42 /**
43 * 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.
44 */
45 deleteBackup(callback?: (err: AWSError, data: FSx.Types.DeleteBackupResponse) => void): Request<FSx.Types.DeleteBackupResponse, AWSError>;
46 /**
47 * 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. The data in a deleted file system is also deleted and can't be recovered by any means.
48 */
49 deleteFileSystem(params: FSx.Types.DeleteFileSystemRequest, callback?: (err: AWSError, data: FSx.Types.DeleteFileSystemResponse) => void): Request<FSx.Types.DeleteFileSystemResponse, AWSError>;
50 /**
51 * 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. The data in a deleted file system is also deleted and can't be recovered by any means.
52 */
53 deleteFileSystem(callback?: (err: AWSError, data: FSx.Types.DeleteFileSystemResponse) => void): Request<FSx.Types.DeleteFileSystemResponse, AWSError>;
54 /**
55 * 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.
56 */
57 describeBackups(params: FSx.Types.DescribeBackupsRequest, callback?: (err: AWSError, data: FSx.Types.DescribeBackupsResponse) => void): Request<FSx.Types.DescribeBackupsResponse, AWSError>;
58 /**
59 * 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.
60 */
61 describeBackups(callback?: (err: AWSError, data: FSx.Types.DescribeBackupsResponse) => void): Request<FSx.Types.DescribeBackupsResponse, AWSError>;
62 /**
63 * 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.
64 */
65 describeFileSystems(params: FSx.Types.DescribeFileSystemsRequest, callback?: (err: AWSError, data: FSx.Types.DescribeFileSystemsResponse) => void): Request<FSx.Types.DescribeFileSystemsResponse, AWSError>;
66 /**
67 * 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.
68 */
69 describeFileSystems(callback?: (err: AWSError, data: FSx.Types.DescribeFileSystemsResponse) => void): Request<FSx.Types.DescribeFileSystemsResponse, AWSError>;
70 /**
71 * 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.
72 */
73 listTagsForResource(params: FSx.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: FSx.Types.ListTagsForResourceResponse) => void): Request<FSx.Types.ListTagsForResourceResponse, AWSError>;
74 /**
75 * 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.
76 */
77 listTagsForResource(callback?: (err: AWSError, data: FSx.Types.ListTagsForResourceResponse) => void): Request<FSx.Types.ListTagsForResourceResponse, AWSError>;
78 /**
79 * Tags an Amazon FSx resource.
80 */
81 tagResource(params: FSx.Types.TagResourceRequest, callback?: (err: AWSError, data: FSx.Types.TagResourceResponse) => void): Request<FSx.Types.TagResourceResponse, AWSError>;
82 /**
83 * Tags an Amazon FSx resource.
84 */
85 tagResource(callback?: (err: AWSError, data: FSx.Types.TagResourceResponse) => void): Request<FSx.Types.TagResourceResponse, AWSError>;
86 /**
87 * This action removes a tag from an Amazon FSx resource.
88 */
89 untagResource(params: FSx.Types.UntagResourceRequest, callback?: (err: AWSError, data: FSx.Types.UntagResourceResponse) => void): Request<FSx.Types.UntagResourceResponse, AWSError>;
90 /**
91 * This action removes a tag from an Amazon FSx resource.
92 */
93 untagResource(callback?: (err: AWSError, data: FSx.Types.UntagResourceResponse) => void): Request<FSx.Types.UntagResourceResponse, AWSError>;
94 /**
95 * Updates a file system configuration.
96 */
97 updateFileSystem(params: FSx.Types.UpdateFileSystemRequest, callback?: (err: AWSError, data: FSx.Types.UpdateFileSystemResponse) => void): Request<FSx.Types.UpdateFileSystemResponse, AWSError>;
98 /**
99 * Updates a file system configuration.
100 */
101 updateFileSystem(callback?: (err: AWSError, data: FSx.Types.UpdateFileSystemResponse) => void): Request<FSx.Types.UpdateFileSystemResponse, AWSError>;
102}
103declare namespace FSx {
104 export type AWSAccountId = string;
105 export type ArchivePath = string;
106 export type AutomaticBackupRetentionDays = number;
107 export interface Backup {
108 /**
109 * The ID of the backup.
110 */
111 BackupId: BackupId;
112 /**
113 * The lifecycle status of the backup.
114 */
115 Lifecycle: BackupLifecycle;
116 /**
117 * Details explaining any failures that occur when creating a backup.
118 */
119 FailureDetails?: BackupFailureDetails;
120 /**
121 * The type of the backup.
122 */
123 Type: BackupType;
124 ProgressPercent?: ProgressPercent;
125 /**
126 * The time when a particular backup was created.
127 */
128 CreationTime: CreationTime;
129 /**
130 * The ID of the AWS Key Management Service (AWS KMS) key used to encrypt this backup's data.
131 */
132 KmsKeyId?: KmsKeyId;
133 /**
134 * The Amazon Resource Name (ARN) for the backup resource.
135 */
136 ResourceARN?: ResourceARN;
137 /**
138 * Tags associated with a particular file system.
139 */
140 Tags?: Tags;
141 /**
142 * Metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted.
143 */
144 FileSystem: FileSystem;
145 }
146 export interface BackupFailureDetails {
147 /**
148 * A message describing the backup creation failure.
149 */
150 Message?: ErrorMessage;
151 }
152 export type BackupId = string;
153 export type BackupIds = BackupId[];
154 export type BackupLifecycle = "AVAILABLE"|"CREATING"|"DELETED"|"FAILED"|string;
155 export type BackupType = "AUTOMATIC"|"USER_INITIATED"|string;
156 export type Backups = Backup[];
157 export type ClientRequestToken = string;
158 export interface CreateBackupRequest {
159 /**
160 * The ID of the file system to back up.
161 */
162 FileSystemId: FileSystemId;
163 /**
164 * (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.
165 */
166 ClientRequestToken?: ClientRequestToken;
167 /**
168 * 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.
169 */
170 Tags?: Tags;
171 }
172 export interface CreateBackupResponse {
173 /**
174 * A description of the backup.
175 */
176 Backup?: Backup;
177 }
178 export interface CreateFileSystemFromBackupRequest {
179 BackupId: BackupId;
180 /**
181 * (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.
182 */
183 ClientRequestToken?: ClientRequestToken;
184 /**
185 * A list of IDs for the subnets that the file system will be accessible from. Currently, you can specify only one subnet. The file server is also launched in that subnet's Availability Zone.
186 */
187 SubnetIds: SubnetIds;
188 /**
189 * 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 describe requests.
190 */
191 SecurityGroupIds?: SecurityGroupIds;
192 /**
193 * 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.
194 */
195 Tags?: Tags;
196 /**
197 * The configuration for this Microsoft Windows file system.
198 */
199 WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
200 }
201 export interface CreateFileSystemFromBackupResponse {
202 /**
203 * A description of the file system.
204 */
205 FileSystem?: FileSystem;
206 }
207 export interface CreateFileSystemLustreConfiguration {
208 /**
209 * The preferred time to perform weekly maintenance, in the UTC time zone.
210 */
211 WeeklyMaintenanceStartTime?: WeeklyTime;
212 /**
213 * (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.
214 */
215 ImportPath?: ArchivePath;
216 /**
217 * (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.
218 */
219 ExportPath?: ArchivePath;
220 /**
221 * (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 chunk size default 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.
222 */
223 ImportedFileChunkSize?: Megabytes;
224 }
225 export interface CreateFileSystemRequest {
226 /**
227 * (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.
228 */
229 ClientRequestToken?: ClientRequestToken;
230 /**
231 * The type of file system.
232 */
233 FileSystemType: FileSystemType;
234 /**
235 * The storage capacity of the file system. For Windows file systems, the storage capacity has a minimum of 300 GiB, and a maximum of 65,536 GiB. For Lustre file systems, the storage capacity has a minimum of 3,600 GiB. Storage capacity is provisioned in increments of 3,600 GiB.
236 */
237 StorageCapacity: StorageCapacity;
238 /**
239 * A list of IDs for the subnets that the file system will be accessible from. File systems support only one subnet. The file server is also launched in that subnet's Availability Zone.
240 */
241 SubnetIds: SubnetIds;
242 /**
243 * A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces. This list isn't returned in later describe requests.
244 */
245 SecurityGroupIds?: SecurityGroupIds;
246 /**
247 * 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.
248 */
249 Tags?: Tags;
250 KmsKeyId?: KmsKeyId;
251 /**
252 * The configuration for this Microsoft Windows file system.
253 */
254 WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
255 LustreConfiguration?: CreateFileSystemLustreConfiguration;
256 }
257 export interface CreateFileSystemResponse {
258 /**
259 * A description of the file system.
260 */
261 FileSystem?: FileSystem;
262 }
263 export interface CreateFileSystemWindowsConfiguration {
264 /**
265 * The ID for an existing Microsoft Active Directory instance that the file system should join when it's created.
266 */
267 ActiveDirectoryId?: DirectoryId;
268 /**
269 * The throughput of an Amazon FSx file system, measured in megabytes per second.
270 */
271 ThroughputCapacity: MegabytesPerSecond;
272 /**
273 * The preferred start time to perform weekly maintenance, in the UTC time zone.
274 */
275 WeeklyMaintenanceStartTime?: WeeklyTime;
276 /**
277 * The preferred time to take daily automatic backups, in the UTC time zone.
278 */
279 DailyAutomaticBackupStartTime?: DailyTime;
280 /**
281 * 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.
282 */
283 AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
284 /**
285 * 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.
286 */
287 CopyTagsToBackups?: Flag;
288 }
289 export type CreationTime = Date;
290 export type DNSName = string;
291 export type DailyTime = string;
292 export interface DataRepositoryConfiguration {
293 /**
294 * 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.
295 */
296 ImportPath?: ArchivePath;
297 /**
298 * 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.
299 */
300 ExportPath?: ArchivePath;
301 /**
302 * 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.
303 */
304 ImportedFileChunkSize?: Megabytes;
305 }
306 export interface DeleteBackupRequest {
307 /**
308 * The ID of the backup you want to delete.
309 */
310 BackupId: BackupId;
311 /**
312 * (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.
313 */
314 ClientRequestToken?: ClientRequestToken;
315 }
316 export interface DeleteBackupResponse {
317 /**
318 * The ID of the backup deleted.
319 */
320 BackupId?: BackupId;
321 /**
322 * The lifecycle of the backup. Should be DELETED.
323 */
324 Lifecycle?: BackupLifecycle;
325 }
326 export interface DeleteFileSystemRequest {
327 /**
328 * The ID of the file system you want to delete.
329 */
330 FileSystemId: FileSystemId;
331 /**
332 * (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.
333 */
334 ClientRequestToken?: ClientRequestToken;
335 WindowsConfiguration?: DeleteFileSystemWindowsConfiguration;
336 }
337 export interface DeleteFileSystemResponse {
338 /**
339 * The ID of the file system being deleted.
340 */
341 FileSystemId?: FileSystemId;
342 /**
343 * The file system lifecycle for the deletion request. Should be DELETING.
344 */
345 Lifecycle?: FileSystemLifecycle;
346 WindowsResponse?: DeleteFileSystemWindowsResponse;
347 }
348 export interface DeleteFileSystemWindowsConfiguration {
349 /**
350 * 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.
351 */
352 SkipFinalBackup?: Flag;
353 /**
354 * A set of tags for your final backup.
355 */
356 FinalBackupTags?: Tags;
357 }
358 export interface DeleteFileSystemWindowsResponse {
359 /**
360 * The ID of the final backup for this file system.
361 */
362 FinalBackupId?: BackupId;
363 /**
364 * The set of tags applied to the final backup.
365 */
366 FinalBackupTags?: Tags;
367 }
368 export interface DescribeBackupsRequest {
369 /**
370 * (Optional) IDs of the backups you want to retrieve (String). This overrides any filters. If any IDs are not found, BackupNotFound will be thrown.
371 */
372 BackupIds?: BackupIds;
373 /**
374 * (Optional) Filters structure. Supported names are file-system-id and backup-type.
375 */
376 Filters?: Filters;
377 /**
378 * (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.
379 */
380 MaxResults?: MaxResults;
381 /**
382 * (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.
383 */
384 NextToken?: NextToken;
385 }
386 export interface DescribeBackupsResponse {
387 /**
388 * Any array of backups.
389 */
390 Backups?: Backups;
391 /**
392 * 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.
393 */
394 NextToken?: NextToken;
395 }
396 export interface DescribeFileSystemsRequest {
397 /**
398 * (Optional) IDs of the file systems whose descriptions you want to retrieve (String).
399 */
400 FileSystemIds?: FileSystemIds;
401 /**
402 * (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.
403 */
404 MaxResults?: MaxResults;
405 /**
406 * (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.
407 */
408 NextToken?: NextToken;
409 }
410 export interface DescribeFileSystemsResponse {
411 /**
412 * An array of file system descriptions.
413 */
414 FileSystems?: FileSystems;
415 /**
416 * 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.
417 */
418 NextToken?: NextToken;
419 }
420 export type DirectoryId = string;
421 export type ErrorMessage = string;
422 export interface FileSystem {
423 /**
424 * The AWS account that created the file system. If the file system was created by an IAM user, the AWS account to which the IAM user belongs is the owner.
425 */
426 OwnerId?: AWSAccountId;
427 /**
428 * The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
429 */
430 CreationTime?: CreationTime;
431 /**
432 * The eight-digit ID of the file system that was automatically assigned by Amazon FSx.
433 */
434 FileSystemId?: FileSystemId;
435 /**
436 * Type of file system. Currently the only supported type is WINDOWS.
437 */
438 FileSystemType?: FileSystemType;
439 /**
440 * The lifecycle status of the file system.
441 */
442 Lifecycle?: FileSystemLifecycle;
443 FailureDetails?: FileSystemFailureDetails;
444 /**
445 * The storage capacity of the file system in gigabytes.
446 */
447 StorageCapacity?: StorageCapacity;
448 /**
449 * The ID of the primary VPC for the file system.
450 */
451 VpcId?: VpcId;
452 /**
453 * The IDs of the subnets to contain the endpoint for the file system. One and only one is supported. The file system is launched in the Availability Zone associated with this subnet.
454 */
455 SubnetIds?: SubnetIds;
456 /**
457 * 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.
458 */
459 NetworkInterfaceIds?: NetworkInterfaceIds;
460 /**
461 * The DNS name for the file system.
462 */
463 DNSName?: DNSName;
464 /**
465 * The ID of the AWS Key Management Service (AWS KMS) key used to encrypt the file system's data for an Amazon FSx for Windows File Server file system.
466 */
467 KmsKeyId?: KmsKeyId;
468 /**
469 * The resource ARN of the file system.
470 */
471 ResourceARN?: ResourceARN;
472 /**
473 * The tags to associate with the file system. For more information, see Tagging Your Amazon EC2 Resources in the Amazon EC2 User Guide.
474 */
475 Tags?: Tags;
476 /**
477 * The configuration for this Microsoft Windows file system.
478 */
479 WindowsConfiguration?: WindowsFileSystemConfiguration;
480 LustreConfiguration?: LustreFileSystemConfiguration;
481 }
482 export interface FileSystemFailureDetails {
483 /**
484 * Message describing the failures that occurred during file system creation.
485 */
486 Message?: ErrorMessage;
487 }
488 export type FileSystemId = string;
489 export type FileSystemIds = FileSystemId[];
490 export type FileSystemLifecycle = "AVAILABLE"|"CREATING"|"FAILED"|"DELETING"|string;
491 export type FileSystemMaintenanceOperation = "PATCHING"|"BACKING_UP"|string;
492 export type FileSystemMaintenanceOperations = FileSystemMaintenanceOperation[];
493 export type FileSystemType = "WINDOWS"|"LUSTRE"|string;
494 export type FileSystems = FileSystem[];
495 export interface Filter {
496 /**
497 * The name for this filter.
498 */
499 Name?: FilterName;
500 /**
501 * The values of the filter. These are all the values for any of the applied filters.
502 */
503 Values?: FilterValues;
504 }
505 export type FilterName = "file-system-id"|"backup-type"|string;
506 export type FilterValue = string;
507 export type FilterValues = FilterValue[];
508 export type Filters = Filter[];
509 export type Flag = boolean;
510 export type KmsKeyId = string;
511 export interface ListTagsForResourceRequest {
512 /**
513 * The ARN of the Amazon FSx resource that will have its tags listed.
514 */
515 ResourceARN: ResourceARN;
516 /**
517 * (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.
518 */
519 MaxResults?: MaxResults;
520 /**
521 * (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.
522 */
523 NextToken?: NextToken;
524 }
525 export interface ListTagsForResourceResponse {
526 /**
527 * A list of tags on the resource.
528 */
529 Tags?: Tags;
530 /**
531 * 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.
532 */
533 NextToken?: NextToken;
534 }
535 export interface LustreFileSystemConfiguration {
536 /**
537 * The UTC time that you want to begin your weekly maintenance window.
538 */
539 WeeklyMaintenanceStartTime?: WeeklyTime;
540 DataRepositoryConfiguration?: DataRepositoryConfiguration;
541 }
542 export type MaxResults = number;
543 export type Megabytes = number;
544 export type MegabytesPerSecond = number;
545 export type NetworkInterfaceId = string;
546 export type NetworkInterfaceIds = NetworkInterfaceId[];
547 export type NextToken = string;
548 export type ProgressPercent = number;
549 export type ResourceARN = string;
550 export type SecurityGroupId = string;
551 export type SecurityGroupIds = SecurityGroupId[];
552 export type StorageCapacity = number;
553 export type SubnetId = string;
554 export type SubnetIds = SubnetId[];
555 export interface Tag {
556 /**
557 * A value that specifies the TagKey, the name of the tag. Tag keys must be unique for the resource to which they are attached.
558 */
559 Key?: TagKey;
560 /**
561 * 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.
562 */
563 Value?: TagValue;
564 }
565 export type TagKey = string;
566 export type TagKeys = TagKey[];
567 export interface TagResourceRequest {
568 /**
569 * The Amazon Resource Name (ARN) of the Amazon FSx resource that you want to tag.
570 */
571 ResourceARN: ResourceARN;
572 /**
573 * 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.
574 */
575 Tags: Tags;
576 }
577 export interface TagResourceResponse {
578 }
579 export type TagValue = string;
580 export type Tags = Tag[];
581 export interface UntagResourceRequest {
582 /**
583 * The ARN of the Amazon FSx resource to untag.
584 */
585 ResourceARN: ResourceARN;
586 /**
587 * 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.
588 */
589 TagKeys: TagKeys;
590 }
591 export interface UntagResourceResponse {
592 }
593 export interface UpdateFileSystemLustreConfiguration {
594 /**
595 * The preferred time to perform weekly maintenance, in the UTC time zone.
596 */
597 WeeklyMaintenanceStartTime?: WeeklyTime;
598 }
599 export interface UpdateFileSystemRequest {
600 FileSystemId: FileSystemId;
601 /**
602 * (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.
603 */
604 ClientRequestToken?: ClientRequestToken;
605 /**
606 * The configuration for this Microsoft Windows file system. The only supported options are for backup and maintenance.
607 */
608 WindowsConfiguration?: UpdateFileSystemWindowsConfiguration;
609 LustreConfiguration?: UpdateFileSystemLustreConfiguration;
610 }
611 export interface UpdateFileSystemResponse {
612 /**
613 * A description of the file system.
614 */
615 FileSystem?: FileSystem;
616 }
617 export interface UpdateFileSystemWindowsConfiguration {
618 /**
619 * The preferred time to perform weekly maintenance, in the UTC time zone.
620 */
621 WeeklyMaintenanceStartTime?: WeeklyTime;
622 /**
623 * The preferred time to take daily automatic backups, in the UTC time zone.
624 */
625 DailyAutomaticBackupStartTime?: DailyTime;
626 /**
627 * 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.
628 */
629 AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
630 }
631 export type VpcId = string;
632 export type WeeklyTime = string;
633 export interface WindowsFileSystemConfiguration {
634 /**
635 * The ID for an existing Microsoft Active Directory instance that the file system should join when it's created.
636 */
637 ActiveDirectoryId?: DirectoryId;
638 /**
639 * The throughput of an Amazon FSx file system, measured in megabytes per second.
640 */
641 ThroughputCapacity?: MegabytesPerSecond;
642 /**
643 * The list of maintenance operations in progress for this file system.
644 */
645 MaintenanceOperationsInProgress?: FileSystemMaintenanceOperations;
646 /**
647 * The preferred time to perform weekly maintenance, in the UTC time zone.
648 */
649 WeeklyMaintenanceStartTime?: WeeklyTime;
650 /**
651 * The preferred time to take daily automatic backups, in the UTC time zone.
652 */
653 DailyAutomaticBackupStartTime?: DailyTime;
654 /**
655 * 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.
656 */
657 AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
658 /**
659 * 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.
660 */
661 CopyTagsToBackups?: Flag;
662 }
663 /**
664 * 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.
665 */
666 export type apiVersion = "2018-03-01"|"latest"|string;
667 export interface ClientApiVersions {
668 /**
669 * 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.
670 */
671 apiVersion?: apiVersion;
672 }
673 export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
674 /**
675 * Contains interfaces for use with the FSx client.
676 */
677 export import Types = FSx;
678}
679export = FSx;