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/.

    + * in the format 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/.

    + * in the format s3://bucket-name/prefix/ (where prefix + * is optional).

    *
  • * * @public @@ -4078,9 +4081,11 @@ export interface CompletionReport { Enabled: boolean | undefined; /** - *

    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.

    * @public */ @@ -4171,8 +4176,7 @@ export interface CreateDataRepositoryTaskRequest { *

    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/.

    + * in the format s3://bucket-name/prefix/ (where prefix + * is optional).

    *
  • * * @public diff --git a/codegen/sdk-codegen/aws-models/fsx.json b/codegen/sdk-codegen/aws-models/fsx.json index d2db0e3471da..42d9d38b4b3a 100644 --- a/codegen/sdk-codegen/aws-models/fsx.json +++ b/codegen/sdk-codegen/aws-models/fsx.json @@ -2218,7 +2218,7 @@ "Path": { "target": "com.amazonaws.fsx#ArchivePath", "traits": { - "smithy.api#documentation": "

    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.

    " + "smithy.api#documentation": "

    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.

    " } }, "Format": { @@ -2644,7 +2644,7 @@ "target": "com.amazonaws.fsx#ArchivePath", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

    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.

    ", + "smithy.api#documentation": "

    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.

    ", "smithy.api#required": {} } }, @@ -2744,7 +2744,7 @@ "Paths": { "target": "com.amazonaws.fsx#DataRepositoryTaskPaths", "traits": { - "smithy.api#documentation": "

    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).

    \n " + "smithy.api#documentation": "

    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).

    \n " } }, "FileSystemId": { @@ -4282,7 +4282,7 @@ "DataRepositoryPath": { "target": "com.amazonaws.fsx#ArchivePath", "traits": { - "smithy.api#documentation": "

    The path to the data repository that will be linked to the cache\n or file system.

    \n " + "smithy.api#documentation": "

    The path to the data repository that will be linked to the cache\n or file system.

    \n " } }, "BatchImportMetaDataOnCreate": { @@ -6817,7 +6817,7 @@ "target": "com.amazonaws.fsx#ArchivePath", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

    The path to the S3 or NFS data repository that links to the\n cache. You must provide one of the following paths:

    \n ", + "smithy.api#documentation": "

    The path to the S3 or NFS data repository that links to the\n cache. You must provide one of the following paths:

    \n ", "smithy.api#required": {} } },