@@ -223,7 +223,7 @@ def list(
223223 order_by : str | Omit = omit ,
224224 order_direction : Literal ["asc" , "desc" ] | Omit = omit ,
225225 show_deleted : bool | Omit = omit ,
226- status : Literal ["active" , "suspended " , "deleted " , "pending " ] | Omit = omit ,
226+ status : Literal ["active" , "creating " , "ok " , "updating" , "deleting" , "deleted " ] | Omit = omit ,
227227 type : Literal ["s3_compatible" , "sftp" ] | Omit = omit ,
228228 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
229229 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -658,7 +658,7 @@ def list(
658658 order_by : str | Omit = omit ,
659659 order_direction : Literal ["asc" , "desc" ] | Omit = omit ,
660660 show_deleted : bool | Omit = omit ,
661- status : Literal ["active" , "suspended " , "deleted " , "pending " ] | Omit = omit ,
661+ status : Literal ["active" , "creating " , "ok " , "updating" , "deleting" , "deleted " ] | Omit = omit ,
662662 type : Literal ["s3_compatible" , "sftp" ] | Omit = omit ,
663663 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
664664 # The extra values given here take precedence over values defined on the client or passed to this method.
0 commit comments