Module Smaws_Client_FSx.CreateVolume

Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.

val 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 | `MissingVolumeConfiguration of Types.missing_volume_configuration | `ServiceLimitExceeded of Types.service_limit_exceeded | `StorageVirtualMachineNotFound of Types.storage_virtual_machine_not_found | `UnsupportedOperation of Types.unsupported_operation ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_volume_request -> (Types.create_volume_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 | `MissingVolumeConfiguration of Types.missing_volume_configuration | `ServiceLimitExceeded of Types.service_limit_exceeded | `StorageVirtualMachineNotFound of Types.storage_virtual_machine_not_found | `UnsupportedOperation of Types.unsupported_operation ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.create_volume_request -> (Types.create_volume_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 | `MissingVolumeConfiguration of Types.missing_volume_configuration | `ServiceLimitExceeded of Types.service_limit_exceeded | `StorageVirtualMachineNotFound of Types.storage_virtual_machine_not_found | `UnsupportedOperation of Types.unsupported_operation ] * Smaws_Lib.Response.metadata) Stdlib.result