diff --git a/clients/client-fsx/src/models/models_0.ts b/clients/client-fsx/src/models/models_0.ts index 4211a8dc1082..ce71392ac8a5 100644 --- a/clients/client-fsx/src/models/models_0.ts +++ b/clients/client-fsx/src/models/models_0.ts @@ -3597,8 +3597,9 @@ export interface CreateDataRepositoryAssociationRequest { /** *
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.
s3://bucket-name/prefix/
(where prefix
+ * is optional). This path specifies where in the S3 data repository
+ * files will be imported from or exported to.
* @public
*/
DataRepositoryPath: string | undefined;
@@ -3837,11 +3838,13 @@ export interface DataRepositoryAssociation {
*
* For Amazon File Cache, the path can be an S3 bucket or prefix
- * in the format s3://myBucket/myPrefix/
.
s3://bucket-name/prefix/
(where prefix
+ * is optional).
* For Amazon FSx for Lustre, the path can be an S3 bucket or prefix
- * in the format s3://myBucket/myPrefix/
.
s3://bucket-name/prefix/
(where prefix
+ * is optional).
* Required if Enabled
is set to true
. Specifies the location of the report on the file system's linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location.
+ *
Required if Enabled
is set to true
. Specifies the location of the report on the file system's
+ * linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location.
* The Path
you provide must be located within the file system’s ExportPath.
- * An example Path
value is "s3://myBucket/myExportPath/optionalPrefix". The report provides the following information for each file in the report:
+ * An example Path
value is "s3://amzn-s3-demo-bucket/myExportPath/optionalPrefix".
+ * The report provides the following information for each file in the report:
* FilePath, FileStatus, and ErrorCode.
For import tasks, the list contains paths in the Amazon S3 bucket
* from which POSIX metadata changes are imported to the FSx for Lustre file system.
* The path can be an S3 bucket or prefix in the format
- * s3://myBucket/myPrefix
(where myPrefix
is optional).
- *
s3://bucket-name/prefix
(where prefix
is optional).
*
* For release tasks, the list contains directory or file paths on the @@ -4596,7 +4600,8 @@ export interface FileCacheDataRepositoryAssociation { *
The path can be an S3 bucket or prefix
- * in the format s3://myBucket/myPrefix/
.
s3://bucket-name/prefix/
(where prefix
+ * is optional).
* Required if Enabled
is set to true
. Specifies the location of the report on the file system's linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location. \n The Path
you provide must be located within the file system’s ExportPath. \n An example Path
value is \"s3://myBucket/myExportPath/optionalPrefix\". The report provides the following information for each file in the report:\n FilePath, FileStatus, and ErrorCode.
Required if Enabled
is set to true
. Specifies the location of the report on the file system's\n linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location. \n The Path
you provide must be located within the file system’s ExportPath. \n An example Path
value is \"s3://amzn-s3-demo-bucket/myExportPath/optionalPrefix\".\n The report provides the following information for each file in the report:\n FilePath, FileStatus, and ErrorCode.
The path to the Amazon S3 data repository that will be linked to the file\n system. The path can be an S3 bucket or prefix in the format\n s3://myBucket/myPrefix/
. This path specifies where in the S3\n data repository files will be imported from or exported to.
The path to the Amazon S3 data repository that will be linked to the file\n system. The path can be an S3 bucket or prefix in the format\n s3://bucket-name/prefix/
(where prefix
\n is optional). This path specifies where in the S3 data repository\n files will be imported from or exported to.
A list of paths for the data repository task to use when the task is processed.\n If a path that you provide isn't valid, the task fails. If you don't provide\n paths, the default behavior is to export all files to S3 (for export tasks), import\n all files from S3 (for import tasks), or release all exported files that meet the\n last accessed time criteria (for release tasks).
\nFor export tasks, the list contains paths on the FSx for Lustre file system\n from which the files are exported to the Amazon S3 bucket. The default path is the\n file system root directory. The paths you provide need to be relative to the mount\n point of the file system. If the mount point is /mnt/fsx
and\n /mnt/fsx/path1
is a directory or file on the file system you want\n to export, then the path to provide is path1
.
For import tasks, the list contains paths in the Amazon S3 bucket\n from which POSIX metadata changes are imported to the FSx for Lustre file system.\n The path can be an S3 bucket or prefix in the format\n s3://myBucket/myPrefix
(where myPrefix
is optional).\n
For release tasks, the list contains directory or file paths on the\n FSx for Lustre file system from which to release exported files. If a directory is\n specified, files within the directory are released. If a file path is specified,\n only that file is released. To release all exported files in the file system,\n specify a forward slash (/) as the path.
\nA file must also meet the last accessed time criteria\n specified in for the\n file to be released.
\nA list of paths for the data repository task to use when the task is processed.\n If a path that you provide isn't valid, the task fails. If you don't provide\n paths, the default behavior is to export all files to S3 (for export tasks), import\n all files from S3 (for import tasks), or release all exported files that meet the\n last accessed time criteria (for release tasks).
\nFor export tasks, the list contains paths on the FSx for Lustre file system\n from which the files are exported to the Amazon S3 bucket. The default path is the\n file system root directory. The paths you provide need to be relative to the mount\n point of the file system. If the mount point is /mnt/fsx
and\n /mnt/fsx/path1
is a directory or file on the file system you want\n to export, then the path to provide is path1
.
For import tasks, the list contains paths in the Amazon S3 bucket\n from which POSIX metadata changes are imported to the FSx for Lustre file system.\n The path can be an S3 bucket or prefix in the format\n s3://bucket-name/prefix
(where prefix
is optional).
For release tasks, the list contains directory or file paths on the\n FSx for Lustre file system from which to release exported files. If a directory is\n specified, files within the directory are released. If a file path is specified,\n only that file is released. To release all exported files in the file system,\n specify a forward slash (/) as the path.
\nA file must also meet the last accessed time criteria\n specified in for the\n file to be released.
\nThe path to the data repository that will be linked to the cache\n or file system.
\nFor Amazon File Cache, the path can be an NFS data repository\n that will be linked to the cache. The path can be in one of two formats:
\nIf you are not using the DataRepositorySubdirectories
\n parameter, the path is to an NFS Export directory (or one of its subdirectories)\n in the format nsf://nfs-domain-name/exportpath
. You can therefore\n link a single NFS Export to a single data repository association.
If you are using the DataRepositorySubdirectories
\n parameter, the path is the domain name of the NFS file system in the format\n nfs://filer-domain-name
, which indicates the root of the\n subdirectories specified with the DataRepositorySubdirectories
\n parameter.
For Amazon File Cache, the path can be an S3 bucket or prefix\n in the format s3://myBucket/myPrefix/
.
For Amazon FSx for Lustre, the path can be an S3 bucket or prefix\n in the format s3://myBucket/myPrefix/
.
The path to the data repository that will be linked to the cache\n or file system.
\nFor Amazon File Cache, the path can be an NFS data repository\n that will be linked to the cache. The path can be in one of two formats:
\nIf you are not using the DataRepositorySubdirectories
\n parameter, the path is to an NFS Export directory (or one of its subdirectories)\n in the format nsf://nfs-domain-name/exportpath
. You can therefore\n link a single NFS Export to a single data repository association.
If you are using the DataRepositorySubdirectories
\n parameter, the path is the domain name of the NFS file system in the format\n nfs://filer-domain-name
, which indicates the root of the\n subdirectories specified with the DataRepositorySubdirectories
\n parameter.
For Amazon File Cache, the path can be an S3 bucket or prefix\n in the format s3://bucket-name/prefix/
(where prefix
\n is optional).
For Amazon FSx for Lustre, the path can be an S3 bucket or prefix\n in the format s3://bucket-name/prefix/
(where prefix
\n is optional).
The path to the S3 or NFS data repository that links to the\n cache. You must provide one of the following paths:
\nThe path can be an NFS data repository that links to\n the cache. The path can be in one of two formats:
\nIf you are not using the DataRepositorySubdirectories
\n parameter, the path is to an NFS Export directory (or one of its subdirectories)\n in the format nfs://nfs-domain-name/exportpath
. You can therefore\n link a single NFS Export to a single data repository association.
If you are using the DataRepositorySubdirectories
\n parameter, the path is the domain name of the NFS file system in the format\n nfs://filer-domain-name
, which indicates the root of the\n subdirectories specified with the DataRepositorySubdirectories
\n parameter.
The path can be an S3 bucket or prefix\n in the format s3://myBucket/myPrefix/
.
The path to the S3 or NFS data repository that links to the\n cache. You must provide one of the following paths:
\nThe path can be an NFS data repository that links to\n the cache. The path can be in one of two formats:
\nIf you are not using the DataRepositorySubdirectories
\n parameter, the path is to an NFS Export directory (or one of its subdirectories)\n in the format nfs://nfs-domain-name/exportpath
. You can therefore\n link a single NFS Export to a single data repository association.
If you are using the DataRepositorySubdirectories
\n parameter, the path is the domain name of the NFS file system in the format\n nfs://filer-domain-name
, which indicates the root of the\n subdirectories specified with the DataRepositorySubdirectories
\n parameter.
The path can be an S3 bucket or prefix\n in the format s3://bucket-name/prefix/
(where prefix
\n is optional).