Smaws_Client_FSx.UpdateFileSystemUse this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request.
For FSx for Windows File Server file systems, you can update the following properties:
AuditLogConfigurationAutomaticBackupRetentionDaysDailyAutomaticBackupStartTimeDiskIopsConfigurationSelfManagedActiveDirectoryConfigurationStorageCapacityStorageTypeThroughputCapacityWeeklyMaintenanceStartTimeFor FSx for Lustre file systems, you can update the following properties:
AutoImportPolicyAutomaticBackupRetentionDaysDailyAutomaticBackupStartTimeDataCompressionTypeFileSystemTypeVersionLogConfigurationLustreReadCacheConfigurationLustreRootSquashConfigurationMetadataConfigurationPerUnitStorageThroughputStorageCapacityThroughputCapacityWeeklyMaintenanceStartTimeFor FSx for ONTAP file systems, you can update the following properties:
AddRouteTableIdsAutomaticBackupRetentionDaysDailyAutomaticBackupStartTimeDiskIopsConfigurationEndpointIpv6AddressRangeFsxAdminPasswordHAPairsRemoveRouteTableIdsStorageCapacityThroughputCapacityThroughputCapacityPerHAPairWeeklyMaintenanceStartTimeFor FSx for OpenZFS file systems, you can update the following properties:
AddRouteTableIdsAutomaticBackupRetentionDaysCopyTagsToBackupsCopyTagsToVolumesDailyAutomaticBackupStartTimeDiskIopsConfigurationEndpointIpv6AddressRangeReadCacheConfigurationRemoveRouteTableIdsStorageCapacityThroughputCapacityWeeklyMaintenanceStartTimeval error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `FileSystemNotFound of Types.file_system_not_found
| `IncompatibleParameterError of Types.incompatible_parameter_error
| `InternalServerError of Types.internal_server_error
| `InvalidNetworkSettings of Types.invalid_network_settings
| `MissingFileSystemConfiguration of Types.missing_file_system_configuration
| `ServiceLimitExceeded of Types.service_limit_exceeded
| `UnsupportedOperation of Types.unsupported_operation ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_file_system_request ->
(Types.update_file_system_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `FileSystemNotFound of Types.file_system_not_found
| `IncompatibleParameterError of Types.incompatible_parameter_error
| `InternalServerError of Types.internal_server_error
| `InvalidNetworkSettings of Types.invalid_network_settings
| `MissingFileSystemConfiguration of
Types.missing_file_system_configuration
| `ServiceLimitExceeded of Types.service_limit_exceeded
| `UnsupportedOperation of Types.unsupported_operation ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_file_system_request ->
(Types.update_file_system_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `FileSystemNotFound of Types.file_system_not_found
| `IncompatibleParameterError of Types.incompatible_parameter_error
| `InternalServerError of Types.internal_server_error
| `InvalidNetworkSettings of Types.invalid_network_settings
| `MissingFileSystemConfiguration of
Types.missing_file_system_configuration
| `ServiceLimitExceeded of Types.service_limit_exceeded
| `UnsupportedOperation of Types.unsupported_operation ]
* Smaws_Lib.Response.metadata)
Stdlib.result