Variable getObjectStorageBucketinClusterResponseSchemaConst
getObjectStorageBucketinClusterResponseSchema: ZodObject<
{
data: ZodArray<
ZodObject<
{
cluster: ZodString;
created: ZodISODateTime;
endpoint_type: ZodEnum<{ E0: "E0"; E1: "E1"; E2: "E2"; E3: "E3" }>;
hostname: ZodString;
label: ZodString;
objects: ZodInt;
region: ZodString;
s3_endpoint: ZodString;
size: ZodInt;
},
$strip,
>,
>;
page: ZodReadonly<ZodInt>;
pages: ZodReadonly<ZodInt>;
results: ZodReadonly<ZodInt>;
},
$strip,
> = ...
A paginated list of buckets on your account in this region.