cdk-comprehend-s3olap 2.0.110 → 2.0.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +46 -2
  8. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +39 -9
  9. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +404 -78
  10. package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +5 -0
  11. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  12. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.min.json +1461 -0
  14. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.paginators.json +46 -0
  15. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.waiters2.json +5 -0
  16. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +3 -0
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +811 -777
  18. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +119 -41
  19. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +35 -34
  20. package/node_modules/aws-sdk/clients/acm.d.ts +94 -17
  21. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  22. package/node_modules/aws-sdk/clients/all.js +2 -1
  23. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/emrserverless.d.ts +25 -0
  25. package/node_modules/aws-sdk/clients/fsx.d.ts +406 -30
  26. package/node_modules/aws-sdk/clients/migrationhuborchestrator.d.ts +1840 -0
  27. package/node_modules/aws-sdk/clients/migrationhuborchestrator.js +19 -0
  28. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  29. package/node_modules/aws-sdk/clients/proton.d.ts +132 -127
  30. package/node_modules/aws-sdk/clients/sagemaker.d.ts +45 -2
  31. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +44 -44
  32. package/node_modules/aws-sdk/clients/translate.d.ts +53 -0
  33. package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -1
  34. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +6 -9
  35. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +60 -19
  36. package/node_modules/aws-sdk/dist/aws-sdk.js +175 -53
  37. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  38. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/lib/event_listeners.js +4 -6
  41. package/node_modules/aws-sdk/lib/model/api.js +0 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/node_modules/esbuild/bin/esbuild +1 -1
  44. package/node_modules/esbuild/install.js +4 -4
  45. package/node_modules/esbuild/lib/main.d.ts +7 -2
  46. package/node_modules/esbuild/lib/main.js +8 -8
  47. package/node_modules/esbuild/package.json +23 -23
  48. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  49. package/node_modules/esbuild-linux-64/package.json +1 -1
  50. package/package.json +7 -7
@@ -44,11 +44,11 @@ declare class FSx extends Service {
44
44
  */
45
45
  createBackup(callback?: (err: AWSError, data: FSx.Types.CreateBackupResponse) => void): Request<FSx.Types.CreateBackupResponse, AWSError>;
46
46
  /**
47
- * Creates an Amazon FSx for Lustre data repository association (DRA). A data repository association is a link between a directory on the file system and an Amazon S3 bucket or prefix. You can have a maximum of 8 data repository associations on a file system. Data repository associations are supported only for file systems with the Persistent_2 deployment type. Each data repository association must have a unique Amazon FSx file system directory and a unique S3 bucket or prefix associated with it. You can configure a data repository association for automatic import only, for automatic export only, or for both. To learn more about linking a data repository to your file system, see Linking your file system to an S3 bucket.
47
+ * Creates an Amazon FSx for Lustre data repository association (DRA). A data repository association is a link between a directory on the file system and an Amazon S3 bucket or prefix. You can have a maximum of 8 data repository associations on a file system. Data repository associations are supported only for file systems with the Persistent_2 deployment type. Each data repository association must have a unique Amazon FSx file system directory and a unique S3 bucket or prefix associated with it. You can configure a data repository association for automatic import only, for automatic export only, or for both. To learn more about linking a data repository to your file system, see Linking your file system to an S3 bucket. CreateDataRepositoryAssociation isn't supported on Amazon File Cache resources. To create a DRA on Amazon File Cache, use the CreateFileCache operation.
48
48
  */
49
49
  createDataRepositoryAssociation(params: FSx.Types.CreateDataRepositoryAssociationRequest, callback?: (err: AWSError, data: FSx.Types.CreateDataRepositoryAssociationResponse) => void): Request<FSx.Types.CreateDataRepositoryAssociationResponse, AWSError>;
50
50
  /**
51
- * Creates an Amazon FSx for Lustre data repository association (DRA). A data repository association is a link between a directory on the file system and an Amazon S3 bucket or prefix. You can have a maximum of 8 data repository associations on a file system. Data repository associations are supported only for file systems with the Persistent_2 deployment type. Each data repository association must have a unique Amazon FSx file system directory and a unique S3 bucket or prefix associated with it. You can configure a data repository association for automatic import only, for automatic export only, or for both. To learn more about linking a data repository to your file system, see Linking your file system to an S3 bucket.
51
+ * Creates an Amazon FSx for Lustre data repository association (DRA). A data repository association is a link between a directory on the file system and an Amazon S3 bucket or prefix. You can have a maximum of 8 data repository associations on a file system. Data repository associations are supported only for file systems with the Persistent_2 deployment type. Each data repository association must have a unique Amazon FSx file system directory and a unique S3 bucket or prefix associated with it. You can configure a data repository association for automatic import only, for automatic export only, or for both. To learn more about linking a data repository to your file system, see Linking your file system to an S3 bucket. CreateDataRepositoryAssociation isn't supported on Amazon File Cache resources. To create a DRA on Amazon File Cache, use the CreateFileCache operation.
52
52
  */
53
53
  createDataRepositoryAssociation(callback?: (err: AWSError, data: FSx.Types.CreateDataRepositoryAssociationResponse) => void): Request<FSx.Types.CreateDataRepositoryAssociationResponse, AWSError>;
54
54
  /**
@@ -60,11 +60,19 @@ declare class FSx extends Service {
60
60
  */
61
61
  createDataRepositoryTask(callback?: (err: AWSError, data: FSx.Types.CreateDataRepositoryTaskResponse) => void): Request<FSx.Types.CreateDataRepositoryTaskResponse, AWSError>;
62
62
  /**
63
- * Creates a new, empty Amazon FSx file system. You can create the following supported Amazon FSx file systems using the CreateFileSystem API operation: Amazon FSx for Lustre Amazon FSx for NetApp ONTAP Amazon FSx for OpenZFS Amazon FSx for Windows File Server 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. 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 with the 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 in JSON format. 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 a success message 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.
63
+ * Creates a new Amazon File Cache resource. You can use this operation with a client request token in the request that Amazon File Cache uses to ensure idempotent creation. If a cache with the specified client request token exists and the parameters match, CreateFileCache returns the description of the existing cache. If a cache with the specified client request token exists and the parameters don't match, this call returns IncompatibleParameterError. If a file cache with the specified client request token doesn't exist, CreateFileCache does the following: Creates a new, empty Amazon File Cache resourcewith an assigned ID, and an initial lifecycle state of CREATING. Returns the description of the cache in JSON format. The CreateFileCache call returns while the cache's lifecycle state is still CREATING. You can check the cache creation status by calling the DescribeFileCaches operation, which returns the cache state along with other information.
64
+ */
65
+ createFileCache(params: FSx.Types.CreateFileCacheRequest, callback?: (err: AWSError, data: FSx.Types.CreateFileCacheResponse) => void): Request<FSx.Types.CreateFileCacheResponse, AWSError>;
66
+ /**
67
+ * Creates a new Amazon File Cache resource. You can use this operation with a client request token in the request that Amazon File Cache uses to ensure idempotent creation. If a cache with the specified client request token exists and the parameters match, CreateFileCache returns the description of the existing cache. If a cache with the specified client request token exists and the parameters don't match, this call returns IncompatibleParameterError. If a file cache with the specified client request token doesn't exist, CreateFileCache does the following: Creates a new, empty Amazon File Cache resourcewith an assigned ID, and an initial lifecycle state of CREATING. Returns the description of the cache in JSON format. The CreateFileCache call returns while the cache's lifecycle state is still CREATING. You can check the cache creation status by calling the DescribeFileCaches operation, which returns the cache state along with other information.
68
+ */
69
+ createFileCache(callback?: (err: AWSError, data: FSx.Types.CreateFileCacheResponse) => void): Request<FSx.Types.CreateFileCacheResponse, AWSError>;
70
+ /**
71
+ * Creates a new, empty Amazon FSx file system. You can create the following supported Amazon FSx file systems using the CreateFileSystem API operation: Amazon FSx for Lustre Amazon FSx for NetApp ONTAP Amazon FSx for OpenZFS Amazon FSx for Windows File Server 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. 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 with the 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 in JSON format. 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.
64
72
  */
65
73
  createFileSystem(params: FSx.Types.CreateFileSystemRequest, callback?: (err: AWSError, data: FSx.Types.CreateFileSystemResponse) => void): Request<FSx.Types.CreateFileSystemResponse, AWSError>;
66
74
  /**
67
- * Creates a new, empty Amazon FSx file system. You can create the following supported Amazon FSx file systems using the CreateFileSystem API operation: Amazon FSx for Lustre Amazon FSx for NetApp ONTAP Amazon FSx for OpenZFS Amazon FSx for Windows File Server 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. 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 with the 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 in JSON format. 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 a success message 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.
75
+ * Creates a new, empty Amazon FSx file system. You can create the following supported Amazon FSx file systems using the CreateFileSystem API operation: Amazon FSx for Lustre Amazon FSx for NetApp ONTAP Amazon FSx for OpenZFS Amazon FSx for Windows File Server 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. 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 with the 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 in JSON format. 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.
68
76
  */
69
77
  createFileSystem(callback?: (err: AWSError, data: FSx.Types.CreateFileSystemResponse) => void): Request<FSx.Types.CreateFileSystemResponse, AWSError>;
70
78
  /**
@@ -123,6 +131,14 @@ declare class FSx extends Service {
123
131
  * Deletes a data repository association on an Amazon FSx for Lustre file system. Deleting the data repository association unlinks the file system from the Amazon S3 bucket. When deleting a data repository association, you have the option of deleting the data in the file system that corresponds to the data repository association. Data repository associations are supported only for file systems with the Persistent_2 deployment type.
124
132
  */
125
133
  deleteDataRepositoryAssociation(callback?: (err: AWSError, data: FSx.Types.DeleteDataRepositoryAssociationResponse) => void): Request<FSx.Types.DeleteDataRepositoryAssociationResponse, AWSError>;
134
+ /**
135
+ * Deletes an Amazon File Cache resource. After deletion, the cache no longer exists, and its data is gone. The DeleteFileCache operation returns while the cache has the DELETING status. You can check the cache deletion status by calling the DescribeFileCaches operation, which returns a list of caches in your account. If you pass the cache ID for a deleted cache, the DescribeFileCaches operation returns a FileCacheNotFound error. The data in a deleted cache is also deleted and can't be recovered by any means.
136
+ */
137
+ deleteFileCache(params: FSx.Types.DeleteFileCacheRequest, callback?: (err: AWSError, data: FSx.Types.DeleteFileCacheResponse) => void): Request<FSx.Types.DeleteFileCacheResponse, AWSError>;
138
+ /**
139
+ * Deletes an Amazon File Cache resource. After deletion, the cache no longer exists, and its data is gone. The DeleteFileCache operation returns while the cache has the DELETING status. You can check the cache deletion status by calling the DescribeFileCaches operation, which returns a list of caches in your account. If you pass the cache ID for a deleted cache, the DescribeFileCaches operation returns a FileCacheNotFound error. The data in a deleted cache is also deleted and can't be recovered by any means.
140
+ */
141
+ deleteFileCache(callback?: (err: AWSError, data: FSx.Types.DeleteFileCacheResponse) => void): Request<FSx.Types.DeleteFileCacheResponse, AWSError>;
126
142
  /**
127
143
  * Deletes a file system. After deletion, the file system no longer exists, and its data is gone. Any existing automatic backups and snapshots are also deleted. To delete an Amazon FSx for NetApp ONTAP file system, first delete all the volumes and storage virtual machines (SVMs) on the file system. Then provide a FileSystemId value to the DeleFileSystem operation. By default, when you delete an Amazon FSx for Windows File Server file system, a final backup is created upon deletion. This final backup isn't subject to the file system's retention policy, and must be manually deleted. The DeleteFileSystem operation returns while the file system has the DELETING status. You can check the file system deletion status by calling the DescribeFileSystems operation, which returns a list of file systems in your account. If you pass the file system ID for a deleted file system, the DescribeFileSystems operation returns a FileSystemNotFound error. If a data repository task is in a PENDING or EXECUTING state, deleting an Amazon FSx for Lustre file system will fail with an HTTP status code 400 (Bad Request). The data in a deleted file system is also deleted and can't be recovered by any means.
128
144
  */
@@ -164,21 +180,29 @@ declare class FSx extends Service {
164
180
  */
165
181
  describeBackups(callback?: (err: AWSError, data: FSx.Types.DescribeBackupsResponse) => void): Request<FSx.Types.DescribeBackupsResponse, AWSError>;
166
182
  /**
167
- * Returns the description of specific Amazon FSx for Lustre data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request. Data repository associations are supported only for file systems with the Persistent_2 deployment type. You can use filters to narrow the response to include just data repository associations for specific file systems (use the file-system-id filter with the ID of the file system) or data repository associations for a specific repository type (use the data-repository-type filter with a value of S3). If you don't use filters, the response returns all data repository associations owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling. When retrieving all data repository associations, you can paginate the response by using the optional MaxResults parameter to limit the number of data repository associations returned in a response. If more data repository associations 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.
183
+ * Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request. Data repository associations are supported only for Amazon FSx for Lustre file systems with the Persistent_2 deployment type and for Amazon File Cache resources. You can use filters to narrow the response to include just data repository associations for specific file systems (use the file-system-id filter with the ID of the file system) or caches (use the file-cache-id filter with the ID of the cache), or data repository associations for a specific repository type (use the data-repository-type filter with a value of S3 or NFS). If you don't use filters, the response returns all data repository associations owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling. When retrieving all data repository associations, you can paginate the response by using the optional MaxResults parameter to limit the number of data repository associations returned in a response. If more data repository associations remain, a NextToken value is returned 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.
168
184
  */
169
185
  describeDataRepositoryAssociations(params: FSx.Types.DescribeDataRepositoryAssociationsRequest, callback?: (err: AWSError, data: FSx.Types.DescribeDataRepositoryAssociationsResponse) => void): Request<FSx.Types.DescribeDataRepositoryAssociationsResponse, AWSError>;
170
186
  /**
171
- * Returns the description of specific Amazon FSx for Lustre data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request. Data repository associations are supported only for file systems with the Persistent_2 deployment type. You can use filters to narrow the response to include just data repository associations for specific file systems (use the file-system-id filter with the ID of the file system) or data repository associations for a specific repository type (use the data-repository-type filter with a value of S3). If you don't use filters, the response returns all data repository associations owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling. When retrieving all data repository associations, you can paginate the response by using the optional MaxResults parameter to limit the number of data repository associations returned in a response. If more data repository associations 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.
187
+ * Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request. Data repository associations are supported only for Amazon FSx for Lustre file systems with the Persistent_2 deployment type and for Amazon File Cache resources. You can use filters to narrow the response to include just data repository associations for specific file systems (use the file-system-id filter with the ID of the file system) or caches (use the file-cache-id filter with the ID of the cache), or data repository associations for a specific repository type (use the data-repository-type filter with a value of S3 or NFS). If you don't use filters, the response returns all data repository associations owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling. When retrieving all data repository associations, you can paginate the response by using the optional MaxResults parameter to limit the number of data repository associations returned in a response. If more data repository associations remain, a NextToken value is returned 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.
172
188
  */
173
189
  describeDataRepositoryAssociations(callback?: (err: AWSError, data: FSx.Types.DescribeDataRepositoryAssociationsResponse) => void): Request<FSx.Types.DescribeDataRepositoryAssociationsResponse, AWSError>;
174
190
  /**
175
- * 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 Amazon Web Services account in the Amazon Web Services 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.
191
+ * Returns the description of specific Amazon FSx for Lustre or Amazon File Cache 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 caches, or tasks in a specific lifecycle state. Otherwise, it returns all data repository tasks owned by your Amazon Web Services account in the Amazon Web Services 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, a NextToken value is returned 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.
176
192
  */
177
193
  describeDataRepositoryTasks(params: FSx.Types.DescribeDataRepositoryTasksRequest, callback?: (err: AWSError, data: FSx.Types.DescribeDataRepositoryTasksResponse) => void): Request<FSx.Types.DescribeDataRepositoryTasksResponse, AWSError>;
178
194
  /**
179
- * 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 Amazon Web Services account in the Amazon Web Services 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.
195
+ * Returns the description of specific Amazon FSx for Lustre or Amazon File Cache 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 caches, or tasks in a specific lifecycle state. Otherwise, it returns all data repository tasks owned by your Amazon Web Services account in the Amazon Web Services 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, a NextToken value is returned 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.
180
196
  */
181
197
  describeDataRepositoryTasks(callback?: (err: AWSError, data: FSx.Types.DescribeDataRepositoryTasksResponse) => void): Request<FSx.Types.DescribeDataRepositoryTasksResponse, AWSError>;
198
+ /**
199
+ * Returns the description of a specific Amazon File Cache resource, if a FileCacheIds value is provided for that cache. Otherwise, it returns descriptions of all caches owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling. When retrieving all cache descriptions, you can optionally specify the MaxResults parameter to limit the number of descriptions in a response. If more cache descriptions remain, the operation 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 operation is used in an iterative process to retrieve a list of your cache descriptions. DescribeFileCaches is called first without a NextTokenvalue. Then the operation 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 operation, keep the following in mind: The implementation might return fewer than MaxResults cache descriptions while still including a NextToken value. The order of caches returned in the response of one DescribeFileCaches call and the order of caches returned across the responses of a multicall iteration is unspecified.
200
+ */
201
+ describeFileCaches(params: FSx.Types.DescribeFileCachesRequest, callback?: (err: AWSError, data: FSx.Types.DescribeFileCachesResponse) => void): Request<FSx.Types.DescribeFileCachesResponse, AWSError>;
202
+ /**
203
+ * Returns the description of a specific Amazon File Cache resource, if a FileCacheIds value is provided for that cache. Otherwise, it returns descriptions of all caches owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling. When retrieving all cache descriptions, you can optionally specify the MaxResults parameter to limit the number of descriptions in a response. If more cache descriptions remain, the operation 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 operation is used in an iterative process to retrieve a list of your cache descriptions. DescribeFileCaches is called first without a NextTokenvalue. Then the operation 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 operation, keep the following in mind: The implementation might return fewer than MaxResults cache descriptions while still including a NextToken value. The order of caches returned in the response of one DescribeFileCaches call and the order of caches returned across the responses of a multicall iteration is unspecified.
204
+ */
205
+ describeFileCaches(callback?: (err: AWSError, data: FSx.Types.DescribeFileCachesResponse) => void): Request<FSx.Types.DescribeFileCachesResponse, AWSError>;
182
206
  /**
183
207
  * Returns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system. A history of all DNS aliases that have been associated with and disassociated from the file system is available in the list of AdministrativeAction provided in the DescribeFileSystems operation response.
184
208
  */
@@ -275,6 +299,14 @@ declare class FSx extends Service {
275
299
  * Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system. Data repository associations are supported only for file systems with the Persistent_2 deployment type.
276
300
  */
277
301
  updateDataRepositoryAssociation(callback?: (err: AWSError, data: FSx.Types.UpdateDataRepositoryAssociationResponse) => void): Request<FSx.Types.UpdateDataRepositoryAssociationResponse, AWSError>;
302
+ /**
303
+ * Updates the configuration of an existing Amazon File Cache resource. You can update multiple properties in a single request.
304
+ */
305
+ updateFileCache(params: FSx.Types.UpdateFileCacheRequest, callback?: (err: AWSError, data: FSx.Types.UpdateFileCacheResponse) => void): Request<FSx.Types.UpdateFileCacheResponse, AWSError>;
306
+ /**
307
+ * Updates the configuration of an existing Amazon File Cache resource. You can update multiple properties in a single request.
308
+ */
309
+ updateFileCache(callback?: (err: AWSError, data: FSx.Types.UpdateFileCacheResponse) => void): Request<FSx.Types.UpdateFileCacheResponse, AWSError>;
278
310
  /**
279
311
  * Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request. For Amazon FSx for Windows File Server file systems, you can update the following properties: AuditLogConfiguration AutomaticBackupRetentionDays DailyAutomaticBackupStartTime SelfManagedActiveDirectoryConfiguration StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For Amazon FSx for Lustre file systems, you can update the following properties: AutoImportPolicy AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DataCompressionType LustreRootSquashConfiguration StorageCapacity WeeklyMaintenanceStartTime For Amazon FSx for NetApp ONTAP file systems, you can update the following properties: AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DiskIopsConfiguration FsxAdminPassword StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For the Amazon FSx for OpenZFS file systems, you can update the following properties: AutomaticBackupRetentionDays CopyTagsToBackups CopyTagsToVolumes DailyAutomaticBackupStartTime ThroughputCapacity WeeklyMaintenanceStartTime
280
312
  */
@@ -387,7 +419,7 @@ declare namespace FSx {
387
419
  }
388
420
  export interface AutoExportPolicy {
389
421
  /**
390
- * The AutoExportPolicy can have the following event values: NEW - Amazon FSx automatically exports new files and directories to the data repository as they are added to the file system. CHANGED - Amazon FSx automatically exports changes to files and directories on the file system to the data repository. DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system. You can define any combination of event types for your AutoExportPolicy.
422
+ * The AutoExportPolicy can have the following event values: NEW - New files and directories are automatically exported to the data repository as they are added to the file system. CHANGED - Changes to files and directories on the file system are automatically exported to the data repository. DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system. You can define any combination of event types for your AutoExportPolicy.
391
423
  */
392
424
  Events?: EventTypes;
393
425
  }
@@ -481,6 +513,7 @@ declare namespace FSx {
481
513
  */
482
514
  TaskId?: TaskId;
483
515
  }
516
+ export type CapacityToRelease = number;
484
517
  export type ClientRequestToken = string;
485
518
  export interface CompletionReport {
486
519
  /**
@@ -521,6 +554,7 @@ declare namespace FSx {
521
554
  export interface CopyBackupResponse {
522
555
  Backup?: Backup;
523
556
  }
557
+ export type CopyTagsToDataRepositoryAssociations = boolean;
524
558
  export interface CreateBackupRequest {
525
559
  /**
526
560
  * The ID of the file system to back up.
@@ -548,9 +582,9 @@ declare namespace FSx {
548
582
  export interface CreateDataRepositoryAssociationRequest {
549
583
  FileSystemId: FileSystemId;
550
584
  /**
551
- * A path on the file system that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path /ns1/, then you cannot link another data repository with file system path /ns1/ns2. This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory. If you specify only a forward slash (/) as the file system path, you can link only 1 data repository to the file system. You can only specify "/" as the file system path for the first data repository associated with a file system.
585
+ * A path on the file system that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path /ns1/, then you cannot link another data repository with file system path /ns1/ns2. This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory. If you specify only a forward slash (/) as the file system path, you can link only one data repository to the file system. You can only specify "/" as the file system path for the first data repository associated with a file system.
552
586
  */
553
- FileSystemPath: Namespace;
587
+ FileSystemPath?: Namespace;
554
588
  /**
555
589
  * The path to the Amazon S3 data repository that will be linked to the file system. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/. This path specifies where in the S3 data repository files will be imported from or exported to.
556
590
  */
@@ -592,6 +626,10 @@ declare namespace FSx {
592
626
  Report: CompletionReport;
593
627
  ClientRequestToken?: ClientRequestToken;
594
628
  Tags?: Tags;
629
+ /**
630
+ * Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
631
+ */
632
+ CapacityToRelease?: CapacityToRelease;
595
633
  }
596
634
  export interface CreateDataRepositoryTaskResponse {
597
635
  /**
@@ -599,6 +637,68 @@ declare namespace FSx {
599
637
  */
600
638
  DataRepositoryTask?: DataRepositoryTask;
601
639
  }
640
+ export type CreateFileCacheDataRepositoryAssociations = FileCacheDataRepositoryAssociation[];
641
+ export interface CreateFileCacheLustreConfiguration {
642
+ /**
643
+ * Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only supported value is 1000.
644
+ */
645
+ PerUnitStorageThroughput: PerUnitStorageThroughput;
646
+ /**
647
+ * Specifies the cache deployment type, which must be CACHE_1.
648
+ */
649
+ DeploymentType: FileCacheLustreDeploymentType;
650
+ WeeklyMaintenanceStartTime?: WeeklyTime;
651
+ /**
652
+ * The configuration for a Lustre MDT (Metadata Target) storage volume.
653
+ */
654
+ MetadataConfiguration: FileCacheLustreMetadataConfiguration;
655
+ }
656
+ export interface CreateFileCacheRequest {
657
+ /**
658
+ * An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK. By using the idempotent operation, you can retry a CreateFileCache operation without the risk of creating an extra cache. This approach can be useful when an initial call fails in a way that makes it unclear whether a cache 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 cache, the client receives success as long as the parameters are the same.
659
+ */
660
+ ClientRequestToken?: ClientRequestToken;
661
+ /**
662
+ * The type of cache that you're creating, which must be LUSTRE.
663
+ */
664
+ FileCacheType: FileCacheType;
665
+ /**
666
+ * Sets the Lustre version for the cache that you're creating, which must be 2.12.
667
+ */
668
+ FileCacheTypeVersion: FileSystemTypeVersion;
669
+ /**
670
+ * The storage capacity of the cache in gibibytes (GiB). Valid values are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
671
+ */
672
+ StorageCapacity: StorageCapacity;
673
+ SubnetIds: SubnetIds;
674
+ /**
675
+ * A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache access. This list isn't returned in later requests to describe the cache.
676
+ */
677
+ SecurityGroupIds?: SecurityGroupIds;
678
+ Tags?: Tags;
679
+ /**
680
+ * A boolean flag indicating whether tags for the cache should be copied to data repository associations. This value defaults to false.
681
+ */
682
+ CopyTagsToDataRepositoryAssociations?: CopyTagsToDataRepositoryAssociations;
683
+ /**
684
+ * Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache. If a KmsKeyId isn't specified, the Amazon FSx-managed KMS key for your account is used. For more information, see Encrypt in the Key Management Service API Reference.
685
+ */
686
+ KmsKeyId?: KmsKeyId;
687
+ /**
688
+ * The configuration for the Amazon File Cache resource being created.
689
+ */
690
+ LustreConfiguration?: CreateFileCacheLustreConfiguration;
691
+ /**
692
+ * A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation. The DRAs link the cache to either an Amazon S3 data repository or a Network File System (NFS) data repository that supports the NFSv3 protocol. The DRA configurations must meet the following requirements: All configurations on the list must be of the same data repository type, either all S3 or all NFS. A cache can't link to different data repository types at the same time. An NFS DRA must link to an NFS file system that supports the NFSv3 protocol. DRA automatic import and automatic export is not supported.
693
+ */
694
+ DataRepositoryAssociations?: CreateFileCacheDataRepositoryAssociations;
695
+ }
696
+ export interface CreateFileCacheResponse {
697
+ /**
698
+ * A description of the cache that was created.
699
+ */
700
+ FileCache?: FileCacheCreating;
701
+ }
602
702
  export interface CreateFileSystemFromBackupRequest {
603
703
  BackupId: BackupId;
604
704
  /**
@@ -635,6 +735,10 @@ declare namespace FSx {
635
735
  * The OpenZFS configuration for the file system that's being created.
636
736
  */
637
737
  OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
738
+ /**
739
+ * Sets the storage capacity of the OpenZFS file system that you're creating from a backup, in gibibytes (GiB). Valid values are from 64 GiB up to 524,288 GiB (512 TiB). However, the value that you specify must be equal to or greater than the backup's storage capacity value. If you don't use the StorageCapacity parameter, the default is the backup's StorageCapacity value. If used to create a file system other than OpenZFS, you must provide a value that matches the backup's StorageCapacity value. If you provide any other value, Amazon FSx responds with a 400 Bad Request.
740
+ */
741
+ StorageCapacity?: StorageCapacity;
638
742
  }
639
743
  export interface CreateFileSystemFromBackupResponse {
640
744
  /**
@@ -1028,32 +1132,48 @@ declare namespace FSx {
1028
1132
  ResourceARN?: ResourceARN;
1029
1133
  FileSystemId?: FileSystemId;
1030
1134
  /**
1031
- * Describes the state of a data repository association. The lifecycle can have the following values: CREATING - The data repository association between the FSx file system and the S3 data repository is being created. The data repository is unavailable. AVAILABLE - The data repository association is available for use. MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket or automatically export updates to the S3 bucket until the data repository association configuration is corrected. UPDATING - The data repository association is undergoing a customer initiated update that might affect its availability. DELETING - The data repository association is undergoing a customer initiated deletion. FAILED - The data repository association is in a terminal state that cannot be recovered.
1135
+ * Describes the state of a data repository association. The lifecycle can have the following values: CREATING - The data repository association between the file system or cache and the data repository is being created. The data repository is unavailable. AVAILABLE - The data repository association is available for use. MISCONFIGURED - The data repository association is misconfigured. Until the configuration is corrected, automatic import and automatic export will not work (only for Amazon FSx for Lustre). UPDATING - The data repository association is undergoing a customer initiated update that might affect its availability. DELETING - The data repository association is undergoing a customer initiated deletion. FAILED - The data repository association is in a terminal state that cannot be recovered.
1032
1136
  */
1033
1137
  Lifecycle?: DataRepositoryLifecycle;
1034
1138
  FailureDetails?: DataRepositoryFailureDetails;
1035
1139
  /**
1036
- * A path on the file system that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path /ns1/, then you cannot link another data repository with file system path /ns1/ns2. This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory. If you specify only a forward slash (/) as the file system path, you can link only 1 data repository to the file system. You can only specify "/" as the file system path for the first data repository associated with a file system.
1140
+ * A path on the Amazon FSx for Lustre file system that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path /ns1/, then you cannot link another data repository with file system path /ns1/ns2. This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory. If you specify only a forward slash (/) as the file system path, you can link only one data repository to the file system. You can only specify "/" as the file system path for the first data repository associated with a file system.
1037
1141
  */
1038
1142
  FileSystemPath?: Namespace;
1039
1143
  /**
1040
- * The path to the Amazon S3 data repository that will be linked to the file system. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/. This path specifies where in the S3 data repository files will be imported from or exported to.
1144
+ * The path to the data repository that will be linked to the cache or file system. For Amazon File Cache, the path can be an NFS data repository that will be linked to the cache. The path can be in one of two formats: If you are not using the DataRepositorySubdirectories parameter, the path is to an NFS Export directory (or one of its subdirectories) in the format nsf://nfs-domain-name/exportpath. You can therefore link a single NFS Export to a single data repository association. If you are using the DataRepositorySubdirectories parameter, the path is the domain name of the NFS file system in the format nfs://filer-domain-name, which indicates the root of the subdirectories specified with the DataRepositorySubdirectories parameter. For Amazon File Cache, the path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/. For Amazon FSx for Lustre, the path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/.
1041
1145
  */
1042
1146
  DataRepositoryPath?: ArchivePath;
1043
1147
  /**
1044
- * A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created. The task runs if this flag is set to true.
1148
+ * A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created. The task runs if this flag is set to true. BatchImportMetaDataOnCreate is not supported for data repositories linked to an Amazon File Cache resource.
1045
1149
  */
1046
1150
  BatchImportMetaDataOnCreate?: BatchImportMetaDataOnCreate;
1047
1151
  /**
1048
- * 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.
1152
+ * 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 or cache. 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.
1049
1153
  */
1050
1154
  ImportedFileChunkSize?: Megabytes;
1051
1155
  /**
1052
- * The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.
1156
+ * The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data repository association.
1053
1157
  */
1054
1158
  S3?: S3DataRepositoryConfiguration;
1055
1159
  Tags?: Tags;
1056
1160
  CreationTime?: CreationTime;
1161
+ /**
1162
+ * The globally unique ID of the Amazon File Cache resource.
1163
+ */
1164
+ FileCacheId?: FileCacheId;
1165
+ /**
1166
+ * A path on the Amazon File Cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the path is required. Two data repository associations cannot have overlapping cache paths. For example, if a data repository is associated with cache path /ns1/, then you cannot link another data repository with cache path /ns1/ns2. This path specifies the directory in your cache where files will be exported from. This cache directory can be linked to only one data repository (S3 or NFS) and no other data repository can be linked to the directory. The cache path can only be set to root (/) on an NFS DRA when DataRepositorySubdirectories is specified. If you specify root (/) as the cache path, you can create only one DRA on the cache. The cache path cannot be set to root (/) for an S3 DRA.
1167
+ */
1168
+ FileCachePath?: Namespace;
1169
+ /**
1170
+ * For Amazon File Cache, a list of NFS Exports that will be linked with an NFS data repository association. All the subdirectories must be on a single NFS file system. The Export paths are in the format /exportpath1. To use this parameter, you must configure DataRepositoryPath as the domain name of the NFS file system. The NFS file system domain name in effect is the root of the subdirectories. Note that DataRepositorySubdirectories is not supported for S3 data repositories.
1171
+ */
1172
+ DataRepositorySubdirectories?: SubDirectoriesPaths;
1173
+ /**
1174
+ * The configuration for an NFS data repository linked to an Amazon File Cache resource with a data repository association.
1175
+ */
1176
+ NFS?: NFSDataRepositoryConfiguration;
1057
1177
  }
1058
1178
  export type DataRepositoryAssociationId = string;
1059
1179
  export type DataRepositoryAssociationIds = DataRepositoryAssociationId[];
@@ -1091,27 +1211,30 @@ declare namespace FSx {
1091
1211
  */
1092
1212
  TaskId: TaskId;
1093
1213
  /**
1094
- * 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.
1214
+ * The lifecycle status of the data repository task, as follows: PENDING - The task has not started. EXECUTING - The task is in process. FAILED - The task was not able to be completed. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures. SUCCEEDED - The task has completed successfully. CANCELED - The task was canceled and it did not complete. CANCELING - The task is in process of being canceled. 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.
1095
1215
  */
1096
1216
  Lifecycle: DataRepositoryTaskLifecycle;
1097
1217
  /**
1098
- * The type of data repository task. The EXPORT_TO_REPOSITORY data repository task exports from your Lustre file system from to a linked S3 bucket. The IMPORT_METADATA_FROM_REPOSITORY data repository task imports metadata changes from a linked S3 bucket to your Lustre file system.
1218
+ * The type of data repository task. EXPORT_TO_REPOSITORY tasks export from your Amazon FSx for Lustre file system to a linked data repository. IMPORT_METADATA_FROM_REPOSITORY tasks import metadata changes from a linked S3 bucket to your Amazon FSx for Lustre file system. AUTO_RELEASE_DATA tasks automatically release files from an Amazon File Cache resource.
1099
1219
  */
1100
1220
  Type: DataRepositoryTaskType;
1101
1221
  CreationTime: CreationTime;
1102
1222
  /**
1103
- * The time that Amazon FSx began processing the task.
1223
+ * The time the system began processing the task.
1104
1224
  */
1105
1225
  StartTime?: StartTime;
1106
1226
  /**
1107
- * The time that Amazon FSx completed processing the task, populated after the task is complete.
1227
+ * The time the system completed processing the task, populated after the task is complete.
1108
1228
  */
1109
1229
  EndTime?: EndTime;
1110
1230
  ResourceARN?: ResourceARN;
1111
1231
  Tags?: Tags;
1112
- FileSystemId: FileSystemId;
1113
1232
  /**
1114
- * 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.
1233
+ * The globally unique ID of the file system.
1234
+ */
1235
+ FileSystemId?: FileSystemId;
1236
+ /**
1237
+ * An array of paths 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.
1115
1238
  */
1116
1239
  Paths?: DataRepositoryTaskPaths;
1117
1240
  /**
@@ -1123,6 +1246,14 @@ declare namespace FSx {
1123
1246
  */
1124
1247
  Status?: DataRepositoryTaskStatus;
1125
1248
  Report?: CompletionReport;
1249
+ /**
1250
+ * Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
1251
+ */
1252
+ CapacityToRelease?: CapacityToRelease;
1253
+ /**
1254
+ * The system-generated, unique ID of the cache.
1255
+ */
1256
+ FileCacheId?: FileCacheId;
1126
1257
  }
1127
1258
  export interface DataRepositoryTaskFailureDetails {
1128
1259
  Message?: ErrorMessage;
@@ -1137,7 +1268,7 @@ declare namespace FSx {
1137
1268
  */
1138
1269
  Values?: DataRepositoryTaskFilterValues;
1139
1270
  }
1140
- export type DataRepositoryTaskFilterName = "file-system-id"|"task-lifecycle"|"data-repository-association-id"|string;
1271
+ export type DataRepositoryTaskFilterName = "file-system-id"|"task-lifecycle"|"data-repository-association-id"|"file-cache-id"|string;
1141
1272
  export type DataRepositoryTaskFilterValue = string;
1142
1273
  export type DataRepositoryTaskFilterValues = DataRepositoryTaskFilterValue[];
1143
1274
  export type DataRepositoryTaskFilters = DataRepositoryTaskFilter[];
@@ -1161,8 +1292,12 @@ declare namespace FSx {
1161
1292
  * The time at which the task status was last updated.
1162
1293
  */
1163
1294
  LastUpdatedTime?: LastUpdatedTime;
1295
+ /**
1296
+ * The total amount of data, in GiB, released by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
1297
+ */
1298
+ ReleasedCapacity?: ReleasedCapacity;
1164
1299
  }
1165
- export type DataRepositoryTaskType = "EXPORT_TO_REPOSITORY"|"IMPORT_METADATA_FROM_REPOSITORY"|string;
1300
+ export type DataRepositoryTaskType = "EXPORT_TO_REPOSITORY"|"IMPORT_METADATA_FROM_REPOSITORY"|"RELEASE_DATA_FROM_FILESYSTEM"|"AUTO_RELEASE_DATA"|string;
1166
1301
  export type DataRepositoryTasks = DataRepositoryTask[];
1167
1302
  export interface DeleteBackupRequest {
1168
1303
  /**
@@ -1194,7 +1329,7 @@ declare namespace FSx {
1194
1329
  /**
1195
1330
  * Set to true to delete the data in the file system that corresponds to the data repository association.
1196
1331
  */
1197
- DeleteDataInFileSystem: DeleteDataInFileSystem;
1332
+ DeleteDataInFileSystem?: DeleteDataInFileSystem;
1198
1333
  }
1199
1334
  export interface DeleteDataRepositoryAssociationResponse {
1200
1335
  /**
@@ -1210,6 +1345,23 @@ declare namespace FSx {
1210
1345
  */
1211
1346
  DeleteDataInFileSystem?: DeleteDataInFileSystem;
1212
1347
  }
1348
+ export interface DeleteFileCacheRequest {
1349
+ /**
1350
+ * The ID of the cache that's being deleted.
1351
+ */
1352
+ FileCacheId: FileCacheId;
1353
+ ClientRequestToken?: ClientRequestToken;
1354
+ }
1355
+ export interface DeleteFileCacheResponse {
1356
+ /**
1357
+ * The ID of the cache that's being deleted.
1358
+ */
1359
+ FileCacheId?: FileCacheId;
1360
+ /**
1361
+ * The cache lifecycle for the deletion request. If the DeleteFileCache operation is successful, this status is DELETING.
1362
+ */
1363
+ Lifecycle?: FileCacheLifecycle;
1364
+ }
1213
1365
  export interface DeleteFileSystemLustreConfiguration {
1214
1366
  /**
1215
1367
  * Set SkipFinalBackup to false if you want to take a final backup of the file system you are deleting. By default, Amazon FSx will not take a final backup on your behalf when the DeleteFileSystem operation is invoked. (Default = true) The fsx:CreateBackup permission is required if you set SkipFinalBackup to false in order to delete the file system and take a final backup.
@@ -1426,7 +1578,7 @@ declare namespace FSx {
1426
1578
  }
1427
1579
  export interface DescribeDataRepositoryAssociationsResponse {
1428
1580
  /**
1429
- * An array of one ore more data repository association descriptions.
1581
+ * An array of one or more data repository association descriptions.
1430
1582
  */
1431
1583
  Associations?: DataRepositoryAssociations;
1432
1584
  NextToken?: NextToken;
@@ -1450,6 +1602,21 @@ declare namespace FSx {
1450
1602
  DataRepositoryTasks?: DataRepositoryTasks;
1451
1603
  NextToken?: NextToken;
1452
1604
  }
1605
+ export interface DescribeFileCachesRequest {
1606
+ /**
1607
+ * IDs of the caches whose descriptions you want to retrieve (String).
1608
+ */
1609
+ FileCacheIds?: FileCacheIds;
1610
+ MaxResults?: MaxResults;
1611
+ NextToken?: NextToken;
1612
+ }
1613
+ export interface DescribeFileCachesResponse {
1614
+ /**
1615
+ * The response object for the DescribeFileCaches operation.
1616
+ */
1617
+ FileCaches?: FileCaches;
1618
+ NextToken?: NextToken;
1619
+ }
1453
1620
  export interface DescribeFileSystemAliasesRequest {
1454
1621
  ClientRequestToken?: ClientRequestToken;
1455
1622
  /**
@@ -1594,6 +1761,176 @@ declare namespace FSx {
1594
1761
  export type EventType = "NEW"|"CHANGED"|"DELETED"|string;
1595
1762
  export type EventTypes = EventType[];
1596
1763
  export type FailedCount = number;
1764
+ export interface FileCache {
1765
+ OwnerId?: AWSAccountId;
1766
+ CreationTime?: CreationTime;
1767
+ /**
1768
+ * The system-generated, unique ID of the cache.
1769
+ */
1770
+ FileCacheId?: FileCacheId;
1771
+ /**
1772
+ * The type of cache, which must be LUSTRE.
1773
+ */
1774
+ FileCacheType?: FileCacheType;
1775
+ /**
1776
+ * The Lustre version of the cache, which must be 2.12.
1777
+ */
1778
+ FileCacheTypeVersion?: FileSystemTypeVersion;
1779
+ /**
1780
+ * The lifecycle status of the cache. The following are the possible values and what they mean: AVAILABLE - The cache is in a healthy state, and is reachable and available for use. CREATING - The new cache is being created. DELETING - An existing cache is being deleted. UPDATING - The cache is undergoing a customer-initiated update. FAILED - An existing cache has experienced an unrecoverable failure. When creating a new cache, the cache was unable to be created.
1781
+ */
1782
+ Lifecycle?: FileCacheLifecycle;
1783
+ /**
1784
+ * A structure providing details of any failures that occurred.
1785
+ */
1786
+ FailureDetails?: FileCacheFailureDetails;
1787
+ /**
1788
+ * The storage capacity of the cache in gibibytes (GiB).
1789
+ */
1790
+ StorageCapacity?: StorageCapacity;
1791
+ VpcId?: VpcId;
1792
+ SubnetIds?: SubnetIds;
1793
+ NetworkInterfaceIds?: NetworkInterfaceIds;
1794
+ /**
1795
+ * The Domain Name System (DNS) name for the cache.
1796
+ */
1797
+ DNSName?: DNSName;
1798
+ /**
1799
+ * Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache. If a KmsKeyId isn't specified, the Amazon FSx-managed KMS key for your account is used. For more information, see Encrypt in the Key Management Service API Reference.
1800
+ */
1801
+ KmsKeyId?: KmsKeyId;
1802
+ ResourceARN?: ResourceARN;
1803
+ /**
1804
+ * The configuration for the Amazon File Cache resource.
1805
+ */
1806
+ LustreConfiguration?: FileCacheLustreConfiguration;
1807
+ /**
1808
+ * A list of IDs of data repository associations that are associated with this cache.
1809
+ */
1810
+ DataRepositoryAssociationIds?: DataRepositoryAssociationIds;
1811
+ }
1812
+ export interface FileCacheCreating {
1813
+ OwnerId?: AWSAccountId;
1814
+ CreationTime?: CreationTime;
1815
+ /**
1816
+ * The system-generated, unique ID of the cache.
1817
+ */
1818
+ FileCacheId?: FileCacheId;
1819
+ /**
1820
+ * The type of cache, which must be LUSTRE.
1821
+ */
1822
+ FileCacheType?: FileCacheType;
1823
+ /**
1824
+ * The Lustre version of the cache, which must be 2.12.
1825
+ */
1826
+ FileCacheTypeVersion?: FileSystemTypeVersion;
1827
+ /**
1828
+ * The lifecycle status of the cache. The following are the possible values and what they mean: AVAILABLE - The cache is in a healthy state, and is reachable and available for use. CREATING - The new cache is being created. DELETING - An existing cache is being deleted. UPDATING - The cache is undergoing a customer-initiated update. FAILED - An existing cache has experienced an unrecoverable failure. When creating a new cache, the cache was unable to be created.
1829
+ */
1830
+ Lifecycle?: FileCacheLifecycle;
1831
+ /**
1832
+ * A structure providing details of any failures that occurred.
1833
+ */
1834
+ FailureDetails?: FileCacheFailureDetails;
1835
+ /**
1836
+ * The storage capacity of the cache in gibibytes (GiB).
1837
+ */
1838
+ StorageCapacity?: StorageCapacity;
1839
+ VpcId?: VpcId;
1840
+ SubnetIds?: SubnetIds;
1841
+ NetworkInterfaceIds?: NetworkInterfaceIds;
1842
+ /**
1843
+ * The Domain Name System (DNS) name for the cache.
1844
+ */
1845
+ DNSName?: DNSName;
1846
+ /**
1847
+ * Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache. If a KmsKeyId isn't specified, the Amazon FSx-managed KMS key for your account is used. For more information, see Encrypt in the Key Management Service API Reference.
1848
+ */
1849
+ KmsKeyId?: KmsKeyId;
1850
+ ResourceARN?: ResourceARN;
1851
+ Tags?: Tags;
1852
+ /**
1853
+ * A boolean flag indicating whether tags for the cache should be copied to data repository associations.
1854
+ */
1855
+ CopyTagsToDataRepositoryAssociations?: CopyTagsToDataRepositoryAssociations;
1856
+ /**
1857
+ * The configuration for the Amazon File Cache resource.
1858
+ */
1859
+ LustreConfiguration?: FileCacheLustreConfiguration;
1860
+ /**
1861
+ * A list of IDs of data repository associations that are associated with this cache.
1862
+ */
1863
+ DataRepositoryAssociationIds?: DataRepositoryAssociationIds;
1864
+ }
1865
+ export interface FileCacheDataRepositoryAssociation {
1866
+ /**
1867
+ * A path on the cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping cache paths. For example, if a data repository is associated with cache path /ns1/, then you cannot link another data repository with cache path /ns1/ns2. This path specifies where in your cache files will be exported from. This cache directory can be linked to only one data repository, and no data repository other can be linked to the directory. The cache path can only be set to root (/) on an NFS DRA when DataRepositorySubdirectories is specified. If you specify root (/) as the cache path, you can create only one DRA on the cache. The cache path cannot be set to root (/) for an S3 DRA.
1868
+ */
1869
+ FileCachePath: Namespace;
1870
+ /**
1871
+ * The path to the S3 or NFS data repository that links to the cache. You must provide one of the following paths: The path can be an NFS data repository that links to the cache. The path can be in one of two formats: If you are not using the DataRepositorySubdirectories parameter, the path is to an NFS Export directory (or one of its subdirectories) in the format nsf://nfs-domain-name/exportpath. You can therefore link a single NFS Export to a single data repository association. If you are using the DataRepositorySubdirectories parameter, the path is the domain name of the NFS file system in the format nfs://filer-domain-name, which indicates the root of the subdirectories specified with the DataRepositorySubdirectories parameter. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/.
1872
+ */
1873
+ DataRepositoryPath: ArchivePath;
1874
+ /**
1875
+ * A list of NFS Exports that will be linked with this data repository association. The Export paths are in the format /exportpath1. To use this parameter, you must configure DataRepositoryPath as the domain name of the NFS file system. The NFS file system domain name in effect is the root of the subdirectories. Note that DataRepositorySubdirectories is not supported for S3 data repositories.
1876
+ */
1877
+ DataRepositorySubdirectories?: SubDirectoriesPaths;
1878
+ /**
1879
+ * The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.
1880
+ */
1881
+ NFS?: FileCacheNFSConfiguration;
1882
+ }
1883
+ export interface FileCacheFailureDetails {
1884
+ /**
1885
+ * A message describing any failures that occurred.
1886
+ */
1887
+ Message?: ErrorMessage;
1888
+ }
1889
+ export type FileCacheId = string;
1890
+ export type FileCacheIds = FileCacheId[];
1891
+ export type FileCacheLifecycle = "AVAILABLE"|"CREATING"|"DELETING"|"UPDATING"|"FAILED"|string;
1892
+ export interface FileCacheLustreConfiguration {
1893
+ /**
1894
+ * Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. Cache throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). The only supported value is 1000.
1895
+ */
1896
+ PerUnitStorageThroughput?: PerUnitStorageThroughput;
1897
+ /**
1898
+ * The deployment type of the Amazon File Cache resource, which must be CACHE_1.
1899
+ */
1900
+ DeploymentType?: FileCacheLustreDeploymentType;
1901
+ /**
1902
+ * You use the MountName value when mounting the cache. If you pass a cache ID to the DescribeFileCaches operation, it returns the the MountName value as part of the cache's description.
1903
+ */
1904
+ MountName?: LustreFileSystemMountName;
1905
+ WeeklyMaintenanceStartTime?: WeeklyTime;
1906
+ /**
1907
+ * The configuration for a Lustre MDT (Metadata Target) storage volume.
1908
+ */
1909
+ MetadataConfiguration?: FileCacheLustreMetadataConfiguration;
1910
+ /**
1911
+ * The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.
1912
+ */
1913
+ LogConfiguration?: LustreLogConfiguration;
1914
+ }
1915
+ export type FileCacheLustreDeploymentType = "CACHE_1"|string;
1916
+ export interface FileCacheLustreMetadataConfiguration {
1917
+ /**
1918
+ * The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is 2400 GiB.
1919
+ */
1920
+ StorageCapacity: MetadataStorageCapacity;
1921
+ }
1922
+ export interface FileCacheNFSConfiguration {
1923
+ /**
1924
+ * The version of the NFS (Network File System) protocol of the NFS data repository. The only supported value is NFS3, which indicates that the data repository must support the NFSv3 protocol.
1925
+ */
1926
+ Version: NfsVersion;
1927
+ /**
1928
+ * A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.
1929
+ */
1930
+ DnsIps?: RepositoryDnsIps;
1931
+ }
1932
+ export type FileCacheType = "LUSTRE"|string;
1933
+ export type FileCaches = FileCache[];
1597
1934
  export interface FileSystem {
1598
1935
  /**
1599
1936
  * The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.
@@ -1716,7 +2053,7 @@ declare namespace FSx {
1716
2053
  */
1717
2054
  Values?: FilterValues;
1718
2055
  }
1719
- export type FilterName = "file-system-id"|"backup-type"|"file-system-type"|"volume-id"|"data-repository-type"|string;
2056
+ export type FilterName = "file-system-id"|"backup-type"|"file-system-type"|"volume-id"|"data-repository-type"|"file-cache-id"|"file-cache-type"|string;
1720
2057
  export type FilterValue = string;
1721
2058
  export type FilterValues = FilterValue[];
1722
2059
  export type Filters = Filter[];
@@ -1806,7 +2143,7 @@ declare namespace FSx {
1806
2143
  export type LustreFileSystemMountName = string;
1807
2144
  export interface LustreLogConfiguration {
1808
2145
  /**
1809
- * The data repository events that are logged by Amazon FSx. WARN_ONLY - only warning events are logged. ERROR_ONLY - only error events are logged. WARN_ERROR - both warning events and error events are logged. DISABLED - logging of data repository events is turned off.
2146
+ * The data repository events that are logged by Amazon FSx. WARN_ONLY - only warning events are logged. ERROR_ONLY - only error events are logged. WARN_ERROR - both warning events and error events are logged. DISABLED - logging of data repository events is turned off. Note that Amazon File Cache uses a default setting of WARN_ERROR, which can't be changed.
1810
2147
  */
1811
2148
  Level: LustreAccessAuditLogLevel;
1812
2149
  /**
@@ -1820,7 +2157,7 @@ declare namespace FSx {
1820
2157
  */
1821
2158
  Level: LustreAccessAuditLogLevel;
1822
2159
  /**
1823
- * The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN, with the following requirements: The destination ARN that you provide must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system. The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. If you do not provide a destination, Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/lustre log group. If Destination is provided and the resource does not exist, the request will fail with a BadRequest error. If Level is set to DISABLED, you cannot specify a destination in Destination.
2160
+ * The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN, with the following requirements: The destination ARN that you provide must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system. The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. If you do not provide a destination, Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/lustre log group (for Amazon FSx for Lustre) or /aws/fsx/filecache (for Amazon File Cache). If Destination is provided and the resource does not exist, the request will fail with a BadRequest error. If Level is set to DISABLED, you cannot specify a destination in Destination.
1824
2161
  */
1825
2162
  Destination?: GeneralARN;
1826
2163
  }
@@ -1840,11 +2177,27 @@ declare namespace FSx {
1840
2177
  export type MaxResults = number;
1841
2178
  export type Megabytes = number;
1842
2179
  export type MegabytesPerSecond = number;
2180
+ export type MetadataStorageCapacity = number;
2181
+ export interface NFSDataRepositoryConfiguration {
2182
+ /**
2183
+ * The version of the NFS (Network File System) protocol of the NFS data repository. Currently, the only supported value is NFS3, which indicates that the data repository must support the NFSv3 protocol.
2184
+ */
2185
+ Version: NfsVersion;
2186
+ /**
2187
+ * A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.
2188
+ */
2189
+ DnsIps?: RepositoryDnsIps;
2190
+ /**
2191
+ * This parameter is not supported for Amazon File Cache.
2192
+ */
2193
+ AutoExportPolicy?: AutoExportPolicy;
2194
+ }
1843
2195
  export type Namespace = string;
1844
2196
  export type NetBiosAlias = string;
1845
2197
  export type NetworkInterfaceId = string;
1846
2198
  export type NetworkInterfaceIds = NetworkInterfaceId[];
1847
2199
  export type NextToken = string;
2200
+ export type NfsVersion = "NFS3"|string;
1848
2201
  export type OntapDeploymentType = "MULTI_AZ_1"|"SINGLE_AZ_1"|string;
1849
2202
  export type OntapEndpointIpAddresses = IpAddress[];
1850
2203
  export interface OntapFileSystemConfiguration {
@@ -2074,8 +2427,10 @@ declare namespace FSx {
2074
2427
  export interface ReleaseFileSystemNfsV3LocksResponse {
2075
2428
  FileSystem?: FileSystem;
2076
2429
  }
2430
+ export type ReleasedCapacity = number;
2077
2431
  export type ReportFormat = "REPORT_CSV_20191124"|string;
2078
2432
  export type ReportScope = "FAILED_FILES_ONLY"|string;
2433
+ export type RepositoryDnsIps = IpAddress[];
2079
2434
  export type RequestTime = Date;
2080
2435
  export type ResourceARN = string;
2081
2436
  export type ResourceType = "FILE_SYSTEM"|"VOLUME"|string;
@@ -2296,6 +2651,7 @@ declare namespace FSx {
2296
2651
  export type StorageVirtualMachineRootVolumeSecurityStyle = "UNIX"|"NTFS"|"MIXED"|string;
2297
2652
  export type StorageVirtualMachineSubtype = "DEFAULT"|"DP_DESTINATION"|"SYNC_DESTINATION"|"SYNC_SOURCE"|string;
2298
2653
  export type StorageVirtualMachines = StorageVirtualMachine[];
2654
+ export type SubDirectoriesPaths = Namespace[];
2299
2655
  export type SubnetId = string;
2300
2656
  export type SubnetIds = SubnetId[];
2301
2657
  export type SucceededCount = number;
@@ -2405,6 +2761,26 @@ declare namespace FSx {
2405
2761
  */
2406
2762
  Association?: DataRepositoryAssociation;
2407
2763
  }
2764
+ export interface UpdateFileCacheLustreConfiguration {
2765
+ WeeklyMaintenanceStartTime?: WeeklyTime;
2766
+ }
2767
+ export interface UpdateFileCacheRequest {
2768
+ /**
2769
+ * The ID of the cache that you are updating.
2770
+ */
2771
+ FileCacheId: FileCacheId;
2772
+ ClientRequestToken?: ClientRequestToken;
2773
+ /**
2774
+ * The configuration updates for an Amazon File Cache resource.
2775
+ */
2776
+ LustreConfiguration?: UpdateFileCacheLustreConfiguration;
2777
+ }
2778
+ export interface UpdateFileCacheResponse {
2779
+ /**
2780
+ * A description of the cache that was updated.
2781
+ */
2782
+ FileCache?: FileCache;
2783
+ }
2408
2784
  export interface UpdateFileSystemLustreConfiguration {
2409
2785
  /**
2410
2786
  * (Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.