Module Awso_s3files_lwtSource

Sourceval delete_access_point : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3files.Values.DeleteAccessPointRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_file_system : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3files.Values.DeleteFileSystemRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_file_system_policy : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3files.Values.DeleteFileSystemPolicyRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_mount_target : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3files.Values.DeleteMountTargetRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval tag_resource : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3files.Values.TagResourceRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval untag_resource : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3files.Values.UntagResourceRequest.t -> (unit, unit) Result.t Lwt.t
include module type of struct include Awso_s3files.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

Specifies the permissions to set on newly created directories within the file system.

Sourcemodule ExpirationDataRuleDaysAfterLastAccessInteger = Awso_s3files.Values.ExpirationDataRuleDaysAfterLastAccessInteger
Sourcemodule ImportDataRulePrefixString = Awso_s3files.Values.ImportDataRulePrefixString
Sourcemodule ImportDataRuleSizeLessThanLong = Awso_s3files.Values.ImportDataRuleSizeLessThanLong

Specifies the POSIX identity with uid, gid, and secondary group IDs for user enforcement.

Specifies the root directory path and optional creation permissions for newly created directories.

A key-value pair for resource tagging.

Specifies a rule that controls when cached data expires from the file system based on last access time.

Specifies a rule that controls how data is imported from S3 into the file system.

Sourcemodule ListMountTargetsDescription = Awso_s3files.Values.ListMountTargetsDescription

Contains information about a mount target returned in list operations.

Sourcemodule ListFileSystemsDescription = Awso_s3files.Values.ListFileSystemsDescription

Contains information about an S3 File System returned in list operations.

Sourcemodule ListAccessPointsDescription = Awso_s3files.Values.ListAccessPointsDescription

Contains information about an S3 File System Access Point returned in list operations.

Sourcemodule InternalServerException = Awso_s3files.Values.InternalServerException

An internal server error occurred. Retry your request.

Sourcemodule ResourceNotFoundException = Awso_s3files.Values.ResourceNotFoundException

The specified resource was not found. Verify that the resource exists and that you have permission to access it.

The request was throttled. Retry your request using exponential backoff.

The input parameters are not valid. Check the parameter values and try again.

The request conflicts with the current state of the resource. This can occur when trying to create a resource that already exists or delete a resource that is in use.

Sourcemodule PutSynchronizationConfigurationRequestExpirationDataRulesList = Awso_s3files.Values.PutSynchronizationConfigurationRequestExpirationDataRulesList
Sourcemodule PutSynchronizationConfigurationRequestImportDataRulesList = Awso_s3files.Values.PutSynchronizationConfigurationRequestImportDataRulesList
Sourcemodule ListTagsForResourceRequestMaxResultsInteger = Awso_s3files.Values.ListTagsForResourceRequestMaxResultsInteger
Sourcemodule ListMountTargetsRequestMaxResultsInteger = Awso_s3files.Values.ListMountTargetsRequestMaxResultsInteger
Sourcemodule ListFileSystemsRequestMaxResultsInteger = Awso_s3files.Values.ListFileSystemsRequestMaxResultsInteger
Sourcemodule ListAccessPointsRequestMaxResultsInteger = Awso_s3files.Values.ListAccessPointsRequestMaxResultsInteger
Sourcemodule GetSynchronizationConfigurationResponseExpirationDataRulesList = Awso_s3files.Values.GetSynchronizationConfigurationResponseExpirationDataRulesList
Sourcemodule GetSynchronizationConfigurationResponseImportDataRulesList = Awso_s3files.Values.GetSynchronizationConfigurationResponseImportDataRulesList
Sourcemodule ServiceQuotaExceededException = Awso_s3files.Values.ServiceQuotaExceededException

The request would exceed a service quota. Review your service quotas and either delete resources or request a quota increase.

Sourcemodule CreateFileSystemRequestPrefixString = Awso_s3files.Values.CreateFileSystemRequestPrefixString
Sourcemodule UpdateMountTargetResponse = Awso_s3files.Values.UpdateMountTargetResponse

Updates the mount target resource, specifically security group configurations.

Sourcemodule UpdateMountTargetRequest = Awso_s3files.Values.UpdateMountTargetRequest

Updates the mount target resource, specifically security group configurations.

Removes tags from S3 Files resources.

Creates tags for S3 Files resources using standard Amazon Web Services tagging APIs.

Sourcemodule PutSynchronizationConfigurationResponse = Awso_s3files.Values.PutSynchronizationConfigurationResponse

Creates or updates the synchronization configuration for the specified S3 File System, including import data rules and expiration data rules.

Sourcemodule PutSynchronizationConfigurationRequest = Awso_s3files.Values.PutSynchronizationConfigurationRequest

Creates or updates the synchronization configuration for the specified S3 File System, including import data rules and expiration data rules.

Sourcemodule PutFileSystemPolicyResponse = Awso_s3files.Values.PutFileSystemPolicyResponse

Creates or replaces the IAM resource policy for an S3 File System to control access permissions.

Sourcemodule PutFileSystemPolicyRequest = Awso_s3files.Values.PutFileSystemPolicyRequest

Creates or replaces the IAM resource policy for an S3 File System to control access permissions.

Sourcemodule ListTagsForResourceResponse = Awso_s3files.Values.ListTagsForResourceResponse

Lists all tags for S3 Files resources.

Sourcemodule ListTagsForResourceRequest = Awso_s3files.Values.ListTagsForResourceRequest

Lists all tags for S3 Files resources.

Sourcemodule ListMountTargetsResponse = Awso_s3files.Values.ListMountTargetsResponse

Returns resource information for all mount targets with optional filtering by file system, access point, and VPC.

Sourcemodule ListMountTargetsRequest = Awso_s3files.Values.ListMountTargetsRequest

Returns resource information for all mount targets with optional filtering by file system, access point, and VPC.

Sourcemodule ListFileSystemsResponse = Awso_s3files.Values.ListFileSystemsResponse

Returns a list of all S3 File Systems owned by the account with optional filtering by bucket.

Sourcemodule ListFileSystemsRequest = Awso_s3files.Values.ListFileSystemsRequest

Returns a list of all S3 File Systems owned by the account with optional filtering by bucket.

Sourcemodule ListAccessPointsResponse = Awso_s3files.Values.ListAccessPointsResponse

Returns resource information for all S3 File System Access Points associated with the specified S3 File System.

Sourcemodule ListAccessPointsRequest = Awso_s3files.Values.ListAccessPointsRequest

Returns resource information for all S3 File System Access Points associated with the specified S3 File System.

Sourcemodule GetSynchronizationConfigurationResponse = Awso_s3files.Values.GetSynchronizationConfigurationResponse

Returns the synchronization configuration for the specified S3 File System, including import data rules and expiration data rules.

Sourcemodule GetSynchronizationConfigurationRequest = Awso_s3files.Values.GetSynchronizationConfigurationRequest

Returns the synchronization configuration for the specified S3 File System, including import data rules and expiration data rules.

Sourcemodule GetMountTargetResponse = Awso_s3files.Values.GetMountTargetResponse

Returns detailed resource information for the specified mount target including network configuration.

Returns detailed resource information for the specified mount target including network configuration.

Returns resource information for the specified S3 File System including status, configuration, and metadata.

Returns resource information for the specified S3 File System including status, configuration, and metadata.

Sourcemodule GetFileSystemPolicyResponse = Awso_s3files.Values.GetFileSystemPolicyResponse

Returns the IAM resource policy of an S3 File System.

Sourcemodule GetFileSystemPolicyRequest = Awso_s3files.Values.GetFileSystemPolicyRequest

Returns the IAM resource policy of an S3 File System.

Sourcemodule GetAccessPointResponse = Awso_s3files.Values.GetAccessPointResponse

Returns resource information for an S3 File System Access Point.

Returns resource information for an S3 File System Access Point.

Sourcemodule DeleteMountTargetRequest = Awso_s3files.Values.DeleteMountTargetRequest

Deletes the specified mount target. This operation is irreversible.

Sourcemodule DeleteFileSystemRequest = Awso_s3files.Values.DeleteFileSystemRequest

Deletes an S3 File System. You can optionally force deletion of a file system that has pending export data.

Sourcemodule DeleteFileSystemPolicyRequest = Awso_s3files.Values.DeleteFileSystemPolicyRequest

Deletes the IAM resource policy of an S3 File System.

Sourcemodule DeleteAccessPointRequest = Awso_s3files.Values.DeleteAccessPointRequest

Deletes an S3 File System Access Point. This operation is irreversible.

Sourcemodule CreateMountTargetResponse = Awso_s3files.Values.CreateMountTargetResponse

Creates a mount target resource as an endpoint for mounting the S3 File System from compute resources in a specific Availability Zone and VPC. Mount targets provide network access to the file system.

Sourcemodule CreateMountTargetRequest = Awso_s3files.Values.CreateMountTargetRequest

Creates a mount target resource as an endpoint for mounting the S3 File System from compute resources in a specific Availability Zone and VPC. Mount targets provide network access to the file system.

Sourcemodule CreateFileSystemResponse = Awso_s3files.Values.CreateFileSystemResponse

Creates an S3 File System resource scoped to a bucket or prefix within a bucket, enabling file system access to S3 data. To create a file system, you need an S3 bucket and an IAM role that grants the service permission to access the bucket.

Sourcemodule CreateFileSystemRequest = Awso_s3files.Values.CreateFileSystemRequest

Creates an S3 File System resource scoped to a bucket or prefix within a bucket, enabling file system access to S3 data. To create a file system, you need an S3 bucket and an IAM role that grants the service permission to access the bucket.

Sourcemodule CreateAccessPointResponse = Awso_s3files.Values.CreateAccessPointResponse

Creates an S3 File System Access Point for application-specific access with POSIX user identity and root directory enforcement. Access points provide a way to manage access to shared datasets in multi-tenant scenarios.

Sourcemodule CreateAccessPointRequest = Awso_s3files.Values.CreateAccessPointRequest

Creates an S3 File System Access Point for application-specific access with POSIX user identity and root directory enforcement. Access points provide a way to manage access to shared datasets in multi-tenant scenarios.