Values.GetFileSystemResponseSourceReturns resource information for the specified S3 File System including status, configuration, and metadata.
type nonrec t = {creationTime : Timestamp.t option;The time when the file system was created.
*)fileSystemArn : FileSystemArn.t option;The Amazon Resource Name (ARN) of the file system.
*)fileSystemId : FileSystemId.t option;The ID of the file system.
*)bucket : BucketArn.t option;The Amazon Resource Name (ARN) of the S3 bucket.
*)prefix : String_.t option;The prefix in the S3 bucket that the file system provides access to.
*)clientToken : ClientToken.t option;The client token used for idempotency when the file system was created.
*)kmsKeyId : KmsKeyId.t option;The Amazon Resource Name (ARN) of the Amazon Web Services KMS key used for encryption.
*)status : LifeCycleState.t option;The current status of the file system.
*)statusMessage : StatusMessage.t option;Additional information about the file system status.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the IAM role used for S3 access.
*)ownerId : AwsAccountId.t option;The Amazon Web Services account ID of the file system owner.
*)name : TagValue.t option;The name of the file system.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of FileSystemArn.t
| `Timestamp of Timestamp.t ])
list ]