@akamai/openapi-ts
    Preparing search index...

    Variable putVpcSubnetRequestSchemaConst

    putVpcSubnetRequestSchema: ZodObject<
        {
            body: ZodObject<{ label: ZodOptional<ZodString> }, $strip>;
            path: ZodObject<{ vpcId: ZodInt; vpcSubnetId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...